AbSuLaTeZERO commited on
Commit
cdad855
·
verified ·
1 Parent(s): b84fe33

End of training

Browse files
README.md CHANGED
@@ -40,8 +40,8 @@ This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing
40
 
41
  - TRL: 0.15.2
42
  - Transformers: 4.51.3
43
- - Pytorch: 2.6.0
44
- - Datasets: 3.5.0
45
  - Tokenizers: 0.21.1
46
 
47
  ## Citations
 
40
 
41
  - TRL: 0.15.2
42
  - Transformers: 4.51.3
43
+ - Pytorch: 2.5.1
44
+ - Datasets: 3.6.0
45
  - Tokenizers: 0.21.1
46
 
47
  ## Citations
adapter_config.json CHANGED
@@ -24,13 +24,13 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "v_proj",
28
- "up_proj",
29
- "o_proj",
30
  "k_proj",
 
 
31
  "gate_proj",
32
- "down_proj",
33
- "q_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
+ "down_proj",
28
+ "q_proj",
 
29
  "k_proj",
30
+ "o_proj",
31
+ "v_proj",
32
  "gate_proj",
33
+ "up_proj"
 
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:058c55c27529f6256af32deef6d30cb8bee9fad1f96ecb4aab320327df3d29df
3
  size 35237104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1b22e7ff1c52bf61a1a162805358c06390056bac13767a24daf26d74e5d1d76
3
  size 35237104
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 1.846263126026315e-06,
4
- "train_runtime": 1130.8008,
5
- "train_samples": 14,
6
- "train_samples_per_second": 0.283,
7
- "train_steps_per_second": 0.018
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 6.33447747873106e-06,
4
+ "train_runtime": 621.3953,
5
+ "train_samples": 32,
6
+ "train_samples_per_second": 0.515,
7
+ "train_steps_per_second": 0.032
8
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 1.846263126026315e-06,
4
- "train_runtime": 1130.8008,
5
- "train_samples": 14,
6
- "train_samples_per_second": 0.283,
7
- "train_steps_per_second": 0.018
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 6.33447747873106e-06,
4
+ "train_runtime": 621.3953,
5
+ "train_samples": 32,
6
+ "train_samples_per_second": 0.515,
7
+ "train_steps_per_second": 0.032
8
  }
trainer_state.json CHANGED
@@ -2,7 +2,7 @@
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
- "epoch": 5.0,
6
  "eval_steps": 500,
7
  "global_step": 20,
8
  "is_hyper_param_search": false,
@@ -10,209 +10,209 @@
10
  "is_world_process_zero": true,
