Given a fixed compute budget, should you train a bigger model or feed a smaller one more tokens? Chinchilla's answer upended the field: the giants of 2020ā21 were badly undertrained ā for the same compute, a model a quarter of Gopher's size, fed 4Ć the data, beats it. The rule of thumb that fell out (ā20 tokens per parameter) still shapes how every serious LLM budget is spent.
Before Chinchilla, scaling wisdom said: with more compute, grow the model ā data can lag. Gopher was the poster child: 280B parameters trained on ~300B tokens. Chinchilla spent the same training compute the other way: a 70B-parameter model fed 1.4T tokens ā 4Ć smaller, 4.7Ć more data. It won on almost every benchmark. The two towers below are the whole argument: same budget, opposite shapes.
The paper fit loss as a function of model size N and training tokens D across 400+ runs. Picture the result as a surface: quality improves toward the top-right (more of both ā more compute), but for any FIXED budget you live on one anti-diagonal of this map, and the best point on that diagonal is the balanced one. Straying to either corner ā a giant model starved of data, or a tiny model drowning in it ā wastes the same compute on a worse loss. Click the chips to see where the three regimes land.
Scrub the budget split. Same compute at every step ā only the model-size / data trade changes.
Fitting the frontier gives the memorable prescription: for a compute-optimal run, train on roughly 20 tokens for every parameter. A 70B model wants ~1.4T tokens ā exactly Chinchilla. The rule reshaped budgets overnight, and its descendants matter too: models like Llama are deliberately trained past compute-optimal (more tokens than 20:1), trading extra training compute for a smaller, cheaper-to-serve model ā a different optimum once inference cost enters the ledger (your Phase 9 cost-model instincts, applied to training).
Two beats: the line, then how to read your own model size off it.
Companions: the paper (arXiv) Ā· šØ LLM internals walkthrough Ā· š§ Phase 9 Ā· cost models Ā· DeepMind's summary