Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -66,10 +66,20 @@ dataset_info:
|
|
66 |
dtype: string
|
67 |
- name: hypothesis_formula
|
68 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
- name: negative_hypothesis
|
70 |
dtype: string
|
71 |
- name: negative_hypothesis_formula
|
72 |
dtype: string
|
|
|
|
|
73 |
- name: negative_original_tree_depth
|
74 |
dtype: int64
|
75 |
- name: original_tree_depth
|
@@ -90,32 +100,22 @@ dataset_info:
|
|
90 |
dtype: string
|
91 |
- name: negative_world_assump_label
|
92 |
dtype: string
|
93 |
-
- name: facts
|
94 |
-
dtype: string
|
95 |
-
- name: facts_formula
|
96 |
-
dtype: string
|
97 |
-
- name: proofs
|
98 |
-
sequence: string
|
99 |
-
- name: proofs_formula
|
100 |
-
sequence: string
|
101 |
-
- name: negative_proofs
|
102 |
-
sequence: string
|
103 |
- name: prompt_serial
|
104 |
dtype: string
|
105 |
- name: proof_serial
|
106 |
dtype: string
|
107 |
splits:
|
108 |
- name: train
|
109 |
-
num_bytes:
|
110 |
num_examples: 30000
|
111 |
- name: validation
|
112 |
-
num_bytes:
|
113 |
num_examples: 5000
|
114 |
- name: test
|
115 |
-
num_bytes:
|
116 |
num_examples: 5000
|
117 |
-
download_size:
|
118 |
-
dataset_size:
|
119 |
configs:
|
120 |
- config_name: default
|
121 |
data_files:
|
|
|
66 |
dtype: string
|
67 |
- name: hypothesis_formula
|
68 |
dtype: string
|
69 |
+
- name: context
|
70 |
+
dtype: string
|
71 |
+
- name: context_formula
|
72 |
+
dtype: string
|
73 |
+
- name: proofs
|
74 |
+
sequence: string
|
75 |
+
- name: proofs_formula
|
76 |
+
sequence: string
|
77 |
- name: negative_hypothesis
|
78 |
dtype: string
|
79 |
- name: negative_hypothesis_formula
|
80 |
dtype: string
|
81 |
+
- name: negative_proofs
|
82 |
+
sequence: string
|
83 |
- name: negative_original_tree_depth
|
84 |
dtype: int64
|
85 |
- name: original_tree_depth
|
|
|
100 |
dtype: string
|
101 |
- name: negative_world_assump_label
|
102 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
- name: prompt_serial
|
104 |
dtype: string
|
105 |
- name: proof_serial
|
106 |
dtype: string
|
107 |
splits:
|
108 |
- name: train
|
109 |
+
num_bytes: 126525152
|
110 |
num_examples: 30000
|
111 |
- name: validation
|
112 |
+
num_bytes: 20997447
|
113 |
num_examples: 5000
|
114 |
- name: test
|
115 |
+
num_bytes: 21217828
|
116 |
num_examples: 5000
|
117 |
+
download_size: 61741466
|
118 |
+
dataset_size: 168740427
|
119 |
configs:
|
120 |
- config_name: default
|
121 |
data_files:
|