Record: 11L CANON-AC(last5)+DeltaGate Report (Humble Record Attempt, val_bpb: 1.1296)#400
Open
chanwoo-park-official wants to merge 4 commits intoopenai:mainfrom
Open
Conversation
haikosys
pushed a commit
to haikosys/parameter-golf
that referenced
this pull request
Mar 30, 2026
…nai#400 openai#369 openai#398) KEY DISCOVERY: PR#414 stacks EMA + Tight SWA together (-0.0006 BPB free) GPTQ should be per-ROW not per-matrix (-0.0006 BPB) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
This run builds on the current leaderboard-aligned stack (official + pending-validated direction) and focuses on a scoped CANON placement with CANON delta gate.
Best observed result in this sweep:
final_int6_sliding_window_exact val_bpb: 1.12961770Compared to my previous PR #312:
1.16682362 -> 1.12961770(large improvement)Quick Comparison (vs #312)
1.1668236213,267,347bytes62781.1296177015,581,348bytes62431.130315,505,544bytes62521.1297033715,579,865bytesWhat Was Reused From Current Leaderboard (not unofficial-only additions)
This run intentionally reuses patterns already common in official/pending leaderboard entries, to check the possibility of Canon layers.:
XSA_LAST_N=4)ROPE_DIMS=16) + LN Scalestride=64)Main Configuration (this report)
CANON_SET=ACCANON_LAST_N=5CANON_DELTA_GATE=1SWA_ENABLED=1,TIGHT_SWA=1,TIGHT_SWA_EVERY=50,TIGHT_SWA_START_LRMUL=0.2,TIGHT_SWA_MAX_CHECKPOINTS=12TRAIN_BATCH_TOKENS=786432, wallclock-capped run (MAX_WALLCLOCK_SECONDS=600)Definitions (for this report)
Delta(inAC(last5)+delta) means CANON delta gate (CANON_DELTA_GATE=1).In this work,
CANON_DELTA_GATE_INIT(g)=-4.0, which makes initialization near-identity and lets the model learn how strongly to use the CANON path during training.Last 4means XSA is enabled only on the last 4 transformer blocks:XSA_LAST_N=4XSA learnable gatemeans an extra learnable scalar that mixes normal attention output and XSA output:y <- y + sigmoid(g) * (y_xsa - y)XSA_LEARNABLE_GATEandXSA_GATE_INITFinal Run Command (renamed RUN_ID)
Results
Seed-level excerpts
1337:step:6278/7000 val_loss:1.9339 val_bpb:1.1454final_int6_sliding_window_exact val_loss:1.90730712 val_bpb:1.12961770Total submission size int6+zstd: 15581348 bytes1335:step:6252/7000 val_loss:1.9349 val_bpb:1.1460final_int6_sliding_window_exact val_loss:1.90745178 val_bpb:1.12970337Total submission size int6+zstd: 15579865 bytes1336:step:6243/7000 val_loss:1.9365 val_bpb:1.1469final_int6_sliding_window_exact val_bpb: 1.1303Total submission size int6+zstd: 15505544 bytesWallclock / speed notes
6930steps under the same cap (faster, but lower quality).Ablations (sliding-window val_bpb)
ACD:1.14083538AC(broad):1.13218808AC(first 4 layers):1.13141.13587538-- it was faster, but it doesn't have a better bpb.AC(last5)+delta: best observed1.1296XSA_LEARNABLE_GATE=1): not helpful here (~1.131)Comparison vs Previous PR
Previous: #312
final_int6_sliding_window_exact val_bpb: 1.16682362Current best in this report:
final_int6_sliding_window_exact val_bpb: 1.12961770Approx improvement:
Δ bpb = -0.03720592Δ nats ≈ 0.0258(usingbpb * ln(2)conversion)Significance Note
Against official SOTA context (
1.1428 BPB), this run clears the>=0.005 natimprovement margin by a comfortable amount in point estimate.For formal
p < 0.01reporting, include the completed 3-seed list (1335/1336/1337) and test output in PR comments.Humble Notes