da commited on
GEPA v1.1: Trained with 301 examples. Test accuracy: 67.2%
Browse files
compiled_synthesizer_v1.1.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"synthesizer.predict": {
|
| 3 |
+
"traces": [],
|
| 4 |
+
"train": [],
|
| 5 |
+
"demos": [],
|
| 6 |
+
"signature": {
|
| 7 |
+
"instructions": "Synthesize structured JSON responses for medical EHR queries.",
|
| 8 |
+
"fields": [
|
| 9 |
+
{
|
| 10 |
+
"prefix": "Query:",
|
| 11 |
+
"description": "User's medical query about patient data"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"prefix": "Context:",
|
| 15 |
+
"description": "Retrieved patient data and medical information"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"prefix": "Reasoning: Let's think step by step in order to",
|
| 19 |
+
"description": "${reasoning}"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"prefix": "Structured Answer:",
|
| 23 |
+
"description": "Structured JSON with answer_text, display_type, and data fields. Must be valid JSON."
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
"lm": null
|
| 28 |
+
},
|
| 29 |
+
"metadata": {
|
| 30 |
+
"dependency_versions": {
|
| 31 |
+
"python": "3.12",
|
| 32 |
+
"dspy": "3.0.4",
|
| 33 |
+
"cloudpickle": "3.1"
|
| 34 |
+
}
|
| 35 |
+
}
|
| 36 |
+
}
|