From 72595e274b61d7aa2be47fac1e71b3e50315117a Mon Sep 17 00:00:00 2001 From: rzen Date: Sun, 12 Jul 2026 11:34:55 -0400 Subject: [PATCH] Mark overfit sanity check + documented-commands items done --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1414b5e..1446284 100644 --- a/README.md +++ b/README.md @@ -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)