Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wszlong authored Jan 6, 2019
1 parent 3664d7a commit baa64b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ This project is a simple implementation of Tensor2tensor (https://github.com/ten
How to use?
---

* Preprosessing. Prepare the parallel data (token, bpe, vocab, and so on), run ./datagen.sh to generate data.
* Preprosessing. Prepare the parallel data (token, bpe, vocab, and so on), run './datagen.sh' to generate data.

* Training. Modify the model params (transformer_params_big or transformer_params_base, basic params are set in models/common_hparms.py), and run ./train.sh.
* Training. Modify the model params (transformer_params_big or transformer_params_base, basic params are set in models/common_hparms.py), and run `./train.sh`.

* inference. Run the command to translate source sentence: ./test.sh.
* inference. Run the command to translate source sentence: `./test.sh`.

C++ Version Translator
---
Expand Down

0 comments on commit baa64b0

Please sign in to comment.