lucidrains / mixture-of-attentionLinks
Some personal experiments around routing tokens to different autoregressive attention, akin to mixture-of-experts
☆120Updated 9 months ago
Alternatives and similar repositories for mixture-of-attention
Users that are interested in mixture-of-attention are comparing it to the libraries listed below
Sorting:
- Implementation of Infini-Transformer in Pytorch☆110Updated 7 months ago
- Explorations into the recently proposed Taylor Series Linear Attention☆100Updated 11 months ago
- Implementation of GateLoop Transformer in Pytorch and Jax☆89Updated last year
- Implementation of 🌻 Mirasol, SOTA Multimodal Autoregressive model out of Google Deepmind, in Pytorch☆89Updated last year
- Exploration into the proposed "Self Reasoning Tokens" by Felipe Bonetto☆56Updated last year
- Yet another random morning idea to be quickly tried and architecture shared if it works; to allow the transformer to pause for any amount…☆54Updated last year
- Implementation of the proposed Adam-atan2 from Google Deepmind in Pytorch☆112Updated 8 months ago
- Implementation of the Kalman Filtering Attention proposed in "Kalman Filtering Attention for User Behavior Modeling in CTR Prediction"☆58Updated last year
- Implementation of the Llama architecture with RLHF + Q-learning☆166Updated 6 months ago
- Experiments around a simple idea for inducing multiple hierarchical predictive model within a GPT☆215Updated 11 months ago
- Just some miscellaneous utility functions / decorators / modules related to Pytorch and Accelerate to help speed up implementation of new…☆124Updated last year
- CUDA implementation of autoregressive linear attention, with all the latest research findings