Record Submission: 1.0541 BPB - 5-expert Hedge Mixer + CROWN-Q + stride=64#700
Open
RoyiRa wants to merge 1 commit intoopenai:mainfrom
Open
Record Submission: 1.0541 BPB - 5-expert Hedge Mixer + CROWN-Q + stride=64#700RoyiRa wants to merge 1 commit intoopenai:mainfrom
RoyiRa wants to merge 1 commit intoopenai:mainfrom
Conversation
agalimova
added a commit
to agalimova/parameter-golf
that referenced
this pull request
Mar 25, 2026
Built on PR openai#700 with hyperparameter improvements found via autoresearch-multi combinatorial search: - XSA_LAST_N=6 (extended from 4 to 6 layers) - BIGRAM_VOCAB_SIZE=4096 (doubled from 2048) 3-seed mean: 1.1078 (std 0.0045) Seeds: 42=1.1045, 1337=1.1061, 2025=1.1129 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 tasks
30e7835 to
57d1d2c
Compare
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: 5-expert Hedge Mixer + CROWN-Q + stride=64 (val_bpb=1.0541)
val_bpb: 1.0541 (3-seed mean) | ~15.7 MB | 8xH100 SXM
Results (8xH100 80GB SXM)
Contributions
1. CROWN-Q Training Penalty (training-time)
Added a quantization-aware penalty during warmdown that penalizes weights sensitive to quantization error:
where
delta = row_max / clip_rangeis the per-row quantization step size. This encourages weights to be quantization-friendly, reducing post-quantization degradation.CROWN_Q_LAMBDA=0.01.Effect: Slightly better compression (artifact ~200KB smaller) and more robust quantization.
2. Eval stride 32 -> 64 (eval-time)
Changed sliding window stride from 32 to 64 during evaluation. Experiment showed identical BPB quality but 2x faster scoring. Frees ~100s of eval budget for more TTT epochs.
3. TTT Epochs 3 -> 4 (eval-time)
Increased test-time training from 3 to 4 epochs per chunk, using the time freed by stride=64. Each additional epoch adapts the model more to scored data. Tested 8 epochs but that overfits (1.0735 vs 1.0473 for 4 epochs).
Combined Effect
Architecture
Reproduction
Compliance
inference_mode()before any training on itCredits