Record: 11L XSA6 + Warmdown3000 + QAT@0.30 (val_bpb=1.1352, 2-seed mean)#695
Open
0xNoramiya wants to merge 1 commit intoopenai:mainfrom
Open
Record: 11L XSA6 + Warmdown3000 + QAT@0.30 (val_bpb=1.1352, 2-seed mean)#6950xNoramiya wants to merge 1 commit intoopenai:mainfrom
0xNoramiya wants to merge 1 commit intoopenai:mainfrom
Conversation
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.
11L XSA6 + Warmdown3000 + QAT@0.30 (val_bpb: 1.1352)
val_bpb: 1.1360 (sliding window stride=64, 2-seed mean) | 15.88 MB | 8xH100 SXM, 600s
Changes from SOTA (PR #414)
Three targeted hyperparameter changes identified through 37 local ablation experiments on an RTX 4060 Ti:
Results (2 seeds, 8xH100 SXM)
Mean: 1.1360 | Std: 0.0008 | Submitted: seed 42 (best)
Note: ~5,400 steps (110ms/step) vs SOTA's ~7,100 (85ms/step) due to PyTorch SDPA fallback — FlashAttention 3 was unavailable in our deployment environment. With FA3, we would expect ~7,000 steps and correspondingly lower BPB.
Methodology
Hyperparameters selected via 37 ablation experiments on a single RTX 4060 Ti (500 steps each) across 8 dimensions: BigramHash buckets, EMA decay, warmdown ratio, matrix LR, gradient clip, QAT threshold, XSA layers, and Muon momentum. Key finding: EMA decay and LR are step-count-dependent (don't transfer from local to H100), while warmdown ratio and QAT threshold do transfer.
Compliance