kth8 commited on
Commit
7f43fd7
·
verified ·
1 Parent(s): c5513fa

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -21,27 +21,6 @@ Trained with the exact system prompt OpenCode's [title agent uses](https://raw.g
21
 
22
  ## Usage example
23
 
24
- Point to this model with `small_model` in `opencode.jsonc` file.
25
-
26
- ```json
27
- {
28
- "$schema": "https://opencode.ai/config.json",
29
- "provider": {
30
- "title": {
31
- "npm": "@ai-sdk/openai-compatible",
32
- "options": {
33
- "baseURL": "http://127.0.0.1:8080/v1",
34
- "apiKey": "not-needed"
35
- },
36
- "models": {
37
- "generator": {}
38
- }
39
- }
40
- },
41
- "small_model": "title/generator"
42
- }
43
- ```
44
-
45
  **System prompt**
46
  ```
47
  You are a title generator. You output ONLY a thread title. Nothing else.
@@ -121,35 +100,36 @@ Student course passing growth calculation
121
  - Weight decay: 0.01
122
 
123
  ## Training stats
124
- - Date: 2026-06-01T08:29:30.781636
125
  - GPU: NVIDIA A100-SXM4-40GB
126
- - Peak VRAM usage: 13.873 GB
127
- - Global step: 1588
128
- - Training runtime (seconds): 2468.3919
129
- - Best validation loss: 1.019551396369934
130
 
131
  | Step | Training Loss | Validation Loss |
132
  |------|---------------|-----------------|
133
- | 79 | 1.295400 | 1.364987 |
134
- | 158 | 1.269300 | 1.269067 |
135
- | 237 | 1.199000 | 1.264947 |
136
- | 316 | 1.249800 | 1.216193 |
137
- | 395 | 1.342900 | 1.188592 |
138
- | 474 | 1.212000 | 1.192388 |
139
- | 553 | 1.194300 | 1.155604 |
140
- | 632 | 1.174100 | 1.136098 |
141
- | 711 | 1.088800 | 1.133109 |
142
- | 790 | 1.148900 | 1.151859 |
143
- | 869 | 1.070300 | 1.112693 |
144
- | 948 | 1.005500 | 1.072988 |
145
- | 1027 | 1.035400 | 1.059929 |
146
- | 1106 | 1.075200 | 1.054300 |
147
- | 1185 | 1.078300 | 1.046455 |
148
- | 1264 | 1.063400 | 1.032251 |
149
- | 1343 | 0.980000 | 1.026014 |
150
- | 1422 | 1.040300 | 1.019870 |
151
- | 1501 | 0.987600 | 1.019551 |
152
- | 1580 | 0.988000 | 1.019595 |
 
153
 
154
  ## Framework versions
155
  - Unsloth: 2026.5.9
 
21
 
22
  ## Usage example
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  **System prompt**
25
  ```
26
  You are a title generator. You output ONLY a thread title. Nothing else.
 
100
  - Weight decay: 0.01
101
 
102
  ## Training stats
103
+ - Date: 2026-06-01T10:12:28.954526
104
  - GPU: NVIDIA A100-SXM4-40GB
105
+ - Peak VRAM usage: 13.854 GB
106
+ - Global step: 1607
107
+ - Training runtime (seconds): 2534.2207
108
+ - Best validation loss: 0.9999628067016602
109
 
110
  | Step | Training Loss | Validation Loss |
111
  |------|---------------|-----------------|
112
+ | 0 | No log | 4.586893 |
113
+ | 80 | 1.311900 | 1.303047 |
114
+ | 160 | 1.200600 | 1.274377 |
115
+ | 240 | 1.282300 | 1.222955 |
116
+ | 320 | 1.230500 | 1.195515 |
117
+ | 400 | 1.265500 | 1.195236 |
118
+ | 480 | 1.095300 | 1.177848 |
119
+ | 560 | 1.184700 | 1.157910 |
120
+ | 640 | 1.066800 | 1.122728 |
121
+ | 720 | 1.097000 | 1.117976 |
122
+ | 800 | 1.175000 | 1.068038 |
123
+ | 880 | 1.154500 | 1.077077 |
124
+ | 960 | 0.952900 | 1.044860 |
125
+ | 1040 | 1.078300 | 1.036307 |
126
+ | 1120 | 1.023300 | 1.031127 |
127
+ | 1200 | 1.091300 | 1.021288 |
128
+ | 1280 | 0.923400 | 1.013523 |
129
+ | 1360 | 0.981900 | 1.005518 |
130
+ | 1440 | 0.956300 | 1.001224 |
131
+ | 1520 | 0.968000 | 1.000348 |
132
+ | 1600 | 1.021000 | 0.999963 |
133
 
134
  ## Framework versions
135
  - Unsloth: 2026.5.9
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c234d92585f5bf0ed57ed1d171010da2fc92ca7c78b054d8468273b1ac9cf8c8
3
  size 1999811208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fae8649d55b0d2adff203cccea9359f967d0e17c063a43d179e596e278c90c20
3
  size 1999811208
