Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -45,6 +45,34 @@ dataset_info:
|
|
45 |
num_examples: 58603
|
46 |
download_size: 15849887
|
47 |
dataset_size: 216162130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
- config_name: history
|
49 |
features:
|
50 |
- name: domain
|
@@ -128,6 +156,10 @@ configs:
|
|
128 |
path: finance/validation_pref-*
|
129 |
- split: test_pref
|
130 |
path: finance/test_pref-*
|
|
|
|
|
|
|
|
|
131 |
- config_name: history
|
132 |
data_files:
|
133 |
- split: validation_pref
|
|
|
45 |
num_examples: 58603
|
46 |
download_size: 15849887
|
47 |
dataset_size: 216162130
|
48 |
+
- config_name: finance_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: 6843041
|
73 |
+
num_examples: 4929
|
74 |
+
download_size: 3194622
|
75 |
+
dataset_size: 6843041
|
76 |
- config_name: history
|
77 |
features:
|
78 |
- name: domain
|
|
|
156 |
path: finance/validation_pref-*
|
157 |
- split: test_pref
|
158 |
path: finance/test_pref-*
|
159 |
+
- config_name: finance_test_prompts
|
160 |
+
data_files:
|
161 |
+
- split: test_prompts
|
162 |
+
path: finance_test_prompts/test_prompts-*
|
163 |
- config_name: history
|
164 |
data_files:
|
165 |
- split: validation_pref
|