sileod commited on
Commit
ee4d22d
·
1 Parent(s): 746cdd2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: string
15
+ - name: maxD
16
+ dtype: int64
17
+ - name: NFact
18
+ dtype: int64
19
+ - name: NRule
20
+ dtype: int64
21
+ - name: theory
22
+ dtype: string
23
+ - name: question
24
+ dtype: string
25
+ - name: answer
26
+ dtype: string
27
+ - name: QDep
28
+ dtype: int64
29
+ - name: QLen
30
+ dtype: float64
31
+ - name: allProofs
32
+ dtype: string
33
+ - name: config
34
+ dtype: string
35
+ splits:
36
+ - name: train
37
+ num_bytes: 849283641
38
+ num_examples: 585552
39
+ - name: test
40
+ num_bytes: 262359174
41
+ num_examples: 174476
42
+ - name: validation
43
+ num_bytes: 121834168
44
+ num_examples: 85468
45
+ download_size: 42944158
46
+ dataset_size: 1233476983
47
+ ---
48
+ # Dataset Card for "proofwriter"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)