muhammadravi251001 commited on
Commit
70f3ef2
·
verified ·
1 Parent(s): c7d5afe

Update idkmrc-nli.py

Browse files
Files changed (1) hide show
  1. idkmrc-nli.py +1 -1
idkmrc-nli.py CHANGED
@@ -105,5 +105,5 @@ class IDKMRCNLI(datasets.GeneratorBasedBuilder):
105
  yield id_, {
106
  "premise": row["premise"],
107
  "hypothesis": row["hypothesis"],
108
- "label": {"e": "entailment", "n": "neutral", "c": "contradiction"}[row["label"]],
109
  }
 
105
  yield id_, {
106
  "premise": row["premise"],
107
  "hypothesis": row["hypothesis"],
108
+ "label": row["label"]
109
  }