Upload dataset
Browse files- README.md +43 -0
- data/train-00000-of-00002.parquet +3 -0
- data/train-00001-of-00002.parquet +3 -0
README.md
CHANGED
@@ -1,3 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# VisualSimpleQA
|
2 |
|
3 |
## Introduction
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: int64
|
6 |
+
- name: multimodal_question
|
7 |
+
dtype: string
|
8 |
+
- name: answer
|
9 |
+
dtype: string
|
10 |
+
- name: rationale
|
11 |
+
dtype: string
|
12 |
+
- name: text_only_question
|
13 |
+
dtype: string
|
14 |
+
- name: image_source
|
15 |
+
dtype: string
|
16 |
+
- name: evidence
|
17 |
+
dtype: string
|
18 |
+
- name: resolution
|
19 |
+
dtype: string
|
20 |
+
- name: proportion_of_roi
|
21 |
+
dtype: string
|
22 |
+
- name: category
|
23 |
+
dtype: string
|
24 |
+
- name: text_in_image
|
25 |
+
dtype: string
|
26 |
+
- name: rationale_granularity
|
27 |
+
dtype: string
|
28 |
+
- name: image
|
29 |
+
dtype: image
|
30 |
+
- name: cropped_image
|
31 |
+
dtype: image
|
32 |
+
splits:
|
33 |
+
- name: train
|
34 |
+
num_bytes: 515536503.0
|
35 |
+
num_examples: 500
|
36 |
+
download_size: 515227519
|
37 |
+
dataset_size: 515536503.0
|
38 |
+
configs:
|
39 |
+
- config_name: default
|
40 |
+
data_files:
|
41 |
+
- split: train
|
42 |
+
path: data/train-*
|
43 |
+
---
|
44 |
# VisualSimpleQA
|
45 |
|
46 |
## Introduction
|
data/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d01e38ab66e2cd0653cbfb0c9d38679147705352e5892f15acd07446994ab25
|
3 |
+
size 114332326
|
data/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53282e7916442ebb83393305a42cc0cc0852ab4042a0c80de10f62c0bc9f0aef
|
3 |
+
size 400895193
|