Add non-record EMA and adaptive export exploration#424
Open
someone114514 wants to merge 1 commit intoopenai:mainfrom
Open
Add non-record EMA and adaptive export exploration#424someone114514 wants to merge 1 commit intoopenai:mainfrom
someone114514 wants to merge 1 commit intoopenai:mainfrom
Conversation
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
This PR adds a single non-record exploration branch:
records/track_non_record_16mb/2026-03-22_Baseline_EMA_AdaptiveExportThe explored idea is that some remaining progress under the 16MB artifact constraint may come from late-stage weight smoothing and budget-aware export selection, not only from changing the backbone.
Main Result
This run reaches:
val_bpb = 1.17251579val_loss = 1.979738561200.112s613.676s16,399,881 bytesSo this branch is non-record only: it produces a strong final score shape, but remains
449,881bytes over the 16MB target.What Changed
Built on the strong
Int6 MLP3x + SmearGate + BigramHash + Muonbaseline and adds:Late-stage EMA
EMA_ENABLED=1EMA_BETA=0.9998EMA_START_FRAC=0.8Adaptive export-time pruning search
PRUNE_CANDIDATES=0.00,0.01,0.02,0.03,0.04,0.05TARGET_ARTIFACT_BYTES=15950000Why This Is Worth Looking At
Even though the run is not leaderboard-valid yet, the failure mode is narrow and actionable:
Submission Checklist
train_gpt.py: yesCompute Limitation
This result was produced under constrained compute:
2xH100, not8xH100So this PR should be read as a validated directional non-record result, not as a claim of a fully tuned record-capable submission.