Parameters and data remove different bottlenecks.
Larger models improve representational capacity. More tokens improve estimation and coverage. A fixed compute budget cannot maximize both independently.
Should FLOPs buy more parameters or more training tokens? Explore compute-optimal scaling, data quality, and the cost of overtraining one side of the model-data balance.
Larger models improve representational capacity. More tokens improve estimation and coverage. A fixed compute budget cannot maximize both independently.
Transformer training compute is approximately proportional to parameter count times training tokens.
C ≈ 6NDCleaner, more relevant data can contribute more learning signal per raw token.
Training beyond the compute-optimal token count may produce a smaller model that is cheaper to serve.
Architecture, tokenizer, data mixture, optimizer, and evaluation distribution all affect fitted exponents.