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
Please refer to [this tutorial from the PAPILLON authors](https://github.com/Columbia-NLP-Lab/PAPILLON/blob/main/papillon_tutorial.ipynb) using DSPy.
1
+
Please refer to [this tutorial from the PAPILLON authors](https://colab.research.google.com/github/Columbia-NLP-Lab/PAPILLON/blob/main/papillon_tutorial.ipynb) using DSPy.
2
2
3
3
This tutorial demonstrates a few aspects of using DSPy in a more advanced context:
4
4
5
5
1. It builds a multi-stage `dspy.Module` that involves a small local LM using an external tool.
6
6
2. It builds a multi-stage _judge_ in DSPy, and uses it as a metric for evaluation.
7
-
3. It uses this judge for optimizing the `dspy.Module`, using a large model as a teacher for a small local LM.
7
+
3. It uses this judge for optimizing the `dspy.Module`, using a large model as a teacher for a small local LM.
0 commit comments