Seosnaps
commited on
Commit
•
36baf5c
1
Parent(s):
456b6f7
Update common_voice_16_0_.py
Browse files- common_voice_16_0_.py +2 -2
common_voice_16_0_.py
CHANGED
@@ -42,11 +42,11 @@ _HOMEPAGE = "https://huggingface.co/datasets/Seon25/common_voice_16_0_/tree/main
|
|
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/
|
46 |
|
47 |
_AUDIO_URL = "audio/ha/{split}/ha_{split}_1.tar"
|
48 |
|
49 |
-
_TRANSCRIPT_URL = "https://huggingface.co/datasets/Seon25/common_voice_16_0_/tree/
|
50 |
|
51 |
_N_SHARDS_URL = "n_shards.json"
|
52 |
|
|
|
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/Seon25common_voice_16_0_/tree/main"
|
46 |
|
47 |
_AUDIO_URL = "audio/ha/{split}/ha_{split}_1.tar"
|
48 |
|
49 |
+
_TRANSCRIPT_URL = "https://huggingface.co/datasets/Seon25/common_voice_16_0_/tree/main/transcript/ha/{split}.tsv"
|
50 |
|
51 |
_N_SHARDS_URL = "n_shards.json"
|
52 |
|