b-etienne / Seq2seq-PyTorch
☆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
- Using Pytorch's nn.Transformer module to create an english to french neural machine translation model.☆77Updated 4 years ago
- Sequence to Sequence Models in PyTorch☆44Updated 8 months 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☆131Updated 10 months ago
- Scripts to train a bidirectional LSTM with knowledge distillation from BERT☆158Updated 5 years ago
- Two-Layer Hierarchical Softmax Implementation for PyTorch☆69Updated 4 years ago
- Fine-tune transformers with pytorch-lightning☆44Updated 3 years ago
- PyTorch implementation for Seq2Seq model with attention and Greedy Search / Beam Search for neural machine translation☆58Updated 4 years ago
- A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.☆180Updated 3 years ago
- The Annotated Encoder Decoder with Attention☆166Updated 4 years ago
- Implementation of a linear-chain CRF in PyTorch☆96Updated 4 years ago
- PyTorch DataLoader for seq2seq☆85Updated 6 years ago
- PyTorch implementation of beam search decoding for seq2seq models☆337Updated 2 years ago
- Minimal RNN classifier with self-attention in Pytorch☆150Updated 3 years ago
- Pre-training of Language Models for Language Understanding☆83Updated 5 years ago
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆125Updated 3 years ago
- On the Stability of Fine-tuning BERT: Misconceptions, Explanations, and Strong Baselines☆136Updated last year
- A tutorial on how to implement models for natural language inference using PyTorch and TorchText. [IN PROGRESS]☆26Updated 5 years ago
- Encoding position with the word embeddings.☆83Updated 6 years ago
- A PyTorch implementation of Transformer in "Attention is All You Need"☆104Updated 4 years ago
- ☆16Updated 6 years ago
- LAnguage Modelling Benchmarks☆137Updated 4 years ago
- ☆34Updated 4 years ago
- Minimal tutorial on packing and unpacking sequences in pytorch☆211Updated 6 years ago
- Cascaded Text Generation with Markov Transformers☆129Updated 2 years ago
- pytorch; mask language model ; bert☆72Updated 5 years ago
- [IN PROGRESS] An introduction to generative adversarial networks (GANs) and variational autoencoders (VAEs) in PyTorch, by implementing a…☆33Updated 6 years ago
- ☆218Updated 4 years ago
- RNN Encoder-Decoder in PyTorch☆44Updated 8 months ago
- PyTorch implementation of "Effective Approaches to Attention-based Neural Machine Translation" using scheduled sampling to improve the pa…☆38Updated 7 years ago