Seosnaps
commited on
Commit
•
a28943b
1
Parent(s):
5bbbbc3
Update common_voice_16_0_.py
Browse files- common_voice_16_0_.py +3 -3
common_voice_16_0_.py
CHANGED
@@ -44,11 +44,11 @@ _LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
|
|
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 =
|
48 |
|
49 |
-
_TRANSCRIPT_URL =
|
50 |
|
51 |
-
_N_SHARDS_URL =
|
52 |
|
53 |
|
54 |
class CommonVoiceConfig(datasets.BuilderConfig):
|
|
|
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 |
|
49 |
+
_TRANSCRIPT_URL = "transcript/{lang}/{split}.tsv"
|
50 |
|
51 |
+
_N_SHARDS_URL = "n_shards.json"
|
52 |
|
53 |
|
54 |
class CommonVoiceConfig(datasets.BuilderConfig):
|