From 7b25fc89f6020fe760265691e6ddd7e86e312746 Mon Sep 17 00:00:00 2001 From: rzen Date: Sun, 12 Jul 2026 10:49:06 -0400 Subject: [PATCH] Mark Phase 2 encoding + Phase 3 model items done --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/`