Record: 11L Adaptive Markov + Int6 Mixed Quant (1.2174 bpb)#1046
Open
Jayteare wants to merge 1 commit intoopenai:mainfrom
Open
Record: 11L Adaptive Markov + Int6 Mixed Quant (1.2174 bpb)#1046Jayteare wants to merge 1 commit intoopenai:mainfrom
Jayteare wants to merge 1 commit intoopenai:mainfrom
Conversation
d561d88 to
b2265d5
Compare
11-layer GPT with adaptive Markov mixing and mixed int6/int8 quantization with zstd-22 compression. 786K token batch on 8xH100. 15.1MB artifact, 7427 steps in 600s.
b2265d5 to
0d5fa51
Compare
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
Approach
11-layer GPT with adaptive Markov mixing: a unigram transition table (1024x1024) is combined with transformer logits through a learned per-position gate with confidence-based thresholding. The gate uses the top-2 Markov logit gap to suppress the Markov contribution when the transformer is confident.
Mixed int6/int8 quantization with zstd-22 compression:
786K token batch for higher data throughput per step (5.84B tokens total).
Key Details
MARKOV_LR=0.008,MIX_INIT=0.05,GATE_THRESHOLD=0.20,GATE_TEMP=0.03zstandardpackage required for int6+zstd exportFiles
README.md— detailed writeupsubmission.json— metadatatrain.log— full 8xH100 training logtrain_gpt.py— training script