Record: CaseOps Gated XSA NgramTilt LQER | val_bpb=1.05933439#2123
Closed
vaibhavmishra1 wants to merge 2 commits intoopenai:mainfrom
Closed
Record: CaseOps Gated XSA NgramTilt LQER | val_bpb=1.05933439#2123vaibhavmishra1 wants to merge 2 commits intoopenai:mainfrom
vaibhavmishra1 wants to merge 2 commits intoopenai:mainfrom
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.
Gated XSA + CaseOps + LQER g32/top4 + In-Timer N-gram Tilt
The default run is:
MATRIX_LR=0.028,LQER_RANK=2,LQER_ASYM_GROUP=32,LQER_TOP_K=4.Results
The folder includes three successful 8xH100 logs.
Final result:
1.05933439mean TTT BPB across three logs.Final file size: max observed submission size
15,991,624 B(8,376 Bunder the 16,000,000-byte cap).What Changed
Architecture and training
The architecture follows the PR #2018 lineage:
The training loop and optimizer routing are otherwise kept close to the PR #2018 base. The run stops on the 600s wallclock cap.
Quantization
The final quantization path is the PR #2018 GPTQ/LQER/AWQ-lite path with PR #2060's portable LQER retune:
MATRIX_BITSEMBED_BITSLQER_RANKLQER_ASYM_GROUPLQER_TOP_KAWQ_LITE_ENABLEDAWQ_LITE_GROUP_SIZECOMPRESSORpergroupThe largest included g32/top4 run was 15,987,537 bytes, leaving 12,463 bytes of headroom under the 16,000,000-byte cap.
Evaluation
Evaluation keeps the conservative PR #2018 timing recipe:
EVAL_SEQ_LENTTT_EVAL_SEQ_LENPHASED_TTT_NUM_PHASESPHASED_TTT_PREFIX_DOCSTTT_LORA_RANKTTT_LORA_LRTTT_CHUNK_SIZENGRAM_TILT_ENABLEDNGRAM_HINT_PRECOMPUTE_OUTSIDETOKEN_ORDERTOKEN_THRESHOLDTOKEN_BOOSTWITHIN_BOOSTWORD_BOOSTThe n-gram helper is inlined into
train_gpt.py, so the evaluation logic is self-contained and counted with the submitted code. The helper is token-only, prefix-only, and its hint precompute happens inside the measured TTT eval timer.Compliance Notes
Reproduction
Run from this record folder or from the repository root. The run script sets the final default hyperparameters.
# optional: install Python dependencies pip install -r requirements.txtThe CaseOps dataset can be downloaded with:
Then run the final configuration:
The expected data root is:
run.shalso supports overriding:Files
train_gpt.py: self-contained training, quantization, serialization, TTT eval, and in-timer n-gram tilt logic.run.sh: final record-candidate command wrapper.submission.json: leaderboard metadata.requirements.txt: Python dependencies beyond the base environment.tokenizers/fineweb_8192_bpe_lossless_caps_caseops_v1_reserved.model: tokenizer used by the CaseOps dataset.lossless_caps.pyandprepare_caseops_data.py: CaseOps transform and dataset-prep helpers.train_seed42.log,train_seed0.log: claimed final g32/top4 reproduction logs.train_seed1234.log: closely related seed-1234 run included in the results table; it used the earlier LQER top1/rank4/group64 settings.Lineage and Credits
This submission is a recombination/tuning entry. Key public sources:
simon-marcus: Gated XSA stack, token-only in-timer n-gram tilt, and the main code lineage.S0urC10ud: LQER/GPTQ retune ported here where supported.Elubrazione: Long-context/QK/AsymLogit lineage used by later stacks.ndokutovich: V21 + n-gram tilt + LeakyReLU base lineage.TimS-ml: LeakyReLU squared slope sweep.andrewbaggio1: TTT/QK tuning lineage.jorge-asenjo: asymmetric logit rescale.romeerp: AWQ-lite mixed precision.codemath3000: per-group compression and strong SP8192 stack.codemath3000: strict token-only n-gram precedent.AnirudhRahul: n-gram tilt with closed-form probability renormalization.