shocheen commited on
Commit
9e70bb9
·
verified ·
1 Parent(s): 6ce5f46

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -149,6 +149,48 @@ dataset_info:
149
  num_examples: 1027
150
  download_size: 818158
151
  dataset_size: 1461426
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  configs:
153
  - config_name: finance
154
  data_files:
@@ -172,6 +214,10 @@ configs:
172
  data_files:
173
  - split: test_prompts
174
  path: history_test_prompts/test_prompts-*
 
 
 
 
175
  ---
176
  # Dataset Card for "compred"
177
 
 
149
  num_examples: 1027
150
  download_size: 818158
151
  dataset_size: 1461426
152
+ - config_name: science
153
+ features:
154
+ - name: domain
155
+ dtype: string
156
+ - name: post_id
157
+ dtype: string
158
+ - name: history
159
+ dtype: string
160
+ - name: title
161
+ dtype: string
162
+ - name: c_root_id_A
163
+ dtype: string
164
+ - name: c_root_id_B
165
+ dtype: string
166
+ - name: created_at_utc_A
167
+ dtype: float64
168
+ - name: created_at_utc_B
169
+ dtype: float64
170
+ - name: score_A
171
+ dtype: int64
172
+ - name: score_B
173
+ dtype: int64
174
+ - name: human_ref_A
175
+ dtype: string
176
+ - name: human_ref_B
177
+ dtype: string
178
+ - name: labels
179
+ dtype: int64
180
+ - name: overlap_ratio
181
+ dtype: float64
182
+ - name: seconds_difference
183
+ dtype: float64
184
+ - name: score_ratio
185
+ dtype: float64
186
+ - name: len_ratio
187
+ dtype: float64
188
+ splits:
189
+ - name: validation_pref
190
+ num_bytes: 49143432
191
+ num_examples: 28225
192
+ download_size: 5487153
193
+ dataset_size: 49143432
194
  configs:
195
  - config_name: finance
196
  data_files:
 
214
  data_files:
215
  - split: test_prompts
216
  path: history_test_prompts/test_prompts-*
217
+ - config_name: science
218
+ data_files:
219
+ - split: validation_pref
220
+ path: science/validation_pref-*
221
  ---
222
  # Dataset Card for "compred"
223