Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,8 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
| 42 |
|
| 43 |
- `premise`: The translated premise in the target language.
|
| 44 |
- `hypothesis`: The translated premise in the target language.
|
| 45 |
-
- `label`: The classification label, with possible values `entailment`
|
|
|
|
| 46 |
- `task`: The particular NLP task that the data was drawn from (IE, IR, QA and SUM).
|
| 47 |
- `length`: The length of the text of the pair.
|
| 48 |
|
|
|
|
| 42 |
|
| 43 |
- `premise`: The translated premise in the target language.
|
| 44 |
- `hypothesis`: The translated premise in the target language.
|
| 45 |
+
- `label`: The classification label, with possible values 0 (`entailment`), 1 (`neutral`), 2 (`contradiction`).
|
| 46 |
+
- `label_text`: The classification label, with possible values `entailment` (0), `neutral` (1), `contradiction` (2).
|
| 47 |
- `task`: The particular NLP task that the data was drawn from (IE, IR, QA and SUM).
|
| 48 |
- `length`: The length of the text of the pair.
|
| 49 |
|