minimario commited on
Commit
49cc2d4
1 Parent(s): d23ce4d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
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
  ---