You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/deep-dive/optimizers/miprov2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ from dspy.datasets.gsm8k import GSM8K, gsm8k_metric
31
31
32
32
gsm8k = GSM8K()
33
33
34
-
trainset, devset = gsm8k.train, gms8k.dev
34
+
trainset, devset = gsm8k.train, gsm8k.dev
35
35
```
36
36
37
37
We'll now define a basic QA inline signature i.e. `question->answer` and pass it to `ChainOfThought` module, that applies necessary addition for CoT style prompting to the Signature.
0 commit comments