Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,591 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
configs:
|
| 3 |
-
- config_name: default
|
| 4 |
-
data_files:
|
| 5 |
-
- split: train
|
| 6 |
-
path: data/train-*
|
| 7 |
-
- split: validation
|
| 8 |
-
path: data/validation-*
|
| 9 |
-
dataset_info:
|
| 10 |
-
features:
|
| 11 |
-
- name: worker_id
|
| 12 |
-
dtype: string
|
| 13 |
-
- name: response_id
|
| 14 |
-
dtype: string
|
| 15 |
-
- name: assignment_id
|
| 16 |
-
dtype: string
|
| 17 |
-
- name: hit_id
|
| 18 |
-
dtype: string
|
| 19 |
-
- name: qid
|
| 20 |
-
dtype: string
|
| 21 |
-
- name: ytid
|
| 22 |
-
dtype: string
|
| 23 |
-
- name: q87
|
| 24 |
-
dtype: string
|
| 25 |
-
- name: q89
|
| 26 |
-
dtype: string
|
| 27 |
-
- name: q5_2
|
| 28 |
-
dtype: int64
|
| 29 |
-
- name: q5_5
|
| 30 |
-
dtype: int64
|
| 31 |
-
- name: q5_11
|
| 32 |
-
dtype: int64
|
| 33 |
-
- name: q5_12
|
| 34 |
-
dtype: int64
|
| 35 |
-
- name: q58_1
|
| 36 |
-
dtype: string
|
| 37 |
-
- name: q58_2
|
| 38 |
-
dtype: string
|
| 39 |
-
- name: q58_3
|
| 40 |
-
dtype: string
|
| 41 |
-
- name: q58_4
|
| 42 |
-
dtype: string
|
| 43 |
-
- name: q89_1
|
| 44 |
-
dtype: string
|
| 45 |
-
- name: q90
|
| 46 |
-
dtype: string
|
| 47 |
-
- name: q6
|
| 48 |
-
dtype: string
|
| 49 |
-
- name: q6_46_text
|
| 50 |
-
dtype: string
|
| 51 |
-
- name: q56
|
| 52 |
-
dtype: string
|
| 53 |
-
- name: q77
|
| 54 |
-
dtype: string
|
| 55 |
-
- name: q8
|
| 56 |
-
dtype: string
|
| 57 |
-
- name: q78
|
| 58 |
-
dtype: string
|
| 59 |
-
- name: q9
|
| 60 |
-
dtype: string
|
| 61 |
-
- name: q10
|
| 62 |
-
dtype: string
|
| 63 |
-
- name: q12_1
|
| 64 |
-
dtype: string
|
| 65 |
-
- name: q12_2
|
| 66 |
-
dtype: string
|
| 67 |
-
- name: q12_3
|
| 68 |
-
dtype: string
|
| 69 |
-
- name: q13
|
| 70 |
-
dtype: string
|
| 71 |
-
- name: q87_1
|
| 72 |
-
dtype: string
|
| 73 |
-
- name: q88
|
| 74 |
-
dtype: string
|
| 75 |
-
- name: q15
|
| 76 |
-
dtype: bool
|
| 77 |
-
- name: q18
|
| 78 |
-
dtype: string
|
| 79 |
-
- name: q76_1
|
| 80 |
-
dtype: string
|
| 81 |
-
- name: q76_2
|
| 82 |
-
dtype: string
|
| 83 |
-
- name: q76_3
|
| 84 |
-
dtype: string
|
| 85 |
-
- name: q76_4
|
| 86 |
-
dtype: string
|
| 87 |
-
- name: q76_5
|
| 88 |
-
dtype: string
|
| 89 |
-
- name: q76_6
|
| 90 |
-
dtype: string
|
| 91 |
-
- name: q76_7
|
| 92 |
-
dtype: string
|
| 93 |
-
- name: q76_8
|
| 94 |
-
dtype: string
|
| 95 |
-
- name: q76_9
|
| 96 |
-
dtype: string
|
| 97 |
-
- name: q76_10
|
| 98 |
-
dtype: string
|
| 99 |
-
- name: q79
|
| 100 |
-
dtype: string
|
| 101 |
-
- name: q83
|
| 102 |
-
dtype: string
|
| 103 |
-
- name: q45_first_click
|
| 104 |
-
dtype: float32
|
| 105 |
-
- name: q45_last_click
|
| 106 |
-
dtype: float32
|
| 107 |
-
- name: q45_page_submit
|
| 108 |
-
dtype: float32
|
| 109 |
-
- name: q45_click_count
|
| 110 |
-
dtype: int64
|
| 111 |
-
- name: q46
|
| 112 |
-
dtype: string
|
| 113 |
-
- name: q47_first_click
|
| 114 |
-
dtype: float32
|
| 115 |
-
- name: q47_last_click
|
| 116 |
-
dtype: float32
|
| 117 |
-
- name: q47_page_submit
|
| 118 |
-
dtype: float32
|
| 119 |
-
- name: q47_click_count
|
| 120 |
-
dtype: int64
|
| 121 |
-
- name: q48
|
| 122 |
-
dtype: string
|
| 123 |
-
- name: q49_first_click
|
| 124 |
-
dtype: float32
|
| 125 |
-
- name: q49_last_click
|
| 126 |
-
dtype: float32
|
| 127 |
-
- name: q49_page_submit
|
| 128 |
-
dtype: float32
|
| 129 |
-
- name: q49_click_count
|
| 130 |
-
dtype: int64
|
| 131 |
-
- name: q50
|
| 132 |
-
dtype: string
|
| 133 |
-
- name: q51_first_click
|
| 134 |
-
dtype: float32
|
| 135 |
-
- name: q51_last_click
|
| 136 |
-
dtype: float32
|
| 137 |
-
- name: q51_page_submit
|
| 138 |
-
dtype: float32
|
| 139 |
-
- name: q51_click_count
|
| 140 |
-
dtype: int64
|
| 141 |
-
- name: q52
|
| 142 |
-
dtype: string
|
| 143 |
-
- name: q53_first_click
|
| 144 |
-
dtype: float32
|
| 145 |
-
- name: q53_last_click
|
| 146 |
-
dtype: float32
|
| 147 |
-
- name: q53_page_submit
|
| 148 |
-
dtype: float32
|
| 149 |
-
- name: q53_click_count
|
| 150 |
-
dtype: int64
|
| 151 |
-
- name: q54
|
| 152 |
-
dtype: string
|
| 153 |
-
- name: q55_first_click
|
| 154 |
-
dtype: float32
|
| 155 |
-
- name: q55_last_click
|
| 156 |
-
dtype: float32
|
| 157 |
-
- name: q55_page_submit
|
| 158 |
-
dtype: float32
|
| 159 |
-
- name: q55_click_count
|
| 160 |
-
dtype: int64
|
| 161 |
-
- name: q91
|
| 162 |
-
dtype: string
|
| 163 |
-
- name: q26
|
| 164 |
-
dtype: string
|
| 165 |
-
- name: q26_3_text
|
| 166 |
-
dtype: string
|
| 167 |
-
- name: q27
|
| 168 |
-
dtype: int64
|
| 169 |
-
- name: q28
|
| 170 |
-
dtype: string
|
| 171 |
-
- name: q29
|
| 172 |
-
dtype: string
|
| 173 |
-
- name: q30
|
| 174 |
-
dtype: string
|
| 175 |
-
- name: q31
|
| 176 |
-
dtype: string
|
| 177 |
-
- name: q32
|
| 178 |
-
dtype: string
|
| 179 |
-
- name: q33
|
| 180 |
-
dtype: string
|
| 181 |
-
- name: q33_14_text
|
| 182 |
-
dtype: string
|
| 183 |
-
- name: q34
|
| 184 |
-
dtype: string
|
| 185 |
-
- name: pid1
|
| 186 |
-
dtype: string
|
| 187 |
-
- name: pid2
|
| 188 |
-
dtype: string
|
| 189 |
-
- name: pid3
|
| 190 |
-
dtype: string
|
| 191 |
-
- name: pid4
|
| 192 |
-
dtype: string
|
| 193 |
-
- name: ideo1
|
| 194 |
-
dtype: string
|
| 195 |
-
- name: ideo2
|
| 196 |
-
dtype: string
|
| 197 |
-
- name: ideo3
|
| 198 |
-
dtype: string
|
| 199 |
-
- name: ideo4
|
| 200 |
-
dtype: string
|
| 201 |
-
- name: survey_time
|
| 202 |
-
dtype: int64
|
| 203 |
-
- name: female
|
| 204 |
-
dtype: bool
|
| 205 |
-
- name: male
|
| 206 |
-
dtype: bool
|
| 207 |
-
- name: black
|
| 208 |
-
dtype: bool
|
| 209 |
-
- name: white
|
| 210 |
-
dtype: bool
|
| 211 |
-
- name: college
|
| 212 |
-
dtype: bool
|
| 213 |
-
- name: income_gt50k
|
| 214 |
-
dtype: bool
|
| 215 |
-
- name: pid
|
| 216 |
-
dtype: int64
|
| 217 |
-
- name: ideo
|
| 218 |
-
dtype: int64
|
| 219 |
-
- name: age
|
| 220 |
-
dtype: int64
|
| 221 |
-
- name: age_cat
|
| 222 |
-
dtype: string
|
| 223 |
-
- name: age_cat_18-29
|
| 224 |
-
dtype: bool
|
| 225 |
-
- name: age_cat_30-44
|
| 226 |
-
dtype: bool
|
| 227 |
-
- name: age_cat_45-64
|
| 228 |
-
dtype: bool
|
| 229 |
-
- name: age_cat_65+
|
| 230 |
-
dtype: bool
|
| 231 |
-
- name: age_cat_NA
|
| 232 |
-
dtype: bool
|
| 233 |
-
- name: pol_interest
|
| 234 |
-
dtype: int64
|
| 235 |
-
- name: freq_youtube
|
| 236 |
-
dtype: int64
|
| 237 |
-
- name: fav_channels
|
| 238 |
-
dtype: string
|
| 239 |
-
- name: popular_channels
|
| 240 |
-
dtype: bool
|
| 241 |
-
- name: vid_pref
|
| 242 |
-
dtype: string
|
| 243 |
-
- name: visit_shooting_sites
|
| 244 |
-
dtype: bool
|
| 245 |
-
- name: gun_own
|
| 246 |
-
dtype: bool
|
| 247 |
-
- name: gun_enthusiasm
|
| 248 |
-
dtype: string
|
| 249 |
-
- name: gun_importance
|
| 250 |
-
dtype: string
|
| 251 |
-
- name: right_to_own_importance
|
| 252 |
-
dtype: bool
|
| 253 |
-
- name: assault_ban
|
| 254 |
-
dtype: string
|
| 255 |
-
- name: handgun_ban
|
| 256 |
-
dtype: string
|
| 257 |
-
- name: concealed_safe
|
| 258 |
-
dtype: string
|
| 259 |
-
- name: stricter_laws
|
| 260 |
-
dtype: string
|
| 261 |
-
- name: gun_index
|
| 262 |
-
dtype: string
|
| 263 |
-
- name: gun_index_2
|
| 264 |
-
dtype: string
|
| 265 |
-
- name: affpol_smart
|
| 266 |
-
dtype: float32
|
| 267 |
-
- name: affpol_comfort
|
| 268 |
-
dtype: float32
|
| 269 |
-
- name: affpol_ft
|
| 270 |
-
dtype: int64
|
| 271 |
-
- name: thirds
|
| 272 |
-
dtype: int64
|
| 273 |
-
- name: q99
|
| 274 |
-
dtype: string
|
| 275 |
-
- name: q100
|
| 276 |
-
dtype: string
|
| 277 |
-
- name: q66_first_click
|
| 278 |
-
dtype: string
|
| 279 |
-
- name: q66_last_click
|
| 280 |
-
dtype: string
|
| 281 |
-
- name: q66_page_submit
|
| 282 |
-
dtype: string
|
| 283 |
-
- name: q66_click_count
|
| 284 |
-
dtype: string
|
| 285 |
-
- name: q90_2
|
| 286 |
-
dtype: string
|
| 287 |
-
- name: q90_5
|
| 288 |
-
dtype: string
|
| 289 |
-
- name: q90_11
|
| 290 |
-
dtype: string
|
| 291 |
-
- name: q90_12
|
| 292 |
-
dtype: string
|
| 293 |
-
- name: q96_1
|
| 294 |
-
dtype: string
|
| 295 |
-
- name: q96_2
|
| 296 |
-
dtype: string
|
| 297 |
-
- name: q96_3
|
| 298 |
-
dtype: string
|
| 299 |
-
- name: q96_4
|
| 300 |
-
dtype: string
|
| 301 |
-
- name: q98
|
| 302 |
-
dtype: string
|
| 303 |
-
- name: q100_1
|
| 304 |
-
dtype: string
|
| 305 |
-
- name: q92
|
| 306 |
-
dtype: string
|
| 307 |
-
- name: q94
|
| 308 |
-
dtype: string
|
| 309 |
-
- name: q19
|
| 310 |
-
dtype: string
|
| 311 |
-
- name: q20
|
| 312 |
-
dtype: string
|
| 313 |
-
- name: q21
|
| 314 |
-
dtype: string
|
| 315 |
-
- name: q22
|
| 316 |
-
dtype: string
|
| 317 |
-
- name: q97
|
| 318 |
-
dtype: string
|
| 319 |
-
- name: treatment_arm
|
| 320 |
-
dtype: string
|
| 321 |
-
- name: start_date
|
| 322 |
-
dtype: string
|
| 323 |
-
- name: end_date
|
| 324 |
-
dtype: string
|
| 325 |
-
- name: status
|
| 326 |
-
dtype: string
|
| 327 |
-
- name: ip_address
|
| 328 |
-
dtype: string
|
| 329 |
-
- name: progress
|
| 330 |
-
dtype: string
|
| 331 |
-
- name: duration_in_seconds
|
| 332 |
-
dtype: string
|
| 333 |
-
- name: finished
|
| 334 |
-
dtype: string
|
| 335 |
-
- name: recorded_date
|
| 336 |
-
dtype: string
|
| 337 |
-
- name: recipient_last_name
|
| 338 |
-
dtype: string
|
| 339 |
-
- name: recipient_first_name
|
| 340 |
-
dtype: string
|
| 341 |
-
- name: recipient_email
|
| 342 |
-
dtype: string
|
| 343 |
-
- name: external_reference
|
| 344 |
-
dtype: string
|
| 345 |
-
- name: location_latitude
|
| 346 |
-
dtype: string
|
| 347 |
-
- name: location_longitude
|
| 348 |
-
dtype: string
|
| 349 |
-
- name: distribution_channel
|
| 350 |
-
dtype: string
|
| 351 |
-
- name: user_language
|
| 352 |
-
dtype: string
|
| 353 |
-
- name: q62
|
| 354 |
-
dtype: string
|
| 355 |
-
- name: q88_1
|
| 356 |
-
dtype: string
|
| 357 |
-
- name: q88_2
|
| 358 |
-
dtype: string
|
| 359 |
-
- name: q88_3
|
| 360 |
-
dtype: string
|
| 361 |
-
- name: q88_4
|
| 362 |
-
dtype: string
|
| 363 |
-
- name: q61
|
| 364 |
-
dtype: string
|
| 365 |
-
- name: q62_1
|
| 366 |
-
dtype: string
|
| 367 |
-
- name: q96
|
| 368 |
-
dtype: string
|
| 369 |
-
- name: q81
|
| 370 |
-
dtype: string
|
| 371 |
-
- name: q82
|
| 372 |
-
dtype: string
|
| 373 |
-
- name: q23
|
| 374 |
-
dtype: string
|
| 375 |
-
- name: comments
|
| 376 |
-
dtype: string
|
| 377 |
-
- name: video_link
|
| 378 |
-
dtype: string
|
| 379 |
-
- name: topic_id
|
| 380 |
-
dtype: string
|
| 381 |
-
- name: urlid
|
| 382 |
-
dtype: string
|
| 383 |
-
- name: pro
|
| 384 |
-
dtype: string
|
| 385 |
-
- name: anti
|
| 386 |
-
dtype: string
|
| 387 |
-
- name: duration
|
| 388 |
-
dtype: string
|
| 389 |
-
- name: pro_up
|
| 390 |
-
dtype: string
|
| 391 |
-
- name: pro_down
|
| 392 |
-
dtype: string
|
| 393 |
-
- name: anti_up
|
| 394 |
-
dtype: string
|
| 395 |
-
- name: anti_down
|
| 396 |
-
dtype: string
|
| 397 |
-
- name: pro_save
|
| 398 |
-
dtype: string
|
| 399 |
-
- name: anti_save
|
| 400 |
-
dtype: string
|
| 401 |
-
- name: start_time2
|
| 402 |
-
dtype: string
|
| 403 |
-
- name: end_time2
|
| 404 |
-
dtype: string
|
| 405 |
-
- name: dupes
|
| 406 |
-
dtype: string
|
| 407 |
-
- name: max_duration
|
| 408 |
-
dtype: bool
|
| 409 |
-
- name: total_likes
|
| 410 |
-
dtype: string
|
| 411 |
-
- name: total_dislikes
|
| 412 |
-
dtype: string
|
| 413 |
-
- name: total_thumbs
|
| 414 |
-
dtype: string
|
| 415 |
-
- name: total_saved
|
| 416 |
-
dtype: string
|
| 417 |
-
- name: total_interactions
|
| 418 |
-
dtype: string
|
| 419 |
-
- name: positive_interactions
|
| 420 |
-
dtype: string
|
| 421 |
-
- name: seed
|
| 422 |
-
dtype: string
|
| 423 |
-
- name: pro_fraction_chosen
|
| 424 |
-
dtype: string
|
| 425 |
-
- name: treatment_dose
|
| 426 |
-
dtype: bool
|
| 427 |
-
- name: treatment_seed
|
| 428 |
-
dtype: string
|
| 429 |
-
- name: __source_file
|
| 430 |
-
dtype: string
|
| 431 |
-
- name: q110
|
| 432 |
-
dtype: string
|
| 433 |
-
- name: vids_ads
|
| 434 |
-
dtype: string
|
| 435 |
-
- name: gun_index_pre
|
| 436 |
-
dtype: string
|
| 437 |
-
- name: mw_index_pre
|
| 438 |
-
dtype: float32
|
| 439 |
-
- name: gun_index_post
|
| 440 |
-
dtype: string
|
| 441 |
-
- name: mw_index_post
|
| 442 |
-
dtype: string
|
| 443 |
-
- name: d_mw_index
|
| 444 |
-
dtype: string
|
| 445 |
-
- name: wave
|
| 446 |
-
dtype: string
|
| 447 |
-
- name: session_id
|
| 448 |
-
dtype: string
|
| 449 |
-
- name: session_start_dt
|
| 450 |
-
dtype: string
|
| 451 |
-
- name: session_end_dt
|
| 452 |
-
dtype: string
|
| 453 |
-
- name: session_topicID
|
| 454 |
-
dtype: string
|
| 455 |
-
- name: session_urlid
|
| 456 |
-
dtype: string
|
| 457 |
-
- name: session_startvid
|
| 458 |
-
dtype: string
|
| 459 |
-
- name: session_total_watch_seconds
|
| 460 |
-
dtype: int64
|
| 461 |
-
- name: session_percent_visible
|
| 462 |
-
dtype: float32
|
| 463 |
-
- name: video_index
|
| 464 |
-
dtype: int64
|
| 465 |
-
- name: video_id
|
| 466 |
-
dtype: string
|
| 467 |
-
- name: video_watch_seconds
|
| 468 |
-
dtype: int64
|
| 469 |
-
- name: video_total_length
|
| 470 |
-
dtype: float32
|
| 471 |
-
- name: video_start_ms
|
| 472 |
-
dtype: int64
|
| 473 |
-
- name: video_end_ms
|
| 474 |
-
dtype: int64
|
| 475 |
-
- name: trajectory_json
|
| 476 |
-
dtype: string
|
| 477 |
-
- name: example_id
|
| 478 |
-
dtype: string
|
| 479 |
-
- name: d_gun_index
|
| 480 |
-
dtype: string
|
| 481 |
-
- name: minwage15
|
| 482 |
-
dtype: string
|
| 483 |
-
- name: mw_support
|
| 484 |
-
dtype: string
|
| 485 |
-
- name: mw_index
|
| 486 |
-
dtype: string
|
| 487 |
-
- name: minwage_text
|
| 488 |
-
dtype: string
|
| 489 |
-
- name: minwage_text_r
|
| 490 |
-
dtype: string
|
| 491 |
-
- name: mw_restrict
|
| 492 |
-
dtype: string
|
| 493 |
-
- name: mw_help
|
| 494 |
-
dtype: string
|
| 495 |
-
- name: minwage_howhigh
|
| 496 |
-
dtype: string
|
| 497 |
-
- name: meta_originTitle
|
| 498 |
-
dtype: string
|
| 499 |
-
- name: meta_originChannelId
|
| 500 |
-
dtype: string
|
| 501 |
-
- name: meta_originChannel
|
| 502 |
-
dtype: string
|
| 503 |
-
- name: meta_originDescription
|
| 504 |
-
dtype: string
|
| 505 |
-
- name: meta_viewCount
|
| 506 |
-
dtype: int64
|
| 507 |
-
- name: meta_likeCount
|
| 508 |
-
dtype: int64
|
| 509 |
-
- name: meta_dislikeCount
|
| 510 |
-
dtype: int64
|
| 511 |
-
- name: meta_originThumbnailDefault
|
| 512 |
-
dtype: string
|
| 513 |
-
- name: meta_originThumbnailMedium
|
| 514 |
-
dtype: string
|
| 515 |
-
- name: meta_originThumbnailHigh
|
| 516 |
-
dtype: string
|
| 517 |
-
- name: meta___meta_source
|
| 518 |
-
dtype: string
|
| 519 |
-
- name: current_video_id
|
| 520 |
-
dtype: string
|
| 521 |
-
- name: current_video_title
|
| 522 |
-
dtype: string
|
| 523 |
-
- name: watched_vids_json
|
| 524 |
-
dtype: string
|
| 525 |
-
- name: watched_detailed_json
|
| 526 |
-
dtype: string
|
| 527 |
-
- name: watched_titles_json
|
| 528 |
-
dtype: string
|
| 529 |
-
- name: slate_ids_json
|
| 530 |
-
dtype: string
|
| 531 |
-
- name: slate_items_json
|
| 532 |
-
dtype: string
|
| 533 |
-
- name: slate_titles_json
|
| 534 |
-
dtype: string
|
| 535 |
-
- name: slate_text
|
| 536 |
-
dtype: string
|
| 537 |
-
- name: slate_kind
|
| 538 |
-
dtype: string
|
| 539 |
-
- name: step_index
|
| 540 |
-
dtype: int64
|
| 541 |
-
- name: n_options
|
| 542 |
-
dtype: int64
|
| 543 |
-
- name: viewer_profile_sentence
|
| 544 |
-
dtype: string
|
| 545 |
-
- name: profile_structured_text
|
| 546 |
-
dtype: string
|
| 547 |
-
- name: answer
|
| 548 |
-
dtype: string
|
| 549 |
-
- name: answer_title
|
| 550 |
-
dtype: string
|
| 551 |
-
- name: answer_index
|
| 552 |
-
dtype: int64
|
| 553 |
-
- name: answer_in_slate
|
| 554 |
-
dtype: bool
|
| 555 |
-
- name: slate_resolver
|
| 556 |
-
dtype: string
|
| 557 |
-
- name: history_ids_json
|
| 558 |
-
dtype: string
|
| 559 |
-
- name: history_titles_json
|
| 560 |
-
dtype: string
|
| 561 |
-
- name: history_detailed_json
|
| 562 |
-
dtype: string
|
| 563 |
-
- name: history_text
|
| 564 |
-
dtype: string
|
| 565 |
-
- name: history
|
| 566 |
-
dtype: string
|
| 567 |
-
- name: choices_history_ids_json
|
| 568 |
-
dtype: string
|
| 569 |
-
- name: choices_history_titles_json
|
| 570 |
-
dtype: string
|
| 571 |
-
- name: choices_history_detailed_json
|
| 572 |
-
dtype: string
|
| 573 |
-
- name: choices_history_text
|
| 574 |
-
dtype: string
|
| 575 |
-
- name: issue_guess
|
| 576 |
-
dtype: string
|
| 577 |
-
- name: state_text
|
| 578 |
-
dtype: string
|
| 579 |
-
splits:
|
| 580 |
-
- name: train
|
| 581 |
-
num_bytes: 472144387
|
| 582 |
-
num_examples: 41240
|
| 583 |
-
- name: validation
|
| 584 |
-
num_bytes: 52276344
|
| 585 |
-
num_examples: 4578
|
| 586 |
-
download_size: 21627348
|
| 587 |
-
dataset_size: 524420731
|
| 588 |
-
---
|
| 589 |
---
|
| 590 |
pretty_name: grail-interactions
|
| 591 |
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
pretty_name: grail-interactions
|
| 3 |
tags:
|