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
@@ -8,7 +8,7 @@ license:
|
|
8 |
multilinguality:
|
9 |
- monolingual
|
10 |
size_categories:
|
11 |
-
-
|
12 |
source_datasets: []
|
13 |
task_categories:
|
14 |
- text-classification
|
@@ -21,9 +21,9 @@ dataset_info:
|
|
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
|
@@ -235,4 +235,4 @@ XNLI is restricted to only non-commercial research purposes under the [Creative
|
|
235 |
|
236 |
### Contributions
|
237 |
|
238 |
-
[N/A]
|
|
|
8 |
multilinguality:
|
9 |
- monolingual
|
10 |
size_categories:
|
11 |
+
- 1K<n<10K
|
12 |
source_datasets: []
|
13 |
task_categories:
|
14 |
- text-classification
|
|
|
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
|
|
|
235 |
|
236 |
### Contributions
|
237 |
|
238 |
+
[N/A]
|