Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,8 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
40 |
|
41 |
### Data Fields
|
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`).
|
|
|
40 |
|
41 |
### Data Fields
|
42 |
|
43 |
+
- `id`: Index number.
|
44 |
+
- `language`: The language of the concerned pair of sentences.
|
45 |
- `premise`: The translated premise in the target language.
|
46 |
- `hypothesis`: The translated premise in the target language.
|
47 |
- `label`: The classification label, with possible values 0 (`entailment`), 1 (`neutral`), 2 (`contradiction`).
|