File size: 907 Bytes
3ac1ac3
 
83c6537
3ac1ac3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83c6537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3ac1ac3
 
 
 
 
83c6537
 
 
 
3ac1ac3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
dataset_info:
- config_name: tqa
  features:
  - name: id
    dtype: string
  - name: text
    dtype: string
  - name: oracle_answer
    dtype: string
  - name: oracle_option
    dtype: string
  - name: oracle_full_answer
    dtype: string
  splits:
  - name: test
    num_bytes: 4729238
    num_examples: 4635
  download_size: 817133
  dataset_size: 4729238
- config_name: vqa
  features:
  - name: id
    dtype: string
  - name: text
    dtype: string
  - name: image
    dtype: image
  - name: oracle_answer
    dtype: string
  - name: oracle_option
    dtype: string
  - name: oracle_full_answer
    dtype: string
  splits:
  - name: test
    num_bytes: 258595441.36
    num_examples: 4635
  download_size: 712213462
  dataset_size: 258595441.36
configs:
- config_name: tqa
  data_files:
  - split: test
    path: tqa/test-*
- config_name: vqa
  data_files:
  - split: test
    path: vqa/test-*
---