Update self_dataset.py
Browse files- self_dataset.py +1 -1
self_dataset.py
CHANGED
|
@@ -79,7 +79,7 @@ def _build_config(name):
|
|
| 79 |
|
| 80 |
class ATC(datasets.GeneratorBasedBuilder):
|
| 81 |
|
| 82 |
-
DEFAULT_WRITER_BATCH_SIZE =
|
| 83 |
BUILDER_CONFIGS = [_build_config(name) for name in _ALL_CONFIGS + ["all"]]
|
| 84 |
|
| 85 |
def _info(self):
|
|
|
|
| 79 |
|
| 80 |
class ATC(datasets.GeneratorBasedBuilder):
|
| 81 |
|
| 82 |
+
DEFAULT_WRITER_BATCH_SIZE = 500
|
| 83 |
BUILDER_CONFIGS = [_build_config(name) for name in _ALL_CONFIGS + ["all"]]
|
| 84 |
|
| 85 |
def _info(self):
|