File size: 2,913 Bytes
f50ec65 |
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 |
---
dataset_info:
- config_name: birds-to-words
features:
- name: id
dtype: string
- name: question_type
dtype: string
- name: question
dtype: string
- name: images
sequence: image
- name: options
sequence: string
- name: answer
dtype: string
- name: data_source
dtype: string
- name: category
dtype: string
splits:
- name: test
num_bytes: 170267865.0
num_examples: 337
download_size: 95411526
dataset_size: 170267865.0
- config_name: mantis_eval
features:
- name: id
dtype: string
- name: question_type
dtype: string
- name: question
dtype: string
- name: images
sequence: image
- name: options
sequence: string
- name: answer
dtype: string
- name: data_source
dtype: string
- name: category
dtype: string
splits:
- name: test
num_bytes: 479770102.0
num_examples: 217
download_size: 473031413
dataset_size: 479770102.0
- config_name: mementos
features:
- name: id
dtype: string
- name: question_type
dtype: string
- name: question
dtype: string
- name: images
sequence: image
- name: options
sequence: string
- name: answer
dtype: string
- name: data_source
dtype: string
- name: category
dtype: string
splits:
- name: image_cmc
num_bytes: 33771707.0
num_examples: 50
- name: image_dl
num_bytes: 1468869742.0
num_examples: 448
- name: image_robo
num_bytes: 539338081.0
num_examples: 199
- name: single_image_cmc
num_bytes: 48207029.0
num_examples: 50
- name: single_image_dl
num_bytes: 1455413585.0
num_examples: 448
- name: single_image_robo
num_bytes: 550100816.0
num_examples: 199
download_size: 4094931165
dataset_size: 4095700960.0
- config_name: nlvr2
features:
- name: id
dtype: string
- name: question_type
dtype: string
- name: question
dtype: string
- name: images
sequence: image
- name: options
sequence: string
- name: answer
dtype: string
- name: data_source
dtype: string
- name: category
dtype: string
splits:
- name: test
num_bytes: 12511043043.535
num_examples: 6967
download_size: 7454063707
dataset_size: 12511043043.535
configs:
- config_name: birds-to-words
data_files:
- split: test
path: birds-to-words/test-*
- config_name: mantis_eval
data_files:
- split: test
path: mantis_eval/test-*
- config_name: mementos
data_files:
- split: image_cmc
path: mementos/image_cmc-*
- split: image_dl
path: mementos/image_dl-*
- split: image_robo
path: mementos/image_robo-*
- split: single_image_cmc
path: mementos/single_image_cmc-*
- split: single_image_dl
path: mementos/single_image_dl-*
- split: single_image_robo
path: mementos/single_image_robo-*
- config_name: nlvr2
data_files:
- split: test
path: nlvr2/test-*
---
|