Initial upload of synthetic OKVQA dataset with key objects
Browse files- README.md +28 -0
- data/from3900_4000/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -912,6 +912,30 @@ dataset_info:
|
|
912 |
num_examples: 49
|
913 |
download_size: 986435
|
914 |
dataset_size: 2804564.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
915 |
- config_name: from400_500
|
916 |
features:
|
917 |
- name: idx
|
@@ -1197,4 +1221,8 @@ configs:
|
|
1197 |
data_files:
|
1198 |
- split: train
|
1199 |
path: data/from3800_3900/train-*
|
|
|
|
|
|
|
|
|
1200 |
---
|
|
|
912 |
num_examples: 49
|
913 |
download_size: 986435
|
914 |
dataset_size: 2804564.0
|
915 |
+
- config_name: from3900_4000
|
916 |
+
features:
|
917 |
+
- name: idx
|
918 |
+
dtype: float64
|
919 |
+
- name: img
|
920 |
+
dtype: image
|
921 |
+
- name: original_question
|
922 |
+
dtype: string
|
923 |
+
- name: gt_ans
|
924 |
+
dtype: string
|
925 |
+
- name: key_object
|
926 |
+
dtype: string
|
927 |
+
- name: question
|
928 |
+
dtype: string
|
929 |
+
- name: answer
|
930 |
+
dtype: string
|
931 |
+
- name: vqa_sample
|
932 |
+
dtype: string
|
933 |
+
splits:
|
934 |
+
- name: train
|
935 |
+
num_bytes: 2185192.0
|
936 |
+
num_examples: 49
|
937 |
+
download_size: 761534
|
938 |
+
dataset_size: 2185192.0
|
939 |
- config_name: from400_500
|
940 |
features:
|
941 |
- name: idx
|
|
|
1221 |
data_files:
|
1222 |
- split: train
|
1223 |
path: data/from3800_3900/train-*
|
1224 |
+
- config_name: from3900_4000
|
1225 |
+
data_files:
|
1226 |
+
- split: train
|
1227 |
+
path: data/from3900_4000/train-*
|
1228 |
---
|
data/from3900_4000/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd2f85a0a06262c2839f1a45a43f3d9c019f37b3989e6b4f3671d89b80e88f71
|
3 |
+
size 761534
|