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
- PyTorch implementation of beam search decoding for seq2seq models☆338Updated 2 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
- Fine-tune transformers with pytorch-lightning☆44Updated 2 years ago
- Transformers without Tears: Improving the Normalization of Self-Attention☆130Updated 8 months ago
- PyTorch DataLoader for seq2seq☆84Updated 5 years ago
- PyTorch implementation for Seq2Seq model with attention and Greedy Search / Beam Search for neural machine translation☆58Updated 3 years ago
- Sequence to Sequence Models in PyTorch☆44Updated 6 months ago
- The Annotated Encoder Decoder with Attention☆166Updated 3 years ago
- Two-Layer Hierarchical Softmax Implementation for PyTorch☆69Updated 4 years ago
- An Implementation of Encoder-Decoder model with global attention mechanism.☆32Updated 5 years ago
- Cascaded Text Generation with Markov Transformers☆129Updated last year
- Minimal RNN classifier with self-attention in Pytorch☆150Updated 3 years ago
- ☆16Updated 6 years ago
- [IN PROGRESS] An introduction to generative adversarial networks (GANs) and variational autoencoders (VAEs) in PyTorch, by implementing a…☆32Updated 5 years ago
- PyTorch implementation of "Effective Approaches to Attention-based Neural Machine Translation" using scheduled sampling to improve the pa…☆38Updated 7 years ago
- A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.☆177Updated 3 years ago
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆124Updated 3 years ago
- Minimal tutorial on packing and unpacking sequences in pytorch☆210Updated 6 years ago
- PyTorch implementation of BERT in "BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding"☆98Updated 6 years ago
- Implementation of a linear-chain CRF in PyTorch☆96Updated 4 years ago
- Official Code for Towards Transparent and Explainable Attention Models paper (ACL 2020)☆35Updated 2 years ago
- On the Stability of Fine-tuning BERT: Misconceptions, Explanations, and Strong Baselines☆134Updated last year
- Pytorch Implementation of ALBERT(A Lite BERT for Self-supervised Learning of Language Representations)☆226Updated 3 years ago
- Beam search for neural network sequence to sequence (encoder-decoder) models.☆34Updated 5 years ago
- A PyTorch implementation of Google AI's BERT model provided with Google's pre-trained models, examples and utilities.☆35Updated 6 years ago
- Encoding position with the word embeddings.☆82Updated 6 years ago
- Implementation of paper "Learning to Encode Text as Human-Readable Summaries using GAN"☆66Updated 5 years ago
- Implements Reformer: The Efficient Transformer in pytorch.☆84Updated 4 years ago
- Implementation of Mixout with PyTorch☆74Updated 2 years ago