Non-record: 11L PartialRoPE + LNScale + EMA + SWA + TTT (1xH100 107min, val_bpb=1.2207, 15.4MB)#334
Open
nathon-lee wants to merge 2 commits intoopenai:mainfrom
Open
Non-record: 11L PartialRoPE + LNScale + EMA + SWA + TTT (1xH100 107min, val_bpb=1.2207, 15.4MB)#334nathon-lee wants to merge 2 commits intoopenai:mainfrom
nathon-lee wants to merge 2 commits intoopenai:mainfrom
Conversation
Signed-off-by: nathon-lee <nathon-lee@users.noreply.github.com>
Changes: - BigramHash: 4096x128 -> 2048x64 (-426K params) - Quantization: mixed int5/int6 -> uniform int5 for all weights - Artifact: 17.4MB -> 15.4MB Results (1xH100 PCIe, 6400s): - val_loss: 2.0611 (pre-TTT) - val_bpb: 1.2207 (pre-TTT) - params: 26,666,073 - artifact: 16,132,620 bytes - total: 16,182,081 bytes Signed-off-by: nathon-lee <nathon-lee@users.noreply.github.com> fix: reduce artifact to 15.4MB (under 16MB limit) Signed-off-by: nathon-lee <nathon-lee@users.noreply.github.com> fix: reduce artifact to 15.4MB (under 16MB limit) Signed-off-by: nathon-lee <nathon-lee@users.noreply.github.com> fix: reduce artifact to 15.4MB (under 16MB limit) Signed-off-by: nathon-lee <nathon-lee@users.noreply.github.com>
ac9d4fc to
0499c9a
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
Non-record submission: 11-layer 512-dim GPT with PartialRoPE, LNScale, SmearGate,
BigramHash(2048×64), U-Net skip connections, EMA + SWA, and test-time training (TTT).
Trained on 1×H100 PCIe for ~107 minutes (~equivalent to 8×H100 SXM 10 minutes).
Results
Key Techniques
Changes from v1
Checklist