Seosnaps
commited on
Commit
•
eaf3203
1
Parent(s):
742b7dc
Update common_voice_16_0_.py
Browse files- common_voice_16_0_.py +2 -2
common_voice_16_0_.py
CHANGED
@@ -37,12 +37,12 @@ _CITATION = """\
|
|
37 |
}
|
38 |
"""
|
39 |
|
40 |
-
_HOMEPAGE = "https://
|
41 |
|
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/Seon25/common_voice_16_0_/
|
46 |
|
47 |
_AUDIO_URL = "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
|
48 |
|
|
|
37 |
}
|
38 |
"""
|
39 |
|
40 |
+
_HOMEPAGE = "https://huggingface.co/datasets/Seon25/common_voice_16_0_/tree/main"
|
41 |
|
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/Seon25/common_voice_16_0_/tree/main"
|
46 |
|
47 |
_AUDIO_URL = "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
|
48 |
|