32 lines
761 B
JSON
32 lines
761 B
JSON
{
|
|
"cot.predict": {
|
|
"traces": [],
|
|
"train": [],
|
|
"demos": [],
|
|
"signature": {
|
|
"instructions": "Classify a document snippet into one of the supported label buckets.",
|
|
"fields": [
|
|
{
|
|
"prefix": "Context:",
|
|
"description": "Document text or snippet to classify"
|
|
},
|
|
{
|
|
"prefix": "Reasoning: Let's think step by step in order to",
|
|
"description": "${reasoning}"
|
|
},
|
|
{
|
|
"prefix": "Label:",
|
|
"description": "Return exactly one of: legal, healthcare, personal, tax, or other"
|
|
}
|
|
]
|
|
},
|
|
"lm": null
|
|
},
|
|
"metadata": {
|
|
"dependency_versions": {
|
|
"python": "3.11",
|
|
"dspy": "3.1.3",
|
|
"cloudpickle": "3.1"
|
|
}
|
|
}
|
|
} |