Datasets:

ArXiv:
License:
jiaye commited on
Commit
7499f36
1 Parent(s): 80ac422

Add a link to Common Voice v4.0.

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ Please check out [our paper](https://arxiv.org/abs/2201.03713) for the detailed
23
  # Load the data
24
 
25
 
26
- The following example loads the translation speech (i.e. target speech) and the normalized translation text (i.e. target text) released in CVSS corpus. You'll need to load the source speech and optionally the source text from Common Voice v4.0 separately.
27
 
28
  ```py
29
  from datasets import load_dataset
 
23
  # Load the data
24
 
25
 
26
+ The following example loads the translation speech (i.e. target speech) and the normalized translation text (i.e. target text) released in CVSS corpus. You'll need to load the source speech and optionally the source text from [Common Voice v4.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_4_0) separately, and join them by the file names.
27
 
28
  ```py
29
  from datasets import load_dataset