Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
multi-input-text-classification
Languages:
French
Size:
1K - 10K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,11 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
37 |
|
38 |
### Data Fields
|
39 |
|
40 |
-
|
|
|
|
|
|
|
|
|
41 |
|
42 |
### Data Splits
|
43 |
|
|
|
37 |
|
38 |
### Data Fields
|
39 |
|
40 |
+
- `id`: Index number.
|
41 |
+
- `premise`: The translated premise in the target language.
|
42 |
+
- `hypothesis`: The translated premise in the target language.
|
43 |
+
- `label`: The classification label, with possible values 0 (`entailment`), 1 (`neutral`), 2 (`contradiction`).
|
44 |
+
- `label_text`: The classification label, with possible values `entailment` (0), `neutral` (1), `contradiction` (2).
|
45 |
|
46 |
### Data Splits
|
47 |
|