11
  "log_history": [
12
  {
13
- "completion_length": 394.46875,
14
- "epoch": 0.5714285714285714,
15
- "grad_norm": 1.2339857816696167,
16
- "kl": 0.0014976889069657773,
17
  "learning_rate": 5e-07,
18
  "loss": 0.0,
19
- "reward": 0.4177959216758609,
20
- "reward_std": 0.47653236147016287,
21
- "rewards/concensus_correctness_reward_func": 0.0078125,
22
- "rewards/consensus_reward_func": 0.0,
23
  "rewards/cumulative_reward_2": 0.0,
24
- "rewards/final_correctness_reward_func": 0.0,
25
- "rewards/question_recreation_reward_func": 0.2874209163710475,
26
  "rewards/soft_format_reward_func": 0.0,
27
  "rewards/strict_format_reward_func": 0.0,
28
- "rewards/xmlcount_reward_func": 0.12256250437349081,
29
  "step": 2
30
  },
31
  {
32
- "completion_length": 401.75,
33
- "epoch": 1.0,
34
- "grad_norm": 0.9314263463020325,
35
- "kl": 0.0014763531604936968,
36
  "learning_rate": 4.864543104251586e-07,
37
  "loss": 0.0,
38
- "reward": 0.8192004313071569,
39
- "reward_std": 0.9109265580773354,
40
- "rewards/concensus_correctness_reward_func": 0.054499998688697815,
41
- "rewards/consensus_reward_func": 0.0,
42
  "rewards/cumulative_reward_2": 0.0,
43
- "rewards/final_correctness_reward_func": 0.3333333333333333,
44
- "rewards/question_recreation_reward_func": 0.35807543123761815,
45
  "rewards/soft_format_reward_func": 0.0,
46
  "rewards/strict_format_reward_func": 0.0,
47
- "rewards/xmlcount_reward_func": 0.07329167673985164,
48
  "step": 4
49
  },
50
  {
51
- "completion_length": 382.8125,
52
- "epoch": 1.5714285714285714,
53
- "grad_norm": 10.93860912322998,
54
- "kl": 0.0044528390862978995,
55
  "learning_rate": 4.472851273490984e-07,
56
  "loss": 0.0,
57
- "reward": 0.4012568201869726,
58
- "reward_std": 0.8289460856467485,
59
- "rewards/concensus_correctness_reward_func": 0.02043749950826168,
60
- "rewards/consensus_reward_func": 0.0,
61
  "rewards/cumulative_reward_2": 0.0,
62
- "rewards/final_correctness_reward_func": 0.0,
63
- "rewards/question_recreation_reward_func": 0.331225560978055,
64
  "rewards/soft_format_reward_func": 0.0,
65
  "rewards/strict_format_reward_func": 0.0,
66
- "rewards/xmlcount_reward_func": 0.04959375876933336,
67
  "step": 6
68
  },
69
  {
70
- "completion_length": 431.2916666666667,
71
- "epoch": 2.0,
72
- "grad_norm": 0.7058228254318237,
73
- "kl": 0.0016016751566591363,
74
  "learning_rate": 3.867370395306068e-07,
75
  "loss": 0.0,
76
- "reward": 3.168473449846109,
77
- "reward_std": 2.236310025677085,
78
- "rewards/concensus_correctness_reward_func": 2.5,
79
- "rewards/consensus_reward_func": 0.0,
80
  "rewards/cumulative_reward_2": 0.0,
81
- "rewards/final_correctness_reward_func": 0.25,
82
- "rewards/question_recreation_reward_func": 0.312098595003287,
83
- "rewards/soft_format_reward_func": 0.0,
84
  "rewards/strict_format_reward_func": 0.0,
85
- "rewards/xmlcount_reward_func": 0.1063750001291434,
86
  "step": 8
87
  },
88
  {
89
- "completion_length": 392.625,
90
- "epoch": 2.571428571428571,
91
- "grad_norm": 36.917015075683594,
92
- "kl": 0.0015262642700690776,
93
  "learning_rate": 3.1137137178519977e-07,
94
  "loss": 0.0,
95
- "reward": 0.6821226291358471,
96
- "reward_std": 0.5203963043168187,
97
- "rewards/concensus_correctness_reward_func": 0.0,
98
- "rewards/consensus_reward_func": 0.0,
99
  "rewards/cumulative_reward_2": 0.0,
100
- "rewards/final_correctness_reward_func": 0.25,
101
- "rewards/question_recreation_reward_func": 0.3443101402372122,
102
  "rewards/soft_format_reward_func": 0.0,
103
  "rewards/strict_format_reward_func": 0.0,
104
- "rewards/xmlcount_reward_func": 0.08781249797903001,
105
  "step": 10
106
  },
107
  {
108
- "completion_length": 458.8333333333333,
109
- "epoch": 3.0,
110
- "grad_norm": 1.1164511442184448,
111
- "kl": 0.0013929471994439762,
112
  "learning_rate": 2.2935516363191693e-07,
113
  "loss": 0.0,
114
- "reward": 1.5158853853742282,
115
- "reward_std": 2.3134964207808175,
116
- "rewards/concensus_correctness_reward_func": 0.8878333320220312,
117
- "rewards/consensus_reward_func": 0.0,
118
  "rewards/cumulative_reward_2": 0.0,
119
- "rewards/final_correctness_reward_func": 0.0,
120
- "rewards/question_recreation_reward_func": 0.36738542715708417,
121
  "rewards/soft_format_reward_func": 0.0,
122
  "rewards/strict_format_reward_func": 0.0,
123
- "rewards/xmlcount_reward_func": 0.2606666684150696,
124
  "step": 12
125
  },
126
  {
127
- "completion_length": 400.53125,
128
- "epoch": 3.571428571428571,
129
- "grad_norm": 1.1706537008285522,
130
- "kl": 0.0035119867679895833,
131
  "learning_rate": 1.4957614383675767e-07,
132
  "loss": 0.0,
133
- "reward": 1.229899922851473,
134
- "reward_std": 1.5985346003435552,
135
  "rewards/concensus_correctness_reward_func": 0.625,
136
- "rewards/consensus_reward_func": 0.0,
137
  "rewards/cumulative_reward_2": 0.0,
138
- "rewards/final_correctness_reward_func": 0.3125,
139
- "rewards/question_recreation_reward_func": 0.2692748848348856,
140
  "rewards/soft_format_reward_func": 0.0,
141
  "rewards/strict_format_reward_func": 0.0,
142
- "rewards/xmlcount_reward_func": 0.0231250012293458,
143
  "step": 14
144
  },
145
  {
146
- "completion_length": 431.2916666666667,
147
- "epoch": 4.0,
148
- "grad_norm": 0.6544820070266724,
149
- "kl": 0.0016228632496980329,
150
  "learning_rate": 8.067960709356478e-08,
151
  "loss": 0.0,
152
- "reward": 0.5711955279111862,
153
- "reward_std": 0.5347563698887825,
154
- "rewards/concensus_correctness_reward_func": 0.054499998688697815,
155
- "rewards/consensus_reward_func": 0.0,
156
  "rewards/cumulative_reward_2": 0.0,
157
- "rewards/final_correctness_reward_func": 0.0,
158
- "rewards/question_recreation_reward_func": 0.40036220972736675,
159
  "rewards/soft_format_reward_func": 0.0,
160
- "rewards/strict_format_reward_func": 0.020833333333333332,
161
- "rewards/xmlcount_reward_func": 0.09549999609589577,
162
  "step": 16
163
  },
164
  {
165
- "completion_length": 454.53125,
166
- "epoch": 4.571428571428571,
167
- "grad_norm": 1.6570597887039185,
168
- "kl": 0.0016838895244291052,
169
  "learning_rate": 3.013156219837776e-08,
170
  "loss": 0.0,
171
- "reward": 0.6594347928185016,
172
- "reward_std": 0.8347256639972329,
173
- "rewards/concensus_correctness_reward_func": 0.06131249666213989,
174
- "rewards/consensus_reward_func": 0.0,
175
  "rewards/cumulative_reward_2": 0.0,
176
  "rewards/final_correctness_reward_func": 0.125,
177
- "rewards/question_recreation_reward_func": 0.314653554931283,
178
  "rewards/soft_format_reward_func": 0.0,
179
  "rewards/strict_format_reward_func": 0.0,
180
- "rewards/xmlcount_reward_func": 0.158468761947006,
181
  "step": 18
182
  },
183
  {
184
- "completion_length": 351.5416666666667,
185
- "epoch": 5.0,
186
- "grad_norm": 0.903715193271637,
187
- "kl": 0.0017104301368817687,
188
  "learning_rate": 3.4096741493194193e-09,
189
  "loss": 0.0,
190
- "reward": 0.8093653731048107,
191
- "reward_std": 0.8842336858312289,
192
- "rewards/concensus_correctness_reward_func": 0.0625,
193
- "rewards/consensus_reward_func": 0.0,
194
  "rewards/cumulative_reward_2": 0.0,
195
- "rewards/final_correctness_reward_func": 0.25,
196
- "rewards/question_recreation_reward_func": 0.38882372714579105,
197
  "rewards/soft_format_reward_func": 0.0,
198
  "rewards/strict_format_reward_func": 0.0,
199
- "rewards/xmlcount_reward_func": 0.10804166582723458,
200
  "step": 20
201
  },
202
  {
203
- "epoch": 5.0,
204
  "step": 20,
205
  "total_flos": 0.0,
206
- "train_loss": 1.846263126026315e-06,
207
- "train_runtime": 1130.8008,
208
- "train_samples_per_second": 0.283,
209
- "train_steps_per_second": 0.018
210
  }
211
  ],
