Seosnaps
commited on
Commit
•
b2efa98
1
Parent(s):
bbe4c7b
Update common_voice_16_0_.py
Browse files- common_voice_16_0_.py +1 -1
common_voice_16_0_.py
CHANGED
@@ -46,7 +46,7 @@ _BASE_URL = "https://huggingface.co/datasets/Seon25/common_voice_16_0_/tree/main
|
|
46 |
|
47 |
_AUDIO_URL = "https://huggingface.co/datasets/Seon25/common_voice_16_0_/blob/main/audio/ha/{split}/ha_{split}_0.tar"
|
48 |
|
49 |
-
_TRANSCRIPT_URL = "
|
50 |
|
51 |
_N_SHARDS_URL = "n_shards.json"
|
52 |
|
|
|
46 |
|
47 |
_AUDIO_URL = "https://huggingface.co/datasets/Seon25/common_voice_16_0_/blob/main/audio/ha/{split}/ha_{split}_0.tar"
|
48 |
|
49 |
+
_TRANSCRIPT_URL = "transcript/ha/transcript_ha_{split}.tsv"
|
50 |
|
51 |
_N_SHARDS_URL = "n_shards.json"
|
52 |
|