Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,18 +7,27 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
# The
|
11 |
|
12 |
-
Welcome to the Hugging Face
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
👉 If you're looking forward to new units, follow this org!
|
17 |
|
18 |
<div style="width: 100%; border: 1px solid #ccc; padding: 20px; margin: 20px auto; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); background-color: #f8f8f8; border-radius: 8px;">
|
19 |
<img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62d648291fa3e4e7ae3fa6e8/Jm3GYn6LHuasiLSlj03hd.png" alt="Course Image" style="width: 3em; max-height: 3em; border-radius: 5px 5px 0 0;">
|
20 |
-
<h2 style="color: #333; margin-bottom: 10px;"
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
# The Reasoning Course
|
11 |
|
12 |
+
Welcome to the Hugging Face Reasoning Course! This is a specific cohort of the [Hugging Face NLP Course](https://huggingface.co/learn/nlp-course/chapter1/1), which focuses on fine-tuning models for reasoning abilities.
|
13 |
|
14 |
+
We are exploring [Open R1](https://github.com/huggingface/open-r1), a groundbreaking community project that's making advanced AI accessible to everyone. Specifically, this course is to help students and learners to use [Open R1](https://github.com/huggingface/open-r1) in their own projects. Any maybe even contribute to the community project!
|
|
|
|
|
15 |
|
16 |
<div style="width: 100%; border: 1px solid #ccc; padding: 20px; margin: 20px auto; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); background-color: #f8f8f8; border-radius: 8px;">
|
17 |
<img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62d648291fa3e4e7ae3fa6e8/Jm3GYn6LHuasiLSlj03hd.png" alt="Course Image" style="width: 3em; max-height: 3em; border-radius: 5px 5px 0 0;">
|
18 |
+
<h2 style="color: #333; margin-bottom: 10px;">📣 This course is LIVE right now! If you want to join in, follow this org!</h2>
|
19 |
+
<a href="https://huggingface.co/learn/nlp-course/en/chapter12/1" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease;" onmouseover="this.style.backgroundColor='#0056b3'" onmouseout="this.style.backgroundColor='#007bff'">Learn it now</a>
|
20 |
+
</div>
|
21 |
+
|
22 |
+
## Next releases
|
23 |
+
|
24 |
+
| Date | Unit |
|
25 |
+
|------|------|
|
26 |
+
| March 7th, 2025 | No-Code Exam and Certification |
|
27 |
+
| March 14th, 2025 | Next Practical Exercise |
|
28 |
+
| March 21st, 2025 | Interactive code review |
|
29 |
+
| March 2025 | [Unsloth Exercise](https://huggingface.co/datasets/unsloth) on fine-tuning a model with GRPO |
|
30 |
+
| April 2025 | More written material on building reasoning models |
|
31 |
+
| April 2025 | Live sessions on building Open R1 |
|
32 |
+
| April 2025 | Code Exam and Certification |
|
33 |
+
|