Root = RL (step 300, best pass@4). pt/ and sft/ folders have base and SFT checkpoints.
Chat Format
<|bos|><|user_start|>If a store sells 3 apples at $2 each and 5 oranges at $1 each, what is the total cost?<|user_end|><|assistant_start|>The cost of 3 apples is 3 * $2 = $<|python_start|>3*2<|python_end|><|output_start|>6<|output_end|>6.
The cost of 5 oranges is 5 * $1 = $<|python_start|>5*1<|python_end|><|output_start|>5<|output_end|>5.
The total cost is $6 + $5 = $<|python_start|>6+5<|python_end|><|output_start|>11<|output_end|>11.
#### 11<|assistant_end|>
Citation
bibtex
1@misc{nanochat,
2 author = {Andrej Karpathy},
3 title = {nanochat: The best ChatGPT that $100 can buy},
4 year = {2025},
5 publisher = {GitHub},
6 url = {https://github.com/karpathy/nanochat}
7}