Record: SP10240 + SimCTG + QAHSP + post-quant TTT — 1.07197 ttt-sliding-window (3-seed mean, std 0.00023)#2022
Open
BharathSShankar wants to merge 1 commit intoopenai:mainfrom
Conversation
…ssion Stack: PR openai#1855 lineage (11L x 512d x 8H, 3-Layer Recurrence loops 3-5, Parallel Residuals from layer 7, LeakyReLU(0.5)^2, Partial RoPE 16/64, XSA all-layers, SP10240 tokenizer, tied embeddings) + SimCTG (lambda=0.3, margin=0.4) + QAHSP quant-aware activation regularizer (lambda=0.3) + post-quant TTT (TTT_ENABLED=1) + Polar Express NS Muon + GPTQ int6/int7 + brotli compression. train_gpt.py is in SOTA-standard self-extracting format (lzma+base85+exec).
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
Record submission for the 10-min / 16 MB track combining:
(loops 3-5), Parallel Residuals (from layer 7), LeakyReLU(0.5)² SwiGLU, Partial
RoPE (16/64), XSA on all 11 layers, tied embeddings, SP10240 tokenizer.
activation regularizer (λ=0.3) — STE penalty
MSE(h, STE-quantize(h, int6))pushing hidden states onto an int6 grid during training.
on already-graded eval tokens, after the legal pre-quant grade pass.
Numbers, cap-fit, and 3-seed std are filled in
README.mdand the train logs.Compliance
MAX_WALLCLOCK_SECONDS=600).grading pass per Issue A Field Guide to Valid Submissions #1017 / README eval rules.
open_prs.sh).Files
final_model.int6.ptz— brotli-compressed quantized modeltrain_gpt.py— self-extracting (lzma+base85+exec, SOTA-standard format)submission.json— leaderboard metadatatrain_seed{42,1337,2025}.log— 3-seed training logsREADME.md— full record card with cap accounting + 3-seed tableCredits
PR #1855 (architecture lineage), PR #1493 (sliding-window stride 64 + 3-Layer
Recurrence base), PR #1394 (SP-CaseOps line), PR #287 (Partial RoPE),
PR #1412 (Parallel Residuals), PR #549 (LeakyReLU(0.5)²),
PR #1413 (legal score-first TTT framing).
QAHSP regularizer is novel to this submission; see Submission C
(
Cross-Base Regularizer Transferability) for the cross-base ablationcharacterizing where it helps and where it hurts.
Test plan
train_gpt.py:python3 -c "import lzma,base64,re;exec(lzma.decompress(base64.b85decode(re.search(r'b85decode\(\"([^\"]+)\"\)', open('train_gpt.py').read()).group(1))).decode())"MAX_WALLCLOCK_SECONDS=600 SP_VOCAB_SIZE=10240 N9_SIMCTG_LAMBDA=0.3 N9_SIMCTG_MARGIN=0.4 REG_QAHSP_LAMBDA=0.3 TTT_ENABLED=1🤖 Generated with Claude Code