File size: 2,080 Bytes
a754e80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: requirements
    dtype: string
  - name: selection_response_1
    dtype: string
  - name: selection_response_2
    dtype: string
  - name: selection_response_3
    dtype: string
  - name: selection_response_4
    dtype: string
  - name: current_response_1
    dtype: string
  - name: current_response_2
    dtype: string
  - name: adversary_response_1
    dtype: string
  - name: adversary_response_2
    dtype: string
  - name: base_response_1
    dtype: string
  - name: base_response_2
    dtype: string
  - name: selection_1_mean
    list: float64
  - name: selection_1_majority
    list: float64
  - name: selection_1_reward
    dtype: float64
  - name: selection_2_mean
    list: float64
  - name: selection_2_majority
    list: float64
  - name: selection_2_reward
    dtype: float64
  - name: selection_3_mean
    list: float64
  - name: selection_3_majority
    list: float64
  - name: selection_3_reward
    dtype: float64
  - name: selection_4_mean
    list: float64
  - name: selection_4_majority
    list: float64
  - name: selection_4_reward
    dtype: float64
  - name: base_1_mean
    list: float64
  - name: base_1_majority
    list: float64
  - name: base_1_reward
    dtype: float64
  - name: base_2_mean
    list: float64
  - name: base_2_majority
    list: float64
  - name: base_2_reward
    dtype: float64
  - name: current_1_mean
    list: float64
  - name: current_1_majority
    list: float64
  - name: current_1_reward
    dtype: float64
  - name: current_2_mean
    list: float64
  - name: current_2_majority
    list: float64
  - name: current_2_reward
    dtype: float64
  - name: qwen_prompt
    dtype: string
  - name: qwen_prompt_tokens
    list: int64
  splits:
  - name: train
    num_bytes: 1677291176
    num_examples: 38844
  - name: test
    num_bytes: 30954275
    num_examples: 725
  download_size: 651111190
  dataset_size: 1708245451
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---