Fix TRL SFT notebook link (path moved in huggingface/trl#6820)
#7
by sergiopaniego HF Staff - opened
app/src/content/chapters/sft.mdx
CHANGED
|
@@ -15,7 +15,7 @@ In this tutorial, we'll fine-tune the NanoChat model using pure PyTorch, giving
|
|
| 15 |
|
| 16 |
<Note>
|
| 17 |
|
| 18 |
-
**Want a production-ready solution?** TRL is Hugging Face's reinforcement learning library with battle-tested SFT implementations. Check out the [SFT notebook](https://github.com/huggingface/trl/blob/main/examples/
|
| 19 |
|
| 20 |
</Note>
|
| 21 |
|
|
@@ -397,7 +397,7 @@ step=00050 | loss=1.8029 | lr=6.67e-06
|
|
| 397 |
|
| 398 |
<Sidenote>
|
| 399 |
|
| 400 |
-
[](https://colab.research.google.com/#fileId=https://github.com/huggingface/trl/blob/main/examples/
|
| 401 |
|
| 402 |
</Sidenote>
|
| 403 |
|
|
|
|
| 15 |
|
| 16 |
<Note>
|
| 17 |
|
| 18 |
+
**Want a production-ready solution?** TRL is Hugging Face's reinforcement learning library with battle-tested SFT implementations. Check out the [SFT notebook](https://github.com/huggingface/trl/blob/main/examples/sft_qlora/sft_qlora.ipynb) to use it with your nanochat checkpoint.
|
| 19 |
|
| 20 |
</Note>
|
| 21 |
|
|
|
|
| 397 |
|
| 398 |
<Sidenote>
|
| 399 |
|
| 400 |
+
[](https://colab.research.google.com/#fileId=https://github.com/huggingface/trl/blob/main/examples/sft_qlora/sft_qlora.ipynb)
|
| 401 |
|
| 402 |
</Sidenote>
|
| 403 |
|