From 0d9e139567720ac05077765779b456f34432bf32 Mon Sep 17 00:00:00 2001 From: 04cb <0x04cb@gmail.com> Date: Wed, 4 Mar 2026 08:16:20 +0800 Subject: [PATCH] Fix docs: add training data download instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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).