File size: 794 Bytes
abaa5f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: question_id
    dtype: string
  - name: question
    dtype: string
  - name: question_full
    dtype: string
  - name: choices
    list: string
  - name: correct_choice_idx
    dtype: int8
  - name: direct_answers
    dtype: string
  - name: difficult_direct_answer
    dtype: bool
  - name: rationales
    list: string
  - name: best_full_response
    dtype: string
  - name: worst_full_response
    dtype: string
  - name: best_response
    dtype: int64
  - name: worst_response
    dtype: int64
  splits:
  - name: train
    num_bytes: 110784776.25
    num_examples: 1990
  download_size: 108647526
  dataset_size: 110784776.25
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---