lucidrains / token-shift-gpt
Implementation of Token Shift GPT - An autoregressive model that solely relies on shifting the sequence space for mixing
☆48Updated 3 years ago
Alternatives and similar repositories for token-shift-gpt:
Users that are interested in token-shift-gpt are comparing it to the libraries listed below
- A python library for highly configurable transformers - easing model architecture search and experimentation.☆49Updated 3 years ago
- My explorations into editing the knowledge and memories of an attention network☆34Updated 2 years ago
- ☆29Updated 2 years ago
- Another attempt at a long-context / efficient transformer by me☆37Updated 2 years ago
- Implementation of some personal helper functions for Einops, my most favorite tensor manipulation library ❤️☆53Updated 2 years ago
- [NeurIPS 2023] Sparse Modular Activation for Efficient Sequence Modeling☆35Updated last year
- Implementation of a Transformer using ReLA (Rectified Linear Attention) from https://arxiv.org/abs/2104.07012☆49Updated 2 years ago
- A GPT, made only of MLPs, in Jax☆57Updated 3 years ago
- Standalone Product Key Memory module in Pytorch - for augmenting Transformer models