212
  "logging_steps": 2,
213
  "max_steps": 20,
214
  "num_input_tokens_seen": 0,
215
- "num_train_epochs": 7,
216
  "save_steps": 25,
217
  "stateful_callbacks": {
218
  "TrainerControl": {
 
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
+ "epoch": 2.5,
6
  "eval_steps": 500,
7
  "global_step": 20,
8
  "is_hyper_param_search": false,
 
10
  "is_world_process_zero": true,
11
  "log_history": [
12
  {
13
+ "completion_length": 379.3125,
14
+ "epoch": 0.25,
15
+ "grad_norm": 2.7439236640930176,
16
+ "kl": 0.0,
17
  "learning_rate": 5e-07,
18
  "loss": 0.0,
19
+ "reward": 3.3803121647797525,
20
+ "reward_std": 3.566028727334924,
21
+ "rewards/concensus_correctness_reward_func": 1.875,
22
+ "rewards/consensus_reward_func": 0.1875,
23
  "rewards/cumulative_reward_2": 0.0,
24
+ "rewards/final_correctness_reward_func": 0.625,
25
+ "rewards/question_recreation_reward_func": 0.3854058999568224,
26
  "rewards/soft_format_reward_func": 0.0,
27
  "rewards/strict_format_reward_func": 0.0,
28
+ "rewards/xmlcount_reward_func": 0.3074062436353415,
29
  "step": 2
30
  },
31
  {
32
+ "completion_length": 248.9375,
33
+ "epoch": 0.5,
34
+ "grad_norm": 7.657437801361084,
35
+ "kl": 0.0056438162791891955,
36
  "learning_rate": 4.864543104251586e-07,
37
  "loss": 0.0,
38
+ "reward": 1.7027008049190044,
39
+ "reward_std": 2.5414942312054336,
40
+ "rewards/concensus_correctness_reward_func": 0.6851250007748604,
41
+ "rewards/consensus_reward_func": 0.1875,
42
  "rewards/cumulative_reward_2": 0.0,
43
+ "rewards/final_correctness_reward_func": 0.375,
44
+ "rewards/question_recreation_reward_func": 0.3183257170021534,
45
  "rewards/soft_format_reward_func": 0.0,
46
  "rewards/strict_format_reward_func": 0.0,
47
+ "rewards/xmlcount_reward_func": 0.13675000239163637,
48
  "step": 4
49
  },
50
  {
51
+ "completion_length": 320.71875,
52
+ "epoch": 0.75,
53
+ "grad_norm": 3.027006149291992,
54
+ "kl": 0.00369156566739548,
55
  "learning_rate": 4.472851273490984e-07,
56
  "loss": 0.0,
57
+ "reward": 0.9596255305223167,
58
+ "reward_std": 1.2235960713587701,
59
+ "rewards/concensus_correctness_reward_func": 0.1197500005364418,
60
+ "rewards/consensus_reward_func": 0.3125,
61
  "rewards/cumulative_reward_2": 0.0,
62
+ "rewards/final_correctness_reward_func": 0.125,
63
+ "rewards/question_recreation_reward_func": 0.19928179658018053,
64
  "rewards/soft_format_reward_func": 0.0,
65
  "rewards/strict_format_reward_func": 0.0,
66
+ "rewards/xmlcount_reward_func": 0.20309375040233135,
67
  "step": 6
68
  },
69
  {
70
+ "completion_length": 305.0,
71
+ "epoch": 1.0,
72
+ "grad_norm": 57.53217697143555,
73
+ "kl": 0.0027342141838744283,
74
  "learning_rate": 3.867370395306068e-07,
75
  "loss": 0.0,
76
+ "reward": 1.513476200401783,
77
+ "reward_std": 2.38468911498785,
78
+ "rewards/concensus_correctness_reward_func": 0.6851250007748604,
79
+ "rewards/consensus_reward_func": 0.25,
80
  "rewards/cumulative_reward_2": 0.0,
81
+ "rewards/final_correctness_reward_func": 0.125,
82
+ "rewards/question_recreation_reward_func": 0.34213246311992407,
83
+ "rewards/soft_format_reward_func": 0.03125,
84
  "rewards/strict_format_reward_func": 0.0,
85
+ "rewards/xmlcount_reward_func": 0.07996875513345003,
86
  "step": 8
87
  },
88
  {
89
+ "completion_length": 332.9375,
90
+ "epoch": 1.25,
91
+ "grad_norm": 52.287322998046875,
92
+ "kl": 0.037694583530537784,
93
  "learning_rate": 3.1137137178519977e-07,
94
  "loss": 0.0,
95
+ "reward": 1.110419673845172,
96
+ "reward_std": 1.192315123975277,
97
+ "rewards/concensus_correctness_reward_func": 0.16950000077486038,
98
+ "rewards/consensus_reward_func": 0.3125,
99
  "rewards/cumulative_reward_2": 0.0,
100
+ "rewards/final_correctness_reward_func": 0.1875,
101
+ "rewards/question_recreation_reward_func": 0.2483259281143546,
102
  "rewards/soft_format_reward_func": 0.0,
103
  "rewards/strict_format_reward_func": 0.0,
104
+ "rewards/xmlcount_reward_func": 0.19259374681860209,
105
  "step": 10
106
  },
107
  {
108
+ "completion_length": 353.40625,
109
+ "epoch": 1.5,
110
+ "grad_norm": 2.1427807807922363,
111
+ "kl": 0.0023543949209852144,
112
  "learning_rate": 2.2935516363191693e-07,
113
  "loss": 0.0,
114
+ "reward": 1.6070140902884305,
115
+ "reward_std": 2.405821370659396,
116
+ "rewards/concensus_correctness_reward_func": 0.7452500015497208,
117
+ "rewards/consensus_reward_func": 0.0625,
118
  "rewards/cumulative_reward_2": 0.0,
119
+ "rewards/final_correctness_reward_func": 0.5,
120
+ "rewards/question_recreation_reward_func": 0.358639074023813,
121
  "rewards/soft_format_reward_func": 0.0,
122
  "rewards/strict_format_reward_func": 0.0,
123
+ "rewards/xmlcount_reward_func": -0.05937499180436134,
124
  "step": 12
125
  },
126
  {
127
+ "completion_length": 258.75,
128
+ "epoch": 1.75,
129
+ "grad_norm": 25.269350051879883,
130
+ "kl": 0.002261648085550405,
131
  "learning_rate": 1.4957614383675767e-07,
132
  "loss": 0.0,
133
+ "reward": 1.369703633710742,
134
+ "reward_std": 2.061299598775804,
135
  "rewards/concensus_correctness_reward_func": 0.625,
136
+ "rewards/consensus_reward_func": 0.3125,
137
  "rewards/cumulative_reward_2": 0.0,
138
+ "rewards/final_correctness_reward_func": 0.125,
139
+ "rewards/question_recreation_reward_func": 0.2552348882891238,
140
  "rewards/soft_format_reward_func": 0.0,
141
  "rewards/strict_format_reward_func": 0.0,
142
+ "rewards/xmlcount_reward_func": 0.05196875333786011,
143
  "step": 14
144
  },
145
  {
146
+ "completion_length": 400.3125,
147
+ "epoch": 2.0,
148
+ "grad_norm": 1.878326416015625,
149
+ "kl": 0.0017821879300754517,
150
  "learning_rate": 8.067960709356478e-08,
151
  "loss": 0.0,
152
+ "reward": 1.3578586280345917,
153
+ "reward_std": 1.6749285701662302,
154
+ "rewards/concensus_correctness_reward_func": 0.19862500578165054,
155
+ "rewards/consensus_reward_func": 0.0625,
156
  "rewards/cumulative_reward_2": 0.0,
157
+ "rewards/final_correctness_reward_func": 0.5,
158
+ "rewards/question_recreation_reward_func": 0.32482736092060804,
159
  "rewards/soft_format_reward_func": 0.0,
160
+ "rewards/strict_format_reward_func": 0.015625,
161
+ "rewards/xmlcount_reward_func": 0.2562812389805913,
162
  "step": 16
163
  },
164
  {
165
+ "completion_length": 388.875,
166
+ "epoch": 2.25,
167
+ "grad_norm": 2.714452028274536,
168
+ "kl": 0.0016746084875194356,
169
  "learning_rate": 3.013156219837776e-08,
170
  "loss": 0.0,
171
+ "reward": 1.4144831225275993,
172
+ "reward_std": 1.6663512866944075,
173
+ "rewards/concensus_correctness_reward_func": 0.625,
174
+ "rewards/consensus_reward_func": 0.1875,
175
  "rewards/cumulative_reward_2": 0.0,
176
  "rewards/final_correctness_reward_func": 0.125,
177
+ "rewards/question_recreation_reward_func": 0.2610769057646394,
178
  "rewards/soft_format_reward_func": 0.0,
179
  "rewards/strict_format_reward_func": 0.0,
180
+ "rewards/xmlcount_reward_func": 0.21590624377131462,
181
  "step": 18
182
  },
183
  {
184
+ "completion_length": 361.03125,
185
+ "epoch": 2.5,
186
+ "grad_norm": 87.17727661132812,
187
+ "kl": 0.0055512295657536015,
188
  "learning_rate": 3.4096741493194193e-09,
189
  "loss": 0.0,
190
+ "reward": 1.9679193682968616,
191
+ "reward_std": 2.6846568696200848,
192
+ "rewards/concensus_correctness_reward_func": 0.6851250007748604,
193
+ "rewards/consensus_reward_func": 0.1875,
194
  "rewards/cumulative_reward_2": 0.0,
195
+ "rewards/final_correctness_reward_func": 0.375,
196
+ "rewards/question_recreation_reward_func": 0.44204438058659434,
197
  "rewards/soft_format_reward_func": 0.0,
198
  "rewards/strict_format_reward_func": 0.0,
199
+ "rewards/xmlcount_reward_func": 0.27824999764561653,
200
  "step": 20
201
  },
202
  {
203
+ "epoch": 2.5,
204
  "step": 20,
205
  "total_flos": 0.0,
206
+ "train_loss": 6.33447747873106e-06,
207
+ "train_runtime": 621.3953,
208
+ "train_samples_per_second": 0.515,
209
+ "train_steps_per_second": 0.032
210
  }
211
  ],
212
  "logging_steps": 2,
213
  "max_steps": 20,
214
  "num_input_tokens_seen": 0,
215
+ "num_train_epochs": 3,
216
  "save_steps": 25,
217
  "stateful_callbacks": {
218
  "TrainerControl": {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48b54a1e0de6d9a1bdb473dde2277a8d91adad179462aa76ef6aa443e4aba001
3
  size 6008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51612f2a388e62289944201fdd697aed0e365b4469cd71472bfbc3aa87646c89
3
  size 6008