File size: 695 Bytes
555bc1f 9bab479 555bc1f 9bab479 555bc1f |
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 |
---
license: mit
configs:
- config_name: default
data_files:
- split: testmini
path: testmini/test_mini.parquet
features:
- name: index
dtype: int64
- name: description
dtype: string
- name: question
dtype: string
- name: image
dtype: image
- name: options
dtype: string
- name: answer
dtype: string
- name: category
dtype: string
- name: question_simply
dtype: string
- name: subfield
dtype: string
- name: image_caption
dtype: string
- name: reasoning_type
dtype:
sequence: string
---
|