Non-record: MoE exploration + multi-bit quantization analysis#480
Non-record: MoE exploration + multi-bit quantization analysis#480imyesung wants to merge 3 commits intoopenai:mainfrom
Conversation
…n analysis Negative result showing MoE is structurally disadvantaged below 500M params under 16MB constraint. Multi-bit quantization comparison (int4/5/6) on same trained dense model demonstrates int4 MLP incurs +0.065 BPB degradation, closing the MoE parameter expansion path.
Community Review — Non-record: MoE exploration + multi-bit quantization analysisBPB: 0.0028 (cache parse — may be delta/std, not val_bpb; check PR title) | 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=55906 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=55906 B, SMOKE_TEST_PASS. Classification via deterministic AST-based |
Summary
Non-record submission with two negative results under the 16MB artifact cap:
moe_train_partial.log, the surviving partial 8xH100 SXM log; the RunPod pod died at step 2000, so the MoE conclusion should be interpreted as preliminary rather than a fully converged final result.Included evidence
README.mdwith updated explanation and MoE-vs-dense checkpoint tablesubmission.jsonwith updated metadatatrain.logfor the dense control / quantization comparisonmoe_train_partial.logfor the surviving MoE runtrain_gpt.pyquant_comparison.pngQuantization Comparison Results
MoE Observed Checkpoints