All Projects → MultiPath → Na Nmt

MultiPath / Na Nmt

Non-autoregressive Neural Machine Translation (not a full version)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Na Nmt

Indian ParallelCorpus
Curated list of publicly available parallel corpus for Indian Languages
Stars: ✭ 23 (-62.3%)
Mutual labels:  neural-machine-translation
Opennmt Py
Open Source Neural Machine Translation in PyTorch
Stars: ✭ 5,378 (+8716.39%)
Mutual labels:  neural-machine-translation
Nmt
Neural Machine Translation with RNN/ConvS2S/Transoformer
Stars: ✭ 13 (-78.69%)
Mutual labels:  neural-machine-translation
Tf Seq2seq
Sequence to sequence learning using TensorFlow.
Stars: ✭ 387 (+534.43%)
Mutual labels:  neural-machine-translation
Nmt Keras
Neural Machine Translation with Keras
Stars: ✭ 501 (+721.31%)
Mutual labels:  neural-machine-translation
Thumt
An open-source neural machine translation toolkit developed by Tsinghua Natural Language Processing Group
Stars: ✭ 550 (+801.64%)
Mutual labels:  neural-machine-translation
pytorch basic nmt
A simple yet strong implementation of neural machine translation in pytorch
Stars: ✭ 66 (+8.2%)
Mutual labels:  neural-machine-translation
Rnn Nmt
基于双向RNN,Attention机制的编解码神经机器翻译模型
Stars: ✭ 46 (-24.59%)
Mutual labels:  neural-machine-translation
Seq2seq.pytorch
Sequence-to-Sequence learning using PyTorch
Stars: ✭ 514 (+742.62%)
Mutual labels:  neural-machine-translation
Marian
Fast Neural Machine Translation in C++
Stars: ✭ 777 (+1173.77%)
Mutual labels:  neural-machine-translation
Nmtpytorch
Sequence-to-Sequence Framework in PyTorch
Stars: ✭ 392 (+542.62%)
Mutual labels:  neural-machine-translation
Joeynmt
Minimalist NMT for educational purposes
Stars: ✭ 420 (+588.52%)
Mutual labels:  neural-machine-translation
Nematus
Open-Source Neural Machine Translation in Tensorflow
Stars: ✭ 730 (+1096.72%)
Mutual labels:  neural-machine-translation
Nmt List
A list of Neural MT implementations
Stars: ✭ 359 (+488.52%)
Mutual labels:  neural-machine-translation
Sockeye
Sequence-to-sequence framework with a focus on Neural Machine Translation based on Apache MXNet
Stars: ✭ 990 (+1522.95%)
Mutual labels:  neural-machine-translation
banglanmt
This repository contains the code and data of the paper titled "Not Low-Resource Anymore: Aligner Ensembling, Batch Filtering, and New Datasets for Bengali-English Machine Translation" published in Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP 2020), November 16 - November 20, 2020.
Stars: ✭ 91 (+49.18%)
Mutual labels:  neural-machine-translation
Sentencepiece
Unsupervised text tokenizer for Neural Network-based text generation.
Stars: ✭ 5,540 (+8981.97%)
Mutual labels:  neural-machine-translation
Transformer Dynet
An Implementation of Transformer (Attention Is All You Need) in DyNet
Stars: ✭ 57 (-6.56%)
Mutual labels:  neural-machine-translation
Nlp Library
curated collection of papers for the nlp practitioner 📖👩‍🔬
Stars: ✭ 1,025 (+1580.33%)
Mutual labels:  neural-machine-translation
Tensorflow Tutorial
TensorFlow and Deep Learning Tutorials
Stars: ✭ 748 (+1126.23%)
Mutual labels:  neural-machine-translation

Non-autoregressive Neural Machine Translation

PyTorch implementation of the "Non-Autoregressive Transformer (NAT)" model described in https://arxiv.org/abs/1711.02281

Requirements: Python 3.6

pytorch > 0.2

torchtext:

open tools/text and run python setup.py install

open tools/revtok and run python setup.py install

pip install translate-toolkit

pip install tqdm

TODO

Add more description about data processing/training/testing The torchtext requirements can be removed if possible.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].