File size: 1,037 Bytes
e0b0723
84b9361
 
e0b0723
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- en
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: accept_response
    dtype: string
  - name: reject_response
    dtype: string
  - name: accept_choice
    dtype: string
  - name: reject_choice
    dtype: string
  - name: style
    dtype: string
  - name: question
    dtype: string
  - name: options
    sequence: string
  - name: selections
    sequence: float64
  - name: answers
    sequence: string
  - name: probabilities
    sequence: float64
  - name: accept_choice_id
    dtype: int64
  - name: reject_choice_id
    dtype: int64
  - name: options_map
    sequence: string
  splits:
  - name: train
    num_bytes: 92451533
    num_examples: 54896
  - name: eval
    num_bytes: 11525982
    num_examples: 6878
  - name: test
    num_bytes: 11541286
    num_examples: 6890
  download_size: 43382443
  dataset_size: 115518801
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: eval
    path: data/eval-*
  - split: test
    path: data/test-*
---