Datasets:
update
Browse files- SuperLim.py +1 -1
SuperLim.py
CHANGED
@@ -307,7 +307,7 @@ class SuperLim(datasets.GeneratorBasedBuilder):
|
|
307 |
"D": row["D"],
|
308 |
"relation": row["relation"],
|
309 |
}
|
310 |
-
elif self.config.name == "
|
311 |
yield key, {
|
312 |
"Premise": row["Premise_SE"],
|
313 |
"Hypothesis": row["Hypothesis_SE"],
|
|
|
307 |
"D": row["D"],
|
308 |
"relation": row["relation"],
|
309 |
}
|
310 |
+
elif self.config.name == "swediag":
|
311 |
yield key, {
|
312 |
"Premise": row["Premise_SE"],
|
313 |
"Hypothesis": row["Hypothesis_SE"],
|