File size: 738 Bytes
5d1e4af dce6bec 5d1e4af |
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 |
---
license: apache-2.0
dataset_info:
features:
- name: id
dtype: int64
- name: images
list: image
- name: question_type
dtype: string
- name: question
dtype: string
- name: answer
dtype: string
- name: thought
dtype: string
- name: mean_normed_duration_seconds
dtype: float64
- name: difficulty
dtype:
class_label:
names:
'0': easy
'1': medium
'2': hard
- name: problem
dtype: string
splits:
- name: test
num_bytes: 794518135
num_examples: 1000
download_size: 793260664
dataset_size: 794518135
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
|