diff --git a/README.md b/README.md index ce3df1f..3c07fd0 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,14 @@ Key optimizations: └── Makefile ``` +## Training Data + +Training requires pretokenized TinyStories data. To download: +```bash +cd training && bash download_data.sh +``` +See [training/README.md](training/README.md) for detailed training instructions. + ## Building Requires macOS 15+ on Apple Silicon (tested on M4).