train/log.json CHANGED
@@ -1,1277 +1,1299 @@
1
  [
2
  {
3
- "loss": 4.261,
4
- "grad_norm": 28.33258819580078,
 
 
 
 
 
 
 
 
5
  "learning_rate": 1.8e-05,
6
- "epoch": 0.006297229219143577,
7
  "step": 10
8
  },
9
  {
10
- "loss": 2.013,
11
- "grad_norm": 8.625818252563477,
12
  "learning_rate": 3.8e-05,
13
- "epoch": 0.012594458438287154,
14
  "step": 20
15
  },
16
  {
17
- "loss": 1.5624,
18
- "grad_norm": 7.547111511230469,
19
  "learning_rate": 5.8e-05,
20
- "epoch": 0.018891687657430732,
21
  "step": 30
22
  },
23
  {
24
- "loss": 1.4473,
25
- "grad_norm": 9.756204605102539,
26
  "learning_rate": 7.800000000000001e-05,
27
- "epoch": 0.02518891687657431,
28
  "step": 40
29
  },
30
  {
31
- "loss": 1.3737,
32
- "grad_norm": 5.382819652557373,
33
  "learning_rate": 9.8e-05,
34
- "epoch": 0.031486146095717885,
35
  "step": 50
36
  },
37
  {
38
- "loss": 1.4106,
39
- "grad_norm": 9.088937759399414,
40
  "learning_rate": 0.000118,
41
- "epoch": 0.037783375314861464,
42
  "step": 60
43
  },
44
  {
45
- "loss": 1.2954,
46
- "grad_norm": 6.663686275482178,
47
  "learning_rate": 0.000138,
48
- "epoch": 0.04408060453400504,
49
  "step": 70
50
  },
51
  {
52
- "eval_loss": 1.3649871349334717,
53
- "eval_runtime": 37.2236,
54
- "eval_samples_per_second": 13.943,
55
- "eval_steps_per_second": 3.492,
56
- "epoch": 0.04974811083123426,
57
- "step": 79
58
  },
59
  {
60
- "loss": 1.4254,
61
- "grad_norm": 6.387028694152832,
62
- "learning_rate": 0.00015800000000000002,
63
- "epoch": 0.05037783375314862,
 
64
  "step": 80
65
  },
66
  {
67
- "loss": 1.2516,
68
- "grad_norm": 4.3521552085876465,
69
  "learning_rate": 0.00017800000000000002,
70
- "epoch": 0.05667506297229219,
71
  "step": 90
72
  },
73
  {
74
- "loss": 1.2928,
75
- "grad_norm": 5.566264629364014,
76
  "learning_rate": 0.00019800000000000002,
77
- "epoch": 0.06297229219143577,
78
  "step": 100
79
  },
80
  {
81
- "loss": 1.3505,
82
- "grad_norm": 4.266009330749512,
83
- "learning_rate": 0.0001999819475629623,
84
- "epoch": 0.06926952141057935,
85
  "step": 110
86
  },
87
  {
88
- "loss": 1.3153,
89
- "grad_norm": 6.01008939743042,
90
- "learning_rate": 0.00019991955244474347,
91
- "epoch": 0.07556675062972293,
92
  "step": 120
93
  },
94
  {
95
- "loss": 1.307,
96
- "grad_norm": 3.635507583618164,
97
- "learning_rate": 0.0001998126195808803,
98
- "epoch": 0.0818639798488665,
99
  "step": 130
100
  },
101
  {
102
- "loss": 1.2197,
103
- "grad_norm": 5.475412845611572,
104
- "learning_rate": 0.00019966119663520412,
105
- "epoch": 0.08816120906801007,
106
  "step": 140
107
  },
108
  {
109
- "loss": 1.2693,
110
- "grad_norm": 4.274078845977783,
111
- "learning_rate": 0.00019946535110237904,
112
- "epoch": 0.09445843828715365,
113
  "step": 150
114
  },
115
  {
116
- "eval_loss": 1.269067406654358,
117
- "eval_runtime": 18.4869,
118
- "eval_samples_per_second": 28.074,
119
- "eval_steps_per_second": 7.032,
120
- "epoch": 0.09949622166246852,
121
- "step": 158
122
  },
123
  {
124
- "loss": 1.2633,
125
- "grad_norm": 5.927584648132324,
126
- "learning_rate": 0.00019922517027781746,
127
- "epoch": 0.10075566750629723,
 
128
  "step": 160
129
  },
130
  {
131
- "loss": 1.2406,
132
- "grad_norm": 4.917751789093018,
133
- "learning_rate": 0.000198940761218769,
134
- "epoch": 0.1070528967254408,
135
  "step": 170
136
  },
137
  {
138
- "loss": 1.2731,
139
- "grad_norm": 4.493299961090088,
140
- "learning_rate": 0.0001986122506966014,
141
- "epoch": 0.11335012594458438,
142
  "step": 180
143
  },
144
  {
145
- "loss": 1.2295,
146
- "grad_norm": 5.21290397644043,
147
- "learning_rate": 0.000198239785140294,
148
- "epoch": 0.11964735516372796,
149
  "step": 190
150
  },
151
  {
152
- "loss": 1.1721,
153
- "grad_norm": 4.943316459655762,
154
- "learning_rate": 0.000197823530571169,
155
- "epoch": 0.12594458438287154,
156
  "step": 200
157
  },
158
  {
159
- "loss": 1.2901,
160
- "grad_norm": 4.010244846343994,
161
- "learning_rate": 0.00019736367252888974,
162
- "epoch": 0.13224181360201512,
163
  "step": 210
164
  },
165
  {
166
- "loss": 1.2298,
167
- "grad_norm": 4.7228779792785645,
168
- "learning_rate": 0.000196860415988759,
169
- "epoch": 0.1385390428211587,
170
  "step": 220
171
  },
172
  {
173
- "loss": 1.199,
174
- "grad_norm": 4.324512004852295,
175
- "learning_rate": 0.00019631398527035422,
176
- "epoch": 0.14483627204030228,
177
  "step": 230
178
  },
179
  {
180
- "eval_loss": 1.2649470567703247,
181
- "eval_runtime": 18.6336,
182
- "eval_samples_per_second": 27.853,
183
- "eval_steps_per_second": 6.977,
184
- "epoch": 0.14924433249370278,
185
- "step": 237
186
  },
187
  {
188
- "loss": 1.2394,
189
- "grad_norm": 4.480823993682861,
190
- "learning_rate": 0.00019572462393754005,
191
- "epoch": 0.15113350125944586,
 
192
  "step": 240
193
  },
194
  {
195
- "loss": 1.1254,
196
- "grad_norm": 5.136316776275635,
197
- "learning_rate": 0.00019509259468990323,
198
- "epoch": 0.1574307304785894,
199
  "step": 250
200
  },
201
  {
202
- "loss": 1.2375,
203
- "grad_norm": 4.789736747741699,
204
- "learning_rate": 0.00019441817924565786,
205
- "epoch": 0.163727959697733,
206
  "step": 260
207
  },
208
  {
209
- "loss": 1.1322,
210
- "grad_norm": 3.7004570960998535,
211
- "learning_rate": 0.00019370167821607353,
212
- "epoch": 0.17002518891687657,
213
  "step": 270
214
  },
215
  {
216
- "loss": 1.2878,
217
- "grad_norm": 4.034934997558594,
218
- "learning_rate": 0.00019294341097148194,
219
- "epoch": 0.17632241813602015,
220
  "step": 280
221
  },
222
  {
223
- "loss": 1.3235,
224
- "grad_norm": 4.752628803253174,
225
- "learning_rate": 0.0001921437154989221,
226
- "epoch": 0.18261964735516373,
227
  "step": 290
228
  },
229
  {
230
- "loss": 1.3083,
231
- "grad_norm": 5.0100483894348145,
232
- "learning_rate": 0.0001913029482514873,
233
- "epoch": 0.1889168765743073,
234
  "step": 300
235
  },
236
  {
237
- "loss": 1.2498,
238
- "grad_norm": 4.2906036376953125,
239
- "learning_rate": 0.00019042148398944116,
240
- "epoch": 0.1952141057934509,
241
  "step": 310
242
  },
243
  {
244
- "eval_loss": 1.216193437576294,
245
- "eval_runtime": 18.6046,
246
- "eval_samples_per_second": 27.896,
247
- "eval_steps_per_second": 6.988,
248
- "epoch": 0.19899244332493704,
249
- "step": 316
250
  },
251
  {
252
- "loss": 1.1354,
253
- "grad_norm": 4.017844200134277,
254
- "learning_rate": 0.0001894997156131734,
255
- "epoch": 0.20151133501259447,
 
256
  "step": 320
257
  },
258
  {
259
- "loss": 1.2565,
260
- "grad_norm": 4.2938055992126465,
261
- "learning_rate": 0.00018853805398807004,
262
- "epoch": 0.20780856423173805,
263
  "step": 330
264
  },
265
  {
266
- "loss": 1.1638,
267
- "grad_norm": 5.103464126586914,
268
- "learning_rate": 0.00018753692776137584,
269
- "epoch": 0.2141057934508816,
270
  "step": 340
271
  },
272
  {
273
- "loss": 1.2232,
274
- "grad_norm": 4.511836528778076,
275
- "learning_rate": 0.00018649678317113084,
276
- "epoch": 0.22040302267002518,
277
  "step": 350
278
  },
279
  {
280
- "loss": 1.2183,
281
- "grad_norm": 4.007864475250244,
282
- "learning_rate": 0.0001854180838472659,
283
- "epoch": 0.22670025188916876,
284
  "step": 360
285
  },
286
  {
287
- "loss": 1.2473,
288
- "grad_norm": 5.685576438903809,
289
- "learning_rate": 0.00018430131060494616,
290
- "epoch": 0.23299748110831234,
291
  "step": 370
292
  },
293
  {
294
- "loss": 1.2598,
295
- "grad_norm": 5.161244869232178,
296
- "learning_rate": 0.00018314696123025454,
297
- "epoch": 0.23929471032745592,
298
  "step": 380
299
  },
300
  {
301
- "loss": 1.3429,
302
- "grad_norm": 4.944404125213623,
303
- "learning_rate": 0.00018195555025831022,
304
- "epoch": 0.2455919395465995,
305
  "step": 390
306
  },
307
  {
308
- "eval_loss": 1.1885915994644165,
309
- "eval_runtime": 18.7194,
310
- "eval_samples_per_second": 27.725,
311
- "eval_steps_per_second": 6.945,
312
- "epoch": 0.24874055415617127,
313
- "step": 395
314
  },
315
  {
316
- "loss": 1.1816,
317
- "grad_norm": 3.236201047897339,
318
- "learning_rate": 0.00018072760874392215,
319
- "epoch": 0.2518891687657431,
 
320
  "step": 400
321
  },
322
  {
323
- "loss": 1.1671,
324
- "grad_norm": 3.8253695964813232,
325
- "learning_rate": 0.00017946368402487845,
326
- "epoch": 0.25818639798488663,
327
  "step": 410
328
  },
329
  {
330
- "loss": 1.1089,
331
- "grad_norm": 4.663104057312012,
332
- "learning_rate": 0.00017816433947797858,
333
- "epoch": 0.26448362720403024,
334
  "step": 420
335
  },
336
  {
337
- "loss": 1.157,
338
- "grad_norm": 3.8281562328338623,
339
- "learning_rate": 0.00017683015426791566,
340
- "epoch": 0.2707808564231738,
341
  "step": 430
342
  },
343
  {
344
- "loss": 1.1627,
345
- "grad_norm": 5.250668048858643,
346
- "learning_rate": 0.00017546172308912213,
347
- "epoch": 0.2770780856423174,
348
  "step": 440
349
  },
350
  {
351
- "loss": 1.1441,
352
- "grad_norm": 5.779282569885254,
353
- "learning_rate": 0.0001740596559006929,
354
- "epoch": 0.28337531486146095,
355
  "step": 450
356
  },
357
  {
358
- "loss": 1.1383,
359
- "grad_norm": 4.290262222290039,
360
- "learning_rate": 0.00017262457765450457,
361
- "epoch": 0.28967254408060455,
362
  "step": 460
363
  },
364
  {
365
- "loss": 1.212,
366
- "grad_norm": 4.313045024871826,
367
- "learning_rate": 0.000171157128016652,
368
- "epoch": 0.2959697732997481,
369
  "step": 470
370
  },
371
  {
372
- "eval_loss": 1.1923881769180298,
373
- "eval_runtime": 18.6387,
374
- "eval_samples_per_second": 27.845,
375
- "eval_steps_per_second": 6.975,
376
- "epoch": 0.29848866498740556,
377
- "step": 474
378
  },
379
  {
380
- "loss": 1.0729,
381
- "grad_norm": 3.9757778644561768,
382
- "learning_rate": 0.00016965796108232598,
383
- "epoch": 0.3022670025188917,
 
384
  "step": 480
385
  },
386
  {
387
- "loss": 1.1157,
388
- "grad_norm": 5.032901287078857,
389
- "learning_rate": 0.00016812774508425933,
390
- "epoch": 0.30856423173803527,
391
  "step": 490
392
  },
393
  {
394
- "loss": 1.1882,
395
- "grad_norm": 4.437510013580322,
396
- "learning_rate": 0.00016656716209487174,
397
- "epoch": 0.3148614609571788,
398
  "step": 500
399
  },
400
  {
401
- "loss": 1.2293,
402
- "grad_norm": 4.184134006500244,
403
- "learning_rate": 0.00016497690772224522,
404
- "epoch": 0.3211586901763224,
405
  "step": 510
406
  },
407
  {
408
- "loss": 1.0951,
409
- "grad_norm": 7.480218410491943,
410
- "learning_rate": 0.00016335769080006674,
411
- "epoch": 0.327455919395466,
412
  "step": 520
413
  },
414
  {
415
- "loss": 1.2974,
416
- "grad_norm": 3.937443256378174,
417
- "learning_rate": 0.00016171023307167545,
418
- "epoch": 0.3337531486146096,
419
  "step": 530
420
  },
421
  {
422
- "loss": 1.0903,
423
- "grad_norm": 5.319689750671387,
424
- "learning_rate": 0.00016003526886835553,
425
- "epoch": 0.34005037783375314,
426
  "step": 540
427
  },
428
  {
429
- "loss": 1.1943,
430
- "grad_norm": 4.3774733543396,
431
- "learning_rate": 0.00015833354478201844,
432
- "epoch": 0.34634760705289674,
433
  "step": 550
434
  },
435
  {
436
- "eval_loss": 1.1556044816970825,
437
- "eval_runtime": 18.5813,
438
- "eval_samples_per_second": 27.931,
439
- "eval_steps_per_second": 6.996,
440
- "epoch": 0.3482367758186398,
441
- "step": 553
442
  },
443
  {
444
- "loss": 1.1484,
445
- "grad_norm": 4.87918758392334,
446
- "learning_rate": 0.00015660581933241993,
447
- "epoch": 0.3526448362720403,
 
448
  "step": 560
449
  },
450
  {
451
- "loss": 1.1569,
452
- "grad_norm": 5.953218936920166,
453
- "learning_rate": 0.00015485286262906044,
454
- "epoch": 0.3589420654911839,
455
  "step": 570
456
  },
457
  {
458
- "loss": 1.1309,
459
- "grad_norm": 3.7059683799743652,
460
- "learning_rate": 0.00015307545602791955,
461
- "epoch": 0.36523929471032746,
462
  "step": 580
463
  },
464
  {
465
- "loss": 1.1818,
466
- "grad_norm": 3.702540159225464,
467
- "learning_rate": 0.00015127439178317745,
468
- "epoch": 0.371536523929471,
469
  "step": 590
470
  },
471
  {
472
- "loss": 1.0851,
473
- "grad_norm": 3.8618204593658447,
474
- "learning_rate": 0.00014945047269407876,
475
- "epoch": 0.3778337531486146,
476
  "step": 600
477
  },
478
  {
479
- "loss": 1.2035,
480
- "grad_norm": 3.884420871734619,
481
- "learning_rate": 0.0001476045117470958,
482
- "epoch": 0.38413098236775817,
483
  "step": 610
484
  },
485
  {
486
- "loss": 1.1274,
487
- "grad_norm": 4.641972064971924,
488
- "learning_rate": 0.0001457373317535515,
489
- "epoch": 0.3904282115869018,
490
  "step": 620
491
  },
492
  {
493
- "loss": 1.1741,
494
- "grad_norm": 3.4928109645843506,
495
- "learning_rate": 0.00014384976498286252,
496
- "epoch": 0.3967254408060453,
497
  "step": 630
498
  },
499
  {
500
- "eval_loss": 1.1360982656478882,
501
- "eval_runtime": 18.5975,
502
- "eval_samples_per_second": 27.907,
503
- "eval_steps_per_second": 6.99,
504
- "epoch": 0.3979848866498741,
505
- "step": 632
506
  },
507
  {
508
- "loss": 1.0498,
509
- "grad_norm": 5.098562240600586,
510
- "learning_rate": 0.00014194265279156675,
511
- "epoch": 0.40302267002518893,
 
512
  "step": 640
513
  },
514
  {
515
- "loss": 1.0625,
516
- "grad_norm": 4.585139274597168,
517
- "learning_rate": 0.00014001684524830057,
518
- "epoch": 0.4093198992443325,
519
  "step": 650
520
  },
521
  {
522
- "loss": 1.3131,
523
- "grad_norm": 4.212075233459473,
524
- "learning_rate": 0.0001380732007548925,
525
- "epoch": 0.4156171284634761,
526
  "step": 660
527
  },
528
  {
529
- "loss": 1.0974,
530
- "grad_norm": 2.9548299312591553,
531
- "learning_rate": 0.00013611258566374257,
532
- "epoch": 0.42191435768261965,
533
  "step": 670
534
  },
535
  {
536
- "loss": 1.1007,
537
- "grad_norm": 7.119769096374512,
538
- "learning_rate": 0.00013413587389165784,
539
- "epoch": 0.4282115869017632,
540
  "step": 680
541
  },
542
  {
543
- "loss": 1.1405,
544
- "grad_norm": 3.9440793991088867,
545
- "learning_rate": 0.00013214394653031616,
546
- "epoch": 0.4345088161209068,
547
  "step": 690
548
  },
549
  {
550
- "loss": 1.1412,
551
- "grad_norm": 3.7775681018829346,
552
- "learning_rate": 0.000130137691453532,
553
- "epoch": 0.44080604534005036,
554
  "step": 700
555
  },
556
  {
557
- "loss": 1.0888,
558
- "grad_norm": 3.689419984817505,
559
- "learning_rate": 0.0001281180029214988,
560
- "epoch": 0.44710327455919396,
561
  "step": 710
562
  },
563
  {
564
- "eval_loss": 1.1331086158752441,
565
- "eval_runtime": 18.9998,
566
- "eval_samples_per_second": 27.316,
567
- "eval_steps_per_second": 6.842,
568
- "epoch": 0.4477329974811083,
569
- "step": 711
570
  },
571
  {
572
- "loss": 1.0959,
573
- "grad_norm": 4.162503242492676,
574
- "learning_rate": 0.00012608578118218535,
575
- "epoch": 0.4534005037783375,
 
576
  "step": 720
577
  },
578
  {
579
- "loss": 1.0881,
580
- "grad_norm": 4.154449939727783,
581
- "learning_rate": 0.00012404193207006246,
582
- "epoch": 0.4596977329974811,
583
  "step": 730
584
  },
585
  {
586
- "loss": 1.1664,
587
- "grad_norm": 3.9392330646514893,
588
- "learning_rate": 0.00012198736660234009,
589
- "epoch": 0.4659949622166247,
590
  "step": 740
591
  },
592
  {
593
- "loss": 1.2067,
594
- "grad_norm": 3.568701982498169,
595
- "learning_rate": 0.0001199230005728942,
596
- "epoch": 0.4722921914357683,
597
  "step": 750
598
  },
599
  {
600
- "loss": 1.085,
601
- "grad_norm": 4.274581432342529,
602
- "learning_rate": 0.00011784975414406426,
603
- "epoch": 0.47858942065491183,
604
  "step": 760
605
  },
606
  {
607
- "loss": 1.1039,
608
- "grad_norm": 4.135290145874023,
609
- "learning_rate": 0.00011576855143650371,
610
- "epoch": 0.48488664987405544,
611
  "step": 770
612
  },
613
  {
614
- "loss": 1.0403,
615
- "grad_norm": 3.5335512161254883,
616
- "learning_rate": 0.00011368032011726635,
617
- "epoch": 0.491183879093199,
618
  "step": 780
619
  },
620
  {
621
- "loss": 1.1489,
622
- "grad_norm": 3.251199722290039,
623
- "learning_rate": 0.00011158599098631137,
624
- "epoch": 0.49748110831234255,
625
  "step": 790
626
  },
627
  {
628
- "eval_loss": 1.1518590450286865,
629
- "eval_runtime": 18.5131,
630
- "eval_samples_per_second": 28.034,
631
- "eval_steps_per_second": 7.022,
632
- "epoch": 0.49748110831234255,
633
- "step": 790
634
  },
635
  {
636
- "loss": 1.0229,
637
- "grad_norm": 3.9981064796447754,
638
- "learning_rate": 0.00010948649756161246,
639
- "epoch": 0.5037783375314862,
 
640
  "step": 800
641
  },
642
  {
643
- "loss": 1.0989,
644
- "grad_norm": 4.600470066070557,
645
- "learning_rate": 0.00010738277566305514,
646
- "epoch": 0.5100755667506297,
647
  "step": 810
648
  },
649
  {
650
- "loss": 1.0495,
651
- "grad_norm": 3.7388057708740234,
652
- "learning_rate": 0.0001052757629953082,
653
- "epoch": 0.5163727959697733,
654
  "step": 820
655
  },
656
  {
657
- "loss": 1.0471,
658
- "grad_norm": 4.045319557189941,
659
- "learning_rate": 0.00010316639872985472,
660
- "epoch": 0.5226700251889169,
661
  "step": 830
662
  },
663
  {
664
- "loss": 1.1542,
665
- "grad_norm": 3.8340413570404053,
666
- "learning_rate": 0.00010105562308636973,
667
- "epoch": 0.5289672544080605,
668
  "step": 840
669
  },
670
  {
671
- "loss": 1.0944,
672
- "grad_norm": 3.6133155822753906,
673
- "learning_rate": 9.894437691363028e-05,
674
- "epoch": 0.535264483627204,
675
  "step": 850
676
  },
677
  {
678
- "loss": 1.0703,
679
- "grad_norm": 3.6610817909240723,
680
- "learning_rate": 9.683360127014529e-05,
681
- "epoch": 0.5415617128463476,
682
  "step": 860
683
  },
684
  {
685
- "eval_loss": 1.1126927137374878,
686
- "eval_runtime": 18.6703,
687
- "eval_samples_per_second": 27.798,
688
- "eval_steps_per_second": 6.963,
689
- "epoch": 0.5472292191435768,
690
- "step": 869
691
  },
692
  {
693
- "loss": 1.0068,
694
- "grad_norm": 3.7706260681152344,
695
- "learning_rate": 9.47242370046918e-05,
696
- "epoch": 0.5478589420654912,
697
- "step": 870
698
  },
699
  {
700
- "loss": 1.0582,
701
- "grad_norm": 4.216574192047119,
702
- "learning_rate": 9.261722433694485e-05,
703
- "epoch": 0.5541561712846348,
 
704
  "step": 880
705
  },
706
  {
707
- "loss": 1.091,
708
- "grad_norm": 4.351677894592285,
709
- "learning_rate": 9.051350243838756e-05,
710
- "epoch": 0.5604534005037783,
711
  "step": 890
712
  },
713
  {
714
- "loss": 1.0095,
715
- "grad_norm": 3.1938083171844482,
716
- "learning_rate": 8.841400901368864e-05,
717
- "epoch": 0.5667506297229219,
718
  "step": 900
719
  },
720
  {
721
- "loss": 0.9896,
722
- "grad_norm": 3.466660976409912,
723
- "learning_rate": 8.631967988273366e-05,
724
- "epoch": 0.5730478589420654,
725
  "step": 910
726
  },
727
  {
728
- "loss": 0.9416,
729
- "grad_norm": 4.237432479858398,
730
- "learning_rate": 8.423144856349631e-05,
731
- "epoch": 0.5793450881612091,
732
  "step": 920
733
  },
734
  {
735
- "loss": 1.1146,
736
- "grad_norm": 2.8684630393981934,
737
- "learning_rate": 8.215024585593577e-05,
738
- "epoch": 0.5856423173803527,
739
  "step": 930
740
  },
741
  {
742
- "loss": 1.0055,
743
- "grad_norm": 3.612492322921753,
744
- "learning_rate": 8.007699942710581e-05,
745
- "epoch": 0.5919395465994962,
746
  "step": 940
747
  },
748
  {
749
- "eval_loss": 1.072987675666809,
750
- "eval_runtime": 18.7293,
751
- "eval_samples_per_second": 27.711,
752
- "eval_steps_per_second": 6.941,
753
- "epoch": 0.5969773299748111,
754
- "step": 948
755
  },
756
  {
757
- "loss": 1.0303,
758
- "grad_norm": 4.036654472351074,
759
- "learning_rate": 7.801263339765994e-05,
760
- "epoch": 0.5982367758186398,
761
- "step": 950
762
  },
763
  {
764
- "loss": 1.0264,
765
- "grad_norm": 3.446193218231201,
766
- "learning_rate": 7.595806792993759e-05,
767
- "epoch": 0.6045340050377834,
 
768
  "step": 960
769
  },
770
  {
771
- "loss": 1.1178,
772
- "grad_norm": 4.124652862548828,
773
- "learning_rate": 7.391421881781468e-05,
774
- "epoch": 0.610831234256927,
775
  "step": 970
776
  },
777
  {
778
- "loss": 1.0875,
779
- "grad_norm": 3.254272699356079,
780
- "learning_rate": 7.188199707850122e-05,
781
- "epoch": 0.6171284634760705,
782
  "step": 980
783
  },
784
  {
785
- "loss": 1.0247,
786
- "grad_norm": 4.263841152191162,
787
- "learning_rate": 6.986230854646804e-05,
788
- "epoch": 0.6234256926952141,
789
  "step": 990
790
  },
791
  {
792
- "loss": 1.0394,
793
- "grad_norm": 4.2250447273254395,
794
- "learning_rate": 6.785605346968386e-05,
795
- "epoch": 0.6297229219143576,
796
  "step": 1000
797
  },
798
  {
799
- "loss": 1.058,
800
- "grad_norm": 4.4213128089904785,
801
- "learning_rate": 6.586412610834221e-05,
802
- "epoch": 0.6360201511335013,
803
  "step": 1010
804
  },
805
  {
806
- "loss": 1.0354,
807
- "grad_norm": 3.6707351207733154,
808
- "learning_rate": 6.388741433625746e-05,
809
- "epoch": 0.6423173803526449,
810
  "step": 1020
811
  },
812
  {
813
- "eval_loss": 1.0599287748336792,
814
- "eval_runtime": 18.7825,
815
- "eval_samples_per_second": 27.632,
816
- "eval_steps_per_second": 6.921,
817
- "epoch": 0.6467254408060453,
818
- "step": 1027
819
  },
820
  {
821
- "loss": 1.0219,
822
- "grad_norm": 3.590726613998413,
823
- "learning_rate": 6.192679924510752e-05,
824
- "epoch": 0.6486146095717884,
825
- "step": 1030
826
  },
827
  {
828
- "loss": 0.9563,
829
- "grad_norm": 2.9363389015197754,
830
- "learning_rate": 5.998315475169942e-05,
831
- "epoch": 0.654911838790932,
 
832
  "step": 1040
833
  },
834
  {
835
- "loss": 1.0477,
836
- "grad_norm": 3.508352279663086,
837
- "learning_rate": 5.8057347208433266e-05,
838
- "epoch": 0.6612090680100756,
839
  "step": 1050
840
  },
841
  {
842
- "loss": 0.9836,
843
- "grad_norm": 3.6980814933776855,
844
- "learning_rate": 5.615023501713752e-05,
845
- "epoch": 0.6675062972292192,
846
  "step": 1060
847
  },
848
  {
849
- "loss": 1.1597,
850
- "grad_norm": 4.591259002685547,
851
- "learning_rate": 5.4262668246448475e-05,
852
- "epoch": 0.6738035264483627,
853
  "step": 1070
854
  },
855
  {
856
- "loss": 1.0229,
857
- "grad_norm": 4.845359802246094,
858
- "learning_rate": 5.239548825290419e-05,
859
- "epoch": 0.6801007556675063,
860
  "step": 1080
861
  },
862
  {
863
- "loss": 0.9992,
864
- "grad_norm": 3.658125400543213,
865
- "learning_rate": 5.0549527305921265e-05,
866
- "epoch": 0.6863979848866498,
867
  "step": 1090
868
  },
869
  {
870
- "loss": 1.0752,
871
- "grad_norm": 4.482686996459961,
872
- "learning_rate": 4.872560821682256e-05,
873
- "epoch": 0.6926952141057935,
874
  "step": 1100
875
  },
876
  {
877
- "eval_loss": 1.054300308227539,
878
- "eval_runtime": 18.6514,
879
- "eval_samples_per_second": 27.826,
880
- "eval_steps_per_second": 6.97,
881
- "epoch": 0.6964735516372796,
882
- "step": 1106
883
  },
884
  {
885
- "loss": 1.1193,
886
- "grad_norm": 4.97657585144043,
887
- "learning_rate": 4.692454397208048e-05,
888
- "epoch": 0.698992443324937,
889
- "step": 1110
890
  },
891
  {
892
- "loss": 1.0533,
893
- "grad_norm": 3.9969918727874756,
894
- "learning_rate": 4.5147137370939595e-05,
895
- "epoch": 0.7052896725440806,
 
896
  "step": 1120
897
  },
898
  {
899
- "loss": 0.9617,
900
- "grad_norm": 4.142766952514648,
901
- "learning_rate": 4.339418066758008e-05,
902
- "epoch": 0.7115869017632241,
903
  "step": 1130
904
  },
905
  {
906
- "loss": 1.094,
907
- "grad_norm": 3.6601150035858154,
908
- "learning_rate": 4.166645521798157e-05,
909
- "epoch": 0.7178841309823678,
910
  "step": 1140
911
  },
912
  {
913
- "loss": 0.9629,
914
- "grad_norm": 3.6469886302948,
915
- "learning_rate": 3.99647311316445e-05,
916
- "epoch": 0.7241813602015114,
917
  "step": 1150
918
  },
919
  {
920
- "loss": 1.0169,
921
- "grad_norm": 3.6334595680236816,
922
- "learning_rate": 3.828976692832458e-05,
923
- "epoch": 0.7304785894206549,
924
  "step": 1160
925
  },
926
  {
927
- "loss": 0.9622,
928
- "grad_norm": 3.6162374019622803,
929
- "learning_rate": 3.6642309199933275e-05,
930
- "epoch": 0.7367758186397985,
931
  "step": 1170
932
  },
933
  {
934
- "loss": 1.0783,
935
- "grad_norm": 3.4192535877227783,
936
- "learning_rate": 3.502309227775482e-05,
937
- "epoch": 0.743073047858942,
938
  "step": 1180
939
  },
940
  {
941
- "eval_loss": 1.046454906463623,
942
- "eval_runtime": 18.8296,
943
- "eval_samples_per_second": 27.563,
944
- "eval_steps_per_second": 6.904,
945
- "epoch": 0.7462216624685138,
946
- "step": 1185
947
  },
948
  {
949
- "loss": 0.9546,
950
- "grad_norm": 3.3051228523254395,
951
- "learning_rate": 3.343283790512829e-05,
952
- "epoch": 0.7493702770780857,
953
- "step": 1190
954
  },
955
  {
956
- "loss": 0.9628,
957
- "grad_norm": 3.579636812210083,
958
- "learning_rate": 3.1872254915740686e-05,
959
- "epoch": 0.7556675062972292,
 
960
  "step": 1200
961
  },
962
  {
963
- "loss": 1.1041,
964
- "grad_norm": 4.326976776123047,
965
- "learning_rate": 3.0342038917674064e-05,
966
- "epoch": 0.7619647355163728,
967
  "step": 1210
968
  },
969
  {
970
- "loss": 1.1097,
971
- "grad_norm": 4.363333225250244,
972
- "learning_rate": 2.8842871983347998e-05,
973
- "epoch": 0.7682619647355163,
974
  "step": 1220
975
  },
976
  {
977
- "loss": 0.9976,
978
- "grad_norm": 3.557300567626953,
979
- "learning_rate": 2.7375422345495448e-05,
980
- "epoch": 0.77455919395466,
981
  "step": 1230
982
  },
983
  {
984
- "loss": 1.0998,
985
- "grad_norm": 4.066524982452393,
986
- "learning_rate": 2.5940344099307146e-05,
987
- "epoch": 0.7808564231738035,
988
  "step": 1240
989
  },
990
  {
991
- "loss": 1.0098,
992
- "grad_norm": 4.808539390563965,
993
- "learning_rate": 2.45382769108779e-05,
994
- "epoch": 0.7871536523929471,
995
  "step": 1250
996
  },
997
  {
998
- "loss": 1.0634,
999
- "grad_norm": 3.593735456466675,
1000
- "learning_rate": 2.3169845732084338e-05,
1001
- "epoch": 0.7934508816120907,
1002
  "step": 1260
1003
  },
1004
  {
1005
- "eval_loss": 1.032251238822937,
1006
- "eval_runtime": 18.7335,
1007
- "eval_samples_per_second": 27.704,
1008
- "eval_steps_per_second": 6.939,
1009
- "epoch": 0.7959697732997482,
1010
- "step": 1264
1011
  },
1012
  {
1013
- "loss": 1.0001,
1014
- "grad_norm": 3.325232744216919,
1015
- "learning_rate": 2.1835660522021417e-05,
1016
- "epoch": 0.7997481108312342,
1017
- "step": 1270
1018
  },
1019
  {
1020
- "loss": 0.9349,
1021
- "grad_norm": 4.100666046142578,
1022
- "learning_rate": 2.0536315975121544e-05,
1023
- "epoch": 0.8060453400503779,
 
1024
  "step": 1280
1025
  },
1026
  {
1027
- "loss": 0.989,
1028
- "grad_norm": 3.3437387943267822,
1029
- "learning_rate": 1.927239125607788e-05,
1030
- "epoch": 0.8123425692695214,
1031
  "step": 1290
1032
  },
1033
  {
1034
- "loss": 1.0185,
1035
- "grad_norm": 3.979337453842163,
1036
- "learning_rate": 1.8044449741689794e-05,
1037
- "epoch": 0.818639798488665,
1038
  "step": 1300
1039
  },
1040
  {
1041
- "loss": 1.0439,
1042
- "grad_norm": 6.503814697265625,
1043
- "learning_rate": 1.6853038769745467e-05,
1044
- "epoch": 0.8249370277078085,
1045
  "step": 1310
1046
  },
1047
  {
1048
- "loss": 0.9196,
1049
- "grad_norm": 3.8204808235168457,
1050
- "learning_rate": 1.5698689395053835e-05,
1051
- "epoch": 0.8312342569269522,
1052
  "step": 1320
1053
  },
1054
  {
1055
- "loss": 1.1313,
1056
- "grad_norm": 4.812267303466797,
1057
- "learning_rate": 1.4581916152734132e-05,
1058
- "epoch": 0.8375314861460957,
1059
  "step": 1330
1060
  },
1061
  {
1062
- "loss": 0.98,
1063
- "grad_norm": 3.7348341941833496,
1064
- "learning_rate": 1.3503216828869192e-05,
1065
- "epoch": 0.8438287153652393,
1066
  "step": 1340
1067
  },
1068
  {
1069
- "eval_loss": 1.0260143280029297,
1070
- "eval_runtime": 18.6543,
1071
- "eval_samples_per_second": 27.822,
1072
- "eval_steps_per_second": 6.969,
1073
- "epoch": 0.8457178841309824,
1074
- "step": 1343
1075
  },
1076
  {
1077
- "loss": 1.1145,
1078
- "grad_norm": 5.438048362731934,
1079
- "learning_rate": 1.2463072238624185e-05,
1080
- "epoch": 0.8501259445843828,
1081
- "step": 1350
1082
  },
1083
  {
1084
- "loss": 0.9843,
1085
- "grad_norm": 3.407062292098999,
1086
- "learning_rate": 1.146194601192998e-05,
1087
- "epoch": 0.8564231738035264,
 
1088
  "step": 1360
1089
  },
1090
  {
1091
- "loss": 1.0344,
1092
- "grad_norm": 4.0413713455200195,
1093
- "learning_rate": 1.0500284386826597e-05,
1094
- "epoch": 0.8627204030226701,
1095
  "step": 1370
1096
  },
1097
  {
1098
- "loss": 1.0159,
1099
- "grad_norm": 4.10891580581665,
1100
- "learning_rate": 9.578516010558847e-06,
1101
- "epoch": 0.8690176322418136,
1102
  "step": 1380
1103
  },
1104
  {
1105
- "loss": 1.0693,
1106
- "grad_norm": 3.644531011581421,
1107
- "learning_rate": 8.697051748512708e-06,
1108
- "epoch": 0.8753148614609572,
1109
  "step": 1390
1110
  },
1111
  {
1112
- "loss": 1.0402,
1113
- "grad_norm": 3.6608030796051025,
1114
- "learning_rate": 7.856284501077926e-06,
1115
- "epoch": 0.8816120906801007,
1116
  "step": 1400
1117
  },
1118
  {
1119
- "loss": 0.9965,
1120
- "grad_norm": 3.7804226875305176,
1121
- "learning_rate": 7.056589028518068e-06,
1122
- "epoch": 0.8879093198992444,
1123
  "step": 1410
1124
  },
1125
  {
1126
- "loss": 1.0403,
1127
- "grad_norm": 4.699734687805176,
1128
- "learning_rate": 6.2983217839264756e-06,
1129
- "epoch": 0.8942065491183879,
1130
  "step": 1420
1131
  },
1132
  {
1133
- "eval_loss": 1.0198695659637451,
1134
- "eval_runtime": 18.7497,
1135
- "eval_samples_per_second": 27.68,
1136
- "eval_steps_per_second": 6.933,
1137
- "epoch": 0.8954659949622166,
1138
- "step": 1422
1139
  },
1140
  {
1141
- "loss": 0.997,
1142
- "grad_norm": 4.407861232757568,
1143
- "learning_rate": 5.581820754342137e-06,
1144
- "epoch": 0.9005037783375315,
1145
- "step": 1430
1146
  },
1147
  {
1148
- "loss": 0.9397,
1149
- "grad_norm": 3.5445852279663086,
1150
- "learning_rate": 4.907405310096769e-06,
1151
- "epoch": 0.906801007556675,
 
1152
  "step": 1440
1153
  },
1154
  {
1155
- "loss": 0.9893,
1156
- "grad_norm": 4.443542003631592,
1157
- "learning_rate": 4.275376062459946e-06,
1158
- "epoch": 0.9130982367758187,
1159
  "step": 1450
1160
  },
1161
  {
1162
- "loss": 0.9178,
1163
- "grad_norm": 3.4546210765838623,
1164
- "learning_rate": 3.6860147296457816e-06,
1165
- "epoch": 0.9193954659949622,
1166
  "step": 1460
1167
  },
1168
  {
1169
- "loss": 0.9573,
1170
- "grad_norm": 4.19729471206665,
1171
- "learning_rate": 3.1395840112410034e-06,
1172
- "epoch": 0.9256926952141058,
1173
  "step": 1470
1174
  },
1175
  {
1176
- "loss": 1.0305,
1177
- "grad_norm": 3.5583102703094482,
1178
- "learning_rate": 2.636327471110289e-06,
1179
- "epoch": 0.9319899244332494,
1180
  "step": 1480
1181
  },
1182
  {
1183
- "loss": 0.9903,
1184
- "grad_norm": 4.989317417144775,
1185
- "learning_rate": 2.1764694288310184e-06,
1186
- "epoch": 0.9382871536523929,
1187
  "step": 1490
1188
  },
1189
  {
1190
- "loss": 0.9876,
1191
- "grad_norm": 2.8516058921813965,
1192
- "learning_rate": 1.7602148597060108e-06,
1193
- "epoch": 0.9445843828715366,
1194
  "step": 1500
1195
  },
1196
  {
1197
- "eval_loss": 1.019551396369934,
1198
- "eval_runtime": 18.5676,
1199
- "eval_samples_per_second": 27.952,
1200
- "eval_steps_per_second": 7.001,
1201
- "epoch": 0.9452141057934509,
1202
- "step": 1501
1203
  },
1204
  {
1205
- "loss": 0.9417,
1206
- "grad_norm": 3.9421305656433105,
1207
- "learning_rate": 1.3877493033986223e-06,
1208
- "epoch": 0.9508816120906801,
1209
- "step": 1510
1210
  },
1211
  {
1212
- "loss": 0.9706,
1213
- "grad_norm": 4.05004358291626,
1214
- "learning_rate": 1.0592387812310311e-06,
1215
- "epoch": 0.9571788413098237,
 
1216
  "step": 1520
1217
  },
1218
  {
1219
- "loss": 0.9875,
1220
- "grad_norm": 3.352207660675049,
1221
- "learning_rate": 7.748297221825573e-07,
1222
- "epoch": 0.9634760705289672,
1223
  "step": 1530
1224
  },
1225
  {
1226
- "loss": 0.9976,
1227
- "grad_norm": 3.546070098876953,
1228
- "learning_rate": 5.346488976209596e-07,
1229
- "epoch": 0.9697732997481109,
1230
  "step": 1540
1231
  },
1232
  {
1233
- "loss": 0.9848,
1234
- "grad_norm": 4.3622822761535645,
1235
- "learning_rate": 3.3880336479590325e-07,
1236
- "epoch": 0.9760705289672544,
1237
  "step": 1550
1238
  },
1239
  {
1240
- "loss": 1.0212,
1241
- "grad_norm": 3.776240110397339,
1242
- "learning_rate": 1.8738041911969818e-07,
1243
- "epoch": 0.982367758186398,
1244
  "step": 1560
1245
  },
1246
  {
1247
- "loss": 1.0542,
1248
- "grad_norm": 4.287234306335449,
1249
- "learning_rate": 8.044755525652425e-08,
1250
- "epoch": 0.9886649874055415,
1251
  "step": 1570
1252
  },
1253
  {
1254
- "loss": 0.988,
1255
- "grad_norm": 3.729553461074829,
1256
- "learning_rate": 1.8052437037707758e-08,
1257
- "epoch": 0.9949622166246851,
1258
  "step": 1580
1259
  },
1260
  {
1261
- "eval_loss": 1.0195945501327515,
1262
- "eval_runtime": 18.5885,
1263
- "eval_samples_per_second": 27.921,
1264
- "eval_steps_per_second": 6.994,
1265
- "epoch": 0.9949622166246851,
1266
- "step": 1580
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1267
  },
1268
  {
1269
- "train_runtime": 2468.3919,
1270
- "train_samples_per_second": 10.293,
1271
- "train_steps_per_second": 0.643,
1272
- "total_flos": 7.792418530588262e+16,
1273
- "train_loss": 1.1395688813639528,
1274
  "epoch": 1.0,
1275
- "step": 1588
1276
  }
1277
  ]
 
