Hall of FameJordan Hoffmann et al.202266 min readpaperadvanced
Training Compute-Optimal Large Language Models
Summary
The paper derives a compute‑optimal scaling law showing model size and training tokens should grow together, and validates it by training a 70B‑parameter model (Chinchilla) on 1.4 T tokens that outperforms much larger LLMs.
- Optimal scaling: for a fixed FLOP budget, double the number of parameters and double the number of training tokens.
- Chinchilla (70B, 1.4 T tokens) beats larger models like Gopher (280B) and GPT‑3 (175B) across many benchmarks.
- Aligning the learning‑rate schedule length with the token count yields lower final loss than a fixed schedule.
- Compute‑optimal models cut inference FLOPs, reducing downstream cost and enabling deployment on smaller hardware.
Anyone budgeting compute for training LLMs should use the equal‑scaling rule to get better performance and lower inference costs.
9/10