Record: Full GPTQ + Score-First TTT + SLOT — val_bpb 1.1064 (3-seed mean)#1209
Open
andrewbaggio1 wants to merge 1 commit intoopenai:mainfrom
Open
Record: Full GPTQ + Score-First TTT + SLOT — val_bpb 1.1064 (3-seed mean)#1209andrewbaggio1 wants to merge 1 commit intoopenai:mainfrom
andrewbaggio1 wants to merge 1 commit intoopenai:mainfrom
Conversation
Combines Full Hessian GPTQ, legal score-first chunked TTT (3 epochs), and SLOT delta optimization (8 AdamW steps per batch). All eval-time techniques are single-pass, score-before-update compliant. 3-seed mean: 1.1064 +/- 0.0004 BPB on 8xH100 SXM. Beats verified SOTA (openai#1019, 1.1147) by 0.0083 BPB. 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
3-seed mean val_bpb: 1.1064 +/- 0.0004 | 8xH100 SXM | ~557s eval
Combines three proven legal eval-time techniques on a Full Hessian GPTQ base:
Results
Beats verified SOTA (#1019, 1.1147) by 0.0083 BPB (p < 0.01, std=0.0004).
Legality
inference_modebefore any training. Last chunk never trained on. SGD + cosine LR across chunks.compute_logits(linear + softcap), not transformer.Architecture
PR #1184 stack: 11L LeakyReLU(0.5)^2, d=512, GQA 8/4, MLP 3x, BigramHash(2816,112), SmearGate, XSA4, Partial RoPE, LN Scale, EMA, SWA, Late QAT. Full Hessian GPTQ with actorder + int6 + LZMA.
Credits
PR #1184 (icryo), PR #1019 (abaybektursun), PR #549 (abaybektursun), PR #1176 (bigbag), PR #461 (mrdavtan)
Test plan
🤖 Generated with Claude Code