Record: SP8192 + SmearGate + AttnOutGate(w24) + LoRA-TTT Improvements + Phased TTT — val_bpb 1.06991 (3-seed mean)#1790
Open
miaoyuxun wants to merge 2 commits intoopenai:mainfrom
Open
Record: SP8192 + SmearGate + AttnOutGate(w24) + LoRA-TTT Improvements + Phased TTT — val_bpb 1.06991 (3-seed mean)#1790miaoyuxun wants to merge 2 commits intoopenai:mainfrom
miaoyuxun wants to merge 2 commits intoopenai:mainfrom
Conversation
sunnypatneedi
pushed a commit
to sunnypatneedi/parameter-golf
that referenced
this pull request
Apr 23, 2026
…uxun 1.06991 new best legal (validates stack); PR openai#1791 GDN FLA 1.0339 await BPB verification; PR openai#1785 PPM 1.01925 unverified; Polar Express NS + MIN_LR floor new legal techniques; Issue openai#1604 deadline tomorrow https://claude.ai/code/session_016ac6YxBsXZcm1mzJuW3VYP
Open
4 tasks
This was referenced Apr 29, 2026
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.06991 (3-seed mean, std 0.00061) | ~15.9 MB | 8xH100 SXM
Combines four previously validated techniques on the SP8192 base, no Casefold/CaseOps:
Key combination not previously submitted: PR #1667 used standard TTT; we apply phased TTT (PR #1700/#1767 style) on top of the SmearGate+AttnGate architecture. This combination improves both pre-quant quality (SmearGate+AttnGate) and post-quant TTT recovery (phased global SGD).
3-Seed Results (8xH100 SXM)
Key Techniques
1. SmearGate (from PR #1667 by @MarioPaerle)
x_t += λ·σ(W·x_t[:12])·x_{t-1}— forward token smear via sigmoid-gated residual.2. Attention Output Gate (extended, from PR #1667 by @MarioPaerle)
Per-head multiplicative gate on attention output:
y = y * 2·σ(W·x[:12])_block_with_lora,_parallel_block_with_lora)3. LoRA TTT Improvements (from PR #1767 by @renqianluo)
TTT_LORA_ALPHA=144(vs no alpha scaling previously)TTT_LORA_RANK=128(vs 96)TTT_LORA_WD=1.0(stronger regularization)4. Phased Global SGD TTT (from PR #1700 by @jorge-asenjo, via #1767 by @renqianluo)
PHASED_TTT_NUM_PHASES=3PHASED_TTT_PREFIX_DOCS=2000GLOBAL_TTT_LR=0.001Hyperparameters
Other defaults from base code (PR #1767):
MATRIX_LR=0.026,EMBED_BITS=7,MLP_CLIP_SIGMAS=12.0,ATTN_CLIP_SIGMAS=13.0PHASED_TTT_NUM_PHASES=3,GLOBAL_TTT_LR=0.001,TTT_LORA_RANK=128,TTT_LORA_ALPHA=144Rule Compliance (Issue #1017 Track B)
Attribution
🤖 Generated with Claude Code