Skip to content

Commit 6f6ec9e

Browse files
Update papillon tutorial link to colab
1 parent db52746 commit 6f6ec9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
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.
22

33
This tutorial demonstrates a few aspects of using DSPy in a more advanced context:
44

55
1. It builds a multi-stage `dspy.Module` that involves a small local LM using an external tool.
66
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

Comments
 (0)