Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ofir Press committed Dec 17, 2018
1 parent 9e6fdaf commit af2e28b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -65,9 +65,13 @@ python main.py --data ~/corpus/WMTENDE/4pad/ --save ~/exps/ --wdrop 0 --dropout
These were the hyperparams used to train the models presented in the paper.

--save specifies where to store the model checkpoints

--nhid is the size of the LSTM

--emsize is double the word embedding size, and must be equivalent to --nhid



## Translate
Once you have a trained model, you can use it to translate a document containing sentences in the source language.
```
Expand Down

0 comments on commit af2e28b

Please sign in to comment.