Record: Int6 + 3x MLP + sliding window (val_bpb=1.1708) + 9 ablations#212
Open
mrdavtan wants to merge 2 commits intoopenai:mainfrom
Open
Record: Int6 + 3x MLP + sliding window (val_bpb=1.1708) + 9 ablations#212mrdavtan wants to merge 2 commits intoopenai:mainfrom
mrdavtan wants to merge 2 commits intoopenai:mainfrom
Conversation
Independent int6 implementation with 3x MLP expansion, FP16 embed, WD20k, sliding window eval. 21.8M params in 15.2MB artifact. Accompanied by 9 controlled ablations with 6 negative findings.
4 tasks
Author
Update: 5-seed statistical validation added
Gap vs baseline: 0.036 nats (threshold: 0.005) | t-stat: 44.2 | p < 0.01 All 5 runs on 8×H100 SXM (RunPod Parameter Golf template), PyTorch 2.9.1+cu128, same config, only seed varied. README and submission.json updated with full results. |
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
val_bpb = 1.1708 — independent int6 implementation with 3x MLP expansion, currently #2 on the merged leaderboard.
What's different about this submission
This isn't just a score entry. It's accompanied by 9 controlled ablations testing techniques that top entries use but never isolate — all on the same hardware, same seed, one variable at a time.
Ablation results (6 negative findings)
Key findings for the community
See README for full analysis.
Test plan
Built with Claude Code