Update audio_s2.py
Browse files- audio_s2.py +1 -1
audio_s2.py
CHANGED
@@ -18,7 +18,7 @@ _METADATA_URL_TEST = "https://huggingface.co/datasets/firstap/audio_s2/resolve/m
|
|
18 |
|
19 |
|
20 |
class Dusha(datasets.GeneratorBasedBuilder):
|
21 |
-
DEFAULT_WRITER_BATCH_SIZE =
|
22 |
|
23 |
def _info(self):
|
24 |
return datasets.DatasetInfo(
|
|
|
18 |
|
19 |
|
20 |
class Dusha(datasets.GeneratorBasedBuilder):
|
21 |
+
DEFAULT_WRITER_BATCH_SIZE = 16
|
22 |
|
23 |
def _info(self):
|
24 |
return datasets.DatasetInfo(
|