SubSixteen v2: Int6 QAT + MLP 3x + SWA + Sliding Window (val_bpb 1.1708)#69
Open
TevBenji wants to merge 4 commits intoopenai:mainfrom
Open
SubSixteen v2: Int6 QAT + MLP 3x + SWA + Sliding Window (val_bpb 1.1708)#69TevBenji wants to merge 4 commits intoopenai:mainfrom
TevBenji wants to merge 4 commits intoopenai:mainfrom
Conversation
phaesoo
added a commit
to phaesoo/parameter-golf
that referenced
this pull request
Mar 19, 2026
openai#77, openai#78) Analyzed techniques, ablations, and individual BPB contributions. Key finding: sliding window eval (~0.034) and int6+wider MLP (~0.029) are the dominant validated techniques. Several promising combinations remain untested across submissions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7977ed06eb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
9-layer GPT, 512-dim, GQA (8h/4kv), MLP 3x (hidden=1536) Int6 per-row QAT with STE fake-quantization during training SWA: 16 checkpoints averaged during warmdown zstd-22 compression, sliding window eval (stride=64, seq_len=4096) Artifact: 14,603,588 bytes | 9,722 steps at 61.72ms/step on 8xH100
d01ef1e to
5e64abd
Compare
- Add .hypothesis/ directory to ignored files - Ignore hypothesis test framework cache artifacts - Maintain consistency with existing cache exclusions
…A4 (val_bpb: 1.1246)
…al support - Add modal_train_retrocache.py for distributed training on Modal cloud platform - Add run_train.sh and runpod_setup.sh for local and RunPod execution - Add test_retrocache.py with RetroCache validation tests - Update v38_TightSWA_RetroCache record with RetroCache implementation details - Configure RetroCache hyperparameters (32 topk, 24 beta, 0.35 lambda_max) - Support both cached and non-cached evaluation modes via environment flags - Implement symlink management for persistent volume data mounting - Add streaming command execution for real-time training output visibility
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.
SubSixteen v2: Int6 QAT + MLP 3x + SWA + Sliding Window
val_bpb: 1.1708 | Artifact: 14,603,588 bytes (under 16MB)
Results
Architecture
Key Techniques (v2)
Optimizer
Run command
Trained on 8xH100 SXM, 600s wallclock cap.