Record: Int6 STE + SmearGate + Seq2048 + OrthoInit + RoPE50K + SWA/100 (mean val_bpb=1.1507)#206
Open
dexhunter wants to merge 2 commits intoopenai:mainfrom
Open
Record: Int6 STE + SmearGate + Seq2048 + OrthoInit + RoPE50K + SWA/100 (mean val_bpb=1.1507)#206dexhunter wants to merge 2 commits intoopenai:mainfrom
dexhunter wants to merge 2 commits intoopenai:mainfrom
Conversation
…SWA/100 (val_bpb=1.1507) 3-seed verified mean val_bpb=1.1507 (sliding window, stride=64). Seeds: 1337=1.1502, 42=1.1509, 7=1.1510. All artifacts under 16MB. Technique stack evolved over 31 AIDE2 optimization steps: - Int6 STE quantization-aware training (near-zero quant penalty) - NorMuon optimizer with decoupled weight decay (0.02) - 3x MLP width (1536 hidden) - SmearGate: learned embedding-level context blending - Orthogonal initialization for all linear layers - Sequence length 2048 with RoPE base 50K - SWA every 100 steps during warmdown - FP16 tied embedding passthrough - Sliding window eval (stride=64) - Zstd-22 compression - U-Net skip connections
Leaderboard expects val_bpb, val_loss, bytes_total, bytes_code at top level. Our submission used mean_val_bpb, artifact_bytes, etc.
abaybektursun
added a commit
to abaybektursun/parameter-golf
that referenced
this pull request
Mar 20, 2026
Downloaded train_gpt.py and README from the top open PRs on openai/parameter-golf: - PR openai#198 (1.1318): 11L Int6 + WD + SWA + FA3 + SmearGate + BigramHash - PR openai#194 (1.1480): 11L Int6 QAT + SmearGate + SWA - PR openai#206 (1.1507): 9L Int6 STE + SmearGate + OrthoInit + U-Net skips Updated program.md to point agent at PR openai#198 as the new starting base, with detailed technique breakdown and strategy to beat 1.1318. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Mean val_bpb = 1.1507 (3-seed verified, p<0.001), beating merged SOTA (1.1748) by 0.024.
Evolved over 31 AIDE2 optimization steps from baseline 1.1607 on 8xH100.
Technique Stack
Architecture
Submission checklist