10L XSA + EMA + Partial RoPE + LN Scale (val_bpb: 1.1365)#458
Open
ofirkris wants to merge 5 commits intoopenai:mainfrom
Open
10L XSA + EMA + Partial RoPE + LN Scale (val_bpb: 1.1365)#458ofirkris wants to merge 5 commits intoopenai:mainfrom
ofirkris wants to merge 5 commits intoopenai:mainfrom
Conversation
|
partial rope is interesting havent seen that in many submissions yet. how many dims did you find works best? 16 seems low but if it works it works |
Author
I tested 16 out of 64 dims (25%) based on ablations from other competitive runs on this challenge. The intuition is that most heads don't need full positional information - leaving 48 dims position-free lets them learn content-based attention patterns. |
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.
Results
Techniques
10L 512d, 3x MLP, XSA last 4 layers, EMA 0.997, Partial RoPE 16/64, LN Scale,
SmearGate, BigramHash(10240), Int5 MLP / Int6 attn, FP16 embeds, 3.2% pruning, zstd-22,
sliding window eval stride=64