Record : CaseOps Gated XSA NgramTilt LQER | val_bpb=1.05933439#2124
Open
vaibhavmishra1 wants to merge 3 commits intoopenai:mainfrom
Open
Record : CaseOps Gated XSA NgramTilt LQER | val_bpb=1.05933439#2124vaibhavmishra1 wants to merge 3 commits intoopenai:mainfrom
vaibhavmishra1 wants to merge 3 commits intoopenai:mainfrom
Conversation
Collaborator
|
Leaderboard audit note (pre-cutoff state): I don't think this is record-ready as submitted. The headline uses a third seed from a different/reference config, while submission.json only verifies two matching-config seeds. A leaderboard row needs a 3-seed mean from the same submitted configuration, with consistent timing/artifact evidence. |
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 is an integrated CaseOps/Gated-XSA stack:
The training loop and optimizer routing are kept conservative. The run stops on the 600s wallclock cap.
Quantization
The final quantization path uses GPTQ/LQER/AWQ-lite with the g32/top4 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 uses the conservative score-first TTT 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,train_seed1234.logLineage and Credits
This submission combines public Parameter Golf components into a single final recipe:
simon-marcus.S0urC10ud: LQER/GPTQ retune ported here where supported.Elubrazione: long-context/QK/asymmetric-logit 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.