Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
natural-language-inference
Languages:
Bengali
Size:
100K - 1M
ArXiv:
License:
Commit
·
24f1687
1
Parent(s):
a1e02ca
Updated
Browse files
README.md
CHANGED
@@ -96,7 +96,7 @@ The data fields are as follows:
|
|
96 |
|
97 |
- `sentence1`: a `string` feature indicating the premise.
|
98 |
- `sentence2`: a `string` feature indicating the hypothesis.
|
99 |
-
- `label`: a classification label, where possible values are `entailment
|
100 |
|
101 |
### Data Splits
|
102 |
| split |count |
|
|
|
96 |
|
97 |
- `sentence1`: a `string` feature indicating the premise.
|
98 |
- `sentence2`: a `string` feature indicating the hypothesis.
|
99 |
+
- `label`: a classification label, where possible values are `contradiction` (0), `entailment` (1), `neutral` (2) .
|
100 |
|
101 |
### Data Splits
|
102 |
| split |count |
|