Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,23 +1,32 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
dtype: string
|
6 |
-
- name:
|
7 |
dtype: string
|
8 |
- name: label
|
9 |
-
dtype:
|
|
|
|
|
|
|
|
|
10 |
splits:
|
11 |
- name: train
|
12 |
-
num_bytes:
|
13 |
-
num_examples:
|
14 |
-
|
|
|
|
|
|
|
15 |
dataset_size: 15596821
|
16 |
configs:
|
17 |
- config_name: default
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
21 |
task_categories:
|
22 |
- zero-shot-classification
|
23 |
- text-classification
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: premise
|
5 |
dtype: string
|
6 |
+
- name: hypothesis
|
7 |
dtype: string
|
8 |
- name: label
|
9 |
+
dtype:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
'0': entailment
|
13 |
+
'1': not_entailment
|
14 |
splits:
|
15 |
- name: train
|
16 |
+
num_bytes: 12526933
|
17 |
+
num_examples: 34000
|
18 |
+
- name: test
|
19 |
+
num_bytes: 3069888
|
20 |
+
num_examples: 8500
|
21 |
+
download_size: 11453626
|
22 |
dataset_size: 15596821
|
23 |
configs:
|
24 |
- config_name: default
|
25 |
data_files:
|
26 |
- split: train
|
27 |
path: data/train-*
|
28 |
+
- split: test
|
29 |
+
path: data/test-*
|
30 |
task_categories:
|
31 |
- zero-shot-classification
|
32 |
- text-classification
|