(no commit message)

This commit is contained in:
2025-12-16 17:23:43 -08:00
parent 2cba75089b
commit 6cda5a85aa
4 changed files with 215 additions and 1 deletions

14
config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"model": "gemini-2.0-flash",
"scenario": "medcalc_bench",
"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
}