Record: OrthoInit + Int6 MLP3x + BigramHash + SmearGate (val_bpb: 1.1539)#135
Open
unnir wants to merge 1 commit intoopenai:mainfrom
Open
Record: OrthoInit + Int6 MLP3x + BigramHash + SmearGate (val_bpb: 1.1539)#135unnir wants to merge 1 commit intoopenai:mainfrom
unnir wants to merge 1 commit intoopenai:mainfrom
Conversation
Contributor
|
This is cool. good werk |
5 tasks
6 tasks
HyperPotatoNeo
added a commit
to HyperPotatoNeo/parameter-golf
that referenced
this pull request
Mar 21, 2026
Stacks XSA (PR openai#265), EMA weight averaging (PR openai#287), Int5-MLP (PR openai#264), MuonWD=0.04 tuned from PR openai#162, seq_len=2048, 11 layers, BigramHash(2048), SmearGate, OrthoInit (PR openai#135), Late-K FP16 on final layer. Single-seed result (seed=1337), ~8903 steps on 8xH100.
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.
OrthoInit + Int6 MLP3x + BigramHash + SmearGate
Score: val_bpb = 1.1539 (sliding window, stride=64)
Approach
Six orthogonal improvements stacked on the baseline 9-layer, 512-dim GPT:
1. Orthogonal + muP-scaled Weight Initialization
1/sqrt(2 * num_layers)following muP2. Int6 Mixed Quantization + zstd-22
3. 3x MLP Expansion
4. Tuned Optimizer Hyperparameters
matrix_lr=0.02, scalar_lr=0.02, tied_embed_lr=0.03(halved from baseline)muon_momentum=0.99with warmup from 0.92 over 1500 stepswarmdown_iters=3000,grad_clip_norm=0.3AdamWwithweight_decay=0.01for embedding/scalar paramsbeta1=0.9, beta2=0.955. SmearGate + Bigram Hash Embedding
6. Training + Evaluation Setup
train_seq_len=2048, train_batch_tokens=786432Configuration
Key Metrics
val_bpb: 1.1696val_bpb: 1.1748val_bpb: 1.1539