From 116e1f61a31fea997c43b1a6bc22e37bcdea7854 Mon Sep 17 00:00:00 2001 From: rzen Date: Sun, 12 Jul 2026 12:36:03 -0400 Subject: [PATCH] Mark full training run item done (val loss 1.52) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1446284..262db03 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,8 @@ experiment-llm/ - [x] Corpus encoded to binary token files - [x] Model builds; parameter count matches the estimate - [x] Overfit-one-batch sanity check passes (loss → ~0 on a single batch) -- [ ] Full training run completes on MPS with checkpoints + loss curve +- [x] Full training run completes on MPS with checkpoints + loss curve + (v1: 20k steps, ~58 min on M1, val loss 1.52 / perplexity ~4.6) - [ ] Sampler produces stories from prompts; gallery committed to `reports/` - [x] Every phase re-runnable from a clean clone with documented commands