(no commit message)
This commit is contained in:
32
program.json
Normal file
32
program.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user