Felix
commited on
Commit
•
d3d5a98
1
Parent(s):
d957bab
sweanalogy format change: pair2_element2 -> label
Browse files- superlim-2.py +1 -1
superlim-2.py
CHANGED
@@ -230,7 +230,7 @@ class SuperLim(datasets.GeneratorBasedBuilder):
|
|
230 |
"pair1_element1": datasets.Value("string"),
|
231 |
"pair1_element2": datasets.Value("string"),
|
232 |
"pair2_element1": datasets.Value("string"),
|
233 |
-
"
|
234 |
"category": datasets.Value("string"),
|
235 |
})
|
236 |
elif self.config.name == 'swediagnostics':
|
|
|
230 |
"pair1_element1": datasets.Value("string"),
|
231 |
"pair1_element2": datasets.Value("string"),
|
232 |
"pair2_element1": datasets.Value("string"),
|
233 |
+
"label": datasets.Value("string"),
|
234 |
"category": datasets.Value("string"),
|
235 |
})
|
236 |
elif self.config.name == 'swediagnostics':
|