Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -273,6 +273,34 @@ dataset_info:
|
|
| 273 |
num_examples: 95042
|
| 274 |
download_size: 22348389
|
| 275 |
dataset_size: 306882871
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 276 |
- config_name: science
|
| 277 |
features:
|
| 278 |
- name: domain
|
|
@@ -392,6 +420,10 @@ configs:
|
|
| 392 |
path: politics/validation_pref-*
|
| 393 |
- split: test_pref
|
| 394 |
path: politics/test_pref-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 395 |
- config_name: science
|
| 396 |
data_files:
|
| 397 |
- split: validation_pref
|
|
|
|
| 273 |
num_examples: 95042
|
| 274 |
download_size: 22348389
|
| 275 |
dataset_size: 306882871
|
| 276 |
+
- config_name: politics_test_prompts
|
| 277 |
+
features:
|
| 278 |
+
- name: rank
|
| 279 |
+
dtype: int64
|
| 280 |
+
- name: only_comment
|
| 281 |
+
dtype: bool
|
| 282 |
+
- name: domain
|
| 283 |
+
dtype: string
|
| 284 |
+
- name: post_id
|
| 285 |
+
dtype: string
|
| 286 |
+
- name: title
|
| 287 |
+
dtype: string
|
| 288 |
+
- name: history
|
| 289 |
+
dtype: string
|
| 290 |
+
- name: c_root_id
|
| 291 |
+
dtype: string
|
| 292 |
+
- name: created_at_utc
|
| 293 |
+
dtype: float64
|
| 294 |
+
- name: score
|
| 295 |
+
dtype: int64
|
| 296 |
+
- name: human_ref
|
| 297 |
+
dtype: string
|
| 298 |
+
splits:
|
| 299 |
+
- name: test_prompts
|
| 300 |
+
num_bytes: 9753539
|
| 301 |
+
num_examples: 8156
|
| 302 |
+
download_size: 4811733
|
| 303 |
+
dataset_size: 9753539
|
| 304 |
- config_name: science
|
| 305 |
features:
|
| 306 |
- name: domain
|
|
|
|
| 420 |
path: politics/validation_pref-*
|
| 421 |
- split: test_pref
|
| 422 |
path: politics/test_pref-*
|
| 423 |
+
- config_name: politics_test_prompts
|
| 424 |
+
data_files:
|
| 425 |
+
- split: test_prompts
|
| 426 |
+
path: politics_test_prompts/test_prompts-*
|
| 427 |
- config_name: science
|
| 428 |
data_files:
|
| 429 |
- split: validation_pref
|