Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Catalan
ArXiv:
Libraries:
Datasets
pandas
License:
jsaizant commited on
Commit
1373643
1 Parent(s): eab4e62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -8,7 +8,7 @@ license:
8
  multilinguality:
9
  - monolingual
10
  size_categories:
11
- - unknown
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]