File size: 565 Bytes
4a73246 f335f31 d8a69ae f335f31 d8a69ae 4a73246 f335f31 4a73246 |
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: 48989223.625
num_examples: 4499
- name: test
num_bytes: 48449768.75
num_examples: 4498
download_size: 91670015
dataset_size: 97438992.375
configs:
- config_name: default
data_files:
- split: valid
path: data/valid-*
- split: test
path: data/test-*
---
|