Open
Conversation
Empirical Bayes Layer Sharing: 3 shared blocks × 3 virtual layers with per-virtual-layer LoRA deviations gated by learned shrinkage gammas. Val BPB: 1.3441 (post-quant) / 1.2105 (pre-quant) Artifact: 16,224,826 bytes | 8×H100 SXM, 4572 steps, 10 min Co-Authored-By: Claude Opus 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.
Summary
Empirical Bayes Layer Sharing (EBLS): 3 shared transformer blocks × 3 virtual layers = 9 effective layers, with per-virtual-layer rank-8 LoRA deviations gated by learned shrinkage factors γ_i = σ(logit_i).
Key finding
The model discovers the optimal sharing pattern from data: MLP gammas converge to 0 (fully shared) across all virtual layers, while attention shows minimal specialization only in early layers. This provides empirical evidence for architectural choices that other submissions make by intuition.
Architecture
Technical writeup
Full method description with James-Stein statistical foundations: https://github.com/Robby955/parameter-golf-ebls
🤖 Generated with Claude Code