File size: 907 Bytes
19dbcf6
 
 
 
 
 
 
 
 
 
 
 
dd7d613
 
 
 
 
19dbcf6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dd7d613
 
 
 
 
19dbcf6
 
dd7d613
 
 
 
19dbcf6
 
 
 
 
 
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
52
53
54
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: aspect
    dtype: string
  - name: scenario
    dtype: string
  - name: image
    dtype: image
  - name: gt_images
    list:
    - name: bytes
      dtype: binary
    - name: path
      dtype: 'null'
  - name: question
    dtype: string
  - name: A
    dtype: string
  - name: B
    dtype: string
  - name: C
    dtype: string
  - name: D
    dtype: string
  - name: answer_choice
    dtype: string
  - name: answer
    dtype: string
  - name: image_type
    dtype: string
  - name: source
    dtype: string
  - name: retrieved_images
    list:
    - name: bytes
      dtype: binary
    - name: path
      dtype: 'null'
  splits:
  - name: test
    num_bytes: 523267958.0
    num_examples: 80
  download_size: 462168507
  dataset_size: 523267958.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---