Record: Two-Pass Order-12 Shared N-gram Tables — val_bpb 0.0960 (3-seed mean)#907
Open
resouer wants to merge 1 commit intoopenai:mainfrom
Open
Record: Two-Pass Order-12 Shared N-gram Tables — val_bpb 0.0960 (3-seed mean)#907resouer wants to merge 1 commit intoopenai:mainfrom
resouer wants to merge 1 commit intoopenai:mainfrom
Conversation
manfromnowhere143
added a commit
to manfromnowhere143/parameter-golf
that referenced
this pull request
Mar 27, 2026
Replaces simple bigram mixing with battle-tested architecture from PRs openai#913/openai#907/openai#888 (0.09-0.10 BPB proven): - Order 2-12 hash-based backoff tables (XOR of token*prime) - np.bincount vectorized updates (10-50x faster than np.add.at) - Two-pass: (1) neural scoring + cache build, (2) full rescore - Entropy-adaptive alpha with per-order multipliers - Temperature sharpening (0.85) - 352MB RAM, ~83s total eval time Expected: sub-0.2 BPB (from current 1.1190) 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
val_bpb: 0.0960 (3-seed mean, std 0.0001) | ~15.6 MB artifact | 8xH100 SXM
Per-Seed Results
Key Techniques
Architecture
11L/512d/GQA(8/4), MLP 3x, LeakyReLU(0.9)², int6 quant, no GPTQ
Test Plan