lucidrains / FLASH-pytorchLinks
Implementation of the Transformer variant proposed in "Transformer Quality in Linear Time"
☆371Updated 2 years ago
Alternatives and similar repositories for FLASH-pytorch
Users that are interested in FLASH-pytorch are comparing it to the libraries listed below
Sorting:
- [ICLR 2022] Official implementation of cosformer-attention in cosFormer: Rethinking Softmax in Attention☆196Updated 3 years ago
- An implementation of local windowed attention for language modeling☆488Updated 4 months ago
- Implementation of Linformer for Pytorch☆302Updated last year
- Implement the paper "Self-Attention with Relative Position Representations"☆139Updated 4 years ago
- Official PyTorch Implementation of Long-Short Transformer (NeurIPS 2021).☆228Updated 3 years ago
- Transformer based on a variant of attention that is linear complexity in respect to sequence length☆815Updated last year
- A pytorch &keras implementation and demo of Fastformer.☆191Updated 3 years ago
- Code for the ALiBi method for transformer language models (ICLR 2022)☆546Updated 2 years ago
- My take on a practical implementation of Linformer for Pytorch.☆421Updated 3 years ago
- Sequence modeling with Mega.☆301Updated 2 years ago
- The pure and clear PyTorch Distributed Training Framework.