Views
No views yet
| Metric | Base | SFT |
|---|---|---|
| Val BPB | 0.656 | - |
| CORE | 0.247 | - |
| ChatCORE | - | 0.365 |
| ARC-Easy | - | 62.2% |
| ARC-Challenge | - | 49.4% |
| MMLU | - | 37.2% |
| HumanEval | - | 11.6% |
| GSM8K | - | 9.3% |
| SpellingBee | - | 99.6% |
base_checkpoints/ — Pretrained base model (step 95367)chatsft_checkpoints/ — SFT fine-tuned chat model (step 482)tokenizer/ — Custom BPE tokenizer (32K vocab)report.md — Full training report1# Requires the nanochat repo
2from nanochat.gpt import GPT, GPTConfig
3from nanochat.checkpoint_manager import load_checkpoint
4
5model, metadata = load_checkpoint("path/to/base_checkpoints")