b-etienne / Seq2seq-PyTorch
☆76Updated 4 years ago
Alternatives and similar repositories for Seq2seq-PyTorch:
Users that are interested in Seq2seq-PyTorch are comparing it to the libraries listed below
- Using Pytorch's nn.Transformer module to create an english to french neural machine translation model.☆77Updated 4 years ago
- An LSTM in PyTorch with best practices (weight dropout, forget bias, etc.) built-in. Fully compatible with PyTorch LSTM.☆132Updated 5 years ago
- PyTorch DataLoader for seq2seq☆84Updated 5 years ago
- Minimal RNN classifier with self-attention in Pytorch☆150Updated 3 years ago
- Two-Layer Hierarchical Softmax Implementation for PyTorch☆69Updated 4 years ago
- Transformers without Tears: Improving the Normalization of Self-Attention☆130Updated 7 months ago
- A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.☆177Updated 3 years ago
- The Annotated Encoder Decoder with Attention☆166Updated 3 years ago
- Sequence to Sequence Models in PyTorch☆44Updated 5 months ago
- Scripts to train a bidirectional LSTM with knowledge distillation from BERT☆158Updated 5 years ago
- PyTorch implementation of beam search decoding for seq2seq models☆338Updated last year
- PyTorch implementations of LSTM Variants (Dropout + Layer Norm)☆135Updated 3 years ago
- ☆213Updated 4 years ago
- Code for Multi-Head Attention: Collaborate Instead of Concatenate☆152Updated last year
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆125Updated 3 years ago
- Pytorch Implementation of ALBERT(A Lite BERT for Self-supervised Learning of Language Representations)☆226Updated 3 years ago
- Implementation of Mixout with PyTorch☆74Updated 2 years ago
- Pytorch implementation of R-Transformer. Some parts of the code are adapted from the implementation of TCN and Transformer.☆226Updated 5 years ago
- Reproducing Character-Level-Language-Modeling with Deeper Self-Attention in PyTorch☆61Updated 6 years ago
- Fine-tune transformers with pytorch-lightning☆44Updated 2 years ago
- Machine Translation using Transfromers☆30Updated 5 years ago
- A PyTorch implementation of Transformer in "Attention is All You Need"☆103Updated 4 years ago
- ☆16Updated 6 years ago
- On the Stability of Fine-tuning BERT: Misconceptions, Explanations, and Strong Baselines☆133Updated last year
- Source code for the NAACL 2019 paper "SEQ^3: Differentiable Sequence-to-Sequence-to-Sequence Autoencoder for Unsupervised Abstractive Sen…☆123Updated 2 years ago
- Implementation of a linear-chain CRF in PyTorch☆96Updated 4 years ago
- Python code for various NLP metrics☆166Updated 5 years ago
- ☆53Updated 4 years ago
- Beam search for neural network sequence to sequence (encoder-decoder) models.☆34Updated 5 years ago
- Encoding position with the word embeddings.☆82Updated 6 years ago