(no commit message)

This commit is contained in:
2025-12-16 17:27:18 -08:00
parent bc4a6047cc
commit 57f7f35150
4 changed files with 215 additions and 1 deletions

14
config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"model": "gpt-4o",
"scenario": "gpqa",
"optimizer": "MIPROv2",
"api_base": null,
"prompt_model": "gpt-4o",
"prompt_api_base": null,
"max_tokens": null,
"temperature": null,
"max_bootstrapped_demos": 3,
"max_labeled_demos": 3,
"num_threads": 16,
"val_size": null
}