SOTAVerified

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

2023-04-03Code Available6· sign in to hype

Stella Biderman, Hailey Schoelkopf, Quentin Anthony, Herbie Bradley, Kyle O'Brien, Eric Hallahan, Mohammad Aflah Khan, Shivanshu Purohit, USVSN Sai Prashanth, Edward Raff, Aviya Skowron, Lintang Sutawika, Oskar van der Wal

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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 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 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 https://github.com/EleutherAI/pythia.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
arc_challengePythia 12B (0-shot)Accuracy31.8Unverified
arc_challengePythia 12B (5-shot)Accuracy36.8Unverified
arc_easyPythia 12B (0-shot)Accuracy70.2Unverified
arc_easyPythia 12B (5-shot)Accuracy71.5Unverified
WinoGrandePythia 2.8B (0-shot)Accuracy59.4Unverified
WinoGrandePythia 12B (5-shot)Accuracy66.6Unverified
WinoGrandePythia 12B (0-shot)Accuracy63.9Unverified
WinoGrandePythia 6.9B (0-shot)Accuracy60.9Unverified

Reproductions