(no commit message)
This commit is contained in:
48
program.json
Normal file
48
program.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"traces": [],
|
||||
"train": [],
|
||||
"demos": [],
|
||||
"signature": {
|
||||
"instructions": "Given a question, the previous reasoning/search trace, and the current search result,\nclassify the clarity and quality of the information in the search result.",
|
||||
"fields": [
|
||||
{
|
||||
"prefix": "Question:",
|
||||
"description": "The question being answered"
|
||||
},
|
||||
{
|
||||
"prefix": "Previous Traces:",
|
||||
"description": "List of previous trace steps (reasoning, search, search_result) leading up to the current search result"
|
||||
},
|
||||
{
|
||||
"prefix": "Current Trace:",
|
||||
"description": "The current trace step of type 'search_result' containing documents to evaluate"
|
||||
},
|
||||
{
|
||||
"prefix": "Reasoning:",
|
||||
"description": "The reasoning for your assessment. Be sure to state any uncertainties in you reasoning process."
|
||||
},
|
||||
{
|
||||
"prefix": "Assessment:",
|
||||
"description": "Classification of the search result's information clarity (Clear/Unclear) and quality (Sufficient/Insufficient)"
|
||||
}
|
||||
]
|
||||
},
|
||||
"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.3",
|
||||
"cloudpickle": "3.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user