Datasets:

Multilinguality:
multilingual
Size Categories:
100K<n<1M
Annotations Creators:
expert-generated
ArXiv:
License:
reach-vb HF staff commited on
Commit
570fc8e
1 Parent(s): 51dfa41
Files changed (1) hide show
  1. README.md +1 -1
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 the Hugging Face Hub. You can download it via `cv4 = load_dataset("mozilla-foundation/common_voice_4_0", "en", split="all")`. 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
 
 
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