Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
natural-language-inference
Languages:
Indonesian
Size:
10K - 100K
License:
Update idkmrc-nli.py
Browse files- 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":
|
109 |
}
|
|
|
105 |
yield id_, {
|
106 |
"premise": row["premise"],
|
107 |
"hypothesis": row["hypothesis"],
|
108 |
+
"label": row["label"]
|
109 |
}
|