File size: 17,124 Bytes
9ef1876 3bbd4c2 9ef1876 99e666e 9ef1876 136bc89 9ef1876 136bc89 885c7b2 c5d0cd0 885c7b2 c5d0cd0 885c7b2 c5d0cd0 1912853 e5c07ea 7e3ffb8 7f037e7 bc54c1b 856eb55 bc1ac88 3078750 850eabf f4c8487 adb5447 ed645e8 b519d24 e51e8a9 bb7e445 e51e8a9 bb7e445 e51e8a9 bb7e445 62a43d5 3229ea4 3bbd4c2 1915d10 9be381c 47b24a6 c0bd792 9f159f5 73948e8 7a4ad9b 29b41e0 048013a 64a787f 04920cc 64a787f 04920cc ead04b0 a439cb9 b06386a 9acda00 ee2ec81 9acda00 ee2ec81 9acda00 ee2ec81 1866b50 7133144 8c38c93 9ef1876 885c7b2 1912853 e5c07ea 7e3ffb8 7f037e7 bc54c1b 856eb55 bc1ac88 3078750 850eabf f4c8487 adb5447 ed645e8 b519d24 e51e8a9 62a43d5 3229ea4 3bbd4c2 1915d10 9be381c 47b24a6 c0bd792 9f159f5 73948e8 7a4ad9b 29b41e0 048013a 64a787f ead04b0 a439cb9 b06386a 9acda00 1866b50 7133144 8c38c93 9ef1876 |
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 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 |
---
dataset_info:
- config_name: A-OKVQA
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 14055199
num_examples: 1000
download_size: 1162947
dataset_size: 14055199
- config_name: CIRR
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 31207098
num_examples: 1000
download_size: 1558737
dataset_size: 31207098
- config_name: ChartQA
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 14361641
num_examples: 1000
download_size: 1429715
dataset_size: 14361641
- config_name: Country211
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 3685000
num_examples: 1000
download_size: 32314
dataset_size: 3685000
- config_name: DocVQA
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 23051459
num_examples: 1000
download_size: 1728994
dataset_size: 23051459
- config_name: EDIS
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 114282708
num_examples: 1000
download_size: 3316344
dataset_size: 114282708
- config_name: FashionIQ
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 32214665
num_examples: 1000
download_size: 1723835
dataset_size: 32214665
- config_name: GQA
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 40816641
num_examples: 1000
download_size: 1758887
dataset_size: 40816641
- config_name: HatefulMemes
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 191890
num_examples: 1000
download_size: 10749
dataset_size: 191890
- config_name: ImageNet-1K
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 28780890
num_examples: 1000
download_size: 185196
dataset_size: 28780890
- config_name: ImageNet-A
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 28779890
num_examples: 1000
download_size: 148298
dataset_size: 28779890
- config_name: ImageNet-R
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 3463890
num_examples: 1000
download_size: 24449
dataset_size: 3463890
- config_name: InfographicsVQA
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 19121439
num_examples: 1000
download_size: 1435307
dataset_size: 19121439
- config_name: MSCOCO
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 38825085
num_examples: 1000
download_size: 1682394
dataset_size: 38825085
- config_name: MSCOCO_i2t
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 60208740
num_examples: 1000
download_size: 1784631
dataset_size: 60208740
- config_name: MSCOCO_t2i
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 48172008
num_examples: 1000
download_size: 1293022
dataset_size: 48172008
- config_name: N24News
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 636658
num_examples: 1000
download_size: 100866
dataset_size: 636658
- config_name: NIGHTS
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 36163000
num_examples: 1000
download_size: 1529392
dataset_size: 36163000
- config_name: OK-VQA
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 15339578
num_examples: 1000
download_size: 1559212
dataset_size: 15339578
- config_name: OVEN
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 638018263
num_examples: 1000
download_size: 393427692
dataset_size: 638018263
- config_name: ObjectNet
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 2043000
num_examples: 1000
download_size: 27817
dataset_size: 2043000
- config_name: Place365
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 7052000
num_examples: 1000
download_size: 90651
dataset_size: 7052000
- config_name: RefCOCO
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 37558941
num_examples: 1000
download_size: 1853284
dataset_size: 37558941
- config_name: RefCOCO-Matching
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 61801476
num_examples: 1000
download_size: 2861634
dataset_size: 61801476
- config_name: SUN397
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 7997000
num_examples: 1000
download_size: 118923
dataset_size: 7997000
- config_name: ScienceQA
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 23877406
num_examples: 1000
download_size: 957624
dataset_size: 23877406
- config_name: TextVQA
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 17442986
num_examples: 1000
download_size: 1566664
dataset_size: 17442986
- config_name: VOC2007
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 375000
num_examples: 1000
download_size: 14584
dataset_size: 375000
- config_name: VisDial
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 30031850
num_examples: 1000
download_size: 1720864
dataset_size: 30031850
- config_name: Visual7W
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 22054066
num_examples: 1000
download_size: 1562108
dataset_size: 22054066
- config_name: Visual7W-Pointing
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 35971832
num_examples: 1000
download_size: 1294510
dataset_size: 35971832
- config_name: VisualNews_i2t
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 118337649
num_examples: 1000
download_size: 80009527
dataset_size: 118337649
- config_name: VisualNews_t2i
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 58221206
num_examples: 1000
download_size: 1757657
dataset_size: 58221206
- config_name: VizWiz
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 20557246
num_examples: 1000
download_size: 1422682
dataset_size: 20557246
- config_name: WebQA
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 117785404
num_examples: 1000
download_size: 3232633
dataset_size: 117785404
- config_name: Wiki-SS-NQ
features:
- name: qry_text
dtype: string
- name: qry_img_path
dtype: string
- name: tgt_text
sequence: string
- name: tgt_img_path
sequence: string
- name: qry_inst
dtype: string
- name: tgt_inst
dtype: string
splits:
- name: test
num_bytes: 36627207
num_examples: 1000
download_size: 1895550
dataset_size: 36627207
configs:
- config_name: A-OKVQA
data_files:
- split: test
path: A-OKVQA/test-*
- config_name: CIRR
data_files:
- split: test
path: CIRR/test-*
- config_name: ChartQA
data_files:
- split: test
path: ChartQA/test-*
- config_name: Country211
data_files:
- split: test
path: Country211/test-*
- config_name: DocVQA
data_files:
- split: test
path: DocVQA/test-*
- config_name: EDIS
data_files:
- split: test
path: EDIS/test-*
- config_name: FashionIQ
data_files:
- split: test
path: FashionIQ/test-*
- config_name: GQA
data_files:
- split: test
path: GQA/test-*
- config_name: HatefulMemes
data_files:
- split: test
path: HatefulMemes/test-*
- config_name: ImageNet-1K
data_files:
- split: test
path: ImageNet-1K/test-*
- config_name: ImageNet-A
data_files:
- split: test
path: ImageNet-A/test-*
- config_name: ImageNet-R
data_files:
- split: test
path: ImageNet-R/test-*
- config_name: InfographicsVQA
data_files:
- split: test
path: InfographicsVQA/test-*
- config_name: MSCOCO
data_files:
- split: test
path: MSCOCO/test-*
- config_name: MSCOCO_i2t
data_files:
- split: test
path: MSCOCO_i2t/test-*
- config_name: MSCOCO_t2i
data_files:
- split: test
path: MSCOCO_t2i/test-*
- config_name: N24News
data_files:
- split: test
path: N24News/test-*
- config_name: NIGHTS
data_files:
- split: test
path: NIGHTS/test-*
- config_name: OK-VQA
data_files:
- split: test
path: OK-VQA/test-*
- config_name: OVEN
data_files:
- split: test
path: OVEN/test-*
- config_name: ObjectNet
data_files:
- split: test
path: ObjectNet/test-*
- config_name: Place365
data_files:
- split: test
path: Place365/test-*
- config_name: RefCOCO
data_files:
- split: test
path: RefCOCO/test-*
- config_name: RefCOCO-Matching
data_files:
- split: test
path: RefCOCO-Matching/test-*
- config_name: SUN397
data_files:
- split: test
path: SUN397/test-*
- config_name: ScienceQA
data_files:
- split: test
path: ScienceQA/test-*
- config_name: TextVQA
data_files:
- split: test
path: TextVQA/test-*
- config_name: VOC2007
data_files:
- split: test
path: VOC2007/test-*
- config_name: VisDial
data_files:
- split: test
path: VisDial/test-*
- config_name: Visual7W
data_files:
- split: test
path: Visual7W/test-*
- config_name: Visual7W-Pointing
data_files:
- split: test
path: Visual7W-Pointing/test-*
- config_name: VisualNews_i2t
data_files:
- split: test
path: VisualNews_i2t/test-*
- config_name: VisualNews_t2i
data_files:
- split: test
path: VisualNews_t2i/test-*
- config_name: VizWiz
data_files:
- split: test
path: VizWiz/test-*
- config_name: WebQA
data_files:
- split: test
path: WebQA/test-*
- config_name: Wiki-SS-NQ
data_files:
- split: test
path: Wiki-SS-NQ/test-*
---
|