Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

Bytenet Translation

A TensorFlow Implementation of Machine Translation In Neural Machine Translation in Linear Time

Requirements

  • numpy >= 1.11.1
  • TensorFlow >= 1.1 (Probably 1.0 should work as well.)
  • nltk >= 3.2.2 (only for calculating the bleu score)

Notes

  • This implementation is different from the paper in the following aspects.
    • I used the IWSLT 2016 de-en dataset, not the wmt 2014 de-en dataset, which is much bigger.
    • I applied a greedy decoder at the inference phase, not the beam search decoder.
    • I didn't implement Dynamic Unfolding.

Steps

Or if you'd like to use the pretrained model,

Results

After 15 epochs, I obtained the Bleu score 7.38, which is far from good. Maybe some part in the implementation is incorrect. Or maybe we need more data or a bigger model. Details are available in the results folder.

About

A TensorFlow Implementation of Machine Translation In Neural Machine Translation in Linear Time

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.