Views
No views yet
EleutherAI/pythia-160m-seed3 instead. This repository is intended for research that requires access to optimizer states or the original training format.layer_XX-model_00-model_states.pt — model weight shards (one per layer)mp_rank_00_model_states.pt — model state metadatazero_pp_rank_*_optim_states.pt — ZeRO optimizer states (Adam moments, etc.)160M.yml — GPT-NeoX training configurationstep0 — initializationstep{1,2,4,8,16,32,64,128,256,512} — log-spaced early checkpointsstep1000 through step143000 — every 1,000 stepsstep143000 corresponds to the final model.1python tools/convert_neox_to_hf.py \
2 --input_dir /path/to/neox/checkpoint \
3 --config_file /path/to/config.yml \
4 --output_dir /path/to/hf/outputEleutherAI/pythia-160m-seed3.EleutherAI/pile-preshuffled-seeds.| Model Size | Parameters | Layers | Model Dim | Heads | Original Model |
|---|---|---|---|---|---|
| 14M | 14M | 6 | 128 | 4 | pythia-14m |
| 31M | 31M | 6 | 256 | 8 | pythia-31m |
| 70M | 70M | 6 | 512 | 8 | pythia-70m |
| 160M | 160M | 12 | 768 | 12 | pythia-160m |
| 410M | 410M | 24 | 1024 | 16 | pythia-410m |
data-seed and weight-seed) that isolate the effects of data ordering vs. weight initialization.1@inproceedings{vanderwal2025polypythias,
2 title={PolyPythias: Stability and Outliers across Fifty Language Model Pre-Training Runs},
3 author={van der Wal, Oskar and Lesci, Pietro and Muller-Eberstein, Max and Saphra, Naomi and Schoelkopf, Hailey and Zuidema, Willem and Biderman, Stella},
4 booktitle={International Conference on Learning Representations},
5 year={2025},
6 url={https://arxiv.org/abs/2503.09543}
7}