File size: 498 Bytes
77885b1 fd5a662 77885b1 50aedbe 77885b1 a44a518 50aedbe fd5a662 a44a518 77885b1 |
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 |
---
dataset_info:
features:
- name: qid
dtype: string
- name: question
dtype: string
- name: images
sequence: image
- name: answer
dtype: string
- name: type
dtype: string
- name: choices
sequence: string
- name: question_info
dtype: string
splits:
- name: train
num_bytes: 5161692.0
num_examples: 400
download_size: 980159
dataset_size: 5161692.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|