CoolFace
Datasetpublic

thepowerfuldeez/1226_imu1_base_decay_corpus

IMU-1 Stage 2 Training Corpus (Decay Phase) Pre-tokenized training data for Stage 2 (decay phase) of IMU-1, a sample-efficient 430M parameter language model. Dataset Details Property Value Tokens ~28B Format Memory-mapped NumPy (.npy) Tokenizer SmolLM2-360M Vocab size 49,152 Data Sources Stage 2 uses tighter quality filters compared to Stage 1: DCLM-edu (higher threshold filtering) FineWeb-edu FineMath Curated high-quality… See the full description on the dataset page: https://huggingface.co/datasets/thepowerfuldeez/1226_imu1_base_decay_corpus.

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
0likes1.4kdownloads
Dataset Card

IMU-1 Stage 2 Training Corpus (Decay Phase)

Pre-tokenized training data for Stage 2 (decay phase) of IMU-1, a sample-efficient 430M parameter language model.

Dataset Details

PropertyValue
Tokens~28B
FormatMemory-mapped NumPy (.npy)
TokenizerSmolLM2-360M
Vocab size49,152

Data Sources

Stage 2 uses tighter quality filters compared to Stage 1:

  • DCLM-edu (higher threshold filtering)
  • FineWeb-edu
  • FineMath
  • Curated high-quality sources

Download

bash
huggingface-cli download thepowerfuldeez/1226_imu1_base_decay_corpus --repo-type=dataset

Usage with sampleefficientgpt

bash
# Clone training framework
git clone https://github.com/thepowerfuldeez/sample_efficient_gpt
cd sample_efficient_gpt

# Install dependencies
export UV_TORCH_BACKEND=auto
uv pip install setuptools uv_build maturin
uv sync

# Train Stage 2 (requires Stage 1 checkpoint)
uv run torchrun --nproc_per_node 8 train.py \
    --config configs/imu1_base.yaml \
    --config-key decay

Training Configuration (Stage 2)

ParameterValue
ScheduleWSD (decay phase)
Iterations100,000 (200k total)
Batch size312
Context length896
Muon LR1.15e-2 → 25% min
Decay start100k steps

Related Resources

Citation

bibtex
@misc{grigorev2026imu1sampleefficientpretrainingsmall,
      title={IMU-1: Sample-Efficient Pre-training of Small Language Models}, 
      author={George Grigorev},
      year={2026},
      eprint={2602.02522},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2602.02522}, 
}