sharkMeow commited on
Commit
bc1bfb2
·
verified ·
1 Parent(s): 1cc9d52

End of training

Browse files
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 100.0,
3
+ "total_flos": 3.571154905966387e+18,
4
+ "train_loss": 1.224746272576549,
5
+ "train_runtime": 52658.2042,
6
+ "train_samples_per_second": 258.353,
7
+ "train_steps_per_second": 2.154
8
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.48145466,
13
+ 0.4578275,
14
+ 0.40821073
15
+ ],
16
+ "image_processor_type": "ChineseCLIPImageProcessor",
17
+ "image_std": [
18
+ 0.26862954,
19
+ 0.26130258,
20
+ 0.27577711
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 224,
26
+ "width": 224
27
+ }
28
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 100.0,
3
+ "total_flos": 3.571154905966387e+18,
4
+ "train_loss": 1.224746272576549,
5
+ "train_runtime": 52658.2042,
6
+ "train_samples_per_second": 258.353,
7
+ "train_steps_per_second": 2.154
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,743 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 100.0,
6
+ "eval_steps": 500,
7
+ "global_step": 113400,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "grad_norm": 1.912750482559204,
15
+ "learning_rate": 9.900352733686068e-06,
16
+ "loss": 2.4424,
17
+ "step": 1134
18
+ },
19
+ {
20
+ "epoch": 2.0,
21
+ "grad_norm": 2.366978645324707,
22
+ "learning_rate": 9.800440917107585e-06,
23
+ "loss": 2.3536,
24
+ "step": 2268
25
+ },
26
+ {
27
+ "epoch": 3.0,
28
+ "grad_norm": 2.4429948329925537,
29
+ "learning_rate": 9.700440917107584e-06,
30
+ "loss": 2.3138,
31
+ "step": 3402
32
+ },
33
+ {
34
+ "epoch": 4.0,
35
+ "grad_norm": 3.427384853363037,
36
+ "learning_rate": 9.600440917107585e-06,
37
+ "loss": 2.2871,
38
+ "step": 4536
39
+ },
40
+ {
41
+ "epoch": 5.0,
42
+ "grad_norm": 2.3265113830566406,
43
+ "learning_rate": 9.500529100529102e-06,
44
+ "loss": 2.2576,
45
+ "step": 5670
46
+ },
47
+ {
48
+ "epoch": 6.0,
49
+ "grad_norm": 4.512721538543701,
50
+ "learning_rate": 9.400529100529101e-06,
51
+ "loss": 2.2087,
52
+ "step": 6804
53
+ },
54
+ {
55
+ "epoch": 7.0,
56
+ "grad_norm": 3.427581548690796,
57
+ "learning_rate": 9.300617283950618e-06,
58
+ "loss": 2.1972,
59
+ "step": 7938
60
+ },
61
+ {
62
+ "epoch": 8.0,
63
+ "grad_norm": 2.985769510269165,
64
+ "learning_rate": 9.200617283950617e-06,
65
+ "loss": 2.1687,
66
+ "step": 9072
67
+ },
68
+ {
69
+ "epoch": 9.0,
70
+ "grad_norm": 5.713807106018066,
71
+ "learning_rate": 9.100705467372136e-06,
72
+ "loss": 2.1537,
73
+ "step": 10206
74
+ },
75
+ {
76
+ "epoch": 10.0,
77
+ "grad_norm": 3.9860029220581055,
78
+ "learning_rate": 9.000705467372135e-06,
79
+ "loss": 2.1393,
80
+ "step": 11340
81
+ },
82
+ {
83
+ "epoch": 11.0,
84
+ "grad_norm": NaN,
85
+ "learning_rate": 8.900705467372134e-06,
86
+ "loss": 2.1331,
87
+ "step": 12474
88
+ },
89
+ {
90
+ "epoch": 12.0,
91
+ "grad_norm": 5.642363548278809,
92
+ "learning_rate": 8.800793650793651e-06,
93
+ "loss": 2.1241,
94
+ "step": 13608
95
+ },
96
+ {
97
+ "epoch": 13.0,
98
+ "grad_norm": 3.955806016921997,
99
+ "learning_rate": 8.700881834215168e-06,
100
+ "loss": 2.1189,
101
+ "step": 14742
102
+ },
103
+ {
104
+ "epoch": 14.0,
105
+ "grad_norm": 4.731072425842285,
106
+ "learning_rate": 8.600881834215168e-06,
107
+ "loss": 2.1023,
108
+ "step": 15876
109
+ },
110
+ {
111
+ "epoch": 15.0,
112
+ "grad_norm": 5.199740886688232,
113
+ "learning_rate": 8.500881834215169e-06,
114
+ "loss": 2.0996,
115
+ "step": 17010
116
+ },
117
+ {
118
+ "epoch": 16.0,
119
+ "grad_norm": 8.10754680633545,
120
+ "learning_rate": 8.400970017636686e-06,
121
+ "loss": 2.0948,
122
+ "step": 18144
123
+ },
124
+ {
125
+ "epoch": 17.0,
126
+ "grad_norm": 7.051990509033203,
127
+ "learning_rate": 8.300970017636685e-06,
128
+ "loss": 2.0864,
129
+ "step": 19278
130
+ },
131
+ {
132
+ "epoch": 18.0,
133
+ "grad_norm": 3.324284553527832,
134
+ "learning_rate": 8.200970017636684e-06,
135
+ "loss": 2.0647,
136
+ "step": 20412
137
+ },
138
+ {
139
+ "epoch": 19.0,
140
+ "grad_norm": 4.6707682609558105,
141
+ "learning_rate": 8.101058201058201e-06,
142
+ "loss": 2.0577,
143
+ "step": 21546
144
+ },
145
+ {
146
+ "epoch": 20.0,
147
+ "grad_norm": 3.083761692047119,
148
+ "learning_rate": 8.001058201058202e-06,
149
+ "loss": 2.0609,
150
+ "step": 22680
151
+ },
152
+ {
153
+ "epoch": 21.0,
154
+ "grad_norm": 4.806012153625488,
155
+ "learning_rate": 7.901058201058201e-06,
156
+ "loss": 2.0601,
157
+ "step": 23814
158
+ },
159
+ {
160
+ "epoch": 22.0,
161
+ "grad_norm": 4.715734958648682,
162
+ "learning_rate": 7.801146384479718e-06,
163
+ "loss": 2.0389,
164
+ "step": 24948
165
+ },
166
+ {
167
+ "epoch": 23.0,
168
+ "grad_norm": 3.61401104927063,
169
+ "learning_rate": 7.70114638447972e-06,
170
+ "loss": 2.0428,
171
+ "step": 26082
172
+ },
173
+ {
174
+ "epoch": 24.0,
175
+ "grad_norm": 2.6958115100860596,
176
+ "learning_rate": 7.6011463844797185e-06,
177
+ "loss": 2.0315,
178
+ "step": 27216
179
+ },
180
+ {
181
+ "epoch": 25.0,
182
+ "grad_norm": 2.96954345703125,
183
+ "learning_rate": 7.5011463844797186e-06,
184
+ "loss": 2.0378,
185
+ "step": 28350
186
+ },
187
+ {
188
+ "epoch": 26.0,
189
+ "grad_norm": 5.391402721405029,
190
+ "learning_rate": 7.4013227513227516e-06,
191
+ "loss": 2.0096,
192
+ "step": 29484
193
+ },
194
+ {
195
+ "epoch": 27.0,
196
+ "grad_norm": 2.2738614082336426,
197
+ "learning_rate": 7.301322751322752e-06,
198
+ "loss": 2.0087,
199
+ "step": 30618
200
+ },
201
+ {
202
+ "epoch": 28.0,
203
+ "grad_norm": 4.0258378982543945,
204
+ "learning_rate": 7.201322751322753e-06,
205
+ "loss": 2.0135,
206
+ "step": 31752
207
+ },
208
+ {
209
+ "epoch": 29.0,
210
+ "grad_norm": 3.196429491043091,
211
+ "learning_rate": 7.101410934744269e-06,
212
+ "loss": 2.013,
213
+ "step": 32886
214
+ },
215
+ {
216
+ "epoch": 30.0,
217
+ "grad_norm": 3.6472020149230957,
218
+ "learning_rate": 7.001410934744268e-06,
219
+ "loss": 2.0002,
220
+ "step": 34020
221
+ },
222
+ {
223
+ "epoch": 31.0,
224
+ "grad_norm": 3.440370559692383,
225
+ "learning_rate": 6.901499118165785e-06,
226
+ "loss": 2.005,
227
+ "step": 35154
228
+ },
229
+ {
230
+ "epoch": 32.0,
231
+ "grad_norm": 5.474171161651611,
232
+ "learning_rate": 6.801587301587303e-06,
233
+ "loss": 1.9974,
234
+ "step": 36288
235
+ },
236
+ {
237
+ "epoch": 33.0,
238
+ "grad_norm": 2.209702253341675,
239
+ "learning_rate": 6.701587301587302e-06,
240
+ "loss": 2.0003,
241
+ "step": 37422
242
+ },
243
+ {
244
+ "epoch": 34.0,
245
+ "grad_norm": 5.641165256500244,
246
+ "learning_rate": 6.601587301587302e-06,
247
+ "loss": 1.9966,
248
+ "step": 38556
249
+ },
250
+ {
251
+ "epoch": 35.0,
252
+ "grad_norm": 3.8642516136169434,
253
+ "learning_rate": 6.501587301587302e-06,
254
+ "loss": 1.9866,
255
+ "step": 39690
256
+ },
257
+ {
258
+ "epoch": 36.0,
259
+ "grad_norm": 3.8914637565612793,
260
+ "learning_rate": 6.401675485008819e-06,
261
+ "loss": 1.9769,
262
+ "step": 40824
263
+ },
264
+ {
265
+ "epoch": 37.0,
266
+ "grad_norm": 2.3981971740722656,
267
+ "learning_rate": 6.301675485008819e-06,
268
+ "loss": 1.9695,
269
+ "step": 41958
270
+ },
271
+ {
272
+ "epoch": 38.0,
273
+ "grad_norm": 3.656935453414917,
274
+ "learning_rate": 6.201763668430335e-06,
275
+ "loss": 1.9774,
276
+ "step": 43092
277
+ },
278
+ {
279
+ "epoch": 39.0,
280
+ "grad_norm": 5.288485050201416,
281
+ "learning_rate": 6.1018518518518525e-06,
282
+ "loss": 1.984,
283
+ "step": 44226
284
+ },
285
+ {
286
+ "epoch": 40.0,
287
+ "grad_norm": 5.823598861694336,
288
+ "learning_rate": 6.001851851851852e-06,
289
+ "loss": 1.9786,
290
+ "step": 45360
291
+ },
292
+ {
293
+ "epoch": 41.0,
294
+ "grad_norm": 9.096850395202637,
295
+ "learning_rate": 5.901940035273369e-06,
296
+ "loss": 1.9815,
297
+ "step": 46494
298
+ },
299
+ {
300
+ "epoch": 42.0,
301
+ "grad_norm": 2.720540761947632,
302
+ "learning_rate": 5.801940035273369e-06,
303
+ "loss": 1.9756,
304
+ "step": 47628
305
+ },
306
+ {
307
+ "epoch": 43.0,
308
+ "grad_norm": 6.2244696617126465,
309
+ "learning_rate": 5.702028218694886e-06,
310
+ "loss": 1.9715,
311
+ "step": 48762
312
+ },
313
+ {
314
+ "epoch": 44.0,
315
+ "grad_norm": 1.7180719375610352,
316
+ "learning_rate": 5.602028218694886e-06,
317
+ "loss": 1.9783,
318
+ "step": 49896
319
+ },
320
+ {
321
+ "epoch": 45.0,
322
+ "grad_norm": 3.5073482990264893,
323
+ "learning_rate": 5.502116402116403e-06,
324
+ "loss": 1.9619,
325
+ "step": 51030
326
+ },
327
+ {
328
+ "epoch": 46.0,
329
+ "grad_norm": 3.795732021331787,
330
+ "learning_rate": 5.402204585537919e-06,
331
+ "loss": 1.9664,
332
+ "step": 52164
333
+ },
334
+ {
335
+ "epoch": 47.0,
336
+ "grad_norm": 2.003103733062744,
337
+ "learning_rate": 5.302204585537919e-06,
338
+ "loss": 1.9772,
339
+ "step": 53298
340
+ },
341
+ {
342
+ "epoch": 48.0,
343
+ "grad_norm": 8.892159461975098,
344
+ "learning_rate": 5.202292768959436e-06,
345
+ "loss": 1.9586,
346
+ "step": 54432
347
+ },
348
+ {
349
+ "epoch": 49.0,
350
+ "grad_norm": 3.5988032817840576,
351
+ "learning_rate": 5.102292768959436e-06,
352
+ "loss": 1.9623,
353
+ "step": 55566
354
+ },
355
+ {
356
+ "epoch": 50.0,
357
+ "grad_norm": 6.822943687438965,
358
+ "learning_rate": 5.002380952380953e-06,
359
+ "loss": 1.972,
360
+ "step": 56700
361
+ },
362
+ {
363
+ "epoch": 51.0,
364
+ "grad_norm": 3.6781959533691406,
365
+ "learning_rate": 4.902380952380953e-06,
366
+ "loss": 1.9518,
367
+ "step": 57834
368
+ },
369
+ {
370
+ "epoch": 52.0,
371
+ "grad_norm": 6.689939975738525,
372
+ "learning_rate": 4.802469135802469e-06,
373
+ "loss": 1.9515,
374
+ "step": 58968
375
+ },
376
+ {
377
+ "epoch": 53.0,
378
+ "grad_norm": 3.9311599731445312,
379
+ "learning_rate": 4.7024691358024695e-06,
380
+ "loss": 1.9482,
381
+ "step": 60102
382
+ },
383
+ {
384
+ "epoch": 54.0,
385
+ "grad_norm": 2.7226245403289795,
386
+ "learning_rate": 4.6025573192239865e-06,
387
+ "loss": 1.9569,
388
+ "step": 61236
389
+ },
390
+ {
391
+ "epoch": 55.0,
392
+ "grad_norm": 4.933896541595459,
393
+ "learning_rate": 4.502645502645503e-06,
394
+ "loss": 1.9498,
395
+ "step": 62370
396
+ },
397
+ {
398
+ "epoch": 56.0,
399
+ "grad_norm": 5.327332019805908,
400
+ "learning_rate": 4.402645502645503e-06,
401
+ "loss": 1.9405,
402
+ "step": 63504
403
+ },
404
+ {
405
+ "epoch": 57.0,
406
+ "grad_norm": 2.307694911956787,
407
+ "learning_rate": 4.30273368606702e-06,
408
+ "loss": 1.9582,
409
+ "step": 64638
410
+ },
411
+ {
412
+ "epoch": 58.0,
413
+ "grad_norm": 2.4888343811035156,
414
+ "learning_rate": 4.20273368606702e-06,
415
+ "loss": 1.9462,
416
+ "step": 65772
417
+ },
418
+ {
419
+ "epoch": 59.0,
420
+ "grad_norm": 3.256455898284912,
421
+ "learning_rate": 4.102821869488536e-06,
422
+ "loss": 1.9481,
423
+ "step": 66906
424
+ },
425
+ {
426
+ "epoch": 60.0,
427
+ "grad_norm": 2.2037665843963623,
428
+ "learning_rate": 4.002821869488536e-06,
429
+ "loss": 1.9526,
430
+ "step": 68040
431
+ },
432
+ {
433
+ "epoch": 61.0,
434
+ "grad_norm": 5.307345390319824,
435
+ "learning_rate": 3.902910052910053e-06,
436
+ "loss": 1.9317,
437
+ "step": 69174
438
+ },
439
+ {
440
+ "epoch": 62.0,
441
+ "grad_norm": 5.948610305786133,
442
+ "learning_rate": 3.802910052910053e-06,
443
+ "loss": 1.9486,
444
+ "step": 70308
445
+ },
446
+ {
447
+ "epoch": 63.0,
448
+ "grad_norm": 4.689316272735596,
449
+ "learning_rate": 3.7029982363315697e-06,
450
+ "loss": 1.9503,
451
+ "step": 71442
452
+ },
453
+ {
454
+ "epoch": 64.0,
455
+ "grad_norm": 4.029778957366943,
456
+ "learning_rate": 3.6030864197530867e-06,
457
+ "loss": 1.9316,
458
+ "step": 72576
459
+ },
460
+ {
461
+ "epoch": 65.0,
462
+ "grad_norm": 4.771517276763916,
463
+ "learning_rate": 3.5030864197530868e-06,
464
+ "loss": 1.9331,
465
+ "step": 73710
466
+ },
467
+ {
468
+ "epoch": 66.0,
469
+ "grad_norm": 2.0614895820617676,
470
+ "learning_rate": 3.4031746031746033e-06,
471
+ "loss": 1.9369,
472
+ "step": 74844
473
+ },
474
+ {
475
+ "epoch": 67.0,
476
+ "grad_norm": 4.460591793060303,
477
+ "learning_rate": 3.303174603174604e-06,
478
+ "loss": 1.9512,
479
+ "step": 75978
480
+ },
481
+ {
482
+ "epoch": 68.0,
483
+ "grad_norm": 2.2756810188293457,
484
+ "learning_rate": 3.2032627865961204e-06,
485
+ "loss": 1.9298,
486
+ "step": 77112
487
+ },
488
+ {
489
+ "epoch": 69.0,
490
+ "grad_norm": 2.6889700889587402,
491
+ "learning_rate": 3.10326278659612e-06,
492
+ "loss": 1.9309,
493
+ "step": 78246
494
+ },
495
+ {
496
+ "epoch": 70.0,
497
+ "grad_norm": 6.319788455963135,
498
+ "learning_rate": 3.003350970017637e-06,
499
+ "loss": 1.9377,
500
+ "step": 79380
501
+ },
502
+ {
503
+ "epoch": 71.0,
504
+ "grad_norm": 3.2527384757995605,
505
+ "learning_rate": 2.9034391534391536e-06,
506
+ "loss": 1.9509,
507
+ "step": 80514
508
+ },
509
+ {
510
+ "epoch": 72.0,
511
+ "grad_norm": 3.7406935691833496,
512
+ "learning_rate": 2.8034391534391537e-06,
513
+ "loss": 1.9285,
514
+ "step": 81648
515
+ },
516
+ {
517
+ "epoch": 73.0,
518
+ "grad_norm": 1.6912527084350586,
519
+ "learning_rate": 2.7035273368606703e-06,
520
+ "loss": 1.9321,
521
+ "step": 82782
522
+ },
523
+ {
524
+ "epoch": 74.0,
525
+ "grad_norm": 4.06993293762207,
526
+ "learning_rate": 2.603527336860671e-06,
527
+ "loss": 1.9334,
528
+ "step": 83916
529
+ },
530
+ {
531
+ "epoch": 75.0,
532
+ "grad_norm": 1.849129319190979,
533
+ "learning_rate": 2.503615520282187e-06,
534
+ "loss": 1.9308,
535
+ "step": 85050
536
+ },
537
+ {
538
+ "epoch": 76.0,
539
+ "grad_norm": 3.185353994369507,
540
+ "learning_rate": 2.403615520282187e-06,
541
+ "loss": 1.9368,
542
+ "step": 86184
543
+ },
544
+ {
545
+ "epoch": 77.0,
546
+ "grad_norm": 2.2649121284484863,
547
+ "learning_rate": 2.303703703703704e-06,
548
+ "loss": 1.9328,
549
+ "step": 87318
550
+ },
551
+ {
552
+ "epoch": 78.0,
553
+ "grad_norm": 3.588413953781128,
554
+ "learning_rate": 2.203703703703704e-06,
555
+ "loss": 1.9286,
556
+ "step": 88452
557
+ },
558
+ {
559
+ "epoch": 79.0,
560
+ "grad_norm": 2.376042127609253,
561
+ "learning_rate": 2.1037918871252207e-06,
562
+ "loss": 1.9131,
563
+ "step": 89586
564
+ },
565
+ {
566
+ "epoch": 80.0,
567
+ "grad_norm": 5.023166179656982,
568
+ "learning_rate": 2.0038800705467372e-06,
569
+ "loss": 1.9246,
570
+ "step": 90720
571
+ },
572
+ {
573
+ "epoch": 81.0,
574
+ "grad_norm": 3.989335775375366,
575
+ "learning_rate": 1.9038800705467373e-06,
576
+ "loss": 1.9278,
577
+ "step": 91854
578
+ },
579
+ {
580
+ "epoch": 82.0,
581
+ "grad_norm": 1.964154601097107,
582
+ "learning_rate": 1.803968253968254e-06,
583
+ "loss": 1.9324,
584
+ "step": 92988
585
+ },
586
+ {
587
+ "epoch": 83.0,
588
+ "grad_norm": 3.225398302078247,
589
+ "learning_rate": 1.7039682539682542e-06,
590
+ "loss": 1.9182,
591
+ "step": 94122
592
+ },
593
+ {
594
+ "epoch": 84.0,
595
+ "grad_norm": 4.1602935791015625,
596
+ "learning_rate": 1.6040564373897708e-06,
597
+ "loss": 1.9336,
598
+ "step": 95256
599
+ },
600
+ {
601
+ "epoch": 85.0,
602
+ "grad_norm": 4.833250522613525,
603
+ "learning_rate": 1.5040564373897709e-06,
604
+ "loss": 1.9248,
605
+ "step": 96390
606
+ },
607
+ {
608
+ "epoch": 86.0,
609
+ "grad_norm": 2.619542121887207,
610
+ "learning_rate": 1.4041446208112876e-06,
611
+ "loss": 1.9369,
612
+ "step": 97524
613
+ },
614
+ {
615
+ "epoch": 87.0,
616
+ "grad_norm": 2.0560250282287598,
617
+ "learning_rate": 1.3041446208112875e-06,
618
+ "loss": 1.9184,
619
+ "step": 98658
620
+ },
621
+ {
622
+ "epoch": 88.0,
623
+ "grad_norm": 7.1246209144592285,
624
+ "learning_rate": 1.2042328042328043e-06,
625
+ "loss": 1.9279,
626
+ "step": 99792
627
+ },
628
+ {
629
+ "epoch": 89.0,
630
+ "grad_norm": 3.3801794052124023,
631
+ "learning_rate": 1.104320987654321e-06,
632
+ "loss": 1.9329,
633
+ "step": 100926
634
+ },
635
+ {
636
+ "epoch": 90.0,
637
+ "grad_norm": 1.7479180097579956,
638
+ "learning_rate": 1.0043209876543212e-06,
639
+ "loss": 1.9211,
640
+ "step": 102060
641
+ },
642
+ {
643
+ "epoch": 91.0,
644
+ "grad_norm": 3.091583013534546,
645
+ "learning_rate": 9.044091710758378e-07,
646
+ "loss": 1.9236,
647
+ "step": 103194
648
+ },
649
+ {
650
+ "epoch": 92.0,
651
+ "grad_norm": 2.1435961723327637,
652
+ "learning_rate": 8.044091710758378e-07,
653
+ "loss": 1.9214,
654
+ "step": 104328
655
+ },
656
+ {
657
+ "epoch": 93.0,
658
+ "grad_norm": 3.5798821449279785,
659
+ "learning_rate": 7.044973544973546e-07,
660
+ "loss": 1.9142,
661
+ "step": 105462
662
+ },
663
+ {
664
+ "epoch": 94.0,
665
+ "grad_norm": 1.9765084981918335,
666
+ "learning_rate": 6.044973544973545e-07,
667
+ "loss": 1.9336,
668
+ "step": 106596
669
+ },
670
+ {
671
+ "epoch": 95.0,
672
+ "grad_norm": 1.3698736429214478,
673
+ "learning_rate": 5.045855379188714e-07,
674
+ "loss": 1.927,
675
+ "step": 107730
676
+ },
677
+ {
678
+ "epoch": 96.0,
679
+ "grad_norm": 1.0919588804244995,
680
+ "learning_rate": 4.045855379188713e-07,
681
+ "loss": 1.9213,
682
+ "step": 108864
683
+ },
684
+ {
685
+ "epoch": 97.0,
686
+ "grad_norm": 1.2900702953338623,
687
+ "learning_rate": 3.04673721340388e-07,
688
+ "loss": 1.9118,
689
+ "step": 109998
690
+ },
691
+ {
692
+ "epoch": 98.0,
693
+ "grad_norm": 1.611956238746643,
694
+ "learning_rate": 2.047619047619048e-07,
695
+ "loss": 1.9227,
696
+ "step": 111132
697
+ },
698
+ {
699
+ "epoch": 99.0,
700
+ "grad_norm": 4.691267490386963,
701
+ "learning_rate": 1.0476190476190476e-07,
702
+ "loss": 1.9204,
703
+ "step": 112266
704
+ },
705
+ {
706
+ "epoch": 100.0,
707
+ "grad_norm": 1.494165301322937,
708
+ "learning_rate": 4.8500881834215175e-09,
709
+ "loss": 1.9094,
710
+ "step": 113400
711
+ },
712
+ {
713
+ "epoch": 100.0,
714
+ "step": 113400,
715
+ "total_flos": 3.571154905966387e+18,
716
+ "train_loss": 1.224746272576549,
717
+ "train_runtime": 52658.2042,
718
+ "train_samples_per_second": 258.353,
719
+ "train_steps_per_second": 2.154
720
+ }
721
+ ],
722
+ "logging_steps": 1134,
723
+ "max_steps": 113400,
724
+ "num_input_tokens_seen": 0,
725
+ "num_train_epochs": 100,
726
+ "save_steps": 530,
727
+ "stateful_callbacks": {
728
+ "TrainerControl": {
729
+ "args": {
730
+ "should_epoch_stop": false,
731
+ "should_evaluate": false,
732
+ "should_log": false,
733
+ "should_save": true,
734
+ "should_training_stop": true
735
+ },
736
+ "attributes": {}
737
+ }
738
+ },
739
+ "total_flos": 3.571154905966387e+18,
740
+ "train_batch_size": 60,
741
+ "trial_name": null,
742
+ "trial_params": null
743
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff