b-etienne / Seq2seq-PyTorch
☆76Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for Seq2seq-PyTorch
- An LSTM in PyTorch with best practices (weight dropout, forget bias, etc.) built-in. Fully compatible with PyTorch LSTM.☆133Updated 4 years ago
- Using Pytorch's nn.Transformer module to create an english to french neural machine translation model.☆77Updated 4 years ago
- Encoding position with the word embeddings.☆83Updated 6 years ago
- Sequence to Sequence Models in PyTorch☆44Updated 3 months ago
- PyTorch DataLoader for seq2seq☆83Updated 5 years ago
- Transformers without Tears: Improving the Normalization of Self-Attention☆130Updated 5 months ago
- The Annotated Encoder Decoder with Attention☆166Updated 3 years ago
- ☆16Updated 6 years ago
- PyTorch implementation of beam search decoding for seq2seq models☆336Updated last year
- Fine-tune transformers with pytorch-lightning☆44Updated 2 years ago
- ☆212Updated 4 years ago
- Minimal RNN classifier with self-attention in Pytorch☆151Updated 2 years ago
- Sequence to Sequence Models with PyTorch☆27Updated 6 years ago
- Pytorch implementation of R-Transformer. Some parts of the code are adapted from the implementation of TCN and Transformer.☆224Updated 5 years ago
- Two-Layer Hierarchical Softmax Implementation for PyTorch☆68Updated 3 years ago
- Python code for various NLP metrics☆167Updated 5 years ago
- PyTorch implementation for Seq2Seq model with attention and Greedy Search / Beam Search for neural machine translation☆58Updated 3 years ago
- A PyTorch implementation of Transformer in "Attention is All You Need"☆103Updated 3 years ago
- Fully batched seq2seq example based on practical-pytorch, and more extra features.☆76Updated 6 years ago
- Scripts to train a bidirectional LSTM with knowledge distillation from BERT☆157Updated 5 years ago
- Beam search for neural network sequence to sequence (encoder-decoder) models.☆34Updated 5 years ago
- Code for Multi-Head Attention: Collaborate Instead of Concatenate☆151Updated last year
- Implementation of a linear-chain CRF in PyTorch☆95Updated 3 years ago
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆122Updated 3 years ago
- PyTorch implementation of BERT in "BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding"☆97Updated 6 years ago
- pytorch; mask language model ; bert☆71Updated 4 years ago
- Pytorch Implementation of ALBERT(A Lite BERT for Self-supervised Learning of Language Representations)☆225Updated 3 years ago
- The implementation of the papers on dual learning of natural language understanding and generation. (ACL2019,2020; Findings of EMNLP 2020…☆66Updated 4 years ago
- Implementation of Mixout with PyTorch☆74Updated last year
- Reproducing Character-Level-Language-Modeling with Deeper Self-Attention in PyTorch☆61Updated 5 years ago