Non-record: 28 Experiments in 5 Days — What Works, What Fails, and Why Small-Scale Tests Lie#1227
Open
himanshudongre wants to merge 1 commit intoopenai:mainfrom
Open
Conversation
…y Small-Scale Tests Lie Systematic exploration of architecture, training, quantization, and eval-time techniques. 14 dead techniques documented. Key finding: small-scale tests can be 180 degrees wrong (SSM: -18% local → +2.7% at scale).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
5 days, 28 controlled experiments, $12 in GPU spend, Mac Mini M4 + single H100. Systematic exploration of architecture, training, quantization, and eval-time techniques for the 16MB language model competition.
The most important finding: Small-scale local experiments can be 180 degrees wrong. Our SSM hybrid showed -18% CE improvement at dim=192 but was +2.7% BPB worse at dim=512 on H100. This isn't noise — it's a systematic bias.
What Works
14 Dead Techniques (with numbers)
SSM hybrid (+2.7%), JEPA-LM (-0.24%), MoS (+1.7%), Monarch Matrices, DenseFormer (+0%), Complementary Training (+2.6%), Residual Lambdas (+0.28%), QK-Norm (-4.5%), Softcapping (+2.1%), LN Scaling (+11.4%), Fixed-Share Mixer (+0%), PAQ Logistic Mixing (BPC=19, fundamentally broken for multi-class), Product Quantization (+292%), Local Linear Prediction (+9.84%)
Key Contributions
See full README for deep dives, reproduction code, and practical takeaways.
Hardware
Note
We applied for the development grant on March 27 and are still awaiting approval. Several promising techniques need 8xH100 validation. @valerio-oai @0hq — would appreciate if the grant application could be reviewed when possible.