Training LMs on 1 GPU in 1 Day
Recent trends in language modeling have focused on increasing performance through scaling, and have resulted in an environment where training language models is out of reach for most researchers and practitioners. While most in the community are asking how to push the limits of extreme computation, we ask the opposite question: How far can we get with a single GPU in just one day? We investigate the downstream performance achievable with a transformer-based language model trained completely from scratch with masked language modeling for a single day on a single consumer GPU. Aside from re-analyzing nearly all components of the pretraining pipeline for this scenario and providing a modified pipeline with performance close to BERT, we investigate why scaling down is hard, and which modifications actually improve performance in this scenario. We provide evidence that even in this constrained setting, performance closely follows scaling laws observed in large-compute settings. Through the lens of scaling laws, we categorize a range of recent improvements to training and architecture and discuss their merit and practical applicability (or lack thereof) for the limited compute setting.
Preprint C RAMMING : T RAINING A L ANGUAGE M ODEL ON A S INGLE GPU IN O NE DAY Jonas Geiping Tom Goldstein University of Maryland, College Park University of Maryland, College Park jgeiping@umd.edu tomg@umd.edu…
related reading
- How To Scale Your Modeljax-ml.github.io
- [1909.08053] Megatron-LM: Training Multi-Billion Parameter Language Models Using Model Parallelismarxiv.org
- frontier model training methodologies | Alex Wa's Blogdjdumpling.github.io
- Chinchillaarxiv.org
- [2005.14165] Language Models are Few-Shot Learnersarxiv.org
- Large Language Models Reading List | Sebastian Raschka, PhDsebastianraschka.com
- Scalable MatMul-free Language Modelingarxiv.org
- Bits, FLOPS, and Watts: A Systems-Level Perspective of Scaling LLMs — Part 1 | by Asheesh Goja | Mediummedium.com
- Demystify Transformers: A Guide to Scaling Laws | by Yu-Cheng Tsai | Sage Ai | Mediummedium.com
- Pathways Language Model (PaLM): Scaling to 540 Billion Parameters for Breakthrouai.googleblog.com
- Transformer Math 101 | EleutherAI Blogblog.eleuther.ai
- [2203.15556] Training Compute-Optimal Large Language Modelsarxiv.org