Files
qa/program.json
2026-02-13 12:46:54 -08:00

40 lines
947 B
JSON

{
"traces": [],
"train": [],
"demos": [],
"signature": {
"instructions": "Answer the question. Be sure to verbally express your uncertainty in your thought process.",
"fields": [
{
"prefix": "Question:",
"description": "The question to answer"
},
{
"prefix": "Reasoning:",
"description": "Your step by step reasoning about the target audience. Verbalize uncertainty."
},
{
"prefix": "Answer:",
"description": "The response to the question"
}
]
},
"lm": {
"model": "together_ai/Qwen/Qwen3-VL-32B-Instruct",
"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.11",
"dspy": "3.1.2",
"cloudpickle": "3.1"
}
}
}