Commit
·
1eecf83
1
Parent(s):
e594a17
fix data urls
Browse files- afrispeech-200.py +3 -5
afrispeech-200.py
CHANGED
@@ -39,13 +39,11 @@ _HOMEPAGE = "https://github.com/intron-innovation/AfriSpeech-Dataset-Paper"
|
|
39 |
|
40 |
_LICENSE = "http://creativecommons.org/licenses/by-nc-sa/4.0/"
|
41 |
|
|
|
42 |
|
43 |
-
|
44 |
-
_BASE_URL = "https://huggingface.co/datasets/intron/afrispeech-200/main/"
|
45 |
|
46 |
-
|
47 |
-
|
48 |
-
_TRANSCRIPT_URL = _BASE_URL + "transcripts/{split}.csv"
|
49 |
|
50 |
_SHARDS = {
|
51 |
'train': 35,
|
|
|
39 |
|
40 |
_LICENSE = "http://creativecommons.org/licenses/by-nc-sa/4.0/"
|
41 |
|
42 |
+
# _BASE_URL = "https://huggingface.co/datasets/tobiolatunji/afrispeech-200/main/"
|
43 |
|
44 |
+
_AUDIO_URL = "audio/{split}/{split}_{shard_idx}.tar.gz"
|
|
|
45 |
|
46 |
+
_TRANSCRIPT_URL = "transcripts/{split}.csv"
|
|
|
|
|
47 |
|
48 |
_SHARDS = {
|
49 |
'train': 35,
|