kyegomez / SwitchTransformersLinks
Implementation of Switch Transformers from the paper: "Switch Transformers: Scaling to Trillion Parameter Models with Simple and Efficient Sparsity"
☆110Updated 3 months ago
Alternatives and similar repositories for SwitchTransformers
Users that are interested in SwitchTransformers are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of the Differential-Transformer architecture for sequence modeling, specifically tailored as a decoder-only model …☆71Updated 8 months ago
- Awesome list of papers that extend Mamba to various applications.☆134Updated last month
- The official GitHub page for the survey paper "A Survey on Mixture of Experts in Large Language Models".☆385Updated 3 weeks ago
- DeepSeek Native Sparse Attention pytorch implementation☆73Updated 4 months ago
- Implementation of the paper: "Mixture-of-Depths: Dynamically allocating compute in transformer-based language models"☆99Updated last week
- ☆195Updated last year
- A repository for DenseSSMs☆87Updated last year
- ☆147Updated 10 months ago
- Notes on the Mamba and the S4 model (Mamba: Linear-Time Sequence Modeling with Selective State Spaces)☆169Updated last year
- (Unofficial) PyTorch implementation of grouped-query attention (GQA) from "GQA: Training Generalized Multi-Query Transformer Models from …☆171Updated last year
- Implementation of Griffin from the paper: "Griffin: Mixing Gated Linear Recurrences with Local Attention for Efficient Language Models"☆55Updated 3 months ago
- Implementation of MoE Mamba from the paper: "MoE-Mamba: Efficient Selective State Space Models with Mixture of Experts" in Pytorch and Ze…☆107Updated 3 months ago
- An efficient pytorch implementation of selective scan in one file, works with both cpu and gpu, with corresponding mathematical derivatio…☆93Updated last year
- Official PyTorch Implementation of "The Hidden Attention of Mamba Models"☆224Updated last year
- Pytorch Implementation of the sparse attention from the paper: "Generating Long Sequences with Sparse Transformers"☆84Updated 3 months ago
- A library for calculating the FLOPs in the forward() process based on torch.fx☆118Updated 3 months ago
- Offical implementation of "MetaLA: Unified Optimal Linear Approximation to Softmax Attention Map" (NeurIPS2024 Oral)☆25Updated 5 months ago
- Minimal Mamba-2 implementation in PyTorch☆207Updated last year
- Collection of papers on state-space models☆594Updated 2 months ago
- [ICLR 2025] Dynamic Mixture of Experts: An Auto-Tuning Approach for Efficient Transformer Models☆116Updated this week
- Simba☆210Updated last year
- A Triton Kernel for incorporating Bi-Directionality in Mamba2☆71Updated 6 months ago
- [NeurIPS'24 Oral] HydraLoRA: An Asymmetric LoRA Architecture for Efficient Fine-Tuning☆216Updated 7 months ago
- PyTorch Implementation of Jamba: "Jamba: A Hybrid Transformer-Mamba Language Model"☆172Updated 3 months ago
- ☆63Updated 2 months ago
- Reading list for research topics in state-space models☆306Updated last month
- Computation-Efficient Era: A Comprehensive Survey of State Space Models in Medical Image Analysis☆240Updated 5 months ago
- The official implementation of TPA: Tensor ProducT ATTenTion Transformer (T6) (https://arxiv.org/abs/2501.06425)☆376Updated last week
- 📚 Collection of token-level model compression resources.☆140Updated last week
- My implementation of the original transformer model (Vaswani et al.). I've additionally included the playground.py file for visualizing o…☆43Updated 7 months ago