From e760c0004384bedad0bacdb922176a0c8794ecc4 Mon Sep 17 00:00:00 2001 From: rzen Date: Sun, 12 Jul 2026 10:26:03 -0400 Subject: [PATCH] Mark Phase 0 environment + dataset item done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a0a478..b82c4da 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ experiment-llm/ ## Definition of done (iteration 1) -- [ ] Environment reproducible with `pip install -r requirements.txt`; dataset downloaded and hashed +- [x] Environment reproducible with `pip install -r requirements.txt`; dataset downloaded and hashed - [ ] BPE tokenizer trains, round-trips, and is saved to disk - [ ] Corpus encoded to binary token files - [ ] Model builds; parameter count matches the estimate