tobiolatunji
commited on
Commit
•
0b720c8
1
Parent(s):
6e27c31
fix list bug
Browse files- afrispeech-200.py +1 -1
afrispeech-200.py
CHANGED
@@ -133,7 +133,7 @@ def _build_config(accent):
|
|
133 |
class AfriSpeech(datasets.GeneratorBasedBuilder):
|
134 |
DEFAULT_WRITER_BATCH_SIZE = 1000
|
135 |
VERSION = datasets.Version("1.0.0")
|
136 |
-
BUILDER_CONFIGS = [_build_config(name) for name in
|
137 |
|
138 |
def _info(self):
|
139 |
description = _DESCRIPTION
|
|
|
133 |
class AfriSpeech(datasets.GeneratorBasedBuilder):
|
134 |
DEFAULT_WRITER_BATCH_SIZE = 1000
|
135 |
VERSION = datasets.Version("1.0.0")
|
136 |
+
BUILDER_CONFIGS = [_build_config(name) for name in ACCENT_STATS.keys()]
|
137 |
|
138 |
def _info(self):
|
139 |
description = _DESCRIPTION
|