wszlong / transformer

A simple TensorFlow implementation of the Transformer
25 stars 6 forks source link
attention-is-all-you-need transformer translation

A simple Tensorflow implementation of the Transformer

This project is a simple implementation of Tensor2tensor (https://github.com/tensorflow/tensor2tensor) for machine translation.

Usage

C++ Version Translator

Once you have trained the model, you can also use a C++/CUDA Transformer-translator to translate source language.

Contact

If you have questions, suggestions and bug reports, please email wszlong@gmail.com or long.zhou@nlpr.ia.ac.cn.