"vscode:/vscode.git/clone" did not exist on "8c530fc2f6a76a2aefb6b285dce6df1675092ac6"
Commit 6268f20e authored by Runqi Yang's avatar Runqi Yang Committed by Myle Ott
Browse files

fix typo in data/README (#131)

Change "awailable" to "available".
parent 49aeab2d
......@@ -37,7 +37,7 @@ $ python generate.py data-bin/iwslt14.tokenized.de-en \
Provides an example of pre-processing for the WMT'14 English to German translation task. By default it will produce a dataset that was modeled after ["Attention Is All You Need" by Vaswani et al.](https://arxiv.org/abs/1706.03762) that includes news-commentary-v12 data.
To use only data awailable in WMT'14 or to replicate results obtained in the original paper ["Convolutional Sequence to Sequence Learning" by Gehring et al.](https://arxiv.org/abs/1705.03122) run it with --icml17 instead:
To use only data available in WMT'14 or to replicate results obtained in the original paper ["Convolutional Sequence to Sequence Learning" by Gehring et al.](https://arxiv.org/abs/1705.03122) run it with --icml17 instead:
```
$ bash prepare-wmt14en2de.sh --icml17
......
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