gsarti commited on
Commit
ca05673
1 Parent(s): a8a191c
Files changed (1) hide show
  1. ik-nlp-22_transqe.py +1 -1
ik-nlp-22_transqe.py CHANGED
@@ -71,7 +71,7 @@ class IkNlp22ExpNLIConfig(datasets.GeneratorBasedBuilder):
71
  "premise_nl": datasets.Value("string"),
72
  "hypothesis_en": datasets.Value("string"),
73
  "hypothesis_nl": datasets.Value("string"),
74
- "label": datasets.features.ClassLabel(names=["entailment", "neutral", "contradiction"]),
75
  "explanation_1_en": datasets.Value("string"),
76
  "explanation_1_nl": datasets.Value("string"),
77
  "explanation_2_en": datasets.Value("string"),
71
  "premise_nl": datasets.Value("string"),
72
  "hypothesis_en": datasets.Value("string"),
73
  "hypothesis_nl": datasets.Value("string"),
74
+ "label": datasets.Value("int32"),
75
  "explanation_1_en": datasets.Value("string"),
76
  "explanation_1_nl": datasets.Value("string"),
77
  "explanation_2_en": datasets.Value("string"),