Severine commited on
Commit
c2e0a45
1 Parent(s): 6a29f52
Files changed (1) hide show
  1. 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 == "sweana":
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"],