Mark overfit sanity check + documented-commands items done

This commit is contained in:
2026-07-12 11:34:55 -04:00
parent 8915d274f5
commit 72595e274b
+2 -2
View File
@@ -159,10 +159,10 @@ experiment-llm/
- [x] BPE tokenizer trains, round-trips, and is saved to disk
- [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)
- [x] 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/`
- [ ] Every phase re-runnable from a clean clone with documented commands
- [x] Every phase re-runnable from a clean clone with documented commands
## Iteration 2 candidates (out of scope for now)