b-etienne / Seq2seq-PyTorchLinks
☆76Updated 5 years ago
Alternatives and similar repositories for Seq2seq-PyTorch
Users that are interested in Seq2seq-PyTorch are comparing it to the libraries listed below
Sorting:
- Using Pytorch's nn.Transformer module to create an english to french neural machine translation model.☆78Updated 4 years ago
- Sequence to Sequence Models in PyTorch☆44Updated 11 months ago
- A PyTorch implementation of Transformer in "Attention is All You Need"☆106Updated 4 years ago
- An LSTM in PyTorch with best practices (weight dropout, forget bias, etc.) built-in. Fully compatible with PyTorch LSTM.☆133Updated 5 years ago
- Transformers without Tears: Improving the Normalization of Self-Attention☆132Updated last year
- Minimal RNN classifier with self-attention in Pytorch☆150Updated 3 years ago
- Encoding position with the word embeddings.☆83Updated 7 years ago
- A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.☆179Updated 4 years ago
- Pytorch implementation of R-Transformer. Some parts of the code are adapted from the implementation of TCN and Transformer.☆230Updated 6 years ago
- Two-Layer Hierarchical Softmax Implementation for PyTorch☆69Updated 4 years ago
- Scripts to train a bidirectional LSTM with knowledge distillation from BERT☆158Updated 5 years ago
- Pytorch Implementation of ALBERT(A Lite BERT for Self-supervised Learning of Language Representations)☆226Updated 4 years ago
- ☆218Updated 5 years ago
- PyTorch implementation of BERT in "BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding"☆107Updated 6 years ago
- Minimalist implementation of a BERT Sentence Classifier with PyTorch Lightning, Transformers and PyTorch-NLP.☆218Updated 2 years ago
- Fine-tune transformers with pytorch-lightning☆44Updated 3 years ago
- PyTorch DataLoader for seq2seq☆85Updated 6 years ago
- PyTorch implementation of beam search decoding for seq2seq models☆337Updated 2 years ago
- The Annotated Encoder Decoder with Attention☆166Updated 4 years ago
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆126Updated 3 years ago
- Implements Reformer: The Efficient Transformer in pytorch.☆86Updated 5 years ago
- Guide for both TensorFlow and PyTorch in comparative way☆108Updated 6 years ago
- Sequence to Sequence Models with PyTorch☆26Updated 7 years ago
- [IN PROGRESS] An introduction to generative adversarial networks (GANs) and variational autoencoders (VAEs) in PyTorch, by implementing a…☆33Updated 6 years ago
- Code for Multi-Head Attention: Collaborate Instead of Concatenate☆152Updated 2 years ago
- Empower Sequence Labeling with Task-Aware Neural Language Model | a PyTorch Tutorial to Sequence Labeling☆365Updated 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
- Important paper implementations for Question Answering using PyTorch☆270Updated 4 years ago
- Python code for various NLP metrics☆167Updated 5 years ago
- A PyTorch implementation of the paper - "Synthesizer: Rethinking Self-Attention in Transformer Models"☆73Updated 2 years ago