up
Browse files
README.md
CHANGED
@@ -968,7 +968,7 @@ from datasets import load_dataset
|
|
968 |
|
969 |
covost2 = load_dataset("covost2", "en_tr", data_dir="<path/to/manual/data>, split="train")
|
970 |
```
|
971 |
-
Note: For a successful load, you'd first need to download the Common Voice 4.0 `en` split from
|
972 |
|
973 |
*Bonus*: create a [PyTorch dataloader](https://huggingface.co/docs/datasets/use_with_pytorch) directly with your own datasets.
|
974 |
|
|
|
968 |
|
969 |
covost2 = load_dataset("covost2", "en_tr", data_dir="<path/to/manual/data>, split="train")
|
970 |
```
|
971 |
+
Note: For a successful load, you'd first need to download the Common Voice 4.0 `en` split from https://commonvoice.mozilla.org/en/datasets and unpack it with <code>tar xvzf file_name.tar</code>. Upon successful download pass the location of the CV 4.0 dataset in the `data_dir` argument of the CoVoST2 `load_dataset` call.
|
972 |
|
973 |
*Bonus*: create a [PyTorch dataloader](https://huggingface.co/docs/datasets/use_with_pytorch) directly with your own datasets.
|
974 |
|