dlxj commited on
Commit
fe270e8
1 Parent(s): 53c63b6
Files changed (1) hide show
  1. common_voice_17_0.py +1 -1
common_voice_17_0.py CHANGED
@@ -46,7 +46,7 @@ _BASE_URL = "https://huggingface.co/datasets/dlxjj/common_voice_17_0/resolve/mai
46
 
47
  _AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
48
 
49
- _TRANSCRIPT_URL = _BASE_URL + "transcript/{lang}/{split}.jsonl"
50
 
51
  _N_SHARDS_URL = _BASE_URL + "n_shards.json"
52
 
 
46
 
47
  _AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
48
 
49
+ _TRANSCRIPT_URL = _BASE_URL + "transcript/{lang}/{split}_{shard_idx}.jsonl"
50
 
51
  _N_SHARDS_URL = _BASE_URL + "n_shards.json"
52