Spaces:
Running
Running
Update README.md with details about the course (#4)
Browse files- Update README.md (f0c4da3a8b1362937c7ac20981b78670095855db)
README.md
CHANGED
@@ -9,8 +9,37 @@ pinned: false
|
|
9 |
|
10 |
# Agents Course on Hugging Face Learn
|
11 |
|
12 |
-
We're thrilled to announce the launch of the Hugging Face Agents course on Learn
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
If you would like to study, contribute to, or discuss the agents course then join the [Hugging Face Discord](https://discord.gg/UrrTSsSyjb).
|
|
|
9 |
|
10 |
# Agents Course on Hugging Face Learn
|
11 |
|
12 |
+
We're thrilled to announce the launch of the Hugging Face Agents course on Learn\! This interactive, certified course will guide you through building and deploying your own AI agents. The course will run over the course of 6 weeks which units release bi-weekly. There is no deadline, but it’s most engaging to study together\!
|
13 |
|
14 |
+
Next Start Date: **February 2nd 2025**
|
15 |
+
|
16 |
+
# Course Syllabus
|
17 |
+
|
18 |
+
Here is the general syllabus for the course. With each unit a more detailed list of topics will be released.
|
19 |
+
|
20 |
+
| Chapter | Topic | Description |
|
21 |
+
| :---- | :---- | :---- |
|
22 |
+
| 0 | Onboarding | Set you up with the tools and platforms that you will use. |
|
23 |
+
| 1 | Agent Fundamentals | Explain Tools, Thoughts, Actions, Observations, and their formats. Explain LLMs, messages, special tokens and chat-template. Show a simple use case in generic python functions. |
|
24 |
+
| 2 | Frameworks | Understand how the fundamentals are implemented in popular libraries : smolAgents, LangGraph, LLamaIndex |
|
25 |
+
| 3 | Use Cases | Let’s build some real life use cases ( open to PRs 🤗 from experienced Agent builders ) |
|
26 |
+
| 4 | Final Assignment | Build an agent for a selected benchmark and prove your understanding of Agents on the student leaderboard 🚀 |
|
27 |
+
|
28 |
+
*Over the coming weeks further bonus units will be released.*
|
29 |
+
|
30 |
+
# Schedule
|
31 |
+
|
32 |
+
- Starts February 2nd 2025
|
33 |
+
- 4 topic units
|
34 |
+
- New unit released every 2 weeks
|
35 |
+
- Units contain: live session, written material, and interactive quiz.
|
36 |
+
|
37 |
+
# Prerequisites
|
38 |
+
|
39 |
+
- Python programming
|
40 |
+
- LLM prompting
|
41 |
+
- A Hugging Face account ( free ) : Register [here](https://huggingface.co/join)
|
42 |
+
|
43 |
+
# Community
|
44 |
|
45 |
If you would like to study, contribute to, or discuss the agents course then join the [Hugging Face Discord](https://discord.gg/UrrTSsSyjb).
|