Datasets:
Commit
•
ef112c4
1
Parent(s):
956ecf8
fix base URL (#15)
Browse files- Fixed the base url. (065520dfc0991c21fdaca0cfb985bbb022d30f3b)
Co-authored-by: Anand Milind Kamble <[email protected]>
- common_voice_11_0.py +1 -2
common_voice_11_0.py
CHANGED
@@ -41,8 +41,7 @@ _HOMEPAGE = "https://commonvoice.mozilla.org/en/datasets"
|
|
41 |
|
42 |
_LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
|
43 |
|
44 |
-
|
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 |
|
|
|
41 |
|
42 |
_LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
|
43 |
|
44 |
+
_BASE_URL = "https://huggingface.co/datasets/Aniket-Tathe-08/Custom_common_voice_dataset_using_RVC/tree/main/"
|
|
|
45 |
|
46 |
_AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
|
47 |
|