GitXplorerGitXplorer
M

MetaNMT

public
41 stars
6 forks
4 issues

Commits

List of commits on branch master.
Unverified
57d8e909059496c4ba3cfb1ffaf3c744fbd14810

change name for the outputs

MMultiPath committed 7 years ago
Unverified
9893a6567508ef1c61ecf3b58974332c32a298f9

evaluation

MMultiPath committed 7 years ago
Unverified
026a63ba10b5351084fc56899c3e8cf6f2168d94

some changes

MMultiPath committed 7 years ago
Unverified
91d2a7df7ba995a86836e320fd6ca9e94f57f2da

assume we all start from 100k steps

MMultiPath committed 7 years ago
Unverified
a8bbea9e6609001397e543525a0415c74f33debd

eval bugs

MMultiPath committed 7 years ago
Unverified
b6d76d82ff717cdb20308d13c1be3606694b056c

support zero shot

MMultiPath committed 7 years ago

README

The README file for this repository.

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.