Update xtd_11.py
Browse files
xtd_11.py
CHANGED
@@ -8,7 +8,7 @@ class XTD_11Config(datasets.BuilderConfig):
|
|
8 |
""" Builder config for Joud Dataset. """
|
9 |
|
10 |
def __init__(self, subset, **kwargs):
|
11 |
-
super(
|
12 |
|
13 |
if subset !="all":
|
14 |
|
|
|
8 |
""" Builder config for Joud Dataset. """
|
9 |
|
10 |
def __init__(self, subset, **kwargs):
|
11 |
+
super(XTD_11Config, self).__init__(**kwargs)
|
12 |
|
13 |
if subset !="all":
|
14 |
|