File size: 724 Bytes
e56e41c |
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 41 |
---
dataset_info:
features:
- name: id
dtype: string
- name: question
dtype: string
- name: options
sequence: string
- name: image_path
dtype: string
- name: image
dtype: image
- name: answer
dtype: string
- name: solution
dtype: string
- name: level
dtype: int64
- name: subject
dtype: string
- name: Answer(Option)
dtype: string
splits:
- name: test
num_bytes: 43847608.968
num_examples: 1532
- name: testmini
num_bytes: 6967192.0
num_examples: 190
download_size: 36701568
dataset_size: 50814800.968
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: testmini
path: data/testmini-*
---
|