Record: 0.9623 BPB — 7-Gram Entropy Cache + XSA-all + EBLS#777
Closed
Robby955 wants to merge 1 commit intoopenai:mainfrom
Closed
Record: 0.9623 BPB — 7-Gram Entropy Cache + XSA-all + EBLS#777Robby955 wants to merge 1 commit intoopenai:mainfrom
Robby955 wants to merge 1 commit intoopenai:mainfrom
Conversation
…ll + EBLS 3-seed mean: 0.9623 (std 0.0009) Seeds: 1337 (0.9614), 2025 (0.9624), 2024 (0.9631) All artifacts under 16MB. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
|
Superseded by neural-track work. |
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
Technique
7-gram entropy-adaptive causal cache (PPM variant) blended with neural model during sliding-window eval:
α = 0.05 + 0.55·σ(2·(H − 4.0))— trust cache more when model is uncertainTraining stack: EBLS layer sharing (3 shared blocks × 3 loops), LoRA rank 8, XSA-all(11), LeakyReLU(0.5)², val-calibrated GPTQ int6, LZMA compression.
Compliance
Score Decomposition
The ~0.18 BPB improvement from the cache captures document-local regularities (repeated phrases, consistent terminology) that the neural model's fixed context window handles imperfectly.
Credits
🤖 Generated with Claude Code