Aniket-Tathe-08 anand-kamble commited on
Commit
cfd4501
1 Parent(s): 87be16e

Updated base url (#12)

Browse files

- Updated base url (31a3378d5c5138c48e2a7ae6bbeb1b721124b5d5)


Co-authored-by: Anand Milind Kamble <anand-kamble@users.noreply.huggingface.co>

Files changed (1) hide show
  1. common_voice_11_0.py +1 -1
common_voice_11_0.py CHANGED
@@ -42,7 +42,7 @@ _HOMEPAGE = "https://commonvoice.mozilla.org/en/datasets"
42
  _LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
43
 
44
  # TODO: change "streaming" to "main" after merge!
45
- _BASE_URL = "https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0/resolve/main/"
46
 
47
  _AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
48
 
 
42
  _LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
43
 
44
  # TODO: change "streaming" to "main" after merge!
45
+ _BASE_URL = "https://huggingface.co/datasets/Aniket-Tathe-08/Custom_common_voice_dataset_using_RVC/resolve/main/"
46
 
47
  _AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
48