Record: BIJEPAX-lite JEPA + SP8192 CaseOps PPM — val_bpb 0.97271#2080
Open
NewyorkDev wants to merge 2 commits intoopenai:mainfrom
Open
Record: BIJEPAX-lite JEPA + SP8192 CaseOps PPM — val_bpb 0.97271#2080NewyorkDev wants to merge 2 commits intoopenai:mainfrom
NewyorkDev wants to merge 2 commits intoopenai:mainfrom
Conversation
Collaborator
|
Leaderboard audit note (pre-cutoff state): I don't think this is valid as a record row. The PPM/byte-mixer score has the same C2 normalization problem: it scores the realized byte sequence and mixes that with the NN probability after knowing the realized token, rather than committing a full normalized distribution over possible next tokens/bytes at the scoring point. So the 0.9727 BPB headline should not be merged as a leaderboard score. |
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.
BIJEPAX-lite JEPA + SP8192 CaseOps PPM
This record submits a Claude-designed, JEPA-inspired training-only auxiliary regularizer on top of the SP8192 CaseOps + per-group compression + PPM sliding stack.
The final 3-seed mean is:
Results
ppm_sliding val_bpb0.972342871.1154449415,997,1802014steps /599.843s502.131s00.972063081.1156230415,999,5392012steps /599.586s499.038s00.973737671.1175737015,997,5932013steps /599.821s496.384s0Three-seed sample std:
0.00089703.All three runs are under:
16,000,000byte artifact capWhat is new
BIJEPAX-lite adds a small custom JEPA-style hidden-state prediction objective during training:
35%to80%of the wallclock scheduleThe predictor heads are not serialized. Final scoring is performed by the quantized base model with the existing causal PPM sliding evaluator.
Compliance notes
TTT_ENABLED=0LQER_TOP_K=1keeps all seeds below the strict byte capDocumentPackingLoaderppm_slidingThe folder includes:
train_gpt.pysubmission.jsonLEGALITY_AUDIT.mdSTATIC_AUDIT_NOTES.mdREFERENCES.mdJEPA.mp4as a short visual/demo assetAcknowledgements
Thanks to Claude for designing the custom BIJEPAX-lite auxiliary objective and helping turn the JEPA idea into a runnable candidate. Thanks to Codex for implementing the run path, auditing legality, coordinating the 3-seed package, and assembling this PR. Thanks also to the Parameter Golf community for the public ideas and fast iteration that this stack builds on.
Validation
python3 -m py_compile records/track_10min_16mb/2026-05-01_BIJEPAXLite_JEPA_PPM_0.97271/train_gpt.pypython3 -m json.tool records/track_10min_16mb/2026-05-01_BIJEPAXLite_JEPA_PPM_0.97271/submission.jsonrc=0JEPA.mp4
Attribution update
I expanded README.md and REFERENCES.md in this PR to explicitly credit the inherited public Parameter Golf components: SP8192/tokenizer and recurrence lineage (PR #1394, #1493, #1855), byte-PPM lineage (PR #1795, #1959, #1991), SmearGate/BOS masking lineage (modded-nanogpt @classiclarryd, PR #1667, #1797, #2014), compression lineage (PR #1586, #1667, #1729), quantization/optimizer/scoring pieces (PR #1530, #1886, #1923, #1344, #1145, #1967), and JEPA-Lite local precedent (PR #2027). The BIJEPAX-lite-specific contribution remains the Claude-designed training-only bidirectional hop-4 hidden-state prediction objective and the run package around it.