Hugging Face LLM Course
For: Engineers planning to fine-tune or self-host LLMs
Side-by-side comparison on level, duration, pricing, instructor, tier. Editor verdict on which course wins for which buyer.
If you want to fine-tune LLMs in 2026, this is the canonical free resource. Covers transformer architecture, the Hugging Face ecosystem (Transformers, Datasets, Tokenizers), fine-tuning with PEFT/LoRA, RLHF basics, and deployment. Free, regularly updated (the team continually ships new chapters as the field evolves), and the hands-on labs run in free Colab. The course's bias is unavoidably toward open-source models and the HF stack — if you're committing to closed APIs (OpenAI, Anthropic), the abstractions transfer but you'll skip 30% of the content. Worth taking anyway as the broadest free LLM curriculum.
The single most-recommended free resource in modern AI education. Karpathy builds a working autograd engine, then a character-level language model, then a tokenizer, then a working GPT — all from scratch in PyTorch, explaining every line. The 'Let's build GPT' and 'Let's build the GPT Tokenizer' lectures specifically have become canonical references — every senior AI engineer has watched them. The catch: it's 25 hours of dense math-and-code video. You won't follow if you can't keep up with Python + linear algebra. But if you can, no paid course delivers comparable depth.
| Dimension | Hugging Face LLM Course | Neural Networks: Zero to Hero (Andrej Karpathy) |
|---|---|---|
| Provider | Hugging Face | YouTube |
| Editorial tier | Hands-on reviewed | Hands-on reviewed |
| Level | Intermediate | Advanced |
| Format | self paced | video |
| Duration | ~15-20 hours (12 chapters) | ~25 hours (11 lectures) |
| Pricing | Free | Free |
| Instructor | Lewis Tunstall, Leandro von Werra, Thomas Wolf — Hugging Face Research Scientists | Andrej Karpathy — Co-founder OpenAI; former Director of AI at Tesla |
| Rating | No public rating | No public rating |
| Topics | llm fundamentals, fine tuning | llm fundamentals, fine tuning, ai engineering |
| Last verified | 2026-05-23 | 2026-05-23 |
Take Neural Networks: Zero to Hero (Andrej Karpathy) first if you're new to the topic; once you have the basics, Hugging Face LLM Course is the natural next step. They're complementary in a learning path, not directly competing.
For: Engineers planning to fine-tune or self-host LLMs
For: Engineers who plan to train, fine-tune, or research LLMs at depth
Similar courses you might also be considering.