StillKeepTry / Transformer-PyTorchLinks
A PyTorch implementation of Attention is all you need
☆42Updated 6 years ago
Alternatives and similar repositories for Transformer-PyTorch
Users that are interested in Transformer-PyTorch are comparing it to the libraries listed below
Sorting:
- Dynamic Coattention Network Plus (DCN+) TensorFlow implementation. Question answering using Deep NLP.☆120Updated 6 years ago
- Decomposable Attention Model for Sentence Pair Classification (Pytorch Version) from paper 'A Decomposable Attention Model for Natural La…☆71Updated 6 years ago
- PyTorch implementation of Transformer-based Neural Machine Translation☆78Updated 2 years ago
- This is a repo for multiNLI_encoder.☆58Updated 7 years ago
- PyTorch codebase for zero-shot dialog generation SIGDIAL 2018, It is released by Tiancheng Zhao (Tony) from Dialog Research Center, LTI, …☆132Updated 6 years ago
- code for Learning Structured Text Representations☆128Updated 7 years ago
- An example for applying FusionNet to Natural Language Inference☆134Updated 6 years ago
- Bi-Directional Block Self-Attention☆122Updated 7 years ago
- ☆81Updated 7 years ago
- souce code for "Accelerating Neural Transformer via an Average Attention Network"☆78Updated 6 years ago
- Tensorflow/Pytorch implementation of Gated Attention Reader☆37Updated 8 years ago
- PyTorch implementation for Interpretable Dialog Generation ACL 2018, It is released by Tiancheng Zhao (Tony) from Dialog Research Center…☆197Updated 6 years ago
- PyTorch Implementation of "Non-Autoregressive Neural Machine Translation"☆271Updated 3 years ago
- a pytorch implementation of match lstm question answering model☆43Updated last year
- Non-autoregressive Neural Machine Translation (not a full version)☆71Updated 2 years ago
- PyTorch implementation of Attention-over-Attention Neural Networks for Reading Comprehension☆59Updated 7 years ago
- An Implementation of Bidirectional Attention Flow☆40Updated 7 years ago
- Unsupervised neural machine translation; weight sharing; GAN☆94Updated 6 years ago
- Efficient Contextualized Representation: Language Model Pruning for Sequence Labeling☆147Updated 5 years ago
- Multiple Different Natural Language Processing Tasks in a Single Deep Model☆48Updated 6 years ago
- An attempt to implement the TreeLSTM in Theano☆44Updated 9 years ago
- Code for NAACL 2018 paper "Multi-task Learning of Pairwise Sequence Classification Tasks Over Disparate Label Spaces" by Isabelle Augenst…☆35Updated 7 years ago
- Implementation of Memory Network in pyTorch☆33Updated 4 years ago
- A short tutorial for Torchtext, the NLP-specific add-on for Pytorch.☆85Updated 8 years ago
- Code for Yuanfudao at SemEval-2018 Task 11: Three-way Attention and Relational Knowledge for Commonsense Machine Comprehension☆118Updated 6 years ago
- Source code for ``Straight to the Tree: Constituency Parsing with Neural Syntactic Distance'' published at ACL 2018☆63Updated 7 years ago
- local-context-unit☆56Updated 7 years ago
- Improving the Transformer translation model with document-level context☆170Updated 5 years ago
- Implementation of conversational QA model: FlowQA (with slight improvement)