File size: 474 Bytes
2ee8d77 d64b65a 2ee8d77 |
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 |
---
dataset_info:
features:
- name: id
dtype: string
- name: image_url
dtype: string
- name: query
dtype: string
- name: answer
dtype: string
- name: choice
dtype: string
- name: question_type
dtype: string
splits:
- name: train
num_bytes: 1296791
num_examples: 3010
download_size: 497118
dataset_size: 1296791
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: cc-by-4.0
---
|