File size: 881 Bytes
6406ad5
 
8e164a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1e529e2
8e164a4
1e529e2
 
8e164a4
 
 
 
 
6406ad5
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
---

license: apache-2.0
dataset_info:
  features:
  - name: idx
    dtype: string
  - name: task
    dtype: string
  - name: question
    dtype: string
  - name: options
    sequence: string
  - name: answer
    dtype: string
  - name: '[IMAGE_1]'
    dtype: image
  - name: '[IMAGE_2]'
    dtype: image
  - name: '[IMAGE_3]'
    dtype: image
  - name: '[IMAGE_4]'
    dtype: image
  - name: '[IMAGE_5]'
    dtype: image
  - name: '[IMAGE_6]'
    dtype: image
  - name: '[IMAGE_7]'
    dtype: image
  - name: '[IMAGE_8]'
    dtype: image
  - name: image_relation
    dtype: string
  - name: image_type
    sequence: string
  splits:
  - name: test
    num_bytes: 52057789.0
    num_examples: 20
  download_size: 3603069
  dataset_size: 52057789.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---