File size: 1,815 Bytes
4c875d2
 
51b7585
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4c875d2
51b7585
4c875d2
51b7585
50179f4
51b7585
50179f4
51b7585
50179f4
4c875d2
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
dataset_info:
  - config_name: VisualSimpleQA
    features:
    - name: id
      dtype: int64
    - name: multimodal_question
      dtype: string
    - name: answer
      dtype: string
    - name: rationale
      dtype: string
    - name: text_only_question
      dtype: string
    - name: image_source
      dtype: string
    - name: evidence
      dtype: string
    - name: resolution
      dtype: string
    - name: proportion_of_roi
      dtype: string
    - name: category
      dtype: string
    - name: text_in_image
      dtype: string
    - name: rationale_granularity
      dtype: string
    - name: image
      dtype: image
    - name: cropped_image
      dtype: image
    splits:
    - name: test
      num_bytes: 515536503.0
      num_examples: 500
    download_size: 515227519
    dataset_size: 515536503.0
  - config_name: VisualSimpleQA_hard
    features:
    - name: id
      dtype: int64
    - name: multimodal_question
      dtype: string
    - name: answer
      dtype: string
    - name: rationale
      dtype: string
    - name: text_only_question
      dtype: string
    - name: image_source
      dtype: string
    - name: evidence
      dtype: string
    - name: resolution
      dtype: string
    - name: proportion_of_roi
      dtype: string
    - name: category
      dtype: string
    - name: text_in_image
      dtype: string
    - name: rationale_granularity
      dtype: string
    - name: image
      dtype: image
    - name: cropped_image
      dtype: image
    splits:
    - name: test
      num_bytes: 157153160
      num_examples: 129
    download_size: 157133331
    dataset_size: 157153160
configs:
- config_name: VisualSimpleQA
  data_files:
  - split: test
    path: full_data/*
- config_name: VisualSimpleQA_hard
  data_files:
  - split: test
    path: hard_data/*
---