Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Chinchilla Scaling

Chinchilla Scaling

Optimal LLM training balances model size and data quantity for a fixed compute budget.

Year: 2022Generality: 337
Back to Vocab

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.

Sources

  1. Training Compute-Optimal Large Language Models

    arXiv · Mar 29, 2022

Research this in Signals

Scan Chinchilla Scaling for yourself.

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.

Related

Related

Chinchilla Optimality
Chinchilla Optimality

A compute-optimal rule showing smaller models trained on more data outperform undertrained larger ones.

2022Generality: 339
Scaling Hypothesis
Scaling Hypothesis

Increasing model size, data, and compute reliably improves machine learning performance.

2020Generality: 753
Scaling Laws
Scaling Laws

Predictable power-law relationships between model size, data, compute, and performance.

2020Generality: 724
Inference Scaling
Inference Scaling

Improving model outputs by allocating more compute during inference rather than during training

2024Generality: 812Added: Apr 1, 2026
Internet Scale
Internet Scale

ML systems designed to train, serve, or process data across billions of users and devices.

2012Generality: 520
Scaled Supervision Method
Scaled Supervision Method

An AI training approach that improves model performance through large-scale, high-quality labeled data.

2017Generality: 337