Seon25 commited on
Commit
78639d4
1 Parent(s): 68d3fd6

Update common_voice_16_0_.py

Browse files
Files changed (1) hide show
  1. common_voice_16_0_.py +2 -2
common_voice_16_0_.py CHANGED
@@ -44,9 +44,9 @@ _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 = "https://huggingface.co/datasets/Seon25/common_voice_16_0_/blob/audio/{lang}/{split}/{lang}_{split}_0.tar"
48
 
49
- _TRANSCRIPT_URL = "https://huggingface.co/datasets/Seon25/common_voice_16_0_/blob/main/transcript/{lang}/transcript_{lang}_{split}.tsv"
50
 
51
  _N_SHARDS_URL = "n_shards.json"
52
 
 
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 = "https://huggingface.co/datasets/Seon25/common_voice_16_0_/blob/main/audio/ha/{split}/ha_{split}_0.tar"
48
 
49
+ _TRANSCRIPT_URL = "https://huggingface.co/datasets/Seon25/common_voice_16_0_/blob/main/transcript/ha/transcript_ha_{split}.tsv"
50
 
51
  _N_SHARDS_URL = "n_shards.json"
52