44 lines
994 B
JSON
44 lines
994 B
JSON
{
|
|
"traces": [],
|
|
"train": [],
|
|
"demos": [],
|
|
"signature": {
|
|
"instructions": "Determine if the LLM's response was satisfactory or not.",
|
|
"fields": [
|
|
{
|
|
"prefix": "Input:",
|
|
"description": "Input to LLM"
|
|
},
|
|
{
|
|
"prefix": "Output:",
|
|
"description": "Output of LLM"
|
|
},
|
|
{
|
|
"prefix": "Reasoning:",
|
|
"description": "Your reasoning for your answer. Inlude any uncertainties about your answer or ambiguity in the task."
|
|
},
|
|
{
|
|
"prefix": "Satisfactory:",
|
|
"description": "${satisfactory}"
|
|
}
|
|
]
|
|
},
|
|
"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.11",
|
|
"dspy": "3.1.3",
|
|
"cloudpickle": "3.1"
|
|
}
|
|
}
|
|
} |