(no commit message)

This commit is contained in:
2026-02-10 01:02:22 -08:00
parent ef6cdc9ceb
commit 4c944a50bd
3 changed files with 399 additions and 1 deletions

44
program.json Normal file
View File

@@ -0,0 +1,44 @@
{
"traces": [],
"train": [],
"demos": [],
"signature": {
"instructions": "Determine if the answer/response is correct (true) or incorrect (false).\n\nFirst reason through your thought process in the `reasoning` field.\nBe sure to verbalize any uncertainty in your thought process.\nThen output your conclusion in the `label` field as a boolean.",
"fields": [
{
"prefix": "Question:",
"description": "The question or prompt to evaluate"
},
{
"prefix": "Response:",
"description": "The response/answer to evaluate"
},
{
"prefix": "Reasoning:",
"description": "Your step by step reasoning. Verbally express uncertainty in your thought process."
},
{
"prefix": "Label:",
"description": "True if correct/yes, False if incorrect/no"
}
]
},
"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"
}
}
}