Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: conclusion
|
6 |
+
dtype: string
|
7 |
+
- name: premises
|
8 |
+
sequence: string
|
9 |
+
- name: premises-FOL
|
10 |
+
sequence: string
|
11 |
+
- name: label
|
12 |
+
dtype: string
|
13 |
+
splits:
|
14 |
+
- name: train
|
15 |
+
num_bytes: 685481
|
16 |
+
num_examples: 1004
|
17 |
+
- name: validation
|
18 |
+
num_bytes: 143270
|
19 |
+
num_examples: 204
|
20 |
+
download_size: 183051
|
21 |
+
dataset_size: 828751
|
22 |
---
|