File size: 953 Bytes
bfb9a4e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image_id
    dtype: int64
  - name: date
    dtype: string
  - name: question
    dtype: string
  - name: relevant_context
    dtype: string
  - name: option_A_votes
    dtype: string
  - name: option_B_votes
    dtype: string
  - name: option_C_votes
    dtype: string
  - name: option_D_votes
    dtype: string
  - name: option_E_votes
    dtype: string
  - name: total_number_votes
    dtype: string
  - name: brier_score
    dtype: float64
  - name: image
    dtype: image
  - name: conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  - name: image_hash
    dtype: string
  - name: options
    sequence: string
  - name: answer
    dtype: string
  splits:
  - name: test
    num_bytes: 70294085.0
    num_examples: 947
  download_size: 69837257
  dataset_size: 70294085.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---