[Non-record] Universal Transformer Depth Recurrence INT6#1640
Draft
thestbobo wants to merge 1 commit intoopenai:mainfrom
Draft
[Non-record] Universal Transformer Depth Recurrence INT6#1640thestbobo wants to merge 1 commit intoopenai:mainfrom
thestbobo wants to merge 1 commit intoopenai:mainfrom
Conversation
…[non_record_16mb, DRAFT]
leon2k2k2k
added a commit
to leon2k2k2k/parameter-golf
that referenced
this pull request
Apr 26, 2026
Three teams proposed iteration embeddings (openai#1552, openai#1554, openai#1640) — all open, no results yet. MLP-only loop confirmed novel across all ~300 PRs scanned. Residual 1/L partially covered by frozen alpha in openai#1779 baseline. Co-Authored-By: Claude Sonnet 4.6 <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.
Universal Transformer with Depth Recurrence (non-record track, 16 MB)
Status: Draft — architecture submitted, awaiting 8×H100 compute run.
Requesting compute credits to run the full 4-hour training.
Why this is interesting (per the repo wishlist)
This implements Universal Transformers (Dehghani et al., ICLR 2019), which
are explicitly listed on the challenge wishlist. The key idea: K=6 unique blocks
applied R=4 times each = 24 effective layers at the parameter cost of 6.
Architecture summary
(γ, β) ∈ R^[4×512]so shared weights can express different transformations at each depth
Results
Pending full compute run. Smoke test (50 iterations, single T4) confirms: