Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: domain
|
6 |
dtype: string
|
@@ -45,6 +45,34 @@ dataset_info:
|
|
45 |
num_examples: 5511
|
46 |
download_size: 2225614
|
47 |
dataset_size: 19381224
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
configs:
|
49 |
- config_name: history
|
50 |
data_files:
|
@@ -52,6 +80,10 @@ configs:
|
|
52 |
path: history/validation_pref-*
|
53 |
- split: test_pref
|
54 |
path: history/test_pref-*
|
|
|
|
|
|
|
|
|
55 |
---
|
56 |
# Dataset Card for "compred"
|
57 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: history
|
4 |
features:
|
5 |
- name: domain
|
6 |
dtype: string
|
|
|
45 |
num_examples: 5511
|
46 |
download_size: 2225614
|
47 |
dataset_size: 19381224
|
48 |
+
- config_name: history_test_prompts
|
49 |
+
features:
|
50 |
+
- name: rank
|
51 |
+
dtype: int64
|
52 |
+
- name: only_comment
|
53 |
+
dtype: bool
|
54 |
+
- name: domain
|
55 |
+
dtype: string
|
56 |
+
- name: post_id
|
57 |
+
dtype: string
|
58 |
+
- name: title
|
59 |
+
dtype: string
|
60 |
+
- name: history
|
61 |
+
dtype: string
|
62 |
+
- name: c_root_id
|
63 |
+
dtype: string
|
64 |
+
- name: created_at_utc
|
65 |
+
dtype: float64
|
66 |
+
- name: score
|
67 |
+
dtype: int64
|
68 |
+
- name: human_ref
|
69 |
+
dtype: string
|
70 |
+
splits:
|
71 |
+
- name: test_prompts
|
72 |
+
num_bytes: 1461426
|
73 |
+
num_examples: 1027
|
74 |
+
download_size: 818158
|
75 |
+
dataset_size: 1461426
|
76 |
configs:
|
77 |
- config_name: history
|
78 |
data_files:
|
|
|
80 |
path: history/validation_pref-*
|
81 |
- split: test_pref
|
82 |
path: history/test_pref-*
|
83 |
+
- config_name: history_test_prompts
|
84 |
+
data_files:
|
85 |
+
- split: test_prompts
|
86 |
+
path: history_test_prompts/test_prompts-*
|
87 |
---
|
88 |
# Dataset Card for "compred"
|
89 |
|