tunz / transformer-pytorchLinks
Transformer implementation in PyTorch.
☆490Updated 6 years ago
Alternatives and similar repositories for transformer-pytorch
Users that are interested in transformer-pytorch are comparing it to the libraries listed below
Sorting:
- A Pytorch Implementation of "Attention is All You Need" and "Weighted Transformer Network for Machine Translation"☆573Updated 5 years ago
- Transformer seq2seq model, program that can build a language translator from parallel corpus☆1,420Updated 2 years ago
- PyTorch implementation of some attentions for Deep Learning Researchers.☆548Updated 3 years ago
- My take on a practical implementation of Linformer for Pytorch.☆421Updated 3 years ago
- Multi-head attention in PyTorch☆156Updated 6 years ago
- Reformer, the efficient Transformer, in Pytorch☆2,191Updated 2 years ago
- Implement the paper "Self-Attention with Relative Position Representations"☆139Updated 4 years ago
- Pytorch Implementation of Google BERT☆597Updated 5 years ago
- LSTM and GRU in PyTorch☆269Updated 6 years ago
- Transformer: PyTorch Implementation of "Attention Is All You Need"☆4,313Updated 5 months ago
- A PyTorch implementation of the Transformer model in "Attention is All You Need".☆9,546Updated last year
- Pytorch library for fast transformer implementations☆1,755Updated 2 years ago
- An All-MLP solution for Vision, from Google AI☆1,053Updated 5 months ago
- PyTorch implementation of beam search decoding for seq2seq models☆339Updated 2 years ago
- Minimal Seq2Seq model with Attention for Neural Machine Translation in PyTorch☆702Updated 5 years ago
- An implementation of Performer, a linear attention-based transformer, in Pytorch☆1,168Updated 3 years ago
- Transformer based on a variant of attention that is linear complexity in respect to sequence length☆815Updated last year
- Source code for "On the Relationship between Self-Attention and Convolutional Layers"☆1,117Updated 2 years ago
- list of efficient attention modules☆1,019Updated 4 years ago
- Implementation of Linformer for Pytorch☆302Updated last year
- ☆501Updated 2 years ago
- ☆881Updated last year
- [ICLR 2020] Lite Transformer with Long-Short Range Attention☆610Updated last year
- A pytorch &keras implementation and demo of Fastformer.☆191Updated 3 years ago
- Pytorch implementation of R-Transformer. Some parts of the code are adapted from the implementation of TCN and Transformer.☆231Updated 6 years ago
- [ACL'19] [PyTorch] Multimodal Transformer☆935Updated 3 years ago
- PyTorch Re-Implementation of "The Sparsely-Gated Mixture-of-Experts Layer" by Noam Shazeer et al. https://arxiv.org/abs/1701.06538☆1,210Updated last year
- pytorch; mask language model ; bert☆72Updated 6 years ago
- Natural Language Processing Tutorial for Deep Learning Researchers☆1,155Updated 3 years ago
- A small and simple tutorial on how to craft a LSTM nn.Module by hand on PyTorch.☆127Updated 5 years ago