Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Languages:
English
Size:
10K - 100K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -24,6 +24,32 @@ tags:
|
|
24 |
- reasoning
|
25 |
- logic
|
26 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
- config_name: single-supporting-fact
|
28 |
features:
|
29 |
- name: premise
|
@@ -181,6 +207,14 @@ dataset_info:
|
|
181 |
download_size: 94399
|
182 |
dataset_size: 459516
|
183 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
- config_name: single-supporting-fact
|
185 |
data_files:
|
186 |
- split: train
|
|
|
24 |
- reasoning
|
25 |
- logic
|
26 |
dataset_info:
|
27 |
+
- config_name: counting
|
28 |
+
features:
|
29 |
+
- name: premise
|
30 |
+
dtype: string
|
31 |
+
- name: hypothesis
|
32 |
+
dtype: string
|
33 |
+
- name: label
|
34 |
+
dtype:
|
35 |
+
class_label:
|
36 |
+
names:
|
37 |
+
'0': not-entailed
|
38 |
+
'1': entailed
|
39 |
+
- name: idx
|
40 |
+
dtype: int32
|
41 |
+
splits:
|
42 |
+
- name: train
|
43 |
+
num_bytes: 325802
|
44 |
+
num_examples: 1000
|
45 |
+
- name: validation
|
46 |
+
num_bytes: 154693
|
47 |
+
num_examples: 500
|
48 |
+
- name: test
|
49 |
+
num_bytes: 154519
|
50 |
+
num_examples: 500
|
51 |
+
download_size: 119022
|
52 |
+
dataset_size: 635014
|
53 |
- config_name: single-supporting-fact
|
54 |
features:
|
55 |
- name: premise
|
|
|
207 |
download_size: 94399
|
208 |
dataset_size: 459516
|
209 |
configs:
|
210 |
+
- config_name: counting
|
211 |
+
data_files:
|
212 |
+
- split: train
|
213 |
+
path: counting/train-*
|
214 |
+
- split: validation
|
215 |
+
path: counting/validation-*
|
216 |
+
- split: test
|
217 |
+
path: counting/test-*
|
218 |
- config_name: single-supporting-fact
|
219 |
data_files:
|
220 |
- split: train
|