File size: 796 Bytes
c405714 b2be423 9857291 c405714 b2be423 9857291 c405714 |
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 |
---
dataset_info:
features:
- name: question_type
dtype: string
- name: multiple_choice_answer
dtype: string
- name: answers
sequence: string
- name: id_image
dtype: int64
- name: question_id
dtype: int64
- name: question
dtype: string
- name: image
dtype: image
splits:
- name: minival_validation
num_bytes: 4129862849.0
num_examples: 25994
- name: testdev
num_bytes: 16937904373.0
num_examples: 107394
- name: test
num_bytes: 70185729248.0
num_examples: 447793
download_size: 24624440873
dataset_size: 91253496470.0
configs:
- config_name: default
data_files:
- split: minival_validation
path: data/minival_validation-*
- split: testdev
path: data/testdev-*
- split: test
path: data/test-*
---
|