ziyjiang commited on
Commit
9ef1876
·
verified ·
1 Parent(s): db1c137

Upload dataset

Browse files
Files changed (2) hide show
  1. A-OKVQA/test-00000-of-00001.parquet +3 -0
  2. README.md +24 -0
A-OKVQA/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:792a32c309172f5577b44839fca9909b854b5865f368fd642a0eaef05672f2af
3
+ size 1168144
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: A-OKVQA
4
+ features:
5
+ - name: qry_text
6
+ dtype: string
7
+ - name: qry_img_path
8
+ dtype: string
9
+ - name: tgt_text
10
+ sequence: string
11
+ - name: tgt_img_path
12
+ sequence: string
13
+ splits:
14
+ - name: test
15
+ num_bytes: 14048199
16
+ num_examples: 1000
17
+ download_size: 1168144
18
+ dataset_size: 14048199
19
+ configs:
20
+ - config_name: A-OKVQA
21
+ data_files:
22
+ - split: test
23
+ path: A-OKVQA/test-*
24
+ ---