Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Languages:
Catalan
Size:
1K - 10K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,11 @@ dataset_info:
|
|
19 |
features:
|
20 |
- name: label
|
21 |
dtype: int64
|
|
|
|
|
|
|
|
|
|
|
22 |
- name: premise
|
23 |
dtype: string
|
24 |
- name: hypothesis
|
|
|
19 |
features:
|
20 |
- name: label
|
21 |
dtype: int64
|
22 |
+
class_label:
|
23 |
+
names:
|
24 |
+
0: entailment
|
25 |
+
1: neutral
|
26 |
+
2: contradiction
|
27 |
- name: premise
|
28 |
dtype: string
|
29 |
- name: hypothesis
|