File size: 18,128 Bytes
892c06d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 |
---
dataset_info:
features:
- name: person_id
dtype: int64
- name: person_weight
sequence: float64
- name: prompt_1
dtype: string
- name: response_1_a
dtype: string
- name: response_1_b
dtype: string
- name: chosen_1
dtype: string
- name: prompt_response_1_a_embedding
sequence: float64
- name: prompt_response_1_b_embedding
sequence: float64
- name: prompt_1_embedding
sequence: float64
- name: prompt_2
dtype: string
- name: response_2_a
dtype: string
- name: response_2_b
dtype: string
- name: chosen_2
dtype: string
- name: prompt_response_2_a_embedding
sequence: float64
- name: prompt_response_2_b_embedding
sequence: float64
- name: prompt_2_embedding
sequence: float64
- name: prompt_3
dtype: string
- name: response_3_a
dtype: string
- name: response_3_b
dtype: string
- name: chosen_3
dtype: string
- name: prompt_response_3_a_embedding
sequence: float64
- name: prompt_response_3_b_embedding
sequence: float64
- name: prompt_3_embedding
sequence: float64
- name: prompt_4
dtype: string
- name: response_4_a
dtype: string
- name: response_4_b
dtype: string
- name: chosen_4
dtype: string
- name: prompt_response_4_a_embedding
sequence: float64
- name: prompt_response_4_b_embedding
sequence: float64
- name: prompt_4_embedding
sequence: float64
- name: prompt_5
dtype: string
- name: response_5_a
dtype: string
- name: response_5_b
dtype: string
- name: chosen_5
dtype: string
- name: prompt_response_5_a_embedding
sequence: float64
- name: prompt_response_5_b_embedding
sequence: float64
- name: prompt_5_embedding
sequence: float64
- name: prompt_6
dtype: string
- name: response_6_a
dtype: string
- name: response_6_b
dtype: string
- name: chosen_6
dtype: string
- name: prompt_response_6_a_embedding
sequence: float64
- name: prompt_response_6_b_embedding
sequence: float64
- name: prompt_6_embedding
sequence: float64
- name: prompt_7
dtype: string
- name: response_7_a
dtype: string
- name: response_7_b
dtype: string
- name: chosen_7
dtype: string
- name: prompt_response_7_a_embedding
sequence: float64
- name: prompt_response_7_b_embedding
sequence: float64
- name: prompt_7_embedding
sequence: float64
- name: prompt_8
dtype: string
- name: response_8_a
dtype: string
- name: response_8_b
dtype: string
- name: chosen_8
dtype: string
- name: prompt_response_8_a_embedding
sequence: float64
- name: prompt_response_8_b_embedding
sequence: float64
- name: prompt_8_embedding
sequence: float64
- name: prompt_9
dtype: string
- name: response_9_a
dtype: string
- name: response_9_b
dtype: string
- name: chosen_9
dtype: string
- name: prompt_response_9_a_embedding
sequence: float64
- name: prompt_response_9_b_embedding
sequence: float64
- name: prompt_9_embedding
sequence: float64
- name: prompt_10
dtype: string
- name: response_10_a
dtype: string
- name: response_10_b
dtype: string
- name: chosen_10
dtype: string
- name: prompt_response_10_a_embedding
sequence: float64
- name: prompt_response_10_b_embedding
sequence: float64
- name: prompt_10_embedding
sequence: float64
- name: prompt_11
dtype: string
- name: response_11_a
dtype: string
- name: response_11_b
dtype: string
- name: chosen_11
dtype: string
- name: prompt_response_11_a_embedding
sequence: float64
- name: prompt_response_11_b_embedding
sequence: float64
- name: prompt_11_embedding
sequence: float64
- name: prompt_12
dtype: string
- name: response_12_a
dtype: string
- name: response_12_b
dtype: string
- name: chosen_12
dtype: string
- name: prompt_response_12_a_embedding
sequence: float64
- name: prompt_response_12_b_embedding
sequence: float64
- name: prompt_12_embedding
sequence: float64
- name: prompt_13
dtype: string
- name: response_13_a
dtype: string
- name: response_13_b
dtype: string
- name: chosen_13
dtype: string
- name: prompt_response_13_a_embedding
sequence: float64
- name: prompt_response_13_b_embedding
sequence: float64
- name: prompt_13_embedding
sequence: float64
- name: prompt_14
dtype: string
- name: response_14_a
dtype: string
- name: response_14_b
dtype: string
- name: chosen_14
dtype: string
- name: prompt_response_14_a_embedding
sequence: float64
- name: prompt_response_14_b_embedding
sequence: float64
- name: prompt_14_embedding
sequence: float64
- name: prompt_15
dtype: string
- name: response_15_a
dtype: string
- name: response_15_b
dtype: string
- name: chosen_15
dtype: string
- name: prompt_response_15_a_embedding
sequence: float64
- name: prompt_response_15_b_embedding
sequence: float64
- name: prompt_15_embedding
sequence: float64
- name: prompt_16
dtype: string
- name: response_16_a
dtype: string
- name: response_16_b
dtype: string
- name: chosen_16
dtype: string
- name: prompt_response_16_a_embedding
sequence: float64
- name: prompt_response_16_b_embedding
sequence: float64
- name: prompt_16_embedding
sequence: float64
- name: prompt_17
dtype: string
- name: response_17_a
dtype: string
- name: response_17_b
dtype: string
- name: chosen_17
dtype: string
- name: prompt_response_17_a_embedding
sequence: float64
- name: prompt_response_17_b_embedding
sequence: float64
- name: prompt_17_embedding
sequence: float64
- name: prompt_18
dtype: string
- name: response_18_a
dtype: string
- name: response_18_b
dtype: string
- name: chosen_18
dtype: string
- name: prompt_response_18_a_embedding
sequence: float64
- name: prompt_response_18_b_embedding
sequence: float64
- name: prompt_18_embedding
sequence: float64
- name: prompt_19
dtype: string
- name: response_19_a
dtype: string
- name: response_19_b
dtype: string
- name: chosen_19
dtype: string
- name: prompt_response_19_a_embedding
sequence: float64
- name: prompt_response_19_b_embedding
sequence: float64
- name: prompt_19_embedding
sequence: float64
- name: prompt_20
dtype: string
- name: response_20_a
dtype: string
- name: response_20_b
dtype: string
- name: chosen_20
dtype: string
- name: prompt_response_20_a_embedding
sequence: float64
- name: prompt_response_20_b_embedding
sequence: float64
- name: prompt_20_embedding
sequence: float64
- name: prompt_21
dtype: string
- name: response_21_a
dtype: string
- name: response_21_b
dtype: string
- name: chosen_21
dtype: string
- name: prompt_response_21_a_embedding
sequence: float64
- name: prompt_response_21_b_embedding
sequence: float64
- name: prompt_21_embedding
sequence: float64
- name: prompt_22
dtype: string
- name: response_22_a
dtype: string
- name: response_22_b
dtype: string
- name: chosen_22
dtype: string
- name: prompt_response_22_a_embedding
sequence: float64
- name: prompt_response_22_b_embedding
sequence: float64
- name: prompt_22_embedding
sequence: float64
- name: prompt_23
dtype: string
- name: response_23_a
dtype: string
- name: response_23_b
dtype: string
- name: chosen_23
dtype: string
- name: prompt_response_23_a_embedding
sequence: float64
- name: prompt_response_23_b_embedding
sequence: float64
- name: prompt_23_embedding
sequence: float64
- name: prompt_24
dtype: string
- name: response_24_a
dtype: string
- name: response_24_b
dtype: string
- name: chosen_24
dtype: string
- name: prompt_response_24_a_embedding
sequence: float64
- name: prompt_response_24_b_embedding
sequence: float64
- name: prompt_24_embedding
sequence: float64
- name: prompt_25
dtype: string
- name: response_25_a
dtype: string
- name: response_25_b
dtype: string
- name: chosen_25
dtype: string
- name: prompt_response_25_a_embedding
sequence: float64
- name: prompt_response_25_b_embedding
sequence: float64
- name: prompt_25_embedding
sequence: float64
- name: prompt_26
dtype: string
- name: response_26_a
dtype: string
- name: response_26_b
dtype: string
- name: chosen_26
dtype: string
- name: prompt_response_26_a_embedding
sequence: float64
- name: prompt_response_26_b_embedding
sequence: float64
- name: prompt_26_embedding
sequence: float64
- name: prompt_27
dtype: string
- name: response_27_a
dtype: string
- name: response_27_b
dtype: string
- name: chosen_27
dtype: string
- name: prompt_response_27_a_embedding
sequence: float64
- name: prompt_response_27_b_embedding
sequence: float64
- name: prompt_27_embedding
sequence: float64
- name: prompt_28
dtype: string
- name: response_28_a
dtype: string
- name: response_28_b
dtype: string
- name: chosen_28
dtype: string
- name: prompt_response_28_a_embedding
sequence: float64
- name: prompt_response_28_b_embedding
sequence: float64
- name: prompt_28_embedding
sequence: float64
- name: prompt_29
dtype: string
- name: response_29_a
dtype: string
- name: response_29_b
dtype: string
- name: chosen_29
dtype: string
- name: prompt_response_29_a_embedding
sequence: float64
- name: prompt_response_29_b_embedding
sequence: float64
- name: prompt_29_embedding
sequence: float64
- name: prompt_30
dtype: string
- name: response_30_a
dtype: string
- name: response_30_b
dtype: string
- name: chosen_30
dtype: string
- name: prompt_response_30_a_embedding
sequence: float64
- name: prompt_response_30_b_embedding
sequence: float64
- name: prompt_30_embedding
sequence: float64
- name: prompt_31
dtype: string
- name: response_31_a
dtype: string
- name: response_31_b
dtype: string
- name: chosen_31
dtype: string
- name: prompt_response_31_a_embedding
sequence: float64
- name: prompt_response_31_b_embedding
sequence: float64
- name: prompt_31_embedding
sequence: float64
- name: prompt_32
dtype: string
- name: response_32_a
dtype: string
- name: response_32_b
dtype: string
- name: chosen_32
dtype: string
- name: prompt_response_32_a_embedding
sequence: float64
- name: prompt_response_32_b_embedding
sequence: float64
- name: prompt_32_embedding
sequence: float64
- name: prompt_33
dtype: string
- name: response_33_a
dtype: string
- name: response_33_b
dtype: string
- name: chosen_33
dtype: string
- name: prompt_response_33_a_embedding
sequence: float64
- name: prompt_response_33_b_embedding
sequence: float64
- name: prompt_33_embedding
sequence: float64
- name: prompt_34
dtype: string
- name: response_34_a
dtype: string
- name: response_34_b
dtype: string
- name: chosen_34
dtype: string
- name: prompt_response_34_a_embedding
sequence: float64
- name: prompt_response_34_b_embedding
sequence: float64
- name: prompt_34_embedding
sequence: float64
- name: prompt_35
dtype: string
- name: response_35_a
dtype: string
- name: response_35_b
dtype: string
- name: chosen_35
dtype: string
- name: prompt_response_35_a_embedding
sequence: float64
- name: prompt_response_35_b_embedding
sequence: float64
- name: prompt_35_embedding
sequence: float64
- name: prompt_36
dtype: string
- name: response_36_a
dtype: string
- name: response_36_b
dtype: string
- name: chosen_36
dtype: string
- name: prompt_response_36_a_embedding
sequence: float64
- name: prompt_response_36_b_embedding
sequence: float64
- name: prompt_36_embedding
sequence: float64
- name: prompt_37
dtype: string
- name: response_37_a
dtype: string
- name: response_37_b
dtype: string
- name: chosen_37
dtype: string
- name: prompt_response_37_a_embedding
sequence: float64
- name: prompt_response_37_b_embedding
sequence: float64
- name: prompt_37_embedding
sequence: float64
- name: prompt_38
dtype: string
- name: response_38_a
dtype: string
- name: response_38_b
dtype: string
- name: chosen_38
dtype: string
- name: prompt_response_38_a_embedding
sequence: float64
- name: prompt_response_38_b_embedding
sequence: float64
- name: prompt_38_embedding
sequence: float64
- name: prompt_39
dtype: string
- name: response_39_a
dtype: string
- name: response_39_b
dtype: string
- name: chosen_39
dtype: string
- name: prompt_response_39_a_embedding
sequence: float64
- name: prompt_response_39_b_embedding
sequence: float64
- name: prompt_39_embedding
sequence: float64
- name: prompt_40
dtype: string
- name: response_40_a
dtype: string
- name: response_40_b
dtype: string
- name: chosen_40
dtype: string
- name: prompt_response_40_a_embedding
sequence: float64
- name: prompt_response_40_b_embedding
sequence: float64
- name: prompt_40_embedding
sequence: float64
- name: prompt_41
dtype: string
- name: response_41_a
dtype: string
- name: response_41_b
dtype: string
- name: chosen_41
dtype: string
- name: prompt_response_41_a_embedding
sequence: float64
- name: prompt_response_41_b_embedding
sequence: float64
- name: prompt_41_embedding
sequence: float64
- name: prompt_42
dtype: string
- name: response_42_a
dtype: string
- name: response_42_b
dtype: string
- name: chosen_42
dtype: string
- name: prompt_response_42_a_embedding
sequence: float64
- name: prompt_response_42_b_embedding
sequence: float64
- name: prompt_42_embedding
sequence: float64
- name: prompt_43
dtype: string
- name: response_43_a
dtype: string
- name: response_43_b
dtype: string
- name: chosen_43
dtype: string
- name: prompt_response_43_a_embedding
sequence: float64
- name: prompt_response_43_b_embedding
sequence: float64
- name: prompt_43_embedding
sequence: float64
- name: prompt_44
dtype: string
- name: response_44_a
dtype: string
- name: response_44_b
dtype: string
- name: chosen_44
dtype: string
- name: prompt_response_44_a_embedding
sequence: float64
- name: prompt_response_44_b_embedding
sequence: float64
- name: prompt_44_embedding
sequence: float64
- name: prompt_45
dtype: string
- name: response_45_a
dtype: string
- name: response_45_b
dtype: string
- name: chosen_45
dtype: string
- name: prompt_response_45_a_embedding
sequence: float64
- name: prompt_response_45_b_embedding
sequence: float64
- name: prompt_45_embedding
sequence: float64
- name: prompt_46
dtype: string
- name: response_46_a
dtype: string
- name: response_46_b
dtype: string
- name: chosen_46
dtype: string
- name: prompt_response_46_a_embedding
sequence: float64
- name: prompt_response_46_b_embedding
sequence: float64
- name: prompt_46_embedding
sequence: float64
- name: prompt_47
dtype: string
- name: response_47_a
dtype: string
- name: response_47_b
dtype: string
- name: chosen_47
dtype: string
- name: prompt_response_47_a_embedding
sequence: float64
- name: prompt_response_47_b_embedding
sequence: float64
- name: prompt_47_embedding
sequence: float64
- name: prompt_48
dtype: string
- name: response_48_a
dtype: string
- name: response_48_b
dtype: string
- name: chosen_48
dtype: string
- name: prompt_response_48_a_embedding
sequence: float64
- name: prompt_response_48_b_embedding
sequence: float64
- name: prompt_48_embedding
sequence: float64
- name: prompt_49
dtype: string
- name: response_49_a
dtype: string
- name: response_49_b
dtype: string
- name: chosen_49
dtype: string
- name: prompt_response_49_a_embedding
sequence: float64
- name: prompt_response_49_b_embedding
sequence: float64
- name: prompt_49_embedding
sequence: float64
- name: prompt_50
dtype: string
- name: response_50_a
dtype: string
- name: response_50_b
dtype: string
- name: chosen_50
dtype: string
- name: prompt_response_50_a_embedding
sequence: float64
- name: prompt_response_50_b_embedding
sequence: float64
- name: prompt_50_embedding
sequence: float64
- name: user_embedding_avg_win_minus_lose_3
sequence: float64
- name: user_embedding_avg_winning_3
sequence: float64
- name: user_embedding_avg_losing_3
sequence: float64
- name: user_embedding_avg_win_minus_lose_5
sequence: float64
- name: user_embedding_avg_winning_5
sequence: float64
- name: user_embedding_avg_losing_5
sequence: float64
- name: user_embedding_avg_win_minus_lose_10
sequence: float64
- name: user_embedding_avg_winning_10
sequence: float64
- name: user_embedding_avg_losing_10
sequence: float64
- name: user_embedding_avg_win_minus_lose_30
sequence: float64
- name: user_embedding_avg_winning_30
sequence: float64
- name: user_embedding_avg_losing_30
sequence: float64
- name: user_embedding_avg_win_minus_lose_50
sequence: float64
- name: user_embedding_avg_winning_50
sequence: float64
- name: user_embedding_avg_losing_50
sequence: float64
splits:
- name: train
num_bytes: 15368459010
num_examples: 10000
download_size: 13127049130
dataset_size: 15368459010
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|