Initial upload of synthetic OKVQA dataset with key objects
Browse files- README.md +28 -0
- data/from2500_2600/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -528,6 +528,30 @@ dataset_info:
|
|
528 |
num_examples: 50
|
529 |
download_size: 882009
|
530 |
dataset_size: 2579507.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
531 |
- config_name: from300_400
|
532 |
features:
|
533 |
- name: idx
|
@@ -805,4 +829,8 @@ configs:
|
|
805 |
data_files:
|
806 |
- split: train
|
807 |
path: data/from2400_2500/train-*
|
|
|
|
|
|
|
|
|
808 |
---
|
|
|
528 |
num_examples: 50
|
529 |
download_size: 882009
|
530 |
dataset_size: 2579507.0
|
531 |
+
- config_name: from2500_2600
|
532 |
+
features:
|
533 |
+
- name: idx
|
534 |
+
dtype: float64
|
535 |
+
- name: img
|
536 |
+
dtype: image
|
537 |
+
- name: original_question
|
538 |
+
dtype: string
|
539 |
+
- name: gt_ans
|
540 |
+
dtype: string
|
541 |
+
- name: key_object
|
542 |
+
dtype: string
|
543 |
+
- name: question
|
544 |
+
dtype: string
|
545 |
+
- name: answer
|
546 |
+
dtype: string
|
547 |
+
- name: vqa_sample
|
548 |
+
dtype: string
|
549 |
+
splits:
|
550 |
+
- name: train
|
551 |
+
num_bytes: 2054570.0
|
552 |
+
num_examples: 50
|
553 |
+
download_size: 755647
|
554 |
+
dataset_size: 2054570.0
|
555 |
- config_name: from300_400
|
556 |
features:
|
557 |
- name: idx
|
|
|
829 |
data_files:
|
830 |
- split: train
|
831 |
path: data/from2400_2500/train-*
|
832 |
+
- config_name: from2500_2600
|
833 |
+
data_files:
|
834 |
+
- split: train
|
835 |
+
path: data/from2500_2600/train-*
|
836 |
---
|
data/from2500_2600/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bd288349cdcbdbd5f731718d1d18e1676962c9d21b358ace7f12121c305adff
|
3 |
+
size 755647
|