Commit a8bc4d0a authored by Sergey Edunov's avatar Sergey Edunov
Browse files

Small fix

parent c6de2190
...@@ -61,7 +61,7 @@ The following command-line tools are available: ...@@ -61,7 +61,7 @@ The following command-line tools are available:
* `python generate.py -i`: Translate raw text with a trained model * `python generate.py -i`: Translate raw text with a trained model
* `python score.py`: BLEU scoring of generated translations against reference translations * `python score.py`: BLEU scoring of generated translations against reference translations
## Evaluating Pre-trained Models [TO BE ADAPTED] ## Evaluating Pre-trained Models
First, download a pre-trained model along with its vocabularies: First, download a pre-trained model along with its vocabularies:
``` ```
$ curl https://s3.amazonaws.com/fairseq-py/models/wmt14.en-fr.fconv-py.tar.bz2 | tar xvjf - $ curl https://s3.amazonaws.com/fairseq-py/models/wmt14.en-fr.fconv-py.tar.bz2 | tar xvjf -
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment