Initial upload of synthetic OKVQA dataset with key objects
Browse files- README.md +28 -0
- data/from300_400/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -168,6 +168,30 @@ dataset_info:
|
|
| 168 |
num_examples: 5
|
| 169 |
download_size: 90881
|
| 170 |
dataset_size: 211143.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
- config_name: from30_40
|
| 172 |
features:
|
| 173 |
- name: idx
|
|
@@ -281,4 +305,8 @@ configs:
|
|
| 281 |
data_files:
|
| 282 |
- split: train
|
| 283 |
path: data/from200_300/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 284 |
---
|
|
|
|
| 168 |
num_examples: 5
|
| 169 |
download_size: 90881
|
| 170 |
dataset_size: 211143.0
|
| 171 |
+
- config_name: from300_400
|
| 172 |
+
features:
|
| 173 |
+
- name: idx
|
| 174 |
+
dtype: float64
|
| 175 |
+
- name: img
|
| 176 |
+
dtype: image
|
| 177 |
+
- name: original_question
|
| 178 |
+
dtype: string
|
| 179 |
+
- name: gt_ans
|
| 180 |
+
dtype: string
|
| 181 |
+
- name: key_object
|
| 182 |
+
dtype: string
|
| 183 |
+
- name: question
|
| 184 |
+
dtype: string
|
| 185 |
+
- name: answer
|
| 186 |
+
dtype: string
|
| 187 |
+
- name: vqa_sample
|
| 188 |
+
dtype: string
|
| 189 |
+
splits:
|
| 190 |
+
- name: train
|
| 191 |
+
num_bytes: 3038623.0
|
| 192 |
+
num_examples: 50
|
| 193 |
+
download_size: 1025477
|
| 194 |
+
dataset_size: 3038623.0
|
| 195 |
- config_name: from30_40
|
| 196 |
features:
|
| 197 |
- name: idx
|
|
|
|
| 305 |
data_files:
|
| 306 |
- split: train
|
| 307 |
path: data/from200_300/train-*
|
| 308 |
+
- config_name: from300_400
|
| 309 |
+
data_files:
|
| 310 |
+
- split: train
|
| 311 |
+
path: data/from300_400/train-*
|
| 312 |
---
|
data/from300_400/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:490377395fc5a6007d477153e5cc6b358835d2fbacebb279b758757a364f19f7
|
| 3 |
+
size 1025477
|