File size: 558 Bytes
99fcf20 9a0634a 99fcf20 9a0634a 99fcf20 |
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
dtype: string
- name: choices
dtype: string
- name: label
dtype: int64
- name: description
dtype: string
- name: id
dtype: string
splits:
- name: valid
num_bytes: 14944628.0
num_examples: 300
- name: test
num_bytes: 14824677.0
num_examples: 300
download_size: 23613385
dataset_size: 29769305.0
configs:
- config_name: default
data_files:
- split: valid
path: data/valid-*
- split: test
path: data/test-*
---
|