Jingbiao commited on
Commit
0820d9b
·
verified ·
1 Parent(s): a2f8dc4

Upload dataset

Browse files
EVQA2hop_1013_data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b321ccfd3e38a69c1d2f6c3f3f3ec058b3c615e9c9a35572d45046138e88b6e
3
+ size 1293425
EVQA2hop_1013_data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bc9177ed5e8fbe05910abb7981bda3a18ce903d7da1731496785d762159a605
3
+ size 21475312
EVQA2hop_1013_data/valid-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80e1ee4565dc8c8fbf0dbfa041f87db6f547233e46b8d61439232718f28fc3ce
3
+ size 707789
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: EVQA2hop_1013_data
4
+ features:
5
+ - name: pos_item_ids
6
+ sequence: string
7
+ - name: pos_item_contents
8
+ sequence: string
9
+ - name: img_id
10
+ dtype: string
11
+ - name: img_path
12
+ dtype: string
13
+ - name: image_id
14
+ dtype: string
15
+ - name: question_id
16
+ dtype: string
17
+ - name: question
18
+ dtype: string
19
+ - name: answers
20
+ sequence: string
21
+ - name: gold_answer
22
+ dtype: string
23
+ - name: question_type
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 304982153
28
+ num_examples: 99866
29
+ - name: valid
30
+ num_bytes: 5774606
31
+ num_examples: 1895
32
+ - name: test
33
+ num_bytes: 3017815
34
+ num_examples: 1000
35
+ download_size: 23476526
36
+ dataset_size: 313774574
37
+ configs:
38
+ - config_name: EVQA2hop_1013_data
39
+ data_files:
40
+ - split: train
41
+ path: EVQA2hop_1013_data/train-*
42
+ - split: valid
43
+ path: EVQA2hop_1013_data/valid-*
44
+ - split: test
45
+ path: EVQA2hop_1013_data/test-*
46
+ ---