File size: 906 Bytes
bbb85e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
  features:
  - name: question_id
    dtype: string
  - name: image
    dtype: image
  - name: question
    dtype: string
  - name: choices
    sequence: string
  - name: answer
    dtype: string
  - name: grid_size
    sequence: int64
  - name: metadata
    struct:
    - name: map
      sequence:
        sequence: int64
    - name: regions
      struct:
      - name: '3'
        sequence: int64
      - name: '2'
        sequence: int64
      - name: '1'
        sequence: int64
    - name: colormap
      struct:
      - name: '0'
        dtype: string
      - name: '1'
        dtype: string
      - name: '2'
        dtype: string
      - name: '3'
        dtype: string
  splits:
  - name: test
    num_bytes: 3378718.0
    num_examples: 900
  download_size: 462639
  dataset_size: 3378718.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---