We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e42d1 commit e5f27a9Copy full SHA for e5f27a9
1 file changed
bigcodebench/generate.py
@@ -189,6 +189,8 @@ def run_codegen(
189
)
190
191
extra = "-" + subset if subset != "full" else ""
192
+ if reasoning_effort and model.startswith("o1-") or model.startswith("o3-"):
193
+ model = model + f"--{reasoning_effort}"
194
identifier = model.replace("/", "--") + f"--{revision}--bigcodebench{extra}-{split}--{backend}-{temperature}-{n_samples}-sanitized_calibrated.jsonl"
195
196
target_path = os.path.join(root, identifier)
0 commit comments