Initial upload of synthetic OKVQA dataset with key objects
Browse files- README.md +28 -0
- data/from1900_2000/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -336,6 +336,30 @@ dataset_info:
|
|
336 |
num_examples: 50
|
337 |
download_size: 854411
|
338 |
dataset_size: 2473979.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
339 |
- config_name: from200_300
|
340 |
features:
|
341 |
- name: idx
|
@@ -697,6 +721,10 @@ configs:
|
|
697 |
data_files:
|
698 |
- split: train
|
699 |
path: data/from1800_1900/train-*
|
|
|
|
|
|
|
|
|
700 |
- config_name: from200_300
|
701 |
data_files:
|
702 |
- split: train
|
|
|
336 |
num_examples: 50
|
337 |
download_size: 854411
|
338 |
dataset_size: 2473979.0
|
339 |
+
- config_name: from1900_2000
|
340 |
+
features:
|
341 |
+
- name: idx
|
342 |
+
dtype: float64
|
343 |
+
- name: img
|
344 |
+
dtype: image
|
345 |
+
- name: original_question
|
346 |
+
dtype: string
|
347 |
+
- name: gt_ans
|
348 |
+
dtype: string
|
349 |
+
- name: key_object
|
350 |
+
dtype: string
|
351 |
+
- name: question
|
352 |
+
dtype: string
|
353 |
+
- name: answer
|
354 |
+
dtype: string
|
355 |
+
- name: vqa_sample
|
356 |
+
dtype: string
|
357 |
+
splits:
|
358 |
+
- name: train
|
359 |
+
num_bytes: 2506908.0
|
360 |
+
num_examples: 50
|
361 |
+
download_size: 906313
|
362 |
+
dataset_size: 2506908.0
|
363 |
- config_name: from200_300
|
364 |
features:
|
365 |
- name: idx
|
|
|
721 |
data_files:
|
722 |
- split: train
|
723 |
path: data/from1800_1900/train-*
|
724 |
+
- config_name: from1900_2000
|
725 |
+
data_files:
|
726 |
+
- split: train
|
727 |
+
path: data/from1900_2000/train-*
|
728 |
- config_name: from200_300
|
729 |
data_files:
|
730 |
- split: train
|
data/from1900_2000/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d38da2ff06e8d8681dbd5840d462bdc7d22bbf63656791c1bad9efa9383442e9
|
3 |
+
size 906313
|