Record: SP8192+DepthRec+Half batch SWA+Polar NS+Phased LoRa TTT - val_bpb 1.089 (best), val_bpb 1.090 (3-seed mean) - PiyushDatta#2106
Open
PiyushDatta wants to merge 3 commits intoopenai:mainfrom
Conversation
88f4241 to
e22b72c
Compare
11-layer GPT with SP8192, MLP 4x, depth recurrence (layers 3-5 looped), parallel residuals, Polar Express Newton-Schulz optimizer, SDClip GPTQ (int6 + int8 embed), brotli compression, SWA, and phased LoRA TTT. 3-seed quantized_sliding_window val_bpb mean: 1.09085 PR: openai#2106
f600ccf to
91ca41c
Compare
added 2 commits
May 1, 2026 00:35
- Fill in val_bpb 1.09085 (3-seed mean) and per-seed results - Fix README reproduction paths to match actual directory name - Add pytorch_version 2.7
PiyushDatta
added a commit
to PiyushDatta/parameter-golf-fork
that referenced
this pull request
May 1, 2026
11-layer GPT with SP8192, MLP 4x, depth recurrence (layers 3-5 looped), parallel residuals, Polar Express Newton-Schulz optimizer, SDClip GPTQ (int6 + int8 embed), brotli compression, SWA, and phased LoRA TTT. 3-seed quantized_sliding_window val_bpb mean: 1.09085 PR: openai#2106
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.
Overview
Author: @PiyushDatta
Submission date: April 30, 2026
Probably does not beat current number 1 spot, but wanted to share regardless. Code is not thoroughly review (sorry!) but code works on 4xa100 and 8xh100 SXM. You can reproduce (most likely and hopefully) but code might not be 100% correct or reviewed (apologies).
Dependencies: sentencepiece, brotli
To reproduce, read
records/track_10min_16mb/2026-04-30_PiyushDatta_SP8192_DepthRecur_PolarNS_LoRATTT/runpod_8xh100_parameter_golf_setup.mdCommand to run for all 3 seeds (can specify seed numbers too)
I ran the steps myself
Log Summary
The staged seed logs do not contain a completed
quantized_ttt_phasedresult.All three runs were interrupted during TTT compile/eval, so the last completed
validation metric is
quantized_sliding_window val_bpb.Final Metrics
Mean
quantized_sliding_window val_bpbmean:1.09085287Source Logs
logs/seed_42.loglogs/seed_314.loglogs/seed_999.logLog summary
Full summary:
records/track_10min_16mb/2026-04-30_PiyushDatta_SP8192_DepthRecur_PolarNS_LoRATTT/logs_summary.mdFeature Uniqueness Analysis
Analyzed all 2,015 PRs (open, closed, merged) on openai/parameter-golf as of 2026-05-01.
Unique (I think no one else tried it..)
Partially Unique (maybe our variant is novel? But concept was explored)
Not Unique (tried by others)
Shared (in other merged submissions)