cyrilzhang
commited on
Commit
·
ea2bf54
1
Parent(s):
62bbe75
Update ace.py
Browse files
ace.py
CHANGED
@@ -43,6 +43,8 @@ class MockupDataset(datasets.GeneratorBasedBuilder):
|
|
43 |
|
44 |
def __init__(self, name=None, data_config={}, **kwargs):
|
45 |
super().__init__(**kwargs)
|
|
|
|
|
46 |
|
47 |
if 'length' not in data_config:
|
48 |
data_config['length'] = 20
|
|
|
43 |
|
44 |
def __init__(self, name=None, data_config={}, **kwargs):
|
45 |
super().__init__(**kwargs)
|
46 |
+
|
47 |
+
print(data_config)
|
48 |
|
49 |
if 'length' not in data_config:
|
50 |
data_config['length'] = 20
|