apapiu / mamba_small_benchLinks
Trying out the Mamba architecture on small examples (cifar-10, shakespeare char level etc.)
☆48Updated last year
Alternatives and similar repositories for mamba_small_bench
Users that are interested in mamba_small_bench are comparing it to the libraries listed below
Sorting:
- Implementation of Infini-Transformer in Pytorch☆111Updated 7 months ago
- Simple, minimal implementation of the Mamba SSM in one pytorch file. Using logcumsumexp (Heisen sequence).☆121Updated 10 months ago
- Implementation of the proposed Adam-atan2 from Google Deepmind in Pytorch☆119Updated 9 months ago
- A simple but robust PyTorch implementation of RetNet from "Retentive Network: A Successor to Transformer for Large Language Models" (http…☆105Updated last year
- PyTorch Implementation of Jamba: "Jamba: A Hybrid Transformer-Mamba Language Model"☆185Updated last week
- Official implementation of "Hydra: Bidirectional State Space Models Through Generalized Matrix Mixers"☆155Updated 7 months ago
- Explorations into the recently proposed Taylor Series Linear Attention☆100Updated last year
- Quick implementation of nGPT, learning entirely on the hypersphere, from NvidiaAI☆290Updated 2 months ago
- Implementation of Block Recurrent Transformer - Pytorch☆219Updated last year
- Official PyTorch Implementation of "The Hidden Attention of Mamba Models"☆226Updated last year
- Implementation of Soft MoE, proposed by Brain's Vision team, in Pytorch☆313Updated 4 months ago
- [ICLR 2025 & COLM 2025] Official PyTorch implementation of the Forgetting Transformer and Adaptive Computation Pruning☆124Updated 2 weeks ago
- Implementation of Agent Attention in Pytorch☆91Updated last year
- Attempt to make multiple residual streams from Bytedance's Hyper-Connections paper accessible to the public