Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
natural-language-inference
Size:
100K - 1M
Tags:
quality-estimation
License:
refix
Browse files- 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.
|
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"),
|