jayparks / transformerLinks
A Pytorch Implementation of "Attention is All You Need" and "Weighted Transformer Network for Machine Translation"
☆561Updated 4 years ago
Alternatives and similar repositories for transformer
Users that are interested in transformer are comparing it to the libraries listed below
Sorting:
- Minimal Seq2Seq model with Attention for Neural Machine Translation in PyTorch☆703Updated 4 years ago
- pytorch implementation of Attention is all you need☆239Updated 4 years ago
- Transformer implementation in PyTorch.☆491Updated 6 years ago
- Transformer seq2seq model, program that can build a language translator from parallel corpus☆1,406Updated 2 years ago
- Deep-learning by using Pytorch. Basic nns like Logistic, CNN, RNN, LSTM and some examples are implemented by complex model.☆538Updated 4 years ago
- some attention implements☆1,448Updated 5 years ago
- PyTorch implementation of beam search decoding for seq2seq models☆339Updated 2 years ago
- Pytorch Implementation of Google BERT☆595Updated 5 years ago
- ☆882Updated last year
- Pytorch nn.Transformer Demo☆52Updated 5 years ago
- PyTorch implementation of batched bi-RNN encoder and attention-decoder.☆280Updated 6 years ago
- ☆167Updated 6 years ago
- PyTorch implementation of "Effective Approaches to Attention-based Neural Machine Translation" using scheduled sampling to improve the pa…☆38Updated 8 years ago
- A PyTorch implementation of the Transformer model in "Attention is All You Need".☆19Updated 7 years ago
- ☆3,669Updated 2 years ago
- A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)☆647Updated 6 years ago
- An open source framework for seq2seq models in PyTorch.☆1,512Updated 4 months ago
- star_transformer pytorch☆27Updated 5 years ago
- Code for the paper "Ordered Neurons: Integrating Tree Structures into Recurrent Neural Networks"☆580Updated 6 years ago
- LSTM and GRU in PyTorch☆262Updated 6 years ago
- A implementation of SeqGAN in PyTorch, following the implementation in tensorflow.☆264Updated 6 years ago
- Multi-head attention in PyTorch☆153Updated 6 years ago
- ☆232Updated 5 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
- In PyTorch Learing Neural Networks Likes CNN、BiLSTM☆1,395Updated 2 years ago
- NLP☆134Updated last year
- Implement the paper "Self-Attention with Relative Position Representations"☆138Updated 4 years ago
- ☆275Updated 3 years ago
- Sequence Generation Model for Multi-label Classification (COLING 2018)☆438Updated 5 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆176Updated 6 years ago