File size: 1,242 Bytes
4d73338 db95c6f 4d73338 |
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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
---
dataset_info:
features:
- name: id
dtype: string
- name: image
dtype: image
- name: subquestions
dtype: string
- name: base_question
dtype: string
- name: base_answer
dtype: string
- name: final_question
dtype: string
- name: response
dtype: string
- name: ground_truth
dtype: string
- name: dataset_name
dtype: string
- name: split_name
dtype: string
- name: new_subquestions
list:
- name: answer
dtype: string
- name: question
dtype: string
- name: final_ans
dtype: string
- name: confidence
dtype: string
- name: all_answers
list:
- name: answer
dtype: string
- name: status
dtype: string
- name: tag
dtype: string
- name: user_confidence
dtype: int64
- name: image_name
dtype: string
- name: difficulty_our
dtype: int64
- name: difficulty_rationale_our
dtype: string
- name: difficulty_base
dtype: int64
- name: rationale_base
dtype: string
splits:
- name: train
num_bytes: 233662789
num_examples: 1620
download_size: 224068765
dataset_size: 233662789
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|