Datasets:
anand-kamble
commited on
Commit
•
e89ead1
1
Parent(s):
ef112c4
Updated base URL
Browse files- common_voice_11_0.py +1 -1
- n_shards.json +6 -8
common_voice_11_0.py
CHANGED
@@ -41,7 +41,7 @@ _HOMEPAGE = "https://commonvoice.mozilla.org/en/datasets"
|
|
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/
|
45 |
|
46 |
_AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
|
47 |
|
|
|
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/raw/main/"
|
45 |
|
46 |
_AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
|
47 |
|
n_shards.json
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
"invalidated": 0
|
8 |
-
}
|
9 |
}
|
10 |
-
|
|
|
1 |
{
|
2 |
+
"hi": {
|
3 |
+
"train": 1,
|
4 |
+
"dev": 1,
|
5 |
+
"test": 1,
|
6 |
+
"other": 1
|
|
|
|
|
7 |
}
|
8 |
+
}
|