Commit 548fe64
Record: 0.1582 BPB — Learned Mixer Head + No TTT + Matrix LR 0.03
Two changes from PR openai#834: MATRIX_LR=0.03 and TTT_EPOCHS=0.
Beats PR openai#834's 0.1663 WITH TTT by removing TTT and using higher LR.
- Learned mixer head: Linear(512→7) predicts per-token expert weights
- No TTT — zero gradient updates on validation data
- N-gram backoff cache (orders 2-7), single-pass, backward-looking
- 11L, MHA 8/8, MLP 3.5x, 15.59 MB artifact
- 8xH100 SXM, 600s training, 515s eval
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 226d817 commit 548fe64
File tree
5 files changed
+3433
-483
lines changed- records/track_10min_16mb/2026-03-26_LearnedMixerHead_NoTTT_MatrixLR03
5 files changed
+3433
-483
lines changedLines changed: 48 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments