kyegomez / MHMoELinks
Community Implementation of the paper: "Multi-Head Mixture-of-Experts" In PyTorch
☆24Updated 2 months ago
Alternatives and similar repositories for MHMoE
Users that are interested in MHMoE are comparing it to the libraries listed below
Sorting:
- Implementation of MoE Mamba from the paper: "MoE-Mamba: Efficient Selective State Space Models with Mixture of Experts" in Pytorch and Ze…☆105Updated 2 months ago
- A single repo with all scripts and utils to train / fine-tune the Mamba model with or without FIM☆54Updated last year
- Official repository for the paper "SwitchHead: Accelerating Transformers with Mixture-of-Experts Attention"☆97Updated 8 months ago
- Implementation of the paper: "Mixture-of-Depths: Dynamically allocating compute in transformer-based language models"☆94Updated this week
- RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best…☆44Updated 2 months ago
- Official repository for the paper "Approximating Two-Layer Feedforward Networks for Efficient Transformers"☆37Updated last year
- This is a simple torch implementation of the high performance Multi-Query Attention☆16Updated last year
- A byte-level decoder architecture that matches the performance of tokenized Transformers.☆63Updated last year
- HGRN2: Gated Linear RNNs with State Expansion☆54Updated 9 months ago
- Implementation of Griffin from the paper: "Griffin: Mixing Gated Linear Recurrences with Local Attention for Efficient Language Models"☆55Updated 2 months ago
- Implementation of the proposed DeepCrossAttention by Heddes et al at Google research, in Pytorch☆86Updated 3 months ago
- Implementation of a modular, high-performance, and simplistic mamba for high-speed applications☆35Updated 6 months ago
- 32 times longer context window than vanilla Transformers and up to 4 times longer than memory efficient Transformers.☆48Updated last year
- ☆28Updated 7 months ago
- A repository for DenseSSMs☆87Updated last year
- Official implementation of RMoE (Layerwise Recurrent Router for Mixture-of-Experts)☆20Updated 10 months ago
- Implementation of a Light Recurrent Unit in Pytorch☆47Updated 8 months ago
- Simple Implementation of TinyGPTV in super simple Zeta lego blocks☆15Updated 6 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
- Implementation of Agent Attention in Pytorch☆90Updated 10 months ago
- ☆79Updated 9 months ago
- A simple reproducible template to implement AI research papers☆24Updated 8 months ago
- An open source replication of the stawberry method that leverages Monte Carlo Search with PPO and or DPO☆29Updated last week
- Implementation of Switch Transformers from the paper: "Switch Transformers: Scaling to Trillion Parameter Models with Simple and Efficien…☆106Updated 2 months ago
- [ICLR 2025] Official Code Release for Explaining Modern Gated-Linear RNNs via a Unified Implicit Attention Formulation☆42Updated 3 months ago
- Explorations into improving ViTArc with Slot Attention☆41Updated 7 months ago
- Block Transformer: Global-to-Local Language Modeling for Fast Inference (NeurIPS 2024)☆156Updated last month
- OmniByteFormer is a generalized Transformer model that can process any type of data by converting it into byte sequences, bypassing tradi…☆11Updated this week
- DeciMamba: Exploring the Length Extrapolation Potential of Mamba (ICLR 2025)☆28Updated last month
- PyTorch Implementation of Jamba: "Jamba: A Hybrid Transformer-Mamba Language Model"☆169Updated 2 months ago