SP8192 CaseOps + WiderGate32 + GPTQ-int6 — val_bpb 1.08037 (3-seed mean)#1969
Open
bsisduck wants to merge 3 commits intoopenai:mainfrom
Open
SP8192 CaseOps + WiderGate32 + GPTQ-int6 — val_bpb 1.08037 (3-seed mean)#1969bsisduck wants to merge 3 commits intoopenai:mainfrom
bsisduck wants to merge 3 commits intoopenai:mainfrom
Conversation
…tack (8xH100)" This reverts commit 4b37b42.
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.
Submission: SP8192 CaseOps + WiderGate32 + PolarNS Muon + GPTQ-int6
val_bpb: 1.08037 (3-seed mean, std 0.00139) | ~15.9 MB | 8×H100 SXM, 600s wallclock | TTT eval
Results
Architecture
Key Innovation: Wider Attention Output Gates
Standard AttnOutGate (PR #1787) uses 12 input dimensions from the residual stream to compute per-head gating:
We widen the gate input to 32 dimensions (
GATE_WIDTH=32), giving each head a richer view:The same widening is applied to SmearGate for consistency.
Training Configuration
Reproduction
pip install torch>=2.9.0 sentencepiece brotli triton python prepare_caseops_data.py torchrun --standalone --nproc_per_node=8 train_gpt.py