diff --git a/README.md b/README.md index d974e79..f7a10f6 100644 --- a/README.md +++ b/README.md @@ -147,8 +147,8 @@ experiment-llm/ - [x] Environment reproducible with `pip install -r requirements.txt`; dataset downloaded and hashed - [x] BPE tokenizer trains, round-trips, and is saved to disk -- [ ] Corpus encoded to binary token files -- [ ] Model builds; parameter count matches the estimate +- [x] Corpus encoded to binary token files +- [x] Model builds; parameter count matches the estimate - [ ] Overfit-one-batch sanity check passes (loss → ~0 on a single batch) - [ ] Full training run completes on MPS with checkpoints + loss curve - [ ] Sampler produces stories from prompts; gallery committed to `reports/`