Commit
·
776b4aa
1
Parent(s):
416c427
Update automata.py
Browse files- automata.py +1 -1
automata.py
CHANGED
@@ -42,7 +42,7 @@ class SyntheticAutomataDataset(datasets.GeneratorBasedBuilder):
|
|
42 |
VERSION = datasets.Version("0.0.0")
|
43 |
BUILDER_CONFIGS = []
|
44 |
|
45 |
-
def __init__(self, name=
|
46 |
super().__init__(**kwargs)
|
47 |
|
48 |
"""
|
|
|
42 |
VERSION = datasets.Version("0.0.0")
|
43 |
BUILDER_CONFIGS = []
|
44 |
|
45 |
+
def __init__(self, name=None, data_config={}, **kwargs):
|
46 |
super().__init__(**kwargs)
|
47 |
|
48 |
"""
|