cyrilzhang
commited on
Commit
•
ea5645f
1
Parent(s):
ea2bf54
Update ace.py
Browse files
ace.py
CHANGED
@@ -41,7 +41,7 @@ class MockupDataset(datasets.GeneratorBasedBuilder):
|
|
41 |
VERSION = datasets.Version("0.0.0")
|
42 |
BUILDER_CONFIGS = []
|
43 |
|
44 |
-
def __init__(self, name=None, data_config=
|
45 |
super().__init__(**kwargs)
|
46 |
|
47 |
print(data_config)
|
|
|
41 |
VERSION = datasets.Version("0.0.0")
|
42 |
BUILDER_CONFIGS = []
|
43 |
|
44 |
+
def __init__(self, name=None, data_config=None, **kwargs):
|
45 |
super().__init__(**kwargs)
|
46 |
|
47 |
print(data_config)
|