Pythia: A Suite for Analyzing Large Language Models Across Training and Scaling

Stella Biderman, Hailey Schoelkopf, Quentin Anthony, Herbie Bradley, Kyle O'Brien +8 more
2/12/2026

Abstract

How do large language models (LLMs) develop and evolve over the course of training? How do these patterns change as models scale? To answer these questions, we introduce \textit{Pythia}, a suite of 16 LLMs all trained on public data seen in the exact same order and ranging in size from 70M to 12B parameters. We provide public access to 154 checkpoints for each one of the 16 models, alongside tools to download and reconstruct their exact training dataloaders for further study. We intend \textit{Pythia} to facilitate research in many areas, and we present several case studies including novel results in memorization, term frequency effects on few-shot performance, and reducing gender bias. We demonstrate that this highly controlled setup can be used to yield novel insights toward LLMs and their training dynamics. Trained models, analysis code, training code, and training data can be found at \url{https://github.com/EleutherAI/pythia}.

View on arXivView PDF

Code Implementations(2)

EleutherAI/pythiaOfficial100%
Apache-2.0

The hub for EleutherAI's work on interpretability and learning dynamics

2,787213Shell, PythonDec 25, 20219 months agoApache-2.0
EleutherAI/gpt-neoxCommunity100%
Apache-2.0

An implementation of model parallel autoregressive transformers on GPUs, based on the Megatron and DeepSpeed libraries

7,4261,110C, C++Dec 22, 20204 months agoApache-2.0
deepspeed-librarygpt-3language-modeltransformers

Cite this paper

@article{biderman2026pythia,
  title  = {Pythia: A Suite for Analyzing Large Language Models Across Training and Scaling},
  author = {Stella Biderman and Hailey Schoelkopf and Quentin Anthony and Herbie Bradley and Kyle O'Brien and Eric Hallahan and Mohammad Aflah Khan and Shivanshu Purohit and USVSN Sai Prashanth and Edward Raff and Aviya Skowron and Lintang Sutawika and Oskar van der Wal},
  year   = {2026},
  eprint = {2304.01373},
  archivePrefix = {arXiv},
  url    = {http://arxiv.org/pdf/2304.01373},
  journal = {ICML 2023 2023}
}

Discussion