Aniket-Tathe-08 anand-kamble commited on
Commit
4f550af
1 Parent(s): 4b45f74

Changes in base URL (#18)

Browse files

- Updated base URL (e89ead1681b84472bfedfe30589ab065c6bdc8f7)
- Merge branch 'Dataset-Builder' into pr/18 (bb3d5000fec1bbf6cf3824461f79aac5c55ca999)


Co-authored-by: Anand Milind Kamble <[email protected]>

Files changed (2) hide show
  1. common_voice_11_0.py +1 -1
  2. 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/tree/main/"
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
- "hi": {
3
- "train": 1,
4
- "dev": 1,
5
- "test": 1,
6
- "other": 1,
7
- "invalidated": 0
8
- }
9
  }
10
-
 
1
  {
2
+ "hi": {
3
+ "train": 1,
4
+ "dev": 1,
5
+ "test": 1,
6
+ "other": 1
 
 
7
  }
8
+ }