sedrickkeh commited on
Commit
9a1330f
·
verified ·
1 Parent(s): 6e97ae9

End of training

Browse files
README.md CHANGED
@@ -4,6 +4,7 @@ license: gemma
4
  base_model: google/gemma-2-9b
5
  tags:
6
  - llama-factory
 
7
  - generated_from_trainer
8
  model-index:
9
  - name: hp_ablations_gemma_epoch1
@@ -15,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # hp_ablations_gemma_epoch1
17
 
18
- This model is a fine-tuned version of [google/gemma-2-9b](https://huggingface.co/google/gemma-2-9b) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.5913
21
 
 
4
  base_model: google/gemma-2-9b
5
  tags:
6
  - llama-factory
7
+ - full
8
  - generated_from_trainer
9
  model-index:
10
  - name: hp_ablations_gemma_epoch1
 
16
 
17
  # hp_ablations_gemma_epoch1
18
 
19
+ This model is a fine-tuned version of [google/gemma-2-9b](https://huggingface.co/google/gemma-2-9b) on the mlfoundations-dev/oh-dcft-v3.1-gpt-4o-mini dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.5913
22
 
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9997179125528914,
3
+ "eval_loss": 0.5912777781486511,
4
+ "eval_runtime": 700.6578,
5
+ "eval_samples_per_second": 17.043,
6
+ "eval_steps_per_second": 0.534,
7
+ "total_flos": 1687906242527232.0,
8
+ "train_loss": 0.6135331322323387,
9
+ "train_runtime": 40842.8187,
10
+ "train_samples_per_second": 5.555,
11
+ "train_steps_per_second": 0.011
12
+ }
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9997179125528914,
3
+ "eval_loss": 0.5912777781486511,
4
+ "eval_runtime": 700.6578,
5
+ "eval_samples_per_second": 17.043,
6
+ "eval_steps_per_second": 0.534
7
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9997179125528914,
3
+ "total_flos": 1687906242527232.0,
4
+ "train_loss": 0.6135331322323387,
5
+ "train_runtime": 40842.8187,
6
+ "train_samples_per_second": 5.555,
7
+ "train_steps_per_second": 0.011
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,358 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9997179125528914,
5
+ "eval_steps": 500,
6
+ "global_step": 443,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.022566995768688293,
13
+ "grad_norm": 1.1076090467924995,
14
+ "learning_rate": 5e-06,
15
+ "loss": 0.7438,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.045133991537376586,
20
+ "grad_norm": 0.991735987363898,
21
+ "learning_rate": 5e-06,
22
+ "loss": 0.6802,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.06770098730606489,
27
+ "grad_norm": 0.8721792478756093,
28
+ "learning_rate": 5e-06,
29
+ "loss": 0.6629,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.09026798307475317,
34
+ "grad_norm": 0.5951545166641695,
35
+ "learning_rate": 5e-06,
36
+ "loss": 0.6406,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.11283497884344147,
41
+ "grad_norm": 0.7007845996565958,
42
+ "learning_rate": 5e-06,
43
+ "loss": 0.634,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.13540197461212977,
48
+ "grad_norm": 0.5943811510802003,
49
+ "learning_rate": 5e-06,
50
+ "loss": 0.6332,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.15796897038081806,
55
+ "grad_norm": 0.6353234676535418,
56
+ "learning_rate": 5e-06,
57
+ "loss": 0.629,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.18053596614950634,
62
+ "grad_norm": 0.6006567013207602,
63
+ "learning_rate": 5e-06,
64
+ "loss": 0.6306,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.20310296191819463,
69
+ "grad_norm": 0.7046632924461987,
70
+ "learning_rate": 5e-06,
71
+ "loss": 0.6282,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.22566995768688294,
76
+ "grad_norm": 0.7021240097891023,
77
+ "learning_rate": 5e-06,
78
+ "loss": 0.6272,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.24823695345557123,
83
+ "grad_norm": 0.5910229174924321,
84
+ "learning_rate": 5e-06,
85
+ "loss": 0.618,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.27080394922425954,
90
+ "grad_norm": 0.596959901149353,
91
+ "learning_rate": 5e-06,
92
+ "loss": 0.6173,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.2933709449929478,
97
+ "grad_norm": 0.8993218759485339,
98
+ "learning_rate": 5e-06,
99
+ "loss": 0.6185,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.3159379407616361,
104
+ "grad_norm": 0.6147671660802024,
105
+ "learning_rate": 5e-06,
106
+ "loss": 0.6135,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.3385049365303244,
111
+ "grad_norm": 0.6724362951434409,
112
+ "learning_rate": 5e-06,
113
+ "loss": 0.614,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.3610719322990127,
118
+ "grad_norm": 0.6020059058264652,
119
+ "learning_rate": 5e-06,
120
+ "loss": 0.6157,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.383638928067701,
125
+ "grad_norm": 0.6467062739486626,
126
+ "learning_rate": 5e-06,
127
+ "loss": 0.6118,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.40620592383638926,
132
+ "grad_norm": 0.6337134461733973,
133
+ "learning_rate": 5e-06,
134
+ "loss": 0.6087,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.4287729196050776,
139
+ "grad_norm": 1.187290343191463,
140
+ "learning_rate": 5e-06,
141
+ "loss": 0.6032,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.4513399153737659,
146
+ "grad_norm": 0.6573468292913784,
147
+ "learning_rate": 5e-06,
148
+ "loss": 0.6099,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.47390691114245415,
153
+ "grad_norm": 0.5436088131885063,
154
+ "learning_rate": 5e-06,
155
+ "loss": 0.6063,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.49647390691114246,
160
+ "grad_norm": 0.5714729478422241,
161
+ "learning_rate": 5e-06,
162
+ "loss": 0.598,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.5190409026798307,
167
+ "grad_norm": 0.6369923617172581,
168
+ "learning_rate": 5e-06,
169
+ "loss": 0.6068,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.5416078984485191,
174
+ "grad_norm": 0.6174803589160689,
175
+ "learning_rate": 5e-06,
176
+ "loss": 0.6057,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.5641748942172073,
181
+ "grad_norm": 0.5746679987420106,
182
+ "learning_rate": 5e-06,
183
+ "loss": 0.5998,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.5867418899858956,
188
+ "grad_norm": 0.7158022714822785,
189
+ "learning_rate": 5e-06,
190
+ "loss": 0.6025,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.609308885754584,
195
+ "grad_norm": 0.6550177518697455,
196
+ "learning_rate": 5e-06,
197
+ "loss": 0.5979,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.6318758815232722,
202
+ "grad_norm": 0.5848914985146456,
203
+ "learning_rate": 5e-06,
204
+ "loss": 0.6045,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.6544428772919605,
209
+ "grad_norm": 0.6013598059389905,
210
+ "learning_rate": 5e-06,
211
+ "loss": 0.5979,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.6770098730606487,
216
+ "grad_norm": 0.6694540638792662,
217
+ "learning_rate": 5e-06,
218
+ "loss": 0.604,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.6995768688293371,
223
+ "grad_norm": 0.5419093913651906,
224
+ "learning_rate": 5e-06,
225
+ "loss": 0.5972,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.7221438645980254,
230
+ "grad_norm": 0.5432682430557793,
231
+ "learning_rate": 5e-06,
232
+ "loss": 0.6004,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.7447108603667136,
237
+ "grad_norm": 0.5609209464002083,
238
+ "learning_rate": 5e-06,
239
+ "loss": 0.596,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.767277856135402,
244
+ "grad_norm": 0.5771320670008115,
245
+ "learning_rate": 5e-06,
246
+ "loss": 0.5955,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.7898448519040903,
251
+ "grad_norm": 0.6553502516133991,
252
+ "learning_rate": 5e-06,
253
+ "loss": 0.597,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.8124118476727785,
258
+ "grad_norm": 0.5735610527819333,
259
+ "learning_rate": 5e-06,
260
+ "loss": 0.5959,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.8349788434414669,
265
+ "grad_norm": 0.6196981942326923,
266
+ "learning_rate": 5e-06,
267
+ "loss": 0.603,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.8575458392101551,
272
+ "grad_norm": 0.5892757008227134,
273
+ "learning_rate": 5e-06,
274
+ "loss": 0.5997,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.8801128349788434,
279
+ "grad_norm": 0.6377051547834243,
280
+ "learning_rate": 5e-06,
281
+ "loss": 0.5937,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.9026798307475318,
286
+ "grad_norm": 0.5793619434689786,
287
+ "learning_rate": 5e-06,
288
+ "loss": 0.596,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.92524682651622,
293
+ "grad_norm": 0.5940412617035421,
294
+ "learning_rate": 5e-06,
295
+ "loss": 0.594,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.9478138222849083,
300
+ "grad_norm": 0.5720643197976489,
301
+ "learning_rate": 5e-06,
302
+ "loss": 0.5946,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.9703808180535967,
307
+ "grad_norm": 0.5934993591499655,
308
+ "learning_rate": 5e-06,
309
+ "loss": 0.5886,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.9929478138222849,
314
+ "grad_norm": 0.7147785717960933,
315
+ "learning_rate": 5e-06,
316
+ "loss": 0.5934,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.9997179125528914,
321
+ "eval_loss": 0.5912777781486511,
322
+ "eval_runtime": 697.2724,
323
+ "eval_samples_per_second": 17.125,
324
+ "eval_steps_per_second": 0.536,
325
+ "step": 443
326
+ },
327
+ {
328
+ "epoch": 0.9997179125528914,
329
+ "step": 443,
330
+ "total_flos": 1687906242527232.0,
331
+ "train_loss": 0.6135331322323387,
332
+ "train_runtime": 40842.8187,
333
+ "train_samples_per_second": 5.555,
334
+ "train_steps_per_second": 0.011
335
+ }
336
+ ],
337
+ "logging_steps": 10,
338
+ "max_steps": 443,
339
+ "num_input_tokens_seen": 0,
340
+ "num_train_epochs": 1,
341
+ "save_steps": 500,
342
+ "stateful_callbacks": {
343
+ "TrainerControl": {
344
+ "args": {
345
+ "should_epoch_stop": false,
346
+ "should_evaluate": false,
347
+ "should_log": false,
348
+ "should_save": true,
349
+ "should_training_stop": true
350
+ },
351
+ "attributes": {}
352
+ }
353
+ },
354
+ "total_flos": 1687906242527232.0,
355
+ "train_batch_size": 4,
356
+ "trial_name": null,
357
+ "trial_params": null
358
+ }
training_eval_loss.png ADDED
training_loss.png ADDED