Record submission: Poly5 Softcap + BigramHash(3072) + Wider GPTQ-lite…#816
Open
jimliu741523 wants to merge 1 commit intoopenai:mainfrom
Open
Record submission: Poly5 Softcap + BigramHash(3072) + Wider GPTQ-lite…#816jimliu741523 wants to merge 1 commit intoopenai:mainfrom
jimliu741523 wants to merge 1 commit intoopenai:mainfrom
Conversation
… + TempScale + Z-Loss Builds on current SOTA (1.1194 BPB) with 6 targeted improvements: 1. Poly-5 softcap (better compile fusion than tanh, proven in ternary submission) 2. BigramHash(3072) (SOTA ablation: -0.0009 BPB from 2048→3072) 3. Wider GPTQ-lite percentile search (9 candidates vs 5, lower quant error) 4. Temperature scaling T=0.95 at eval (conservative sharpening) 5. Z-loss regularization 1e-4 (training stability, from PaLM/Gemini) 6. LZMA preset 9 compression (better ratio) All SOTA techniques preserved: 11L 512d, LeakyReLU(0.5)², XSA4, Partial RoPE 16/64, LN Scale, EMA(0.997)+SWA, Legal TTT, Parallel Muon, GPTQ-lite int6. https://claude.ai/code/session_01MvL9SuUXYudp1vRCSxt3y1
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.
… + TempScale + Z-Loss
Builds on current SOTA (1.1194 BPB) with 6 targeted improvements:
All SOTA techniques preserved: 11L 512d, LeakyReLU(0.5)², XSA4, Partial RoPE 16/64, LN Scale, EMA(0.997)+SWA, Legal TTT, Parallel Muon, GPTQ-lite int6.