#897 · Primary category: Education & Research
large_language_model_training_playbook
An open collection of implementation tips, tricks and resources for training large language models
Project last updated:03/08/23
GitHub Stars
505
Forks
23
Contributors
2
License
Apache-2.0
Why we included this project
Long training runs usually break down on operational choices, not on model code. This playbook gathers the kind of practical advice that normally gets scattered across forum threads: picking a parallelization strategy, reading scaling laws to size your model sensibly, and deciding between fp32, fp16, and bf16 for different layers and optimizers. Newer teams get a structured tour through learning-rate schedules, batch sizes, and throughput bottlenecks; veterans can jump straight to detecting instabilities and debugging hardware or software failures. It's a curated document rather than software, so treat it as a starting reading list, with the companion LLM Training Handbook supplying the concrete scripts. Reading it before you commit to a framework or cluster setup helps clarify which knobs actually matter, which makes later tooling choices easier.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI