(no commit message)

This commit is contained in:
2026-02-13 12:10:12 -08:00
parent 4d0eb630e3
commit d033cc9a9d
3 changed files with 387 additions and 1 deletions

40
program.json Normal file
View File

@@ -0,0 +1,40 @@
{
"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"
}
}
}