Initial upload of synthetic OKVQA dataset with key objects
Browse files- README.md +28 -0
- data/from2700_2800/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -576,6 +576,30 @@ dataset_info:
|
|
576 |
num_examples: 50
|
577 |
download_size: 855427
|
578 |
dataset_size: 2508048.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
579 |
- config_name: from300_400
|
580 |
features:
|
581 |
- name: idx
|
@@ -861,4 +885,8 @@ configs:
|
|
861 |
data_files:
|
862 |
- split: train
|
863 |
path: data/from2600_2700/train-*
|
|
|
|
|
|
|
|
|
864 |
---
|
|
|
576 |
num_examples: 50
|
577 |
download_size: 855427
|
578 |
dataset_size: 2508048.0
|
579 |
+
- config_name: from2700_2800
|
580 |
+
features:
|
581 |
+
- name: idx
|
582 |
+
dtype: float64
|
583 |
+
- name: img
|
584 |
+
dtype: image
|
585 |
+
- name: original_question
|
586 |
+
dtype: string
|
587 |
+
- name: gt_ans
|
588 |
+
dtype: string
|
589 |
+
- name: key_object
|
590 |
+
dtype: string
|
591 |
+
- name: question
|
592 |
+
dtype: string
|
593 |
+
- name: answer
|
594 |
+
dtype: string
|
595 |
+
- name: vqa_sample
|
596 |
+
dtype: string
|
597 |
+
splits:
|
598 |
+
- name: train
|
599 |
+
num_bytes: 2667962.0
|
600 |
+
num_examples: 50
|
601 |
+
download_size: 907380
|
602 |
+
dataset_size: 2667962.0
|
603 |
- config_name: from300_400
|
604 |
features:
|
605 |
- name: idx
|
|
|
885 |
data_files:
|
886 |
- split: train
|
887 |
path: data/from2600_2700/train-*
|
888 |
+
- config_name: from2700_2800
|
889 |
+
data_files:
|
890 |
+
- split: train
|
891 |
+
path: data/from2700_2800/train-*
|
892 |
---
|
data/from2700_2800/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc5530e30d1e52fbdded4733345ecd173fa6bdc7da49d72155cf6e6236ca871f
|
3 |
+
size 907380
|