Record: 11L EMA + GPTQ-lite + warmdown3500 + QAT@0.15 (val_bpb=1.1233)#414
Open
signalrush wants to merge 1 commit intoopenai:mainfrom
Open
Record: 11L EMA + GPTQ-lite + warmdown3500 + QAT@0.15 (val_bpb=1.1233)#414signalrush wants to merge 1 commit intoopenai:mainfrom
signalrush wants to merge 1 commit intoopenai:mainfrom
Conversation
abaybektursun
added a commit
to abaybektursun/parameter-golf
that referenced
this pull request
Mar 22, 2026
Seed 1337: 81.86ms, 1.1241 bpb, 15.83MB Seed 42: 81.88ms, 1.1253 bpb, 15.82MB Seed 2025: 81.86ms, 1.1247 bpb, 15.80MB Mean: 81.87ms, 1.1247 bpb Also adds GPTQ-lite (PR openai#414's per-row optimal clip percentile search) for improved int6 quantization quality. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 tasks
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.
Record: 11L EMA + GPTQ-lite + warmdown3500 + QAT@0.15
val_bpb: 1.1233 (sliding window stride=64, 3-seed mean) | 15.55 MB (mean) | 8xH100 SXM, 600s
Key Innovations Over PR #374
GPTQ-lite: Per-Layer Optimal Clip Percentile
Instead of using row maximum for int6 scale, try 5 clip percentiles (0.999, 0.9995, 0.9999, 0.99999, 1.0) per weight matrix row and pick the one minimizing reconstruction MSE. Zero training cost.
Results (3 seeds, 8xH100 SXM)
Mean: 1.1233 | Std: 0.0005
Architecture
11L, 512d, 8H/4KV, MLP 3x (relu²), U-Net skips, XSA4, Partial RoPE 16/64, LN Scale, VE128, SmearGate, BigramHash(2048), FA3, Muon WD=0.04, EMA(0.997), Tight SWA, Late QAT@0.15, int6+zstd-22.
Run Command
Test plan
🤖 Generated with Claude Code