karpathy/climbmix-400b-shuffle
Viewer • Updated • 553M • 34.8k • 55
A 1.4B parameter GPT-2 style model trained from scratch using nanochat on 16×H100 GPUs.
| Metric | Base | SFT |
|---|---|---|
| Val BPB | 0.715 | - |
| CORE | 0.247 | - |
| ChatCORE | - | 0.360 |
| ARC-Easy | - | 61.3% |
| ARC-Challenge | - | 48.9% |
| MMLU | - | 36.4% |
| HumanEval | - | 11.0% |
| GSM8K | - | 9.8% |
| SpellingBee | - | 99.6% |
base_checkpoints/ — Pretrained base model (step 5568)chatsft_checkpoints/ — SFT fine-tuned chat model (step 482)tokenizer/ — Custom BPE tokenizer (32K vocab)report.md — Full training report# Requires the nanochat repo
from nanochat.gpt import GPT, GPTConfig
from nanochat.checkpoint_manager import load_checkpoint
model, metadata = load_checkpoint("path/to/base_checkpoints")
Compute resources provided by WestAI. Thanks to the WestAI team for their generous compute contributions.