Datasets:
ghomasHudson
commited on
Commit
•
04d4c5c
1
Parent(s):
e48b976
Update muld.py
Browse files
muld.py
CHANGED
@@ -102,7 +102,7 @@ We follow the process of the Scientific papers (Cohan et al.,2018) summarizat
|
|
102 |
class MuldConfig(datasets.BuilderConfig):
|
103 |
"""BuilderConfig for MuLD."""
|
104 |
def __init__(self, urls, citation, **kwargs):
|
105 |
-
super(
|
106 |
self.features = datasets.Features({
|
107 |
"input": datasets.Value("string"),
|
108 |
"output": [datasets.Value("string")],
|
|
|
102 |
class MuldConfig(datasets.BuilderConfig):
|
103 |
"""BuilderConfig for MuLD."""
|
104 |
def __init__(self, urls, citation, **kwargs):
|
105 |
+
super(MuldConfig, self).__init__(version=datasets.Version("1.0.0"), **kwargs)
|
106 |
self.features = datasets.Features({
|
107 |
"input": datasets.Value("string"),
|
108 |
"output": [datasets.Value("string")],
|