Non-record: 33.6M Int5 GPTQ + Legal s_0-only TTT (val_bpb=1.1182)#1004
Open
ibarrajo wants to merge 4 commits intoopenai:mainfrom
Open
Non-record: 33.6M Int5 GPTQ + Legal s_0-only TTT (val_bpb=1.1182)#1004ibarrajo wants to merge 4 commits intoopenai:mainfrom
ibarrajo wants to merge 4 commits intoopenai:mainfrom
Conversation
Train larger (33.6M params, d=576, MLP 3.5x), quantize harder (int5 GPTQ). Legal score-first TTT (AdamW, cosine LR, 3 epochs) + post-TTT temperature calibration (T=0.98). 3-seed mean 1.1145 BPB (std 0.0003). Based on PR openai#576. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
- Train 590s + GPTQ 3.8s = 593.9s < 600s (within budget) - 3% pruning → artifact 15.3MB with 711KB headroom - Added assertions: artifact < 16MB, train+gptq < 600s, eval < 600s - Seed 1337: val_bpb=1.1148 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Seed 1337: 1.1148 BPB, artifact 15.3MB, train+gptq 593.9s Seed 42: 1.1154 BPB, artifact 15.3MB, train+gptq 593.7s Seed 2025: 1.1148 BPB, artifact 15.8MB, train+gptq 593.9s Mean: 1.1150 (std 0.0003) All seeds: artifact < 16MB, train+gptq < 600s, eval < 600s. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
- Reports ONLY s_0 (cumulative first-pass score) — no re-eval after TTT - 5% pruning → artifact 15.5MB (465KB headroom) - Train+GPTQ: 593.8s < 600s - Eval (sliding + TTT): ~414s < 600s - Addresses PR openai#991 closure: removed illegal post-TTT re-scoring Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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.1182 (s_0 score only, single seed — additional seeds pending)
Resubmission addressing PR #991's closure. Key fix: reports ONLY the cumulative s_0 score from the first scoring pass. No post-TTT re-evaluation. No temperature calibration on re-scored tokens.
What changed from PR #991
Results
Rule compliance
Architecture
33.6M params (d=576, MLP 3.5x=1792, 11L), int5 GPTQ, XSA-all(11), BigramHash(8192), EMA(0.997), 5% magnitude pruning. Based on PR #576 by @cmcdnd.
🤖 Generated with Claude Code