Record: #1787 + Sparse Gate + Updated Frozen Carry — val_bpb 1.06287#1800
Closed
leon2k2k2k wants to merge 1 commit intoopenai:mainfrom
Closed
Record: #1787 + Sparse Gate + Updated Frozen Carry — val_bpb 1.06287#1800leon2k2k2k wants to merge 1 commit intoopenai:mainfrom
leon2k2k2k wants to merge 1 commit intoopenai:mainfrom
Conversation
1a7f817 to
356dc2a
Compare
356dc2a to
372c5f1
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.
Summary
Results (8×H100 80GB SXM, phased LoRA-TTT, 10-min train / 10-min eval)
Frozen Recurrent Carry
The recurrent α/β carry coefficients (first introduced in #1779) were learned end-to-end on a full training run with no validation set involvement, then quantized to 2 decimal places before this promotion run:
β = [1.56, 1.85, 2.13]α = [[0.23, 0.04, 0.03], [0.13, −0.34, 0.01], [0.06, 0.19, −0.02]]Full-precision learned values:
β = [1.5610, 1.8531, 2.1320],α = [[0.2314, 0.0388, 0.0347], [0.1260, −0.3438, 0.0145], [0.0557, 0.1934, −0.0172]].The legality of offline-learned frozen scalars was discussed in #1779 — the data-size budget provides a natural bound on this class of technique.
What this adds over #1779
From #1787 (nprime06):
MIN_LR=0.10warmdown floorGPTQ_RESERVE_SECONDS=0.5,VAL_LOSS_EVERY=0New in this PR:
GatedAttnwith a narrow-input sparse gateRule Compliance
Test Plan
train_gpt.pyand env vars< 16,000,000bytes in each seed log🤖 Generated with Claude Code