rovdetection commited on
Commit
263b088
·
verified ·
1 Parent(s): 8725ee6

Training in progress, step 500, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "dtype": "float32",
9
+ "eos_token_id": 2,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 5632,
15
+ "max_position_embeddings": 512,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 18,
20
+ "num_key_value_heads": 16,
21
+ "pad_token_id": 0,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 1e-06,
24
+ "rope_parameters": {
25
+ "rope_theta": 10000.0,
26
+ "rope_type": "default"
27
+ },
28
+ "tie_word_embeddings": false,
29
+ "transformers_version": "5.8.0",
30
+ "use_cache": false,
31
+ "vocab_size": 50257
32
+ }
last-checkpoint/generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "output_attentions": false,
6
+ "output_hidden_states": false,
7
+ "pad_token_id": 0,
8
+ "transformers_version": "5.8.0",
9
+ "use_cache": true
10
+ }
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c357e9c2944702a41bcf9e0c2ac136e48a71e118595736666655bcc876eb4677
3
+ size 4523108832
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2e1912645084bd8899cf84ece2cfd87234cfbcc7c5298a2f7b71be0c49ca68b
3
+ size 2911851147
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:098b29492211804ab324a36f37466821d948280bb74fce4ba895c03f13ecd878
3
+ size 14645
last-checkpoint/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f77569c2e850b04af982cc8c1389f1430851448915c593b69e5da36ce05b71d7
3
+ size 1383
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f61cd911648f3cff02d47bc6b9e58cb3242dd8a153313085c99fe548e711bd9c
3
+ size 1465
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "errors": "replace",
7
+ "is_local": false,
8
+ "local_files_only": false,
9
+ "model_max_length": 1024,
10
+ "pad_token": "<|endoftext|>",
11
+ "tokenizer_class": "GPT2Tokenizer",
12
+ "unk_token": "<|endoftext|>"
13
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0188,
6
+ "eval_steps": 500,
7
+ "global_step": 500,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.001,
14
+ "grad_norm": 5.9411797523498535,
15
+ "learning_rate": 0.00019982,
16
+ "loss": 10.402878570556641,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.002,
21
+ "grad_norm": 2.5087270736694336,
22
+ "learning_rate": 0.00019962000000000002,
23
+ "loss": 5.9839332580566404,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.003,
28
+ "grad_norm": 1.3757283687591553,
29
+ "learning_rate": 0.00019942,
30
+ "loss": 5.513664627075196,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.004,
35
+ "grad_norm": 1.2012906074523926,
36
+ "learning_rate": 0.00019922,
37
+ "loss": 5.281090545654297,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.005,
42
+ "grad_norm": 2.0055949687957764,
43
+ "learning_rate": 0.00019902,
44
+ "loss": 5.105018615722656,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.006,
49
+ "grad_norm": 2.674002170562744,
50
+ "learning_rate": 0.00019882,
51
+ "loss": 4.82950439453125,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.007,
56
+ "grad_norm": 1.7347458600997925,
57
+ "learning_rate": 0.00019862000000000002,
58
+ "loss": 4.698889923095703,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.008,
63
+ "grad_norm": 2.345951795578003,
64
+ "learning_rate": 0.00019842000000000001,
65
+ "loss": 4.519314956665039,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.009,
70
+ "grad_norm": 1.3420459032058716,
71
+ "learning_rate": 0.00019822,
72
+ "loss": 4.280438995361328,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.01,
77
+ "grad_norm": 1.4221423864364624,
78
+ "learning_rate": 0.00019802,
79
+ "loss": 4.258197784423828,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.011,
84
+ "grad_norm": 1.4795005321502686,
85
+ "learning_rate": 0.00019782,
86
+ "loss": 4.103477478027344,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.012,
91
+ "grad_norm": 2.135676860809326,
92
+ "learning_rate": 0.00019762,
93
+ "loss": 3.9324199676513674,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.013,
98
+ "grad_norm": 0.9774000644683838,
99
+ "learning_rate": 0.00019742000000000002,
100
+ "loss": 3.872743606567383,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.014,
105
+ "grad_norm": 1.0677322149276733,
106
+ "learning_rate": 0.00019722,
107
+ "loss": 3.8740089416503904,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.015,
112
+ "grad_norm": 0.956723153591156,
113
+ "learning_rate": 0.00019702,
114
+ "loss": 3.7239048004150392,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.016,
119
+ "grad_norm": 1.0390738248825073,
120
+ "learning_rate": 0.00019682,
121
+ "loss": 3.7527164459228515,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.017,
126
+ "grad_norm": 1.084784984588623,
127
+ "learning_rate": 0.00019662,
128
+ "loss": 3.5590255737304686,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.018,
133
+ "grad_norm": 1.1409659385681152,
134
+ "learning_rate": 0.00019642,
135
+ "loss": 3.6691215515136717,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.019,
140
+ "grad_norm": 0.8642674088478088,
141
+ "learning_rate": 0.00019622000000000002,
142
+ "loss": 3.5040924072265627,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.02,
147
+ "grad_norm": 0.8515411019325256,
148
+ "learning_rate": 0.00019602,
149
+ "loss": 3.5071990966796873,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.021,
154
+ "grad_norm": 1.0194536447525024,
155
+ "learning_rate": 0.00019582,
156
+ "loss": 3.3893787384033205,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.022,
161
+ "grad_norm": 0.9459556937217712,
162
+ "learning_rate": 0.00019562,
163
+ "loss": 3.3273845672607423,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.023,
168
+ "grad_norm": 0.8981431722640991,
169
+ "learning_rate": 0.00019542,
170
+ "loss": 3.3746875762939452,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.024,
175
+ "grad_norm": 0.9751044511795044,
176
+ "learning_rate": 0.00019522,
177
+ "loss": 3.1989873886108398,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.025,
182
+ "grad_norm": 0.8557232022285461,
183
+ "learning_rate": 0.00019502,
184
+ "loss": 3.1978750228881836,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.026,
189
+ "grad_norm": 0.7834332585334778,
190
+ "learning_rate": 0.00019482,
191
+ "loss": 3.28112678527832,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.027,
196
+ "grad_norm": 0.8482623100280762,
197
+ "learning_rate": 0.00019462,
198
+ "loss": 3.2512683868408203,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.028,
203
+ "grad_norm": 1.1247769594192505,
204
+ "learning_rate": 0.00019442,
205
+ "loss": 3.167398452758789,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.029,
210
+ "grad_norm": 0.7613039612770081,
211
+ "learning_rate": 0.00019422,
212
+ "loss": 3.1816900253295897,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.03,
217
+ "grad_norm": 0.7643451690673828,
218
+ "learning_rate": 0.00019402,
219
+ "loss": 2.998531723022461,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.031,
224
+ "grad_norm": 0.8855999112129211,
225
+ "learning_rate": 0.00019382,
226
+ "loss": 3.131449317932129,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 1.0008,
231
+ "grad_norm": 0.8182146549224854,
232
+ "learning_rate": 0.00019362,
233
+ "loss": 3.362815093994141,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 1.0018,
238
+ "grad_norm": 0.8580504655838013,
239
+ "learning_rate": 0.00019342,
240
+ "loss": 3.060775947570801,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 1.0028,
245
+ "grad_norm": 0.691214382648468,
246
+ "learning_rate": 0.00019322,
247
+ "loss": 2.930637741088867,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 1.0038,
252
+ "grad_norm": 0.8206065893173218,
253
+ "learning_rate": 0.00019302,
254
+ "loss": 2.9964399337768555,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 1.0048,
259
+ "grad_norm": 0.7985368371009827,
260
+ "learning_rate": 0.00019282000000000001,
261
+ "loss": 2.869978141784668,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 1.0058,
266
+ "grad_norm": 0.8223126530647278,
267
+ "learning_rate": 0.00019262,
268
+ "loss": 2.929924964904785,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 1.0068,
273
+ "grad_norm": 0.7868787050247192,
274
+ "learning_rate": 0.00019242,
275
+ "loss": 2.8226070404052734,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 1.0078,
280
+ "grad_norm": 0.6478514671325684,
281
+ "learning_rate": 0.00019222,
282
+ "loss": 2.8945112228393555,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 1.0088,
287
+ "grad_norm": 0.8428190350532532,
288
+ "learning_rate": 0.00019202,
289
+ "loss": 2.852457618713379,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 1.0098,
294
+ "grad_norm": 0.7077657580375671,
295
+ "learning_rate": 0.00019182,
296
+ "loss": 2.887688636779785,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 1.0108,
301
+ "grad_norm": 0.6806844472885132,
302
+ "learning_rate": 0.00019162,
303
+ "loss": 2.8496984481811523,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 1.0118,
308
+ "grad_norm": 0.6535109877586365,
309
+ "learning_rate": 0.00019142,
310
+ "loss": 2.7463850021362304,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 1.0128,
315
+ "grad_norm": 0.611242949962616,
316
+ "learning_rate": 0.00019122,
317
+ "loss": 2.7267787933349608,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 1.0138,
322
+ "grad_norm": 0.7190207839012146,
323
+ "learning_rate": 0.00019102,
324
+ "loss": 2.7335268020629884,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 1.0148,
329
+ "grad_norm": 0.6520172357559204,
330
+ "learning_rate": 0.00019082,
331
+ "loss": 2.705989646911621,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 1.0158,
336
+ "grad_norm": 0.7822602987289429,
337
+ "learning_rate": 0.00019062,
338
+ "loss": 2.7904048919677735,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 1.0168,
343
+ "grad_norm": 0.6247469186782837,
344
+ "learning_rate": 0.00019042,
345
+ "loss": 2.627030372619629,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 1.0178,
350
+ "grad_norm": 0.7010595798492432,
351
+ "learning_rate": 0.00019022,
352
+ "loss": 2.7214162826538084,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 1.0188,
357
+ "grad_norm": 0.5612587928771973,
358
+ "learning_rate": 0.00019002,
359
+ "loss": 2.7336082458496094,
360
+ "step": 500
361
+ }
362
+ ],
363
+ "logging_steps": 10,
364
+ "max_steps": 10000,
365
+ "num_input_tokens_seen": 0,
366
+ "num_train_epochs": 9223372036854775807,
367
+ "save_steps": 500,
368
+ "stateful_callbacks": {
369
+ "TrainerControl": {
370
+ "args": {
371
+ "should_epoch_stop": false,
372
+ "should_evaluate": false,
373
+ "should_log": false,
374
+ "should_save": true,
375
+ "should_training_stop": false
376
+ },
377
+ "attributes": {}
378
+ }
379
+ },
380
+ "total_flos": 4.23467821564969e+16,
381
+ "train_batch_size": 1,
382
+ "trial_name": null,
383
+ "trial_params": null
384
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6613ae7e039f69e0c219d13c85d932cd4ee709153ecf7a7918efd897af4b506a
3
+ size 5329