CLFeb 4, 2025

SmolLM2: When Smol Goes Big -- Data-Centric Training of a Small Language Model

Hugging Face
arXiv:2502.02737v1255 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses the need for efficient language models in resource-limited environments, though it is incremental as it builds on existing small LM approaches with improved data strategies.

The paper tackles the problem of developing high-performance small language models for resource-constrained settings by creating SmolLM2, a 1.7B parameter model that outperforms other recent small LMs like Qwen2.5-1.5B and Llama3.2-1B through data-centric training on ~11 trillion tokens.

While large language models have facilitated breakthroughs in many applications of artificial intelligence, their inherent largeness makes them computationally expensive and challenging to deploy in resource-constrained settings. In this paper, we document the development of SmolLM2, a state-of-the-art "small" (1.7 billion parameter) language model (LM). To attain strong performance, we overtrain SmolLM2 on ~11 trillion tokens of data using a multi-stage training process that mixes web text with specialized math, code, and instruction-following data. We additionally introduce new specialized datasets (FineMath, Stack-Edu, and SmolTalk) at stages where we found existing datasets to be problematically small or low-quality. To inform our design decisions, we perform both small-scale ablations as well as a manual refinement process that updates the dataset mixing rates at each stage based on the performance at the previous stage. Ultimately, we demonstrate that SmolLM2 outperforms other recent small LMs including Qwen2.5-1.5B and Llama3.2-1B. To facilitate future research on LM development as well as applications of small LMs, we release both SmolLM2 as well as all of the datasets we prepared in the course of this project.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes