tz18609292528@163.com
commited on
Commit
•
a2dc479
1
Parent(s):
451a42f
test
Browse files- Cylonix_ASR_dataset.py +1 -1
Cylonix_ASR_dataset.py
CHANGED
@@ -49,7 +49,7 @@ _AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
|
|
49 |
|
50 |
_TRANSCRIPT_URL = _BASE_URL + "transcript/{lang}/{split}.tsv"
|
51 |
|
52 |
-
_N_SHARDS_URL = _BASE_URL + "/n_shards.
|
53 |
|
54 |
|
55 |
class CommonVoiceConfig(datasets.BuilderConfig):
|
|
|
49 |
|
50 |
_TRANSCRIPT_URL = _BASE_URL + "transcript/{lang}/{split}.tsv"
|
51 |
|
52 |
+
_N_SHARDS_URL = _BASE_URL + "/n_shards.jso"
|
53 |
|
54 |
|
55 |
class CommonVoiceConfig(datasets.BuilderConfig):
|