File size: 593 Bytes
a71e800 |
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 |
---
dataset_info:
features:
- name: image_id
dtype: int64
- name: question
dtype: string
- name: question_id
dtype: int64
- name: image
dtype: image
splits:
- name: val
num_bytes: 3179614.0
num_examples: 20
- name: test
num_bytes: 3776297.0
num_examples: 20
- name: test_dev
num_bytes: 3415945.0
num_examples: 20
download_size: 3051983
dataset_size: 10371856.0
configs:
- config_name: default
data_files:
- split: val
path: data/val-*
- split: test
path: data/test-*
- split: test_dev
path: data/test_dev-*
---
|