MIQA_eval / README.md
DongfuJiang's picture
Duplicate from TIGER-Lab/MIQA-Eval
f50ec65 verified
---
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-*
---