Mark Phase 2 encoding + Phase 3 model items done

This commit is contained in:
2026-07-12 10:49:06 -04:00
parent e708a5b886
commit 7b25fc89f6
+2 -2
View File
@@ -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/`