IBM / pytorch-seq2seq

An open source framework for seq2seq models in PyTorch.
https://ibm.github.io/pytorch-seq2seq/public/index.html
Apache License 2.0
1.49k stars 375 forks source link

Benchmark with WMT machine translation #6

Open kylegao91 opened 6 years ago

kylegao91 commented 6 years ago

Benchmark with WMT machine translation dataset so that the performance of the library can be evaluated and compared with other implementations.

kylegao91 commented 6 years ago

Tested on WMT15's newstest13 from German to English. Blocked by issue #27 for larger experiments.