Skip to content

Commit 12c7f63

Browse files
committed
Update train_optillm_classifier.py
1 parent 94fad78 commit 12c7f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/train_optillm_classifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def main(args):
297297
"Find all possible combinations of coins that sum up to $1"
298298
]
299299

300-
effort_levels = [0.2, 0.5, 0.8, 1.0]
300+
effort_levels = [0.0, 0.2, 0.5, 0.8, 1.0]
301301

302302
print("\nInference Examples:")
303303
for prompt in test_prompts:

0 commit comments

Comments
 (0)