1
  [
2
  {
3
+ "eval_loss": 4.586892604827881,
4
+ "eval_runtime": 89.6197,
5
+ "eval_samples_per_second": 5.858,
6
+ "eval_steps_per_second": 1.473,
7
+ "epoch": 0,
8
+ "step": 0
9
+ },
10
+ {
11
+ "loss": 4.1431,
12
+ "grad_norm": 32.154510498046875,
13
  "learning_rate": 1.8e-05,
14
+ "epoch": 0.006222775357809583,
15
  "step": 10
16
  },
17
  {
18
+ "loss": 2.171,
19
+ "grad_norm": 8.32018756866455,
20
  "learning_rate": 3.8e-05,
21
+ "epoch": 0.012445550715619166,
22
  "step": 20
23
  },
24
  {
25
+ "loss": 1.5115,
26
+ "grad_norm": 7.762565612792969,
27
  "learning_rate": 5.8e-05,
28
+ "epoch": 0.018668326073428748,
29
  "step": 30
30
  },
31
  {
32
+ "loss": 1.6593,
33
+ "grad_norm": 10.723950386047363,
34
  "learning_rate": 7.800000000000001e-05,
35
+ "epoch": 0.024891101431238332,
36
  "step": 40
37
  },
38
  {
39
+ "loss": 1.4035,
40
+ "grad_norm": 11.399044036865234,
41
  "learning_rate": 9.8e-05,
42
+ "epoch": 0.031113876789047916,
43
  "step": 50
44
  },
45
  {
46
+ "loss": 1.3391,
47
+ "grad_norm": 7.819660663604736,
48
  "learning_rate": 0.000118,
49
+ "epoch": 0.037336652146857496,
50
  "step": 60
51
  },
52
  {
53
+ "loss": 1.3462,
54
+ "grad_norm": 8.268921852111816,
55
  "learning_rate": 0.000138,
56
+ "epoch": 0.043559427504667084,
57
  "step": 70
58
  },
59
  {
60
+ "loss": 1.3119,
61
+ "grad_norm": 5.696014881134033,
62
+ "learning_rate": 0.00015800000000000002,
63
+ "epoch": 0.049782202862476664,
64
+ "step": 80
 
65
  },
66
  {
67
+ "eval_loss": 1.303046703338623,
68
+ "eval_runtime": 18.9705,
69
+ "eval_samples_per_second": 27.675,
70
+ "eval_steps_per_second": 6.958,
71
+ "epoch": 0.049782202862476664,
72
  "step": 80
73
  },
74
  {
75
+ "loss": 1.4399,
76
+ "grad_norm": 4.720869541168213,
77
  "learning_rate": 0.00017800000000000002,
78
+ "epoch": 0.056004978220286245,
79
  "step": 90
80
  },
81
  {
82
+ "loss": 1.515,
83
+ "grad_norm": 6.697354793548584,
84
  "learning_rate": 0.00019800000000000002,
85
+ "epoch": 0.06222775357809583,
86
  "step": 100
87
  },
88
  {
89
+ "loss": 1.2566,
90
+ "grad_norm": 4.759271621704102,
91
+ "learning_rate": 0.00019998239988424423,
92
+ "epoch": 0.06845052893590542,
93
  "step": 110
94
  },
95
  {
96
+ "loss": 1.2804,
97
+ "grad_norm": 4.9139723777771,
98
+ "learning_rate": 0.0001999215679316913,
99
+ "epoch": 0.07467330429371499,
100
  "step": 120
101
  },
102
  {
103
+ "loss": 1.4076,
104
+ "grad_norm": 7.784193992614746,
105
+ "learning_rate": 0.00019981731328627206,
106
+ "epoch": 0.08089607965152458,
107
  "step": 130
108
  },
109
  {
110
+ "loss": 1.2333,
111
+ "grad_norm": 4.605452060699463,
112
+ "learning_rate": 0.00019966968125369522,
113
+ "epoch": 0.08711885500933417,
114
  "step": 140
115
  },
116
  {
117
+ "loss": 1.223,
118
+ "grad_norm": 6.003992557525635,
119
+ "learning_rate": 0.00019947873599008388,
120
+ "epoch": 0.09334163036714374,
121
  "step": 150
122
  },
123
  {
124
+ "loss": 1.2006,
125
+ "grad_norm": 3.7916181087493896,
126
+ "learning_rate": 0.00019924456047409517,
127
+ "epoch": 0.09956440572495333,
128
+ "step": 160
 
129
  },
130
  {
131
+ "eval_loss": 1.2743773460388184,
132
+ "eval_runtime": 19.0399,
133
+ "eval_samples_per_second": 27.574,
134
+ "eval_steps_per_second": 6.933,
135
+ "epoch": 0.09956440572495333,
136
  "step": 160
137
  },
138
  {
139
+ "loss": 1.2961,
140
+ "grad_norm": 4.582925796508789,
141
+ "learning_rate": 0.00019896725647086072,
142
+ "epoch": 0.10578718108276292,
143
  "step": 170
144
  },
145
  {
146
+ "loss": 1.3238,
147
+ "grad_norm": 4.96942138671875,
148
+ "learning_rate": 0.0001986469444877626,
149
+ "epoch": 0.11200995644057249,
150
  "step": 180
151
  },
152
  {
153
+ "loss": 1.2806,
154
+ "grad_norm": 5.652052879333496,
155
+ "learning_rate": 0.0001982837637220647,
156
+ "epoch": 0.11823273179838208,
157
  "step": 190
158
  },
159
  {
160
+ "loss": 1.2519,
161
+ "grad_norm": 3.8876349925994873,
162
+ "learning_rate": 0.00019787787200042223,
163
+ "epoch": 0.12445550715619166,
164
  "step": 200
165
  },
166
  {
167
+ "loss": 1.3565,
168
+ "grad_norm": 5.234771251678467,
169
+ "learning_rate": 0.00019742944571029517,
170
+ "epoch": 0.13067828251400124,
171
  "step": 210
172
  },
173
  {
174
+ "loss": 1.3429,
175
+ "grad_norm": 4.472705364227295,
176
+ "learning_rate": 0.00019693867972329598,
177
+ "epoch": 0.13690105787181084,
178
  "step": 220
179
  },
180
  {
181
+ "loss": 1.1896,
182
+ "grad_norm": 5.7520952224731445,
183
+ "learning_rate": 0.00019640578731050488,
184
+ "epoch": 0.1431238332296204,
185
  "step": 230
186
  },
187
  {
188
+ "loss": 1.2823,
189
+ "grad_norm": 5.895481586456299,
190
+ "learning_rate": 0.00019583100004978886,
191
+ "epoch": 0.14934660858742999,
192
+ "step": 240
 
193
  },
194
  {
195
+ "eval_loss": 1.2229551076889038,
196
+ "eval_runtime": 19.0105,
197
+ "eval_samples_per_second": 27.616,
198
+ "eval_steps_per_second": 6.944,
199
+ "epoch": 0.14934660858742999,
200
  "step": 240
201
  },
202
  {
203
+ "loss": 1.2715,
204
+ "grad_norm": 4.751076698303223,
205
+ "learning_rate": 0.00019521456772516552,
206
+ "epoch": 0.1555693839452396,
207
  "step": 250
208
  },
209
  {
210
+ "loss": 1.2688,
211
+ "grad_norm": 4.310879230499268,
212
+ "learning_rate": 0.0001945567582182551,
213
+ "epoch": 0.16179215930304916,
214
  "step": 260
215
  },
216
  {
217
+ "loss": 1.2177,
218
+ "grad_norm": 4.900815010070801,
219
+ "learning_rate": 0.00019385785739186746,
220
+ "epoch": 0.16801493466085873,
221
  "step": 270
222
  },
223
  {
224
+ "loss": 1.1152,
225
+ "grad_norm": 9.008260726928711,
226
+ "learning_rate": 0.0001931181689657756,
227
+ "epoch": 0.17423771001866833,
228
  "step": 280
229
  },
230
  {
231
+ "loss": 1.2861,
232
+ "grad_norm": 4.527481555938721,
233
+ "learning_rate": 0.00019233801438472875,
234
+ "epoch": 0.1804604853764779,
235
  "step": 290
236
  },
237
  {
238
+ "loss": 1.1138,
239
+ "grad_norm": 3.7949774265289307,
240
+ "learning_rate": 0.00019151773267876273,
241
+ "epoch": 0.18668326073428748,
242
  "step": 300
243
  },
244
  {
245
+ "loss": 1.1897,
246
+ "grad_norm": 4.003747463226318,
247
+ "learning_rate": 0.0001906576803158686,
248
+ "epoch": 0.19290603609209708,
249
  "step": 310
250
  },
251
  {
252
+ "loss": 1.2305,
253
+ "grad_norm": 3.926623582839966,
254
+ "learning_rate": 0.00018975823104708313,
255
+ "epoch": 0.19912881144990666,
256
+ "step": 320
 
257
  },
258
  {
259
+ "eval_loss": 1.1955150365829468,
260
+ "eval_runtime": 19.0399,
261
+ "eval_samples_per_second": 27.574,
262
+ "eval_steps_per_second": 6.933,
263
+ "epoch": 0.19912881144990666,
264
  "step": 320
265
  },
266
  {
267
+ "loss": 1.221,
268
+ "grad_norm": 4.546780109405518,
269
+ "learning_rate": 0.00018881977574406838,
270
+ "epoch": 0.20535158680771623,
271
  "step": 330
272
  },
273
  {
274
+ "loss": 1.1211,
275
+ "grad_norm": 4.058185577392578,
276
+ "learning_rate": 0.00018784272222925198,
277
+ "epoch": 0.21157436216552583,
278
  "step": 340
279
  },
280
  {
281
+ "loss": 1.2339,
282
+ "grad_norm": 6.297555923461914,
283
+ "learning_rate": 0.00018682749509860012,
284
+ "epoch": 0.2177971375233354,
285
  "step": 350
286
  },
287
  {
288
+ "loss": 1.1462,
289
+ "grad_norm": 4.3970160484313965,
290
+ "learning_rate": 0.00018577453553710215,
291
+ "epoch": 0.22401991288114498,
292
  "step": 360
293
  },
294
  {
295
+ "loss": 1.293,
296
+ "grad_norm": 3.81414532661438,
297
+ "learning_rate": 0.00018468430112704573,
298
+ "epoch": 0.23024268823895458,
299
  "step": 370
300
  },
301
  {
302
+ "loss": 1.1787,
303
+ "grad_norm": 3.973546266555786,
304
+ "learning_rate": 0.00018355726564916628,
305
+ "epoch": 0.23646546359676415,
306
  "step": 380
307
  },
308
  {
309
+ "loss": 1.3247,
310
+ "grad_norm": 4.137118339538574,
311
+ "learning_rate": 0.00018239391887675722,
312
+ "epoch": 0.24268823895457373,
313
  "step": 390
314
  },
315
  {
316
+ "loss": 1.2655,
317
+ "grad_norm": 4.191527843475342,
318
+ "learning_rate": 0.00018119476636283018,
319
+ "epoch": 0.24891101431238333,
320
+ "step": 400
 
321
  },
322
  {
323
+ "eval_loss": 1.1952359676361084,
324
+ "eval_runtime": 19.1429,
325
+ "eval_samples_per_second": 27.425,
326
+ "eval_steps_per_second": 6.896,
327
+ "epoch": 0.24891101431238333,
328
  "step": 400
329
  },
330
  {
331
+ "loss": 1.1443,
332
+ "grad_norm": 4.531196117401123,
333
+ "learning_rate": 0.00017996032922041797,
334
+ "epoch": 0.2551337896701929,
335
  "step": 410
336
  },
337
  {
338
+ "loss": 1.0542,
339
+ "grad_norm": 3.887230634689331,
340
+ "learning_rate": 0.00017869114389611575,
341
+ "epoch": 0.2613565650280025,
342
  "step": 420
343
  },
344
  {
345
+ "loss": 1.1879,
346
+ "grad_norm": 4.009781837463379,
347
+ "learning_rate": 0.00017738776193695853,
348
+ "epoch": 0.26757934038581205,
349
  "step": 430
350
  },
351
  {
352
+ "loss": 1.2122,
353
+ "grad_norm": 4.212757587432861,
354
+ "learning_rate": 0.00017605074975073664,
355
+ "epoch": 0.2738021157436217,
356
  "step": 440
357
  },
358
  {
359
+ "loss": 1.1998,
360
+ "grad_norm": 5.043585300445557,
361
+ "learning_rate": 0.00017468068835985325,
362
+ "epoch": 0.28002489110143125,
363
  "step": 450
364
  },
365
  {
366
+ "loss": 1.1861,
367
+ "grad_norm": 3.5380918979644775,
368
+ "learning_rate": 0.00017327817314883055,
369
+ "epoch": 0.2862476664592408,
370
  "step": 460
371
  },
372
  {
373
+ "loss": 1.1754,
374
+ "grad_norm": 4.334512233734131,
375
+ "learning_rate": 0.00017184381360557498,
376
+ "epoch": 0.2924704418170504,
377
  "step": 470
378
  },
379
  {
380
+ "loss": 1.0953,
381
+ "grad_norm": 3.720323085784912,
382
+ "learning_rate": 0.00017037823305651343,
383
+ "epoch": 0.29869321717485997,
384
+ "step": 480
 
385
  },
386
  {
387
+ "eval_loss": 1.1778477430343628,
388
+ "eval_runtime": 18.9601,
389
+ "eval_samples_per_second": 27.69,
390
+ "eval_steps_per_second": 6.962,
391
+ "epoch": 0.29869321717485997,
392
  "step": 480
393
  },
394
  {
395
+ "loss": 1.0638,
396
+ "grad_norm": 3.9478025436401367,
397
+ "learning_rate": 0.0001688820683957156,
398
+ "epoch": 0.30491599253266954,
399
  "step": 490
400
  },
401
  {
402
+ "loss": 1.1504,
403
+ "grad_norm": 4.221723556518555,
404
+ "learning_rate": 0.00016735596980812047,
405
+ "epoch": 0.3111387678904792,
406
  "step": 500
407
  },
408
  {
409
+ "loss": 1.2274,
410
+ "grad_norm": 3.9657983779907227,
411
+ "learning_rate": 0.0001658006004869867,
412
+ "epoch": 0.31736154324828875,
413
  "step": 510
414
  },
415
  {
416
+ "loss": 1.1862,
417
+ "grad_norm": 4.158371925354004,
418
+ "learning_rate": 0.00016421663634569046,
419
+ "epoch": 0.3235843186060983,
420
  "step": 520
421
  },
422
  {
423
+ "loss": 1.2757,
424
+ "grad_norm": 6.26188325881958,
425
+ "learning_rate": 0.00016260476572399496,
426
+ "epoch": 0.3298070939639079,
427
  "step": 530
428
  },
429
  {
430
+ "loss": 1.0873,
431
+ "grad_norm": 4.029411315917969,
432
+ "learning_rate": 0.00016096568908892047,
433
+ "epoch": 0.33602986932171747,
434
  "step": 540
435
  },
436
  {
437
+ "loss": 1.1004,
438
+ "grad_norm": 3.944244861602783,
439
+ "learning_rate": 0.00015930011873034375,
440
+ "epoch": 0.3422526446795271,
441
  "step": 550
442
  },
443
  {
444
+ "loss": 1.1847,
445
+ "grad_norm": 5.218636512756348,
446
+ "learning_rate": 0.00015760877845145995,
447
+ "epoch": 0.34847542003733667,
448
+ "step": 560
 
449
  },
450
  {
451
+ "eval_loss": 1.1579095125198364,
452
+ "eval_runtime": 18.9511,
453
+ "eval_samples_per_second": 27.703,
454
+ "eval_steps_per_second": 6.965,
455
+ "epoch": 0.34847542003733667,
456
  "step": 560
457
  },
458
  {
459
+ "loss": 1.2818,
460
+ "grad_norm": 4.242026329040527,
461
+ "learning_rate": 0.00015589240325424088,
462
+ "epoch": 0.35469819539514624,
463
  "step": 570
464
  },
465
  {
466
+ "loss": 1.1621,
467
+ "grad_norm": 4.167393207550049,
468
+ "learning_rate": 0.00015415173902002703,
469
+ "epoch": 0.3609209707529558,
470
  "step": 580
471
  },
472
  {
473
+ "loss": 1.0553,
474
+ "grad_norm": 3.5119478702545166,
475
+ "learning_rate": 0.00015238754218539156,
476
+ "epoch": 0.3671437461107654,
477
  "step": 590
478
  },
479
  {
480
+ "loss": 1.2139,
481
+ "grad_norm": 3.9878628253936768,
482
+ "learning_rate": 0.00015060057941341718,
483
+ "epoch": 0.37336652146857496,
484
  "step": 600
485
  },
486
  {
487
+ "loss": 1.1846,
488
+ "grad_norm": 4.306042671203613,
489
+ "learning_rate": 0.00014879162726052928,
490
+ "epoch": 0.3795892968263846,
491
  "step": 610
492
  },
493
  {
494
+ "loss": 1.1916,
495
+ "grad_norm": 5.4814276695251465,
496
+ "learning_rate": 0.0001469614718390295,
497
+ "epoch": 0.38581207218419417,
498
  "step": 620
499
  },
500
  {
501
+ "loss": 1.1762,
502
+ "grad_norm": 4.104554653167725,
503
+ "learning_rate": 0.00014511090847547643,
504
+ "epoch": 0.39203484754200374,
505
  "step": 630
506
  },
507
  {
508
+ "loss": 1.0668,
509
+ "grad_norm": 4.206943511962891,
510
+ "learning_rate": 0.00014324074136506284,
511
+ "epoch": 0.3982576228998133,
512
+ "step": 640
 
513
  },
514
  {
515
+ "eval_loss": 1.122727632522583,
516
+ "eval_runtime": 19.0559,
517
+ "eval_samples_per_second": 27.551,
518
+ "eval_steps_per_second": 6.927,
519
+ "epoch": 0.3982576228998133,
520
  "step": 640
521
  },
522
  {
523
+ "loss": 1.0995,
524
+ "grad_norm": 4.80627965927124,
525
+ "learning_rate": 0.00014135178322213765,
526
+ "epoch": 0.4044803982576229,
527
  "step": 650
528
  },
529
  {
530
+ "loss": 1.2397,
531
+ "grad_norm": 5.690910339355469,
532
+ "learning_rate": 0.00013944485492702716,
533
+ "epoch": 0.41070317361543246,
534
  "step": 660
535
  },
536
  {
537
+ "loss": 1.1212,
538
+ "grad_norm": 4.302467346191406,
539
+ "learning_rate": 0.00013752078516930652,
540
+ "epoch": 0.4169259489732421,
541
  "step": 670
542
  },
543
  {
544
+ "loss": 1.2482,
545
+ "grad_norm": 4.4525604248046875,
546
+ "learning_rate": 0.00013558041008767798,
547
+ "epoch": 0.42314872433105166,
548
  "step": 680
549
  },
550
  {
551
+ "loss": 1.1418,
552
+ "grad_norm": 3.8571488857269287,
553
+ "learning_rate": 0.00013362457290661215,
554
+ "epoch": 0.42937149968886124,
555
  "step": 690
556
  },
557
  {
558
+ "loss": 1.1032,
559
+ "grad_norm": 3.5000720024108887,
560
+ "learning_rate": 0.00013165412356990955,
561
+ "epoch": 0.4355942750466708,
562
  "step": 700
563
  },
564
  {
565
+ "loss": 1.0484,
566
+ "grad_norm": 4.838465690612793,
567
+ "learning_rate": 0.0001296699183713427,
568
+ "epoch": 0.4418170504044804,
569
  "step": 710
570
  },
571
  {
572
+ "loss": 1.097,
573
+ "grad_norm": 3.3884267807006836,
574
+ "learning_rate": 0.0001276728195825383,
575
+ "epoch": 0.44803982576228996,
576
+ "step": 720
 
577
  },
578
  {
579
+ "eval_loss": 1.117976427078247,
580
+ "eval_runtime": 19.0566,
581
+ "eval_samples_per_second": 27.549,
582
+ "eval_steps_per_second": 6.927,
583
+ "epoch": 0.44803982576228996,
584
  "step": 720
585
  },
586
  {
587
+ "loss": 1.103,
588
+ "grad_norm": 3.7878074645996094,
589
+ "learning_rate": 0.00012566369507826175,
590
+ "epoch": 0.4542626011200996,
591
  "step": 730
592
  },
593
  {
594
+ "loss": 1.1819,
595
+ "grad_norm": 4.605463027954102,
596
+ "learning_rate": 0.00012364341795926683,
597
+ "epoch": 0.46048537647790916,
598
  "step": 740
599
  },
600
  {
601
+ "loss": 1.0844,
602
+ "grad_norm": 4.262099742889404,
603
+ "learning_rate": 0.00012161286617287419,
604
+ "epoch": 0.46670815183571873,
605
  "step": 750
606
  },
607
  {
608
+ "loss": 1.2108,
609
+ "grad_norm": 5.657451152801514,
610
+ "learning_rate": 0.00011957292213144385,
611
+ "epoch": 0.4729309271935283,
612
  "step": 760
613
  },
614
  {
615
+ "loss": 1.1722,
616
+ "grad_norm": 3.5178189277648926,
617
+ "learning_rate": 0.00011752447232890702,
618
+ "epoch": 0.4791537025513379,
619
  "step": 770
620
  },
621
  {
622
+ "loss": 1.0685,
623
+ "grad_norm": 3.929398775100708,
624
+ "learning_rate": 0.00011546840695552466,
625
+ "epoch": 0.48537647790914745,
626
  "step": 780
627
  },
628
  {
629
+ "loss": 1.1232,
630
+ "grad_norm": 5.15775728225708,
631
+ "learning_rate": 0.0001134056195110393,
632
+ "epoch": 0.4915992532669571,
633
  "step": 790
634
  },
635
  {
636
+ "loss": 1.175,
637
+ "grad_norm": 4.8148980140686035,
638
+ "learning_rate": 0.00011133700641638891,
639
+ "epoch": 0.49782202862476665,
640
+ "step": 800
 
641
  },
642
  {
643
+ "eval_loss": 1.068037986755371,
644
+ "eval_runtime": 19.1937,
645
+ "eval_samples_per_second": 27.353,
646
+ "eval_steps_per_second": 6.877,
647
+ "epoch": 0.49782202862476665,
648
  "step": 800
649
  },
650
  {
651
+ "loss": 1.0508,
652
+ "grad_norm": 3.6205997467041016,
653
+ "learning_rate": 0.0001092634666241513,
654
+ "epoch": 0.5040448039825762,
655
  "step": 810
656
  },
657
  {
658
+ "loss": 1.0613,
659
+ "grad_norm": 5.062050819396973,
660
+ "learning_rate": 0.00010718590122788821,
661
+ "epoch": 0.5102675793403858,
662
  "step": 820
663
  },
664
  {
665
+ "loss": 1.1868,
666
+ "grad_norm": 4.122339725494385,
667
+ "learning_rate": 0.00010510521307055914,
668
+ "epoch": 0.5164903546981954,
669
  "step": 830
670
  },
671
  {
672
+ "loss": 1.0381,
673
+ "grad_norm": 3.8383567333221436,
674
+ "learning_rate": 0.000103022306352175,
675
+ "epoch": 0.522713130056005,
676
  "step": 840
677
  },
678
  {
679
+ "loss": 1.1625,
680
+ "grad_norm": 3.7978572845458984,
681
+ "learning_rate": 0.00010093808623686165,
682
+ "epoch": 0.5289359054138145,
683
  "step": 850
684
  },
685
  {
686
+ "loss": 1.1144,
687
+ "grad_norm": 2.841909408569336,
688
+ "learning_rate": 9.88534584595051e-05,
689
+ "epoch": 0.5351586807716241,
690
  "step": 860
691
  },
692
  {
693
+ "loss": 1.001,
694
+ "grad_norm": 4.133490085601807,
695
+ "learning_rate": 9.676932893214805e-05,
696
+ "epoch": 0.5413814561294338,
697
+ "step": 870
 
698
  },
699
  {
700
+ "loss": 1.1545,
701
+ "grad_norm": 5.40682315826416,
702
+ "learning_rate": 9.46866033503098e-05,
703
+ "epoch": 0.5476042314872434,
704
+ "step": 880
705
  },
706
  {
707
+ "eval_loss": 1.0770765542984009,
708
+ "eval_runtime": 19.0434,
709
+ "eval_samples_per_second": 27.569,
710
+ "eval_steps_per_second": 6.932,
711
+ "epoch": 0.5476042314872434,
712
  "step": 880
713
  },
714
  {
715
+ "loss": 1.0768,
716
+ "grad_norm": 7.381899833679199,
717
+ "learning_rate": 9.260618679940025e-05,
718
+ "epoch": 0.5538270068450529,
719
  "step": 890
720
  },
721
  {
722
+ "loss": 1.1314,
723
+ "grad_norm": 5.5879621505737305,
724
+ "learning_rate": 9.05289833613988e-05,
725
+ "epoch": 0.5600497822028625,
726
  "step": 900
727
  },
728
  {
729
+ "loss": 1.1605,
730
+ "grad_norm": 6.610466480255127,
731
+ "learning_rate": 8.845589572196961e-05,
732
+ "epoch": 0.5662725575606721,
733
  "step": 910
734
  },
735
  {
736
+ "loss": 1.1251,
737
+ "grad_norm": 3.7799007892608643,
738
+ "learning_rate": 8.638782477818334e-05,
739
+ "epoch": 0.5724953329184816,
740
  "step": 920
741
  },
742
  {
743
+ "loss": 1.0761,
744
+ "grad_norm": 3.294947385787964,
745
+ "learning_rate": 8.432566924701659e-05,
746
+ "epoch": 0.5787181082762912,
747
  "step": 930
748
  },
749
  {
750
+ "loss": 1.099,
751
+ "grad_norm": 3.8454885482788086,
752
+ "learning_rate": 8.227032527479806e-05,
753
+ "epoch": 0.5849408836341008,
754
  "step": 940
755
  },
756
  {
757
+ "loss": 1.0603,
758
+ "grad_norm": 3.116297483444214,
759
+ "learning_rate": 8.022268604777271e-05,
760
+ "epoch": 0.5911636589919104,
761
+ "step": 950
 
762
  },
763
  {
764
+ "loss": 0.9529,
765
+ "grad_norm": 3.8308541774749756,
766
+ "learning_rate": 7.818364140395137e-05,
767
+ "epoch": 0.5973864343497199,
768
+ "step": 960
769
  },
770
  {
771
+ "eval_loss": 1.0448600053787231,
772
+ "eval_runtime": 18.8462,
773
+ "eval_samples_per_second": 27.857,
774
+ "eval_steps_per_second": 7.004,
775
+ "epoch": 0.5973864343497199,
776
  "step": 960
777
  },
778
  {
779
+ "loss": 1.0266,
780
+ "grad_norm": 3.5868051052093506,
781
+ "learning_rate": 7.615407744641619e-05,
782
+ "epoch": 0.6036092097075295,
783
  "step": 970
784
  },
785
  {
786
+ "loss": 1.0455,
787
+ "grad_norm": 4.006646633148193,
788
+ "learning_rate": 7.413487615824847e-05,
789
+ "epoch": 0.6098319850653391,
790
  "step": 980
791
  },
792
  {
793
+ "loss": 0.9692,
794
+ "grad_norm": 3.410396099090576,
795
+ "learning_rate": 7.212691501924753e-05,
796
+ "epoch": 0.6160547604231488,
797
  "step": 990
798
  },
799
  {
800
+ "loss": 1.1257,
801
+ "grad_norm": 4.496327877044678,
802
+ "learning_rate": 7.013106662460604e-05,
803
+ "epoch": 0.6222775357809583,
804
  "step": 1000
805
  },
806
  {
807
+ "loss": 1.0382,
808
+ "grad_norm": 3.0930795669555664,
809
+ "learning_rate": 6.81481983057085e-05,
810
+ "epoch": 0.6285003111387679,
811
  "step": 1010
812
  },
813
  {
814
+ "loss": 1.1206,
815
+ "grad_norm": 3.9784181118011475,
816
+ "learning_rate": 6.617917175321669e-05,
817
+ "epoch": 0.6347230864965775,
818
  "step": 1020
819
  },
820
  {
821
+ "loss": 1.0582,
822
+ "grad_norm": 3.438899278640747,
823
+ "learning_rate": 6.422484264260698e-05,
824
+ "epoch": 0.6409458618543871,
825
+ "step": 1030
 
826
  },
827
  {
828
+ "loss": 1.0783,
829
+ "grad_norm": 4.454411029815674,
830
+ "learning_rate": 6.228606026232118e-05,
831
+ "epoch": 0.6471686372121966,
832
+ "step": 1040
833
  },
834
  {
835
+ "eval_loss": 1.0363072156906128,
836
+ "eval_runtime": 19.4555,
837
+ "eval_samples_per_second": 26.985,
838
+ "eval_steps_per_second": 6.785,
839
+ "epoch": 0.6471686372121966,
840
  "step": 1040
841
  },
842
  {
843
+ "loss": 1.1599,
844
+ "grad_norm": 4.955887794494629,
845
+ "learning_rate": 6.0363667144693105e-05,
846
+ "epoch": 0.6533914125700062,
847
  "step": 1050
848
  },
849
  {
850
+ "loss": 1.0642,
851
+ "grad_norm": 4.835966110229492,
852
+ "learning_rate": 5.845849869981137e-05,
853
+ "epoch": 0.6596141879278158,
854
  "step": 1060
855
  },
856
  {
857
+ "loss": 1.0944,
858
+ "grad_norm": 4.23394250869751,
859
+ "learning_rate": 5.657138285247687e-05,
860
+ "epoch": 0.6658369632856254,
861
  "step": 1070
862
  },
863
  {
864
+ "loss": 1.1125,
865
+ "grad_norm": 4.8603973388671875,
866
+ "learning_rate": 5.4703139682413586e-05,
867
+ "epoch": 0.6720597386434349,
868
  "step": 1080
869
  },
870
  {
871
+ "loss": 1.1036,
872
+ "grad_norm": 3.6753642559051514,
873
+ "learning_rate": 5.285458106788807e-05,
874
+ "epoch": 0.6782825140012445,
875
  "step": 1090
876
  },
877
  {
878
+ "loss": 1.0248,
879
+ "grad_norm": 3.8071329593658447,
880
+ "learning_rate": 5.10265103328937e-05,
881
+ "epoch": 0.6845052893590542,
882
  "step": 1100
883
  },
884
  {
885
+ "loss": 0.9752,
886
+ "grad_norm": 3.280271530151367,
887
+ "learning_rate": 4.921972189805154e-05,
888
+ "epoch": 0.6907280647168638,
889
+ "step": 1110
 
890
  },
891
  {
892
+ "loss": 1.0233,
893
+ "grad_norm": 3.587294101715088,
894
+ "learning_rate": 4.7435000935381115e-05,
895
+ "epoch": 0.6969508400746733,
896
+ "step": 1120
897
  },
898
  {
899
+ "eval_loss": 1.0311274528503418,
900
+ "eval_runtime": 19.0411,
901
+ "eval_samples_per_second": 27.572,
902
+ "eval_steps_per_second": 6.932,
903
+ "epoch": 0.6969508400746733,
904
  "step": 1120
905
  },
906
  {
907
+ "loss": 0.9725,
908
+ "grad_norm": 3.9192657470703125,
909
+ "learning_rate": 4.567312302708965e-05,
910
+ "epoch": 0.7031736154324829,
911
  "step": 1130
912
  },
913
  {
914
+ "loss": 1.0536,
915
+ "grad_norm": 3.6675221920013428,
916
+ "learning_rate": 4.393485382852935e-05,
917
+ "epoch": 0.7093963907902925,
918
  "step": 1140
919
  },
920
  {
921
+ "loss": 0.8942,
922
+ "grad_norm": 3.954765796661377,
923
+ "learning_rate": 4.2220948735467967e-05,
924
+ "epoch": 0.7156191661481021,
925
  "step": 1150
926
  },
927
  {
928
+ "loss": 1.0628,
929
+ "grad_norm": 3.2176241874694824,
930
+ "learning_rate": 4.053215255581844e-05,
931
+ "epoch": 0.7218419415059116,
932
  "step": 1160
933
  },
934
  {
935
+ "loss": 0.9189,
936
+ "grad_norm": 4.0021443367004395,
937
+ "learning_rate": 3.886919918596894e-05,
938
+ "epoch": 0.7280647168637212,
939
  "step": 1170
940
  },
941
  {
942
+ "loss": 1.017,
943
+ "grad_norm": 5.141781330108643,
944
+ "learning_rate": 3.723281129185574e-05,
945
+ "epoch": 0.7342874922215308,
946
  "step": 1180
947
  },
948
  {
949
+ "loss": 1.0003,
950
+ "grad_norm": 3.7216849327087402,
951
+ "learning_rate": 3.562369999491536e-05,
952
+ "epoch": 0.7405102675793404,
953
+ "step": 1190
 
954
  },
955
  {
956
+ "loss": 1.0913,
957
+ "grad_norm": 4.026198863983154,
958
+ "learning_rate": 3.4042564563054526e-05,
959
+ "epoch": 0.7467330429371499,
960
+ "step": 1200
961
  },
962
  {
963
+ "eval_loss": 1.0212879180908203,
964
+ "eval_runtime": 19.4048,
965
+ "eval_samples_per_second": 27.055,
966
+ "eval_steps_per_second": 6.802,
967
+ "epoch": 0.7467330429371499,
968
  "step": 1200
969
  },
970
  {
971
+ "loss": 1.0205,
972
+ "grad_norm": 3.0943052768707275,
973
+ "learning_rate": 3.249009210677054e-05,
974
+ "epoch": 0.7529558182949595,
975
  "step": 1210
976
  },
977
  {
978
+ "loss": 1.1132,
979
+ "grad_norm": 3.125500202178955,
980
+ "learning_rate": 3.096695728055536e-05,
981
+ "epoch": 0.7591785936527692,
982
  "step": 1220
983
  },
984
  {
985
+ "loss": 1.0034,
986
+ "grad_norm": 3.151357889175415,
987
+ "learning_rate": 2.9473821989712625e-05,
988
+ "epoch": 0.7654013690105788,
989
  "step": 1230
990
  },
991
  {
992
+ "loss": 1.0259,
993
+ "grad_norm": 4.394558906555176,
994
+ "learning_rate": 2.801133510271463e-05,
995
+ "epoch": 0.7716241443683883,
996
  "step": 1240
997
  },
998
  {
999
+ "loss": 1.0123,
1000
+ "grad_norm": 3.69354510307312,
1001
+ "learning_rate": 2.6580132169225335e-05,
1002
+ "epoch": 0.7778469197261979,
1003
  "step": 1250
1004
  },
1005
  {
1006
+ "loss": 0.9852,
1007
+ "grad_norm": 3.7997825145721436,
1008
+ "learning_rate": 2.5180835143910732e-05,
1009
+ "epoch": 0.7840696950840075,
1010
  "step": 1260
1011
  },
1012
  {
1013
+ "loss": 1.0357,
1014
+ "grad_norm": 3.2746288776397705,
1015
+ "learning_rate": 2.3814052116157492e-05,
1016
+ "epoch": 0.790292470441817,
1017
+ "step": 1270
 
1018
  },
1019
  {
1020
+ "loss": 0.9234,
1021
+ "grad_norm": 2.5498299598693848,
1022
+ "learning_rate": 2.248037704581686e-05,
1023
+ "epoch": 0.7965152457996266,
1024
+ "step": 1280
1025
  },
1026
  {
1027
+ "eval_loss": 1.0135233402252197,
1028
+ "eval_runtime": 19.2289,
1029
+ "eval_samples_per_second": 27.303,
1030
+ "eval_steps_per_second": 6.865,
1031
+ "epoch": 0.7965152457996266,
1032
  "step": 1280
1033
  },
1034
  {
1035
+ "loss": 0.9819,
1036
+ "grad_norm": 4.244918346405029,
1037
+ "learning_rate": 2.1180389505089004e-05,
1038
+ "epoch": 0.8027380211574362,
1039
  "step": 1290
1040
  },
1041
  {
1042
+ "loss": 0.9955,
1043
+ "grad_norm": 3.978168249130249,
1044
+ "learning_rate": 1.9914654426659374e-05,
1045
+ "epoch": 0.8089607965152458,
1046
  "step": 1300
1047
  },
1048
  {
1049
+ "loss": 1.0539,
1050
+ "grad_norm": 4.090443134307861,
1051
+ "learning_rate": 1.8683721858197366e-05,
1052
+ "epoch": 0.8151835718730553,
1053
  "step": 1310
1054
  },
1055
  {
1056
+ "loss": 1.0301,
1057
+ "grad_norm": 4.159254550933838,
1058
+ "learning_rate": 1.7488126723323183e-05,
1059
+ "epoch": 0.8214063472308649,
1060
  "step": 1320
1061
  },
1062
  {
1063
+ "loss": 0.9817,
1064
+ "grad_norm": 3.623256206512451,
1065
+ "learning_rate": 1.632838858914747e-05,
1066
+ "epoch": 0.8276291225886746,
1067
  "step": 1330
1068
  },
1069
  {
1070
+ "loss": 1.0417,
1071
+ "grad_norm": 3.4594295024871826,
1072
+ "learning_rate": 1.5205011440483929e-05,
1073
+ "epoch": 0.8338518979464842,
1074
  "step": 1340
1075
  },
1076
  {
1077
+ "loss": 0.9497,
1078
+ "grad_norm": 3.782587766647339,
1079
+ "learning_rate": 1.4118483460834064e-05,
1080
+ "epoch": 0.8400746733042938,
1081
+ "step": 1350
 
1082
  },
1083
  {
1084
+ "loss": 0.9819,
1085
+ "grad_norm": 4.124022960662842,
1086
+ "learning_rate": 1.3069276820237997e-05,
1087
+ "epoch": 0.8462974486621033,
1088
+ "step": 1360
1089
  },
1090
  {
1091
+ "eval_loss": 1.0055181980133057,
1092
+ "eval_runtime": 19.0381,
1093
+ "eval_samples_per_second": 27.576,
1094
+ "eval_steps_per_second": 6.933,
1095
+ "epoch": 0.8462974486621033,
1096
  "step": 1360
1097
  },
1098
  {
1099
+ "loss": 0.9526,
1100
+ "grad_norm": 3.329490900039673,
1101
+ "learning_rate": 1.2057847470084993e-05,
1102
+ "epoch": 0.8525202240199129,
1103
  "step": 1370
1104
  },
1105
  {
1106
+ "loss": 1.0375,
1107
+ "grad_norm": 3.4906861782073975,
1108
+ "learning_rate": 1.108463494497135e-05,
1109
+ "epoch": 0.8587429993777225,
1110
  "step": 1380
1111
  },
1112
  {
1113
+ "loss": 1.143,
1114
+ "grad_norm": 3.604809045791626,
1115
+ "learning_rate": 1.0150062171693076e-05,
1116
+ "epoch": 0.864965774735532,
1117
  "step": 1390
1118
  },
1119
  {
1120
+ "loss": 1.0352,
1121
+ "grad_norm": 3.657939910888672,
1122
+ "learning_rate": 9.254535285455334e-06,
1123
+ "epoch": 0.8711885500933416,
1124
  "step": 1400
1125
  },
1126
  {
1127
+ "loss": 0.9611,
1128
+ "grad_norm": 4.000196933746338,
1129
+ "learning_rate": 8.398443453379267e-06,
1130
+ "epoch": 0.8774113254511512,
1131
  "step": 1410
1132
  },
1133
  {
1134
+ "loss": 1.02,
1135
+ "grad_norm": 2.971421241760254,
1136
+ "learning_rate": 7.582158705382581e-06,
1137
+ "epoch": 0.8836341008089608,
1138
  "step": 1420
1139
  },
1140
  {
1141
+ "loss": 1.095,
1142
+ "grad_norm": 3.4433512687683105,
1143
+ "learning_rate": 6.806035772507169e-06,
1144
+ "epoch": 0.8898568761667703,
1145
+ "step": 1430
 
1146
  },
1147
  {
1148
+ "loss": 0.9563,
1149
+ "grad_norm": 4.7456746101379395,
1150
+ "learning_rate": 6.070411932764586e-06,
1151
+ "epoch": 0.8960796515245799,
1152
+ "step": 1440
1153
  },
1154
  {
1155
+ "eval_loss": 1.0012239217758179,
1156
+ "eval_runtime": 19.2942,
1157
+ "eval_samples_per_second": 27.21,
1158
+ "eval_steps_per_second": 6.841,
1159
+ "epoch": 0.8960796515245799,
1160
  "step": 1440
1161
  },
1162
  {
1163
+ "loss": 1.0647,
1164
+ "grad_norm": 3.7112457752227783,
1165
+ "learning_rate": 5.375606864565785e-06,
1166
+ "epoch": 0.9023024268823896,
1167
  "step": 1450
1168
  },
1169
  {
1170
+ "loss": 1.0923,
1171
+ "grad_norm": 3.5192649364471436,
1172
+ "learning_rate": 4.721922507799248e-06,
1173
+ "epoch": 0.9085252022401992,
1174
  "step": 1460
1175
  },
1176
  {
1177
+ "loss": 1.0141,
1178
+ "grad_norm": 3.898160696029663,
1179
+ "learning_rate": 4.10964293261763e-06,
1180
+ "epoch": 0.9147479775980087,
1181
  "step": 1470
1182
  },
1183
  {
1184
+ "loss": 0.9584,
1185
+ "grad_norm": 3.5476901531219482,
1186
+ "learning_rate": 3.5390342159900223e-06,
1187
+ "epoch": 0.9209707529558183,
1188
  "step": 1480
1189
  },
1190
  {
1191
+ "loss": 0.937,
1192
+ "grad_norm": 3.9498867988586426,
1193
+ "learning_rate": 3.0103443260734554e-06,
1194
+ "epoch": 0.9271935283136279,
1195
  "step": 1490
1196
  },
1197
  {
1198
+ "loss": 0.9892,
1199
+ "grad_norm": 4.293119430541992,
1200
+ "learning_rate": 2.5238030144539737e-06,
1201
+ "epoch": 0.9334163036714375,
1202
  "step": 1500
1203
  },
1204
  {
1205
+ "loss": 0.9698,
1206
+ "grad_norm": 3.3624675273895264,
1207
+ "learning_rate": 2.079621716303959e-06,
1208
+ "epoch": 0.939639079029247,
1209
+ "step": 1510
 
1210
  },
1211
  {
1212
+ "loss": 0.968,
1213
+ "grad_norm": 3.809082269668579,
1214
+ "learning_rate": 1.6779934584992718e-06,
1215
+ "epoch": 0.9458618543870566,
1216
+ "step": 1520
1217
  },
1218
  {
1219
+ "eval_loss": 1.0003483295440674,
1220
+ "eval_runtime": 19.1326,
1221
+ "eval_samples_per_second": 27.44,
1222
+ "eval_steps_per_second": 6.899,
1223
+ "epoch": 0.9458618543870566,
1224
  "step": 1520
1225
  },
1226
  {
1227
+ "loss": 0.9195,
1228
+ "grad_norm": 3.8601574897766113,
1229
+ "learning_rate": 1.3190927757358973e-06,
1230
+ "epoch": 0.9520846297448662,
1231
  "step": 1530
1232
  },
1233
  {
1234
+ "loss": 1.0223,
1235
+ "grad_norm": 3.9802134037017822,
1236
+ "learning_rate": 1.0030756346829151e-06,
1237
+ "epoch": 0.9583074051026758,
1238
  "step": 1540
1239
  },
1240
  {
1241
+ "loss": 1.0011,
1242
+ "grad_norm": 4.339512825012207,
1243
+ "learning_rate": 7.300793662043282e-07,
1244
+ "epoch": 0.9645301804604853,
1245
  "step": 1550
1246
  },
1247
  {
1248
+ "loss": 0.9674,
1249
+ "grad_norm": 3.0537281036376953,
1250
+ "learning_rate": 5.002226056795123e-07,
1251
+ "epoch": 0.9707529558182949,
1252
  "step": 1560
1253
  },
1254
  {
1255
+ "loss": 1.0434,
1256
+ "grad_norm": 4.255007266998291,
1257
+ "learning_rate": 3.1360524144810055e-07,
1258
+ "epoch": 0.9769757311761046,
1259
  "step": 1570
1260
  },
1261
  {
1262
+ "loss": 1.0385,
1263
+ "grad_norm": 4.374144554138184,
1264
+ "learning_rate": 1.703083714017617e-07,
1265
+ "epoch": 0.9831985065339142,
1266
  "step": 1580
1267
  },
1268
  {
1269
+ "loss": 1.0528,
1270
+ "grad_norm": 3.5838091373443604,
1271
+ "learning_rate": 7.039426774164693e-08,
1272
+ "epoch": 0.9894212818917237,
1273
+ "step": 1590
1274
+ },
1275
+ {
1276
+ "loss": 1.021,
1277
+ "grad_norm": 3.116870880126953,
1278
+ "learning_rate": 1.3906349916881222e-08,
1279
+ "epoch": 0.9956440572495333,
1280
+ "step": 1600
1281
+ },
1282
+ {
1283
+ "eval_loss": 0.9999628067016602,
1284
+ "eval_runtime": 18.979,
1285
+ "eval_samples_per_second": 27.662,
1286
+ "eval_steps_per_second": 6.955,
1287
+ "epoch": 0.9956440572495333,
1288
+ "step": 1600
1289
  },
1290
  {
1291
+ "train_runtime": 2534.2207,
1292
+ "train_samples_per_second": 10.144,
1293
+ "train_steps_per_second": 0.634,
1294
+ "total_flos": 7.873650806298163e+16,
1295
+ "train_loss": 1.1504224986116116,
1296
  "epoch": 1.0,
1297
+ "step": 1607
1298
  }
1299
  ]
train/training_loss.png CHANGED
train/validation_loss.png CHANGED