farzadab commited on
Commit
cff5046
1 Parent(s): 569bb73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -585,3 +585,10 @@ configs:
585
  - split: train
586
  path: zh-CN_en/train-*
587
  ---
 
 
 
 
 
 
 
 
585
  - split: train
586
  path: zh-CN_en/train-*
587
  ---
588
+
589
+ This is a partial copy of [CoVoST2](https://huggingface.co/datasets/facebook/covost2) dataset.
590
+ The main difference is that the audio data is included in the dataset, which makes usage easier and allows browsing the samples using HF Dataset Viewer.
591
+
592
+ The limitation of this method is that all audio samples of the `EN_XX` subsets are duplicated, as such the size of the dataset is larger.
593
+ As such, not all the data is included: Only the `validation` and `test` subsets are available.
594
+ From the `XX_EN` subsets, only `fr`, `es`, and `zh-CN` are included.