Datasets:
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -15,10 +15,8 @@ dataset_info:
|
|
| 15 |
features:
|
| 16 |
- name: id
|
| 17 |
dtype: string
|
| 18 |
-
- name:
|
| 19 |
-
|
| 20 |
-
- name: image_2
|
| 21 |
-
dtype: image
|
| 22 |
- name: question
|
| 23 |
dtype: string
|
| 24 |
- name: answer
|
|
@@ -26,6 +24,11 @@ dataset_info:
|
|
| 26 |
splits:
|
| 27 |
- name: train
|
| 28 |
num_examples: 10815
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
---
|
| 30 |
|
| 31 |
# SenseBench
|
|
|
|
| 15 |
features:
|
| 16 |
- name: id
|
| 17 |
dtype: string
|
| 18 |
+
- name: images
|
| 19 |
+
sequence: image
|
|
|
|
|
|
|
| 20 |
- name: question
|
| 21 |
dtype: string
|
| 22 |
- name: answer
|
|
|
|
| 24 |
splits:
|
| 25 |
- name: train
|
| 26 |
num_examples: 10815
|
| 27 |
+
configs:
|
| 28 |
+
- config_name: default
|
| 29 |
+
data_files:
|
| 30 |
+
- split: train
|
| 31 |
+
path: questions.jsonl
|
| 32 |
---
|
| 33 |
|
| 34 |
# SenseBench
|