paper-with-me

Papers

Resolving Discrepancies in Compute-Optimal Scaling of Language Models

2024-06-27 · Tomer Porian, Mitchell Wortsman, Jenia Jitsev, Ludwig Schmidt, Yair Carmon

Kaplan et al. and Hoffmann et al. developed influential scaling laws for the optimal model size as a function of the compute budget, but these laws yield substantially different predictions. We explain the discrepancy by reproducing the Kaplan scaling law on two datasets (OpenWebText2 and RefinedWeb) and identifying three factors causing the difference: last layer computational cost, warmup duration, and scale-dependent optimizer tuning. With these factors corrected, we obtain excellent agreement with the Hoffmann et al. (i.e., "Chinchilla") scaling law. Counter to a hypothesis of Hoffmann et al., we find that careful learning rate decay is not essential for the validity of their scaling law. As a secondary result, we derive scaling laws for the optimal learning rate and batch size, finding that tuning the AdamW $\beta_2$ parameter is essential at lower batch sizes.

📄 PDF Abstract BibTeX arXiv:2406.19146

Code (3)

formll/resolving-scaling-law-discrepancies 공식 구현
formll/resolving-scaling-law-discrepencies 공식 구현
hadasah/scaling_laws pytorch

Methods 이 논문이 사용한 방법론

AdamW AdamW is a stochastic optimization method that modifies the typical implementation of weight decay in Adam, by decoupling [weight…

Similar Papers 제목 키워드 기반

Evaluating the Robustness of Chinchilla Compute-Optimal Scaling

2025-09-28 · Rylan Schaeffer, Noam Levi, Andreas Kirsch, Theo Guenais 외 arxiv

Hoffman et al (2022)'s Chinchilla paper introduced the principle of compute-optimal scaling, laying a foundation for future scaling of language models. In the years since, however, valid concerns about Chinchilla have be…

Scaling Laws Across Model Architectures: A Comparative Analysis of Dense and MoE Models in Large Language Models

2024-10-08 · Siqi Wang, Zhengyu Chen, Bei Li, Keqing He 외

The scaling of large language models (LLMs) is a critical research area for the efficiency and effectiveness of model training and deployment. Our work investigates the transferability and discrepancies of scaling laws b…

Mixture-of-Experts

Inference Compute-Optimal Video Vision Language Models

2025-05-24 · Peiqi Wang, Shengyun Peng, Xuewen Zhang, Hanchao Yu 외

This work investigates the optimal allocation of inference compute across three key scaling factors in video vision language models: language model size, frame count, and the number of visual tokens per frame. While prio…

Language ModelingLanguage Modelling

Abra: Scaling Diffusion Image Training

2026-08-18 · Kyle Chickering, Wei-An Lin, Swayam Bhanded, Dan Saunders 외 arxiv

Compute-optimal scaling laws guide the training of frontier language models yet remain largely unexplored for visual generation. We present a systematic scaling law study for text-to-image diffusion models using Abra, a …

Cerebras-GPT: Open Compute-Optimal Language Models Trained on the Cerebras Wafer-Scale Cluster

2023-04-06 · Nolan Dey, Gurpreet Gosal, Zhiming, Chen 외

We study recent research advances that improve large language models through efficient pre-training and scaling, and open datasets and tools. We combine these advances to introduce Cerebras-GPT, a family of open compute-…