Record: Coprime-Stride Loader + Full GPTQ + XSA-all — val_bpb 1.1133 (3-seed mean)#1099
Open
Bortlesboat wants to merge 2 commits intoopenai:mainfrom
Open
Record: Coprime-Stride Loader + Full GPTQ + XSA-all — val_bpb 1.1133 (3-seed mean)#1099Bortlesboat wants to merge 2 commits intoopenai:mainfrom
Bortlesboat wants to merge 2 commits intoopenai:mainfrom
Conversation
…(3-seed mean) 3-seed results: 1.1136/1.1133/1.1139 (mean 1.1136, std 0.0003) Built on PR openai#549 + PR openai#1060 with optimized GPTQ reserve (10s vs 14s).
Improved from 1.1136 to 1.1133 by reducing GPTQ reserve from 10s to 9s. Seeds: 1.1133/1.1132/1.1133 (mean 1.1133, std 0.0001) All artifacts under 16MB.
theLightArchitect
added a commit
to theLightArchitect/parameter-golf
that referenced
this pull request
Mar 30, 2026
Single innovation: coprime-stride shard traversal. Instead of reading shards 0,1,2,...,79, reads 0,7,14,...,77,4,11,... where stride=7 is coprime to 80 shards. Prevents repeated token sequences across epochs. PR openai#1099 gets 1.1136 with this (vs 1.1217 baseline). 12 lines added. Zero HP changes. Zero architecture changes. Same quantization path. Artifact unchanged. Co-Authored-By: Kevin Tan <kft@lightarchitects.io> Co-Authored-By: Claude Opus 4.6 (1M context) <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
3-Seed Results
What's New
Stack
Compliance
See README.md for full details.