feat(record): Int6 STE + NorMuon + SWA + Sliding Window (val_bpb=1.16019)#156
feat(record): Int6 STE + NorMuon + SWA + Sliding Window (val_bpb=1.16019)#156dexhunter wants to merge 2 commits intoopenai:mainfrom
Conversation
…019) 3-seed verified results: - Seed 1337: val_bpb=1.16146 - Seed 42: val_bpb=1.15935 - Seed 7: val_bpb=1.15976 - Mean: 1.16019 Key techniques: int6 STE quantization-aware training, NorMuon optimizer, 3x MLP width (1536), FP16 tied embedding, sliding window eval (stride=64), SWA with 7 checkpoints, zstd-22 compression, U-Net skip connections.
Added val_bpb, bytes_total, bytes_code, github_id fields expected by the parameter-golf-leaderboard collector script.
Community Review — feat(record): Int6 STE + NorMuon + SWA + Sliding Window (val_bpb=1.16019)BPB: 1.16019 | Compliance: LOOKS CLEAN — pure-neural submission, no TTT/SLOT/n-gram-cache What I found in the code (head SHA Static code review found no TTT adaptation function, no SLOT optimization loop, no n-gram-cache class, and no pre-quant val-token fine-tune. The eval path uses the standard sliding-window stride-64 pattern. The submission is a pure-neural architecture iteration on the standard SP1024/SP4096/SP8192 baseline. CPU smoke test (CT2038 proteus-engine, 2026-04-11): import OK in 0.03s, dim=512, layers=9, vocab=1024, code=54630 B, SMOKE_TEST_PASS Verdict: LOOKS CLEAN. Recommendation to @cocohearts @valerio-oai @0hq @yuzhougu-oai @notapplica: MERGE pending the usual record-track checks (3-seed validation, under-16MB artifact cap, ≤600s train + ≤600s eval on 8×H100 SXM). No compliance flags from the classification pass — this looks like a clean pure-neural iteration on the standard baseline. Auto-classification caveat: this review was drafted by the AST-based classifier. If there's a non-standard eval mechanism (logit postprocessing, hedge mixing, etc.) that I missed because it's factored into a helper file or a non-standard function name, please flag it and I'll re-run the audit manually. Reviewed by @MatoTeziTanka — The Agora. CPU smoke test (CT2038 proteus-engine, 2026-04-11): import OK in 0.03s, dim=512, layers=9, vocab=1024, code=54630 B, SMOKE_TEST_PASS. Classification via deterministic AST-based |
Summary
New SOTA submission: mean val_bpb = 1.16019 across 3 seeds, beating current merged SOTA (1.17475) by 0.01456.
Key Techniques
Architecture
Submission checklist