The Model Landscape

Layer 4 · Foundations

The Model Landscape

Scaling laws, compute-optimal training, and the arithmetic behind 'how big should this model be'.

15 min read180 XP

Loss falls predictably as a power law in compute, parameters, and data — until it doesn't.

Empirically, pretraining loss follows a power law in model size (parameters), dataset size (tokens), and compute , roughly FLOPs for a dense transformer trained with standard forward+backward passes. Scaling laws (Kaplan et al. 2020, then refined by Hoffmann et al. 2022 — 'Chinchilla') quantify how loss decreases as you scale these up.