MorishT commited on
Commit
c2b77a4
1 Parent(s): 5661d61

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: version
5
+ dtype: string
6
+ - name: hypothesis
7
+ dtype: string
8
+ - name: hypothesis_formula
9
+ dtype: string
10
+ - name: context
11
+ dtype: string
12
+ - name: context_formula
13
+ dtype: string
14
+ - name: proofs
15
+ sequence: string
16
+ - name: proofs_formula
17
+ sequence: string
18
+ - name: negative_hypothesis
19
+ dtype: string
20
+ - name: negative_hypothesis_formula
21
+ dtype: string
22
+ - name: negative_proofs
23
+ sequence: string
24
+ - name: negative_original_tree_depth
25
+ dtype: int64
26
+ - name: original_tree_depth
27
+ dtype: int64
28
+ - name: depth
29
+ dtype: int64
30
+ - name: num_formula_distractors
31
+ dtype: int64
32
+ - name: num_translation_distractors
33
+ dtype: int64
34
+ - name: num_all_distractors
35
+ dtype: int64
36
+ - name: proof_label
37
+ dtype: string
38
+ - name: negative_proof_label
39
+ dtype: string
40
+ - name: world_assump_label
41
+ dtype: string
42
+ - name: negative_world_assump_label
43
+ dtype: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 63082023
47
+ num_examples: 30000
48
+ - name: validation
49
+ num_bytes: 10501261
50
+ num_examples: 5000
51
+ - name: test
52
+ num_bytes: 10512044
53
+ num_examples: 5000
54
+ download_size: 31810766
55
+ dataset_size: 84095328
56
+ ---
57
+ # Dataset Card for "FLD.v2"
58
+
59
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)