File size: 758 Bytes
e750e48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4c210bb
 
 
 
 
e750e48
 
 
 
 
4c210bb
 
e750e48
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: image1
    dtype: image
  - name: image2
    dtype: image
  - name: question
    dtype: string
  - name: option0
    dtype: string
  - name: option1
    dtype: string
  - name: option2
    dtype: string
  - name: option3
    dtype: string
  - name: question_type
    dtype: int64
  - name: question_concern
    dtype: int64
  - name: correct_choice
    dtype: string
  splits:
  - name: test
    num_bytes: 1464997937.0
    num_examples: 999
  - name: dev
    num_bytes: 1402568153.0
    num_examples: 1000
  download_size: 2814164683
  dataset_size: 2867566090.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: dev
    path: data/dev-*
---