Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -194,6 +194,34 @@ dataset_info:
|
|
194 |
num_examples: 28595
|
195 |
download_size: 10836980
|
196 |
dataset_size: 98628709
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
configs:
|
198 |
- config_name: finance
|
199 |
data_files:
|
@@ -223,6 +251,10 @@ configs:
|
|
223 |
path: science/validation_pref-*
|
224 |
- split: test_pref
|
225 |
path: science/test_pref-*
|
|
|
|
|
|
|
|
|
226 |
---
|
227 |
# Dataset Card for "compred"
|
228 |
|
|
|
194 |
num_examples: 28595
|
195 |
download_size: 10836980
|
196 |
dataset_size: 98628709
|
197 |
+
- config_name: science_test_prompts
|
198 |
+
features:
|
199 |
+
- name: rank
|
200 |
+
dtype: int64
|
201 |
+
- name: only_comment
|
202 |
+
dtype: bool
|
203 |
+
- name: domain
|
204 |
+
dtype: string
|
205 |
+
- name: post_id
|
206 |
+
dtype: string
|
207 |
+
- name: title
|
208 |
+
dtype: string
|
209 |
+
- name: history
|
210 |
+
dtype: string
|
211 |
+
- name: c_root_id
|
212 |
+
dtype: string
|
213 |
+
- name: created_at_utc
|
214 |
+
dtype: float64
|
215 |
+
- name: score
|
216 |
+
dtype: int64
|
217 |
+
- name: human_ref
|
218 |
+
dtype: string
|
219 |
+
splits:
|
220 |
+
- name: test_prompts
|
221 |
+
num_bytes: 6695945
|
222 |
+
num_examples: 5495
|
223 |
+
download_size: 3505358
|
224 |
+
dataset_size: 6695945
|
225 |
configs:
|
226 |
- config_name: finance
|
227 |
data_files:
|
|
|
251 |
path: science/validation_pref-*
|
252 |
- split: test_pref
|
253 |
path: science/test_pref-*
|
254 |
+
- config_name: science_test_prompts
|
255 |
+
data_files:
|
256 |
+
- split: test_prompts
|
257 |
+
path: science_test_prompts/test_prompts-*
|
258 |
---
|
259 |
# Dataset Card for "compred"
|
260 |
|