jayliqinzhang commited on
Commit
57ad8b5
1 Parent(s): dfc933e

Upload mumospee_small.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. mumospee_small.py +2 -3
mumospee_small.py CHANGED
@@ -16,7 +16,7 @@ _LICENSE = "Creative Commons Attribution 4.0 International"
16
 
17
  _LANGUAGES = ["en", "bg", "de", "ar"]
18
 
19
- _TAGS = ["CoVoST", "GigaSpeech", "peoples_speech", "Librispeech", "LibriTTS", "Emilia", "MOSEL"]
20
 
21
  _SPLITS = ["train", "validation", "test"]
22
 
@@ -173,8 +173,7 @@ class MumospeeDataset(datasets.GeneratorBasedBuilder):
173
 
174
  # download the url file
175
  if download_audio:
176
- #external_url = row["url"]
177
- external_url = "https://huggingface.co/datasets/meetween/mumospee_covost/resolve/main/covost-parquet/en_xx/covost2.en_ar.test.parquet"
178
  dl_manager.download(external_url)
179
  yield i, {
180
  "path": row["path"],
 
16
 
17
  _LANGUAGES = ["en", "bg", "de", "ar"]
18
 
19
+ _TAGS = ["CoVoST", "GigaSpeech", "PeopleSpeech", "Librispeech", "LibriTTS", "Emilia", "MOSEL"]
20
 
21
  _SPLITS = ["train", "validation", "test"]
22
 
 
173
 
174
  # download the url file
175
  if download_audio:
176
+ external_url = row["url"]
 
177
  dl_manager.download(external_url)
178
  yield i, {
179
  "path": row["path"],