burtenshaw HF Staff commited on
Commit
cc1be4a
Β·
verified Β·
1 Parent(s): d70b07e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -9,17 +9,21 @@ pinned: false
9
 
10
  # Welcome to The Context Course
11
 
12
- ![The Context Course β€” Machine Learning with Agent Context](https://huggingface.co/datasets/context-course/images/resolve/main/banner.png)
13
-
14
  **The Context Course** is a free, hands-on course on doing machine learning with agent context. You'll learn to train models, optimize inference, and build datasets β€” all by defining agent context with `SKILLS.md`, Plugins, MCP, Subagents, and Hooks.
15
 
16
  Whether you use Claude Code, Codex, or OpenCode, this course will teach you to give agents the right knowledge, tools, and structure to do real ML work.
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-image: linear-gradient(to bottom, #2d2d2d, #1a1a1a); border-radius: 8px;">
19
  <h2 style="color: #e0e0e0; margin-bottom: 10px;">πŸš€ Ready to start? Enroll now β€” it's free.</h2>
20
  <a href="https://huggingface.co/organizations/context-course/share/TODO" style="display: inline-block; padding: 10px 20px; background-color: #4a9eff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease;" onmouseover="this.style.backgroundColor='#3a8eef'" onmouseout="this.style.backgroundColor='#4a9eff'">Join the Course</a>
21
  </div>
22
 
 
 
23
  <a href="https://youtube.com/live/269l_UN3qRI?feature=share" style="text-decoration: none; color: inherit; display: block; width: 100%; margin: 20px 0;">
24
  <div style="padding: 15px; border-radius: 8px; background-image: linear-gradient(to bottom, #ffe0e0, #ffcccc); box-shadow: 1px 1px 3px rgba(0,0,0,0.1); border: 2px solid #e74c3c; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s ease;" onmouseover="this.style.transform='scale(1.02)'; this.style.boxShadow='2px 2px 8px rgba(0,0,0,0.2)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='1px 1px 3px rgba(0,0,0,0.1)';">
25
  <div>
@@ -29,7 +33,7 @@ Whether you use Claude Code, Codex, or OpenCode, this course will teach you to g
29
  </div>
30
  </a>
31
 
32
- ## πŸ”¬ Deep Dive Projects
33
 
34
  The course includes three hands-on ML projects that you'll tackle using agent context:
35
 
@@ -39,11 +43,11 @@ The course includes three hands-on ML projects that you'll tackle using agent co
39
 
40
  Each project is designed to be completed with a code agent β€” you'll define the context that makes it work.
41
 
42
- ## πŸ† Interactive Quizzes
43
 
44
  Each unit includes quizzes to test your understanding. Complete them to track your progress and earn your certificate.
45
 
46
- ## πŸ› οΈ Supported Agents
47
 
48
  This course works with multiple code agents. Instructions are provided for all three:
49
 
@@ -54,20 +58,20 @@ This course works with multiple code agents. Instructions are provided for all t
54
 
55
  If you use Cursor or GitHub Copilot, the concepts still transfer β€” their MCP and extension UX just isn't covered step-by-step.
56
 
57
- ## πŸ“‹ Prerequisites
58
 
59
  - Basic familiarity with Python and the command line
60
  - A [Hugging Face account](https://huggingface.co/join)
61
  - At least one code agent installed (Claude Code, Codex, or OpenCode)
62
 
63
- ## 🀝 Contribute
64
 
65
  This course is open source and contributions are welcome!
66
 
67
  - Found a bug or want to improve content? Open an issue or PR on [GitHub](https://github.com/huggingface/context-course).
68
  - Want to add a full section or unit? Open an issue first to discuss with the team.
69
 
70
- ## ❓ Questions?
71
 
72
  Open a [community discussion](https://huggingface.co/organizations/context-course/discussions) on the org page, or ask during the weekly live AMA.
73
 
 
9
 
10
  # Welcome to The Context Course
11
 
 
 
12
  **The Context Course** is a free, hands-on course on doing machine learning with agent context. You'll learn to train models, optimize inference, and build datasets β€” all by defining agent context with `SKILLS.md`, Plugins, MCP, Subagents, and Hooks.
13
 
14
  Whether you use Claude Code, Codex, or OpenCode, this course will teach you to give agents the right knowledge, tools, and structure to do real ML work.
15
 
16
+ ## How to join the course
17
+
18
+ First, you need to join this org to get info about the course:
19
+
20
  <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-image: linear-gradient(to bottom, #2d2d2d, #1a1a1a); border-radius: 8px;">
21
  <h2 style="color: #e0e0e0; margin-bottom: 10px;">πŸš€ Ready to start? Enroll now β€” it's free.</h2>
22
  <a href="https://huggingface.co/organizations/context-course/share/TODO" style="display: inline-block; padding: 10px 20px; background-color: #4a9eff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease;" onmouseover="this.style.backgroundColor='#3a8eef'" onmouseout="this.style.backgroundColor='#4a9eff'">Join the Course</a>
23
  </div>
24
 
25
+ Our first livestream will be May 12th, so sign up on YouTube.
26
+
27
  <a href="https://youtube.com/live/269l_UN3qRI?feature=share" style="text-decoration: none; color: inherit; display: block; width: 100%; margin: 20px 0;">
28
  <div style="padding: 15px; border-radius: 8px; background-image: linear-gradient(to bottom, #ffe0e0, #ffcccc); box-shadow: 1px 1px 3px rgba(0,0,0,0.1); border: 2px solid #e74c3c; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s ease;" onmouseover="this.style.transform='scale(1.02)'; this.style.boxShadow='2px 2px 8px rgba(0,0,0,0.2)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='1px 1px 3px rgba(0,0,0,0.1)';">
29
  <div>
 
33
  </div>
34
  </a>
35
 
36
+ ## Deep Dive Projects
37
 
38
  The course includes three hands-on ML projects that you'll tackle using agent context:
39
 
 
43
 
44
  Each project is designed to be completed with a code agent β€” you'll define the context that makes it work.
45
 
46
+ ## Interactive Quizzes
47
 
48
  Each unit includes quizzes to test your understanding. Complete them to track your progress and earn your certificate.
49
 
50
+ ## Supported Agents
51
 
52
  This course works with multiple code agents. Instructions are provided for all three:
53
 
 
58
 
59
  If you use Cursor or GitHub Copilot, the concepts still transfer β€” their MCP and extension UX just isn't covered step-by-step.
60
 
61
+ ## Prerequisites
62
 
63
  - Basic familiarity with Python and the command line
64
  - A [Hugging Face account](https://huggingface.co/join)
65
  - At least one code agent installed (Claude Code, Codex, or OpenCode)
66
 
67
+ ## Contribute
68
 
69
  This course is open source and contributions are welcome!
70
 
71
  - Found a bug or want to improve content? Open an issue or PR on [GitHub](https://github.com/huggingface/context-course).
72
  - Want to add a full section or unit? Open an issue first to discuss with the team.
73
 
74
+ ## Questions?
75
 
76
  Open a [community discussion](https://huggingface.co/organizations/context-course/discussions) on the org page, or ask during the weekly live AMA.
77