File size: 695 Bytes
6198607 d63a400 6198607 d63a400 6198607 |
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 |
---
dataset_info:
features:
- name: task_name
dtype: string
- name: instance_id
dtype: string
- name: instruction
dtype: string
- name: ground_truth_label
dtype: string
- name: vqa_task_type
dtype: string
- name: image
dtype: image
splits:
- name: val
num_bytes: 182097927.0
num_examples: 502
- name: testdev
num_bytes: 211891319.0
num_examples: 430
- name: debug
num_bytes: 369188.0
num_examples: 1
download_size: 370482936
dataset_size: 394358434.0
configs:
- config_name: default
data_files:
- split: val
path: data/val-*
- split: testdev
path: data/testdev-*
- split: debug
path: data/debug-*
---
|