Record: Combined 3-Layer Recurrence + Parallel Residuals + Polar Express + Brotli — val_bpb 1.1067 (3-seed mean)#1396
Closed
erichroepke wants to merge 1 commit intoopenai:mainfrom
Conversation
…r Express + Brotli — val_bpb 1.1067 (3-seed mean) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Your submission score is higher (worse) then the PRs (1344,1392) you cited for it, meaning it actually made the model worse, not better. |
Author
|
Withdrawing — ran with SP1024 instead of SP4096, which negated the combination gains. Will resubmit with proper SP4096 data once generated. Thanks for the feedback. |
Author
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
Results
What This Is
I'm a documentary filmmaker, not an ML engineer. I used Claude Opus 4.6 as a co-author to systematically analyze all open PRs in the competition, identified that @Omrigotlieb's #1344 and @dexhunter's #1392 each had techniques the other was missing, and merged them into a single stack that neither had tested.
The strategic decisions were mine. The code comprehension and merge engineering were AI-assisted. This is my first ML submission of any kind.
Novel Contribution
First submission combining 3-layer depth recurrence (from #1344) with parallel residuals (from #1392). Neither PR tested this combination. 2.13 MB of unused artifact headroom identified as future optimization opportunity.
Techniques Combined
RECUR_LAYERS=3,4,5PARALLEL_START_LAYER=7Reproduction
VOCAB_SIZE=1024 QK_GAIN_INIT=5.0 RECUR_LAYERS="3,4,5" \ PARALLEL_START_LAYER=7 MUON_WD=0.105 MUON_EQ_R=1 \ SEED=1337 torchrun --standalone --nproc_per_node=8 train_gpt.pyTest plan
Credits
The techniques belong to the people who invented them. I combined their work.
🤖 Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com