Files
test-arbiter/program.json
2026-05-03 16:11:32 -07:00

44 lines
995 B
JSON

{
"traces": [],
"train": [],
"demos": [],
"signature": {
"instructions": "Classify whether an email is spam or not.",
"fields": [
{
"prefix": "Subject:",
"description": "The email subject line"
},
{
"prefix": "Body:",
"description": "The email body"
},
{
"prefix": "Reasoning:",
"description": "Your reasoning for your answer. Inlude any uncertainties about your answer or ambiguity in the task."
},
{
"prefix": "Is Spam:",
"description": "Whether the email is spam"
}
]
},
"lm": {
"model": "together_ai/openai/gpt-oss-120b",
"model_type": "chat",
"cache": true,
"num_retries": 3,
"finetuning_model": null,
"launch_kwargs": {},
"train_kwargs": {},
"temperature": null,
"max_tokens": null
},
"metadata": {
"dependency_versions": {
"python": "3.13",
"dspy": "3.1.2",
"cloudpickle": "3.1"
}
}
}