File size: 983 Bytes
4f13bd1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8a1a9cd
 
4f13bd1
 
8a1a9cd
4f13bd1
 
 
8a1a9cd
 
4f13bd1
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: question
    dtype: string
  - name: solution
    sequence: string
  - name: final_answer
    sequence: string
  - name: context
    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: modality
    dtype: string
  - name: difficulty
    dtype: string
  - name: is_multiple_answer
    dtype: bool
  - name: unit
    dtype: string
  - name: answer_type
    dtype: string
  - name: error
    dtype: string
  - name: question_type
    dtype: string
  - name: subfield
    dtype: string
  - name: subject
    dtype: string
  - name: language
    dtype: string
  splits:
  - name: test
    num_bytes: 4444282.0
    num_examples: 212
  download_size: 2377898
  dataset_size: 4444282.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---