Files
gpqa-gpt-4o-MIPROv2/program.json
2025-12-16 17:39:23 -08:00

43 lines
929 B
JSON

{
"agent.predict": {
"traces": [],
"train": [],
"demos": [],
"signature": {
"instructions": "Given the fields `inputs`, produce the fields `output`.",
"fields": [
{
"prefix": "Inputs:",
"description": "${inputs}"
},
{
"prefix": "Reasoning: Let's think step by step in order to",
"description": "${reasoning}"
},
{
"prefix": "Output:",
"description": "${output}"
}
]
},
"lm": {
"model": "gpt-4o",
"model_type": "chat",
"cache": true,
"num_retries": 3,
"finetuning_model": null,
"launch_kwargs": {},
"train_kwargs": {},
"temperature": null,
"max_tokens": null,
"api_base": null
}
},
"metadata": {
"dependency_versions": {
"python": "3.13",
"dspy": "3.0.4",
"cloudpickle": "3.1"
}
}
}