AvivBick / awesome-ssm-mlLinks
Reading list for research topics in state-space models
☆308Updated last month
Alternatives and similar repositories for awesome-ssm-ml
Users that are interested in awesome-ssm-ml are comparing it to the libraries listed below
Sorting:
- Collection of papers on state-space models☆593Updated 2 months ago
- Official implementation of "Hydra: Bidirectional State Space Models Through Generalized Matrix Mixers"☆147Updated 5 months ago
- Official PyTorch Implementation of "The Hidden Attention of Mamba Models"☆224Updated last year
- Notes on the Mamba and the S4 model (Mamba: Linear-Time Sequence Modeling with Selective State Spaces)☆169Updated last year
- Awesome list of papers that extend Mamba to various applications.☆134Updated last month
- PyTorch Implementation of Jamba: "Jamba: A Hybrid Transformer-Mamba Language Model"☆175Updated 3 months ago
- Simple, minimal implementation of the Mamba SSM in one pytorch file. Using logcumsumexp (Heisen sequence).☆120Updated 9 months ago
- Official JAX implementation of Learning to (Learn at Test Time): RNNs with Expressive Hidden States☆416Updated 11 months ago
- Official implementation of Phi-Mamba. A MOHAWK-distilled model (Transformers to SSMs: Distilling Quadratic Knowledge to Subquadratic Mode…☆111Updated 10 months ago
- [ICLR 2025] Official PyTorch Implementation of Gated Delta Networks: Improving Mamba2 with Delta Rule☆190Updated 4 months ago
- Some preliminary explorations of Mamba's context scaling.☆216Updated last year
- Implementation of ST-Moe, the latest incarnation of MoE after years of research at Brain, in Pytorch☆350Updated last year
- A Triton Kernel for incorporating Bi-Directionality in Mamba2☆71Updated 7 months ago
- [ICLR2025 Spotlight🔥] Official Implementation of TokenFormer: Rethinking Transformer Scaling with Tokenized Model Parameters☆565Updated 5 months ago
- Annotated version of the Mamba paper☆487Updated last year
- Implementation of Soft MoE, proposed by Brain's Vision team, in Pytorch