Track 1: terminal-blended readout TailEMA (1.261 min, -0.895%) - #347
Draft
deepmatmul wants to merge 1 commit into
Draft
Track 1: terminal-blended readout TailEMA (1.261 min, -0.895%)#347deepmatmul wants to merge 1 commit into
deepmatmul wants to merge 1 commit into
Conversation
Collaborator
|
Cool. Could you please rebase on main, and simplify the PR to just a couple logs and train.py? |
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
lm_headand the split embedding readout, then fuse a 65% terminal blend into the existing compiled Adam update and ordinary all-gather.c_projat0.5 * d_model**-0.5instead of zero.This is based on current training code at
003ff3e, which already includes merged PR #317. The newerbc1b58ecommit is a README-only leaderboard update and is included in this branch.Same-hardware result
One dedicated 8xH100 SXM 80GB node, eight frozen balanced blocks (
ABBA/BAAB), 16 runs per arm:[0.99064263, 0.99146191](0.8538%–0.9357% faster)An independent frozen 10-run candidate gate also passed: mean loss 3.2781500, one-sided p = 0.003473.
Validation and evidence
records/track_1_short/2026-07-27_CurrentMasterTailEMA/.train_gpt.pySHA-256:ee9586a5579a94d135ad77a826538553566ecd398b9ca3c49729ca3107969063.RESULTS.txt.torch._inductor.configortorch.compileflags.Tail averaging is inspired by Jesse Clark and the Track 3 tail-reference/TailEMA work; the record README includes detailed attribution and implementation notes.