Skip to content

Commit dd27c32

Browse files
committed
fix bugs of PHYSICS
1 parent dcd9fe0 commit dd27c32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scieval/dataset/PHYSICS/reward_score.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ def call_api(prompt:str,
998998
4. **No Explicit Options**: If the question does not provide explicit options, the output must align with the correct answer in content and meaning to be considered [Correct].
999999
Question: {problem}, Output sentence: {given_answer}, Correct answer: {ground_truth}, Judgement:
10001000
'''
1001+
judge_kwargs.pop("model_args",None)
10011002
correct = call_api(prompt=prompt,
10021003
client=client,
10031004
model=model_args.model_name,

0 commit comments

Comments
 (0)