Initial upload of synthetic OKVQA dataset with key objects
Browse files- README.md +28 -0
- data/from3700_3800/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -864,6 +864,30 @@ dataset_info:
|
|
864 |
num_examples: 49
|
865 |
download_size: 900379
|
866 |
dataset_size: 2570314.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
867 |
- config_name: from400_500
|
868 |
features:
|
869 |
- name: idx
|
@@ -1141,4 +1165,8 @@ configs:
|
|
1141 |
data_files:
|
1142 |
- split: train
|
1143 |
path: data/from3600_3700/train-*
|
|
|
|
|
|
|
|
|
1144 |
---
|
|
|
864 |
num_examples: 49
|
865 |
download_size: 900379
|
866 |
dataset_size: 2570314.0
|
867 |
+
- config_name: from3700_3800
|
868 |
+
features:
|
869 |
+
- name: idx
|
870 |
+
dtype: float64
|
871 |
+
- name: img
|
872 |
+
dtype: image
|
873 |
+
- name: original_question
|
874 |
+
dtype: string
|
875 |
+
- name: gt_ans
|
876 |
+
dtype: string
|
877 |
+
- name: key_object
|
878 |
+
dtype: string
|
879 |
+
- name: question
|
880 |
+
dtype: string
|
881 |
+
- name: answer
|
882 |
+
dtype: string
|
883 |
+
- name: vqa_sample
|
884 |
+
dtype: string
|
885 |
+
splits:
|
886 |
+
- name: train
|
887 |
+
num_bytes: 2615755.0
|
888 |
+
num_examples: 50
|
889 |
+
download_size: 960243
|
890 |
+
dataset_size: 2615755.0
|
891 |
- config_name: from400_500
|
892 |
features:
|
893 |
- name: idx
|
|
|
1165 |
data_files:
|
1166 |
- split: train
|
1167 |
path: data/from3600_3700/train-*
|
1168 |
+
- config_name: from3700_3800
|
1169 |
+
data_files:
|
1170 |
+
- split: train
|
1171 |
+
path: data/from3700_3800/train-*
|
1172 |
---
|
data/from3700_3800/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34009a6fa8f13f285803a812caf6f00ceec9b6c4333cc12b46b3b4990bf618ef
|
3 |
+
size 960243
|