We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092c5a3 commit 57a4a3cCopy full SHA for 57a4a3c
1 file changed
bigcodebench/generate.py
@@ -189,7 +189,7 @@ def run_codegen(
189
)
190
191
extra = "-" + subset if subset != "full" else ""
192
- if reasoning_effort and model.startswith("o1-") or model.startswith("o3-"):
+ if reasoning_effort and model.startswith("o1-") or model.startswith("o3-") or model.endswith("-reasoner"):
193
model = model + f"--{reasoning_effort}"
194
identifier = model.replace("/", "--") + f"--{revision}--bigcodebench{extra}-{split}--{backend}-{temperature}-{n_samples}-sanitized_calibrated.jsonl"
195
0 commit comments