Datasets:
Upload anli.py
Browse files
anli.py
CHANGED
@@ -130,7 +130,7 @@ class ANLI(datasets.GeneratorBasedBuilder):
|
|
130 |
yield f'{item["round"]}-{item["uid"]}', {
|
131 |
"round": item["round"],
|
132 |
"uid": item["uid"],
|
133 |
-
"premise": item["
|
134 |
"hypothesis": item["hypothesis"],
|
135 |
"label": stdnli_label[item["label"]],
|
136 |
"reason": reason_text,
|
|
|
130 |
yield f'{item["round"]}-{item["uid"]}', {
|
131 |
"round": item["round"],
|
132 |
"uid": item["uid"],
|
133 |
+
"premise": item["premise"],
|
134 |
"hypothesis": item["hypothesis"],
|
135 |
"label": stdnli_label[item["label"]],
|
136 |
"reason": reason_text,
|