[email protected]
commited on
Commit
·
268acd9
1
Parent(s):
70876b0
update tree
Browse files- Cylonix_ASR_dataset.py +2 -2
Cylonix_ASR_dataset.py
CHANGED
@@ -43,13 +43,13 @@ _HOMEPAGE = "https://commonvoice.mozilla.org/en/datasets"
|
|
43 |
_LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
|
44 |
|
45 |
# TODO: change "streaming" to "main" after merge!
|
46 |
-
_BASE_URL = "https://huggingface.co/datasets/KoddaDuck/Cylonix_ASR_dataset/
|
47 |
|
48 |
_AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
|
49 |
|
50 |
_TRANSCRIPT_URL = _BASE_URL + "transcript/{lang}/{split}.tsv"
|
51 |
|
52 |
-
_N_SHARDS_URL = _BASE_URL + "n_shards.json"
|
53 |
|
54 |
|
55 |
class CommonVoiceConfig(datasets.BuilderConfig):
|
|
|
43 |
_LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
|
44 |
|
45 |
# TODO: change "streaming" to "main" after merge!
|
46 |
+
_BASE_URL = "https://huggingface.co/datasets/KoddaDuck/Cylonix_ASR_dataset/blob/main"
|
47 |
|
48 |
_AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
|
49 |
|
50 |
_TRANSCRIPT_URL = _BASE_URL + "transcript/{lang}/{split}.tsv"
|
51 |
|
52 |
+
_N_SHARDS_URL = _BASE_URL + "/n_shards.json"
|
53 |
|
54 |
|
55 |
class CommonVoiceConfig(datasets.BuilderConfig):
|