tweak tar command in readme (#6919)

This commit is contained in:
brett koonce
2020-09-03 08:29:01 -05:00
committed by GitHub
parent a66db7d828
commit b8e4906c97

View File

@@ -40,7 +40,7 @@ this should make a directory called `wmt_en_ro/` with 6 files.
#### WMT English-German:
```bash
wget https://s3.amazonaws.com/datasets.huggingface.co/translation/wmt_en_de.tgz
tar -xzvf wmt_en_de.tar.gz
tar -xzvf wmt_en_de.tgz
export DATA_DIR=${PWD}/wmt_en_de
```