cyrilzhang
commited on
Commit
·
5cf21c3
1
Parent(s):
05392d7
Update ace.py
Browse files
ace.py
CHANGED
@@ -41,7 +41,6 @@ class MockupDataset(datasets.GeneratorBasedBuilder):
|
|
41 |
BUILDER_CONFIGS = []
|
42 |
|
43 |
def __init__(self, name=None, data_config={}, **kwargs):
|
44 |
-
kwargs['streaming'] = True
|
45 |
super().__init__(**kwargs)
|
46 |
|
47 |
if 'length' not in data_config:
|
|
|
41 |
BUILDER_CONFIGS = []
|
42 |
|
43 |
def __init__(self, name=None, data_config={}, **kwargs):
|
|
|
44 |
super().__init__(**kwargs)
|
45 |
|
46 |
if 'length' not in data_config:
|