Record: SP8192 PR #1874 + Optimized Hyperparameters — val_bpb 1.06844 (3-seed mean)#1926
Open
bigbag wants to merge 2 commits intoopenai:mainfrom
Open
Record: SP8192 PR #1874 + Optimized Hyperparameters — val_bpb 1.06844 (3-seed mean)#1926bigbag wants to merge 2 commits intoopenai:mainfrom
bigbag wants to merge 2 commits intoopenai:mainfrom
Conversation
…3-seed mean) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…1.06990) Added MIN_LR=0.10, QK_GAIN_INIT=5.25, GATE_ATTN_WIDTH=24, GPTQ_RESERVE_SECONDS=0.5, VAL_LOSS_EVERY=0. Same code, env vars only. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
|
Thanks to OpenAI's Advanced Competitor grant ($500 compute credit via RunPod) for making this work possible. |
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
val_bpb = 1.06844 (3-seed mean, std 0.00058) | val_loss = 2.75955 nats/token | ~15.95 MB | 8×H100 SXM, 600s train / 600s eval
Runs PR #1874 (AjAnubolu) verbatim code with optimized hyperparameters via environment variables. No code modifications — all improvements come from properly activating PR #1874's intended settings.
Key env vars:
MIN_LR=0.10(prevents LR collapse to zero in warmdown),QK_GAIN_INIT=5.25,GATE_ATTN_WIDTH=24,GPTQ_RESERVE_SECONDS=0.5(maximizes training steps),VAL_LOSS_EVERY=0(eliminates mid-train eval overhead).No CaseOps, no casefold, no PPM — standard SP8192 UTF-8 byte counting throughout.
3-Seed Results (8×H100 80GB SXM, phased TTT, 10-min train / 10-min eval budgets)
All three seeds clear size (< 16,000,000 B), train-time (< 600s), and eval-time (< 600s) budgets.
Key Techniques (all from PR #1874, activated via env vars)
How to reproduce
Rule Compliance
Attribution
Built on PR #1874 (AjAnubolu), PR #1790 (miaoyuxun), PR #1344 (Polar Express), PR #1787 (nprime06), PR #1797 (dexhunter).
Test plan
🤖 Generated with Claude Code