paper-with-me

홈 › Papers

Warmstarting for Scaling Language Models

2024-11-11 · Neeratyoy Mallik, Maciej Janowski, Johannes Hog, Herilalaina Rakotoarison, Aaron Klein, Josif Grabocka, Frank Hutter

Scaling model sizes to scale performance has worked remarkably well for the current large language models paradigm. The research and empirical findings of various scaling studies led to novel scaling results and laws that guides subsequent research. High training costs for contemporary scales of data and models result in a lack of thorough understanding of how to tune and arrive at such training setups. One direction to ameliorate the cost of pretraining large models is to warmstart the large-scale training from smaller models that are cheaper to tune. In this work, we attempt to understand if the behavior of optimal hyperparameters can be retained under warmstarting for scaling. We explore simple operations that allow the application of theoretically motivated methods of zero-shot transfer of optimal hyperparameters using {\mu}Transfer. We investigate the aspects that contribute to the speedup in convergence and the preservation of stable training dynamics under warmstarting with {\mu}Transfer. We find that shrinking smaller model weights, zero-padding, and perturbing the resulting larger model with scaled initialization from {\mu}P enables effective warmstarting of $\mut{}$.

📄 PDF Abstract BibTeX arXiv:2411.07340

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When is Warmstarting Effective for Scaling Language Models?

2026-05-13 · Neeratyoy Mallik, Maciej Janowski, Johannes Hog, Herilalaina Rakotoarison 외 arxiv

Model growth from a given checkpoint aims to accelerate training of a larger model, offering potential resource savings. Despite recent interest, warmstarting has seen limited practical adoption in large-scale training. …

Efficient Automatic Tuning for Data-driven Model Predictive Control via Meta-Learning

2024-03-30 · Baoyu Li, William Edwards, Kris Hauser

AutoMPC is a Python package that automates and optimizes data-driven model predictive control. However, it can be computationally expensive and unstable when exploring large search spaces using pure Bayesian Optimization…

Bayesian OptimizationMeta-LearningModel Predictive Control

Large Language Models to Enhance Bayesian Optimization

2024-02-06 · Tennison Liu, Nicolás Astorga, Nabeel Seedat, Mihaela van der Schaar

Bayesian optimization (BO) is a powerful approach for optimizing complex and expensive-to-evaluate black-box functions. Its importance is underscored in many applications, notably including hyperparameter tuning, but its…

Bayesian OptimizationFew-Shot Learning

Warmstarting of Model-based Algorithm Configuration

2017-09-14 · Marius Lindauer, Frank Hutter

The performance of many hard combinatorial problem solvers depends strongly on their parameter settings, and since manual parameter tuning is both tedious and suboptimal the AI community has recently developed several al…

model

Learning from Data-Rich Problems: A Case Study on Genetic Variant Calling

2019-11-12 · Ren Yi, Pi-Chuan Chang, Gunjan Baid, Andrew Carroll

Next Generation Sequencing can sample the whole genome (WGS) or the 1-2% of the genome that codes for proteins called the whole exome (WES). Machine learning approaches to variant calling achieve high accuracy in WGS dat…

Data Augmentation