File size: 583 Bytes
dd71434 1172d5a dd71434 c03230d dd71434 c03230d dd71434 |
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 |
---
dataset_info:
features:
- name: image
dtype: image
- name: question_type
dtype: string
- name: answers
sequence: string
- name: id_image
dtype: int64
- name: question_id
dtype: int64
- name: question
dtype: string
splits:
- name: test
num_bytes: 833577670.0
num_examples: 5046
- name: train
num_bytes: 1487594256.0
num_examples: 9009
download_size: 2315635688
dataset_size: 2321171926.0
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: train
path: data/train-*
---
|