Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌐 Community Tutorials #2411

Merged
merged 11 commits into from
Nov 29, 2024
Next Next commit
Add community notebooks to API documentation
  • Loading branch information
qgallouedec committed Nov 27, 2024
commit a4c36646cf9dd23657e7b5e4b670cba67dc489c2
2 changes: 2 additions & 0 deletions docs/source/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
title: Text Environments
title: API
- sections:
- local: community_notebooks
title: Community notebooks
- local: example_overview
title: Example Overview
- local: sentiment_tuning
Expand Down
13 changes: 13 additions & 0 deletions docs/source/community_notebooks.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Community Notebooks

Blah, blah, blah to explain that the following notebooks are contributed by the community, and we don't maintain them. And everyone can contribute their own notebooks.

## Supervised




## Vision Language Models

- 👁️ [Fine-Tuning a Vision Language Model (Qwen2-VL-7B) with the Hugging Face Ecosystem (TRL)](https://huggingface.co/learn/cookbook/fine_tuning_vlm_trl), by [Sergio Paniego](https://github.com/sergiopaniego)

Loading