Seon25 commited on
Commit
bc35703
1 Parent(s): d65d5a5

Update common_voice_16_0_.py

Browse files
Files changed (1) hide show
  1. common_voice_16_0_.py +1 -1
common_voice_16_0_.py CHANGED
@@ -42,7 +42,7 @@ _HOMEPAGE = "https://commonvoice.mozilla.org/en/datasets"
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 = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
48
 
 
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 = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
48