Record: Sliding Window Eval (stride=64), val_bpb=1.1925#50
Merged
0hq merged 1 commit intoopenai:mainfrom Mar 19, 2026
Merged
Conversation
928069f to
de24caf
Compare
de24caf to
4bbdf43
Compare
Closed
Collaborator
|
One nit: Can you double check that the tail can't be silently dropped in the eval? window_starts only keeps windows where ... >= stride, so the last partial segment of validation data is not scored if it is shorter than stride. This can bias the metric downward or upward depending on what was skipped. |
6 tasks
Contributor
Author
|
Good catch — the final partial window was indeed silently dropped. Fixed in #124: changed the filter to |
5 tasks
5 tasks
4 tasks
maxivione
pushed a commit
to maxivione/parameter-golf
that referenced
this pull request
Mar 20, 2026
5 tasks
leonardcser
added a commit
to leonardcser/parameter-golf
that referenced
this pull request
Mar 21, 2026
Sliding window eval (credit @mattqlf PR openai#50) with configurable stride. Muon weight decay 0.04 (credit @notapplica PR openai#60). Orthogonal init with muP scaling (credit @raahilshah PR openai#162). Gradient clipping at 0.3. int8 roundtrip val_bpb: 1.2653. Sliding window would add ~0.03 on 8xH100. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
scottspace
pushed a commit
to scottspace/parameter-golf
that referenced
this pull request
Mar 21, 2026
leonardcser
added a commit
to leonardcser/parameter-golf
that referenced
this pull request
Mar 21, 2026
Sliding window eval (credit @mattqlf PR openai#50) with configurable stride. Muon weight decay 0.04 (credit @notapplica PR openai#60). Orthogonal init with muP scaling (credit @raahilshah PR openai#162). Gradient clipping at 0.3. int8 roundtrip val_bpb: 1.2653. Sliding window would add ~0.03 on 8xH100. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
leonardcser
added a commit
to leonardcser/parameter-golf
that referenced
this pull request
Mar 22, 2026
Sliding window eval (credit @mattqlf PR openai#50) with configurable stride. Muon weight decay 0.04 (credit @notapplica PR openai#60). Orthogonal init with muP scaling (credit @raahilshah PR openai#162). Gradient clipping at 0.3. int8 roundtrip val_bpb: 1.2653. Sliding window would add ~0.03 on 8xH100. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Mar 23, 2026
nedcut
pushed a commit
to nedcut/parameter-golf
that referenced
this pull request
Mar 26, 2026
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
Test plan
final_int8_zlib_roundtrip_exact val_bpb:1.19250007train_gpt.pycompiles and runs within the records folder