Unverified Commit b8e4906c authored by brett koonce's avatar brett koonce Committed by GitHub
Browse files

tweak tar command in readme (#6919)

parent a66db7d8
...@@ -40,7 +40,7 @@ this should make a directory called `wmt_en_ro/` with 6 files. ...@@ -40,7 +40,7 @@ this should make a directory called `wmt_en_ro/` with 6 files.
#### WMT English-German: #### WMT English-German:
```bash ```bash
wget https://s3.amazonaws.com/datasets.huggingface.co/translation/wmt_en_de.tgz 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 export DATA_DIR=${PWD}/wmt_en_de
``` ```
......
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