Record: Loqui Auris — 10L + LoRA TTT (mean val_bpb=1.0865, 2 seeds)#548
Open
LoquiAuris wants to merge 2 commits intoopenai:mainfrom
Open
Record: Loqui Auris — 10L + LoRA TTT (mean val_bpb=1.0865, 2 seeds)#548LoquiAuris wants to merge 2 commits intoopenai:mainfrom
LoquiAuris wants to merge 2 commits intoopenai:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ADIITJ
added a commit
to ADIITJ/parameter-golf
that referenced
this pull request
Mar 23, 2026
Stack of all verified improvements on current SOTA (PR openai#414, 1.1228 bpb): - VRL (Value Residual Learning, arxiv:2410.17897): layer 0 V shared via sigmoid gates - Full GPTQ (Hessian-aware Cholesky int6): -0.0026 bpb over GPTQ-lite - LeakyReLU(0.5)²: -0.0015 bpb - Batched LoRA TTT: rank=8 Q+V+LMhead all 11 layers, 2 epochs cosine LR - Score-before-train every chunk every epoch (backward-looking, fully legal) - EMA(0.997) + Tight SWA + Late QAT@0.15 + XSA-all(11) + Partial RoPE(16/64) - LN Scale + VE128(9,10) + SmearGate + BigramHash(2048) + Prune(2%) Expected: ~1.08–1.10 bpb (non-record pending 3-seed H100 validation) Attribution: signalrush (PR openai#414), gowtham0992 (PR openai#569), MatoTeziTanka (PR openai#512), LoquiAuris (PR openai#548) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
sunnypatneedi
added a commit
to sunnypatneedi/parameter-golf
that referenced
this pull request
Mar 24, 2026
Run 0: PR openai#548 UNMODIFIED (1.0865 proven). Reproduce baseline. Run 1: PR openai#548 + LeakyReLU(0.5)^2 (1 line change). Measure delta. Following retro lesson: baseline first, one change at a time. No GPTQ, no In-Place TTT, no XSA, no surprise gating. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
sunnypatneedi
added a commit
to sunnypatneedi/parameter-golf
that referenced
this pull request
Mar 24, 2026
… PR openai#548 Run 0: PR openai#414 UNMODIFIED (merged SOTA 1.1228, verified 3-seed) Run 1: PR openai#414 + LeakyReLU(0.5)^2 (1 line change) Baseline against verified numbers, not claimed scores from open PRs. 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
Results
Third seed pending (compute grant).
Acknowledgments