liuyue commited on
Commit
0c8454c
1 Parent(s): 6f963f2

change branch name

Browse files
Files changed (1) hide show
  1. common_voice_11_0.py +1 -1
common_voice_11_0.py CHANGED
@@ -43,7 +43,7 @@ _HOMEPAGE = "https://commonvoice.mozilla.org/en/datasets"
43
  _LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
44
 
45
  # TODO: change "streaming" to "main" after merge!
46
- _BASE_URL = "https://huggingface.co/datasets/KoddaDuck/Cylonix_ASR_dataset/blob/main/"
47
 
48
  _AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
49
 
 
43
  _LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
44
 
45
  # TODO: change "streaming" to "main" after merge!
46
+ _BASE_URL = "https://huggingface.co/datasets/KoddaDuck/Cylonix_ASR_dataset/blob/update/"
47
 
48
  _AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
49