Datasets:

ArXiv:
License:
jiaye commited on
Commit
80ac422
·
1 Parent(s): 86a85ad

Explain that this loads only the target speech and text, and the source needs to be loaded from Common Voice v4.

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
-
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 separately.
27
 
28
  ```py
29
  from datasets import load_dataset