Submission: DominationV2 + BOS-Reset Bigram Cache + TTT (val_bpb=1.1382, 3-seed mean)#958
Open
shouryamaanjain wants to merge 1 commit intoopenai:mainfrom
Open
Conversation
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.
DominationV2 + BOS-Reset Bigram Cache + TTT
val_bpb: 1.1382 (3-seed mean, std 0.0010) | ~15.5 MB | 8xH100 SXM
Results (8xH100 80GB SXM, PyTorch 2.9.1+cu128)
Timing Budget
BOS-Reset Bigram Cache
An eval-time bigram cache applied during sliding window evaluation, after quantization roundtrip and TTT.
For each scored token, the cache tracks bigram counts from already-scored tokens within the current document and blends with model probabilities:
Cache resets at every BOS token (document boundary). Updated only after each token is scored (score-first, same ordering as TTT in PR #549).
Architecture
DominationV2 stack:
Cache Settings
Run Command
python3 data/cached_challenge_fineweb.py --variant sp1024 pip install zstandard cd records/track_10min_16mb/2026-03-27_DominationV2_BigramCache_TTT DATA_PATH=../../data/datasets/fineweb10B_sp1024 \ TOKENIZER_PATH=../../data/tokenizers/fineweb_1024_bpe.model \ SEED=1337 \ torchrun --standalone --nproc_per_node=8 train_gpt.pyCredits