The Chinchilla Compute-Optimal Scaling Laws (Hoffmann et al., DeepMind) formalizes the exact mathematical Pareto frontier allocating compute budgets between model parameters
N and dataset tokens
D; fitting the empirical power-law loss surface
L(N,D)=E+NαA+DβB (where
α≈0.34,β≈0.28) under fixed training compute budget
C≈6ND using Lagrange Multipliers yields the optimal scaling trajectory:
Nopt∝Cα+ββ and
Dopt∝Cα+βα; this formally proves that parameters and tokens should scale in near-equal proportions, establishing the foundational rule of thumb:
optimal pre-training requires $\approx 20$ tokens per model parameter ($D/N \approx 20$).