Datasets:
anand-kamble
commited on
Commit
•
a89151d
1
Parent(s):
41ff9bd
New Commit
Browse files- common_voice_11_0.py +1 -0
common_voice_11_0.py
CHANGED
@@ -79,6 +79,7 @@ class CommonVoiceConfig(datasets.BuilderConfig):
|
|
79 |
class CommonVoice(datasets.GeneratorBasedBuilder):
|
80 |
DEFAULT_WRITER_BATCH_SIZE = 1000
|
81 |
|
|
|
82 |
BUILDER_CONFIGS = [
|
83 |
CommonVoiceConfig(
|
84 |
name=lang,
|
|
|
79 |
class CommonVoice(datasets.GeneratorBasedBuilder):
|
80 |
DEFAULT_WRITER_BATCH_SIZE = 1000
|
81 |
|
82 |
+
|
83 |
BUILDER_CONFIGS = [
|
84 |
CommonVoiceConfig(
|
85 |
name=lang,
|