Record: SP8192 + Parallel Residuals + Coprime-Stride — val_bpb 1.08459 (3-seed mean)#9
Closed
Record: SP8192 + Parallel Residuals + Coprime-Stride — val_bpb 1.08459 (3-seed mean)#9
Conversation
…9 (3-seed mean) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
Author
|
Superseded by R12 result (1.08235 with TTT). New PR incoming. |
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
3-seed mean val_bpb: 1.08459 (std 0.00069) | 15.99 MB | 8xH100 SXM | ~115s eval
Merged SOTA (PR openai#1019, 3-seed mean): 2.88218 nats (1.1147 BPB). This run: 2.80160 nats. Delta: -0.0806 nats. Clears the 0.005-nat threshold.
Results (3-seed)
Changes from Base (PR openai#1394)
1. Parallel Residuals (from layer 7)
Layers 7-10 execute attention and MLP in parallel (PaLM-style). Zero additional parameters. Nearest PR: openai#1334 (parallel residuals on SP4096). Different: applied to SP8192 + depth recurrence stack.
2. Coprime-Stride Data Loader
Coprime-stride shard traversal for better data diversity. Not present in any SP8192 submission.
Compliance
torch.inference_mode(). Weights frozen. GPTQ calibration on train data only.Reproduction
Credits
Base: PR openai#1394 (@clarkkev). Parallel residuals: PR openai#1334 (@aryanbhosale).
Risk
Codex independent review: compliance CLEAN, novelty CHALLENGED ("inherited ancestry plus tuning"). Submitting for internal review.