Optimal LLM training balances model size and data quantity for a fixed compute budget.
Chinchilla Scaling
Chinchilla scaling refers to a set of empirically derived principles for training large language models (LLMs) efficiently by finding the optimal ratio between model size (number of parameters) and the volume of training data, given a fixed computational budget. The concept emerged from DeepMind's 2022 paper "Training Compute-Optimal Large Language Models," which introduced a 70-billion-parameter model called Chinchilla as a proof of concept. The key finding was that prior large models, including GPT-3 and Gopher, were significantly undertrained relative to their size, meaning they used far more parameters than the amount of data they were trained on could justify.
The central claim is that model size and training tokens should scale roughly in proportion to each other. Specifically, the research suggested that for every doubling of model parameters, the training dataset should also approximately double. This differs from earlier scaling intuitions, which prioritized growing model size while keeping data relatively fixed. The Chinchilla model, despite having roughly four times fewer parameters than the 280-billion-parameter Gopher model, outperformed it across a wide range of benchmarks by being trained on approximately four times more data. The comparison shows that data efficiency is as critical as raw model scale.
The practical implications matter for both research and industry. Training a smaller, data-rich model can achieve superior performance while consuming less memory and compute during inference, a major cost consideration when deploying models at scale. This reframing shifted how many organizations approached LLM development, pushing them to invest in high-quality, large-scale datasets rather than chase ever-larger parameter counts.
Chinchilla scaling has also sparked ongoing debate and refinement. Subsequent work has questioned whether the original compute-optimal ratios fully account for inference costs, suggesting that in practice it may be worthwhile to train smaller models on even more data than Chinchilla prescribes. Meta's LLaMA series reflects this perspective. As a result, practitioners now treat Chinchilla scaling less as a fixed law and more as a foundational framework for reasoning about the trade-offs inherent in large-scale model training.
arXiv · Mar 29, 2022
Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Chinchilla Scaling already loaded, so edit it or scan as is.