Record: 11L GradQuant + EMA + Sliding Eval (val_bpb=1.1416)#422
Open
albertorkive wants to merge 4 commits intoopenai:mainfrom
Open
Record: 11L GradQuant + EMA + Sliding Eval (val_bpb=1.1416)#422albertorkive wants to merge 4 commits intoopenai:mainfrom
albertorkive wants to merge 4 commits intoopenai:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Shift more tensors to int7 (45% vs 30% previously) to use more of the 16MB budget for gradient-sensitive weights. Reduces quantization degradation while staying under artifact size limit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
At step 100, estimate total steps from step timing and cap warmdown to 55% of total. Prevents warmdown from consuming too many steps on slower hardware (e.g., 3000 warmdown at 4200 total steps = only 29% productive training). On fast hardware, cap is not reached and behavior is unchanged. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove DATA_PATH, TOKENIZER_PATH, TOKENIZER_TYPE, TRAIN_ON_VAL env var overrides. These were lab scaffolding — the competition uses fixed data paths relative to repo root. Evaluators run from repo root after downloading data with the standard script. 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
Key Techniques
Run Command
All hyperparameters are baked into
train_gpt.pyas defaults. No env vars needed.Included Files
README.md— Architecture and training detailssubmission.json— Metadata and metricstrain_gpt.py— Complete training script (1,309 lines)train.log— Full training + evaluation output