Neutron: An Implementation of the Transformer Translation Model and its Variants
2019-03-18Code Available0· sign in to hype
Hongfei Xu, Qiuhui Liu
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/anoidgit/transformerOfficialIn paperpytorch★ 0
- github.com/hfxunlp/transformerpytorch★ 0
Abstract
The Transformer translation model is easier to parallelize and provides better performance compared to recurrent seq2seq models, which makes it popular among industry and research community. We implement the Neutron in this work, including the Transformer model and its several variants from most recent researches. It is highly optimized, easy to modify and provides comparable performance with interesting features while keeping readability.