cyrilzhang
commited on
Commit
·
c9ba2a9
1
Parent(s):
ddf59c9
Update ace.py
Browse files
ace.py
CHANGED
@@ -40,7 +40,7 @@ class MockupDataset(datasets.GeneratorBasedBuilder):
|
|
40 |
VERSION = datasets.Version("0.0.0")
|
41 |
BUILDER_CONFIGS = []
|
42 |
|
43 |
-
def __init__(self, name, data_config={}, **kwargs):
|
44 |
super().__init__(**kwargs)
|
45 |
|
46 |
if 'length' not in data_config:
|
|
|
40 |
VERSION = datasets.Version("0.0.0")
|
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:
|