LLM Course is a hands-on, notebook-driven path for learning how large language models work in practice, from data curation to training, fine-tuning, evaluating, and deploying. It emphasizes reproducible experiments: each step is demonstrated with runnable code, clear dependencies, and references to commonly used open-source models and libraries. Learners get exposure to multiple adaptation strategies—LoRA/QLoRA, instruction fine-tuning, and alignment techniques—so they can choose approaches that fit their hardware and budgets. The materials also cover inference optimization and quantization to make serving LLMs feasible on commodity GPUs or even CPUs, which is crucial for side projects and startups. Evaluation is treated as a first-class topic, with examples of automatic and human-in-the-loop methods to catch regressions and verify quality beyond simple loss values. By the end, students have a mental model and a practical toolkit for iterating on datasets, training configs, etc.
Features
- End-to-end notebooks covering data prep, training, fine-tuning, and serving
- Practical focus on LoRA/QLoRA, instruction tuning, and alignment workflows
- Guidance for resource-constrained hardware plus quantization techniques
- Reproducible setups with pinned dependencies and clear configs
- Evaluation notebooks for automated metrics and human review loops
- Tips for packaging, inference optimization, and lightweight deployment