File size: 731 Bytes
2ca5198 |
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 42 |
---
dataset_info:
features:
- name: id
dtype: string
- name: question
dtype: string
- name: background_text
dtype: string
- name: options
sequence: string
- name: image
dtype: image
- name: answer
dtype:
class_label:
names:
'0': '1'
'1': '2'
'2': '3'
'3': '4'
- name: answer_type
dtype:
class_label:
names:
'0': Factoid
'1': Non-Factoid
- name: explanation
dtype: string
splits:
- name: test
num_bytes: 565106546.585
num_examples: 1821
download_size: 242542962
dataset_size: 565106546.585
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
|