Non-record: Entropy-aware Int5-odd BTT-MLP with materialized eval#1223
Open
LucasErcolano wants to merge 1 commit intoopenai:mainfrom
Open
Non-record: Entropy-aware Int5-odd BTT-MLP with materialized eval#1223LucasErcolano wants to merge 1 commit intoopenai:mainfrom
LucasErcolano 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 non-record submission package for an entropy-aware
int5_oddexport objective combined with a TT/BTT-inspired structured MLP and an evaluation-time materialization path.Main pieces included in the package:
{-2,-1,0,1,2}aligned to the exportedint5_odd + zlibartifactStructuredLinearin the MLP while keeping attention denseF.linearMain Result
Recovered
1x H100 80GB HBM3result (non-record,VAL_TOKEN_LIMIT=1048576):25,727,104val_bpb:5.3457val_bpb:5.888021575,184,543bytes5,267,667bytes50290 MiB allocated / 78558 MiB reserved603.522 sfor31stepsSystems Note
The key engineering win here is the eval-time materialization hook for the structured MLP. On the
1,048,576-token validation cap, the materialized path reduced eval time from roughly96.99 sto0.851 s, which is what made this structured stack operationally usable on H100 for evaluation.Validation
py -3.11 -m py_compile records/track_non_record_16mb/2026-03-31_EntropyAware_Int5Odd_BTTMLP_3060/train_gpt.pyScope
This is intentionally a non-record exploratory PR. The current package is anchored to the best fully recovered
1xH100run and not a full-validation leaderboard submission.