40 lines
998 B
JSON
40 lines
998 B
JSON
{
|
|
"traces": [],
|
|
"train": [],
|
|
"demos": [],
|
|
"signature": {
|
|
"instructions": "Choose which statement is sarcastic/snarky. Return only (A) or (B).",
|
|
"fields": [
|
|
{
|
|
"prefix": "Question:",
|
|
"description": "The question or prompt to answer."
|
|
},
|
|
{
|
|
"prefix": "Reasoning:",
|
|
"description": "Step-by-step reasoning, including uncertainty, ambiguity, or uncertainty in your thought process when relevant."
|
|
},
|
|
{
|
|
"prefix": "Answer:",
|
|
"description": "The final exact answer label. Valid labels: (A), (B)."
|
|
}
|
|
]
|
|
},
|
|
"lm": {
|
|
"model": "together_ai/Qwen/Qwen2.5-7B-Instruct-Turbo",
|
|
"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"
|
|
}
|
|
}
|
|
} |