feat(non_record): add SP8192 BPE Mamba3 SSM hybrid 16MB non-record submission#2155
Open
divagr18 wants to merge 2 commits into
Open
feat(non_record): add SP8192 BPE Mamba3 SSM hybrid 16MB non-record submission#2155divagr18 wants to merge 2 commits into
divagr18 wants to merge 2 commits into
Conversation
added 2 commits
May 4, 2026 12:44
…ssion - Introduce non-record 16MB submission centered on SP8192 BPE with Mamba3 SSM hybrid - Replace every 4th transformer attention block with Mamba3 state-space model to reduce parameters - Configure with 9 layers, 8 heads, 4 KV heads, model dim 448, SSM every 4 layers - Use sentencepiece tokenizer with 8192 vocab size and BPE model - Employ Muon + Adam optimizer with SWA and GPTQ int8 quantization + zstd compression - Provide detailed README with configuration, metrics, dataset, build, and run instructions - Include required files: training script, log, submission metadata, dependencies, tokenizer vocab - Note Mamba3 CUDA extension usage for efficient state-space model implementation
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.
feat(records): add SP8192 BPE Mamba3 SSM hybrid 16MB non-record submission