Update xnli.py
Browse files
xnli.py
CHANGED
|
@@ -95,7 +95,7 @@ class Xnli(datasets.GeneratorBasedBuilder):
|
|
| 95 |
"hypothesis": datasets.Value("string"),
|
| 96 |
"label": datasets.ClassLabel(names=["entailment", "neutral", "contradiction"]),
|
| 97 |
}
|
| 98 |
-
|
| 99 |
return datasets.DatasetInfo(
|
| 100 |
description=_DESCRIPTION,
|
| 101 |
features=features,
|
|
|
|
| 95 |
"hypothesis": datasets.Value("string"),
|
| 96 |
"label": datasets.ClassLabel(names=["entailment", "neutral", "contradiction"]),
|
| 97 |
}
|
| 98 |
+
)
|
| 99 |
return datasets.DatasetInfo(
|
| 100 |
description=_DESCRIPTION,
|
| 101 |
features=features,
|