MorishT commited on
Commit
08d2ff5
1 Parent(s): c742ce3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -19
README.md CHANGED
@@ -1,28 +1,22 @@
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
@@ -33,26 +27,45 @@ dataset_info:
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
 
 
1
  ---
2
  dataset_info:
3
  features:
 
 
4
  - name: hypothesis
5
  dtype: string
 
 
6
  - name: context
7
  dtype: string
8
+ - name: hypothesis_formula
9
+ dtype: string
10
  - name: context_formula
11
  dtype: string
12
  - name: proofs
13
  sequence: string
14
+ - name: proof_label
15
+ dtype: string
16
  - name: proofs_formula
17
  sequence: string
18
+ - name: world_assump_label
 
 
19
  dtype: string
 
 
 
 
20
  - name: original_tree_depth
21
  dtype: int64
22
  - name: depth
 
27
  dtype: int64
28
  - name: num_all_distractors
29
  dtype: int64
30
+ - name: negative_hypothesis
31
  dtype: string
32
+ - name: negative_hypothesis_formula
33
  dtype: string
34
+ - name: negative_original_tree_depth
35
+ dtype: int64
36
+ - name: negative_proofs
37
+ sequence: string
38
+ - name: negative_proof_label
39
  dtype: string
40
  - name: negative_world_assump_label
41
  dtype: string
42
+ - name: prompt_serial
43
+ dtype: string
44
+ - name: proof_serial
45
+ dtype: string
46
+ - name: version
47
+ dtype: string
48
  splits:
49
  - name: train
50
+ num_bytes: 102341795
51
  num_examples: 30000
52
  - name: validation
53
+ num_bytes: 17036757
54
  num_examples: 5000
55
  - name: test
56
+ num_bytes: 17032009
57
  num_examples: 5000
58
+ download_size: 50518265
59
+ dataset_size: 136410561
60
+ configs:
61
+ - config_name: default
62
+ data_files:
63
+ - split: train
64
+ path: data/train-*
65
+ - split: validation
66
+ path: data/validation-*
67
+ - split: test
68
+ path: data/test-*
69
  ---
70
  # Dataset Card for "FLD.v2"
71