Update README.md
Browse files
README.md
CHANGED
|
@@ -8,56 +8,7 @@
|
|
| 8 |
num_rows: 2000
|
| 9 |
})
|
| 10 |
|
| 11 |
-
|
| 12 |
-
configs:
|
| 13 |
-
- config_name: default
|
| 14 |
-
data_files:
|
| 15 |
-
- split: train_prefs
|
| 16 |
-
path: data/train_prefs-*
|
| 17 |
-
- split: test_prefs
|
| 18 |
-
path: data/test_prefs-*
|
| 19 |
-
dataset_info:
|
| 20 |
-
features:
|
| 21 |
-
- name: post_id
|
| 22 |
-
dtype: string
|
| 23 |
-
- name: domain
|
| 24 |
-
dtype: string
|
| 25 |
-
- name: upvote_ratio
|
| 26 |
-
dtype: float64
|
| 27 |
-
- name: history
|
| 28 |
-
dtype: string
|
| 29 |
-
- name: c_root_id_A
|
| 30 |
-
dtype: string
|
| 31 |
-
- name: c_root_id_B
|
| 32 |
-
dtype: string
|
| 33 |
-
- name: created_at_utc_A
|
| 34 |
-
dtype: int64
|
| 35 |
-
- name: created_at_utc_B
|
| 36 |
-
dtype: int64
|
| 37 |
-
- name: score_A
|
| 38 |
-
dtype: int64
|
| 39 |
-
- name: score_B
|
| 40 |
-
dtype: int64
|
| 41 |
-
- name: human_ref_A
|
| 42 |
-
dtype: string
|
| 43 |
-
- name: human_ref_B
|
| 44 |
-
dtype: string
|
| 45 |
-
- name: labels
|
| 46 |
-
dtype: int64
|
| 47 |
-
- name: seconds_difference
|
| 48 |
-
dtype: float64
|
| 49 |
-
- name: score_ratio
|
| 50 |
-
dtype: float64
|
| 51 |
-
splits:
|
| 52 |
-
- name: train_prefs
|
| 53 |
-
num_bytes: 126505560
|
| 54 |
-
num_examples: 80000
|
| 55 |
-
- name: test_prefs
|
| 56 |
-
num_bytes: 3141763
|
| 57 |
-
num_examples: 2000
|
| 58 |
-
download_size: 80964022
|
| 59 |
-
dataset_size: 129647323
|
| 60 |
-
---
|
| 61 |
# Dataset Card for "shp_filtered_uniform_large"
|
| 62 |
|
| 63 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
|
| 8 |
num_rows: 2000
|
| 9 |
})
|
| 10 |
|
| 11 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
# Dataset Card for "shp_filtered_uniform_large"
|
| 13 |
|
| 14 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|