SystemAdmin123 commited on
Commit
5ad4da4
·
verified ·
1 Parent(s): 2766622

Training in progress, step 400, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "trl-internal-testing/tiny-random-LlamaForCausalLM",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "eos_token_id": 2,
10
+ "head_dim": 4,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 16,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 64,
15
+ "max_position_embeddings": 2048,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 4,
19
+ "num_hidden_layers": 2,
20
+ "num_key_value_heads": 4,
21
+ "pad_token_id": -1,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 1e-06,
24
+ "rope_scaling": null,
25
+ "rope_theta": 10000.0,
26
+ "tie_word_embeddings": false,
27
+ "torch_dtype": "bfloat16",
28
+ "transformers_version": "4.48.1",
29
+ "use_cache": false,
30
+ "vocab_size": 32000
31
+ }
last-checkpoint/generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "do_sample": true,
5
+ "eos_token_id": 1,
6
+ "pad_token_id": 2,
7
+ "transformers_version": "4.48.1"
8
+ }
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deb58d744f23dab866f30a5eccd5ee89f1d373670d7096630c72465e9c1419c7
3
+ size 2066752
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4536e46c2e524839bf6773cd804ee2ca5954f3943ddd8c412e021dcaea989dc4
3
+ size 2162798
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9feae33b2fec0a6229240e7adaee6ecc8f5cfdf1a8bd0e827b1d8a241424e3c0
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a673aaf85c0fe6b6c29cb8f3e7dbd829eef637110e4ad9a775f3fcf001c92591
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "chat_template": "{% for message in messages %}{% if message['role'] == 'user' %}{{ '### Instruction: ' + message['content'] + '\n\n' }}{% elif message['role'] == 'assistant' %}{{ '### Response: ' + message['content'] + eos_token}}{% endif %}{% endfor %}",
33
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "extra_special_tokens": {},
36
+ "legacy": true,
37
+ "model_max_length": 2048,
38
+ "pad_token": "<unk>",
39
+ "tokenizer_class": "LlamaTokenizer",
40
+ "unk_token": "<unk>",
41
+ "use_default_system_prompt": true,
42
+ "use_fast": true
43
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.11837821840781296,
5
+ "eval_steps": 200,
6
+ "global_step": 400,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.0002959455460195324,
13
+ "eval_loss": 10.376261711120605,
14
+ "eval_runtime": 10.819,
15
+ "eval_samples_per_second": 138.829,
16
+ "eval_steps_per_second": 34.754,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.002959455460195324,
21
+ "grad_norm": 0.298828125,
22
+ "learning_rate": 1.6000000000000003e-05,
23
+ "loss": 10.3804,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.005918910920390648,
28
+ "grad_norm": 0.357421875,
29
+ "learning_rate": 3.2000000000000005e-05,
30
+ "loss": 10.3767,
31
+ "step": 20
32
+ },
33
+ {
34
+ "epoch": 0.008878366380585973,
35
+ "grad_norm": 0.443359375,
36
+ "learning_rate": 4.8e-05,
37
+ "loss": 10.3754,
38
+ "step": 30
39
+ },
40
+ {
41
+ "epoch": 0.011837821840781295,
42
+ "grad_norm": 0.5625,
43
+ "learning_rate": 6.400000000000001e-05,
44
+ "loss": 10.3767,
45
+ "step": 40
46
+ },
47
+ {
48
+ "epoch": 0.01479727730097662,
49
+ "grad_norm": 1.109375,
50
+ "learning_rate": 8e-05,
51
+ "loss": 10.3722,
52
+ "step": 50
53
+ },
54
+ {
55
+ "epoch": 0.017756732761171946,
56
+ "grad_norm": 0.294921875,
57
+ "learning_rate": 9.6e-05,
58
+ "loss": 10.3804,
59
+ "step": 60
60
+ },
61
+ {
62
+ "epoch": 0.020716188221367268,
63
+ "grad_norm": 0.373046875,
64
+ "learning_rate": 0.00011200000000000001,
65
+ "loss": 10.3739,
66
+ "step": 70
67
+ },
68
+ {
69
+ "epoch": 0.02367564368156259,
70
+ "grad_norm": 0.42578125,
71
+ "learning_rate": 0.00012800000000000002,
72
+ "loss": 10.3736,
73
+ "step": 80
74
+ },
75
+ {
76
+ "epoch": 0.026635099141757917,
77
+ "grad_norm": 0.70703125,
78
+ "learning_rate": 0.000144,
79
+ "loss": 10.3643,
80
+ "step": 90
81
+ },
82
+ {
83
+ "epoch": 0.02959455460195324,
84
+ "grad_norm": 1.59375,
85
+ "learning_rate": 0.00016,
86
+ "loss": 10.364,
87
+ "step": 100
88
+ },
89
+ {
90
+ "epoch": 0.032554010062148565,
91
+ "grad_norm": 0.478515625,
92
+ "learning_rate": 0.00017600000000000002,
93
+ "loss": 10.3561,
94
+ "step": 110
95
+ },
96
+ {
97
+ "epoch": 0.03551346552234389,
98
+ "grad_norm": 0.73046875,
99
+ "learning_rate": 0.000192,
100
+ "loss": 10.3211,
101
+ "step": 120
102
+ },
103
+ {
104
+ "epoch": 0.03847292098253921,
105
+ "grad_norm": 0.84375,
106
+ "learning_rate": 0.0001999978128380225,
107
+ "loss": 10.2582,
108
+ "step": 130
109
+ },
110
+ {
111
+ "epoch": 0.041432376442734536,
112
+ "grad_norm": 0.72265625,
113
+ "learning_rate": 0.0001999803161162393,
114
+ "loss": 10.172,
115
+ "step": 140
116
+ },
117
+ {
118
+ "epoch": 0.04439183190292986,
119
+ "grad_norm": 1.2734375,
120
+ "learning_rate": 0.00019994532573409262,
121
+ "loss": 10.1033,
122
+ "step": 150
123
+ },
124
+ {
125
+ "epoch": 0.04735128736312518,
126
+ "grad_norm": 0.43359375,
127
+ "learning_rate": 0.00019989284781388617,
128
+ "loss": 10.0041,
129
+ "step": 160
130
+ },
131
+ {
132
+ "epoch": 0.05031074282332051,
133
+ "grad_norm": 0.41796875,
134
+ "learning_rate": 0.00019982289153773646,
135
+ "loss": 9.9331,
136
+ "step": 170
137
+ },
138
+ {
139
+ "epoch": 0.053270198283515834,
140
+ "grad_norm": 0.46875,
141
+ "learning_rate": 0.00019973546914596623,
142
+ "loss": 9.8548,
143
+ "step": 180
144
+ },
145
+ {
146
+ "epoch": 0.05622965374371116,
147
+ "grad_norm": 0.64453125,
148
+ "learning_rate": 0.00019963059593496268,
149
+ "loss": 9.7692,
150
+ "step": 190
151
+ },
152
+ {
153
+ "epoch": 0.05918910920390648,
154
+ "grad_norm": 1.140625,
155
+ "learning_rate": 0.00019950829025450114,
156
+ "loss": 9.7054,
157
+ "step": 200
158
+ },
159
+ {
160
+ "epoch": 0.05918910920390648,
161
+ "eval_loss": 9.686193466186523,
162
+ "eval_runtime": 20.1405,
163
+ "eval_samples_per_second": 74.576,
164
+ "eval_steps_per_second": 18.669,
165
+ "step": 200
166
+ },
167
+ {
168
+ "epoch": 0.062148564664101805,
169
+ "grad_norm": 0.46484375,
170
+ "learning_rate": 0.0001993685735045343,
171
+ "loss": 9.6486,
172
+ "step": 210
173
+ },
174
+ {
175
+ "epoch": 0.06510802012429713,
176
+ "grad_norm": 0.51171875,
177
+ "learning_rate": 0.0001992114701314478,
178
+ "loss": 9.6029,
179
+ "step": 220
180
+ },
181
+ {
182
+ "epoch": 0.06806747558449246,
183
+ "grad_norm": 0.5078125,
184
+ "learning_rate": 0.000199037007623783,
185
+ "loss": 9.5554,
186
+ "step": 230
187
+ },
188
+ {
189
+ "epoch": 0.07102693104468778,
190
+ "grad_norm": 0.609375,
191
+ "learning_rate": 0.00019884521650742715,
192
+ "loss": 9.4941,
193
+ "step": 240
194
+ },
195
+ {
196
+ "epoch": 0.0739863865048831,
197
+ "grad_norm": 1.78125,
198
+ "learning_rate": 0.00019863613034027224,
199
+ "loss": 9.508,
200
+ "step": 250
201
+ },
202
+ {
203
+ "epoch": 0.07694584196507842,
204
+ "grad_norm": 0.5078125,
205
+ "learning_rate": 0.0001984097857063434,
206
+ "loss": 9.3502,
207
+ "step": 260
208
+ },
209
+ {
210
+ "epoch": 0.07990529742527375,
211
+ "grad_norm": 0.55859375,
212
+ "learning_rate": 0.0001981662222093976,
213
+ "loss": 9.3473,
214
+ "step": 270
215
+ },
216
+ {
217
+ "epoch": 0.08286475288546907,
218
+ "grad_norm": 0.5234375,
219
+ "learning_rate": 0.00019790548246599447,
220
+ "loss": 9.2955,
221
+ "step": 280
222
+ },
223
+ {
224
+ "epoch": 0.0858242083456644,
225
+ "grad_norm": 0.625,
226
+ "learning_rate": 0.00019762761209803927,
227
+ "loss": 9.2712,
228
+ "step": 290
229
+ },
230
+ {
231
+ "epoch": 0.08878366380585972,
232
+ "grad_norm": 1.140625,
233
+ "learning_rate": 0.0001973326597248006,
234
+ "loss": 9.2969,
235
+ "step": 300
236
+ },
237
+ {
238
+ "epoch": 0.09174311926605505,
239
+ "grad_norm": 0.455078125,
240
+ "learning_rate": 0.00019702067695440332,
241
+ "loss": 9.1616,
242
+ "step": 310
243
+ },
244
+ {
245
+ "epoch": 0.09470257472625036,
246
+ "grad_norm": 0.4609375,
247
+ "learning_rate": 0.00019669171837479873,
248
+ "loss": 9.1605,
249
+ "step": 320
250
+ },
251
+ {
252
+ "epoch": 0.09766203018644569,
253
+ "grad_norm": 0.474609375,
254
+ "learning_rate": 0.00019634584154421317,
255
+ "loss": 9.1402,
256
+ "step": 330
257
+ },
258
+ {
259
+ "epoch": 0.10062148564664102,
260
+ "grad_norm": 0.578125,
261
+ "learning_rate": 0.00019598310698107702,
262
+ "loss": 9.0839,
263
+ "step": 340
264
+ },
265
+ {
266
+ "epoch": 0.10358094110683634,
267
+ "grad_norm": 1.296875,
268
+ "learning_rate": 0.00019560357815343577,
269
+ "loss": 9.0709,
270
+ "step": 350
271
+ },
272
+ {
273
+ "epoch": 0.10654039656703167,
274
+ "grad_norm": 0.57421875,
275
+ "learning_rate": 0.00019520732146784491,
276
+ "loss": 9.0372,
277
+ "step": 360
278
+ },
279
+ {
280
+ "epoch": 0.109499852027227,
281
+ "grad_norm": 0.76953125,
282
+ "learning_rate": 0.0001947944062577507,
283
+ "loss": 9.0209,
284
+ "step": 370
285
+ },
286
+ {
287
+ "epoch": 0.11245930748742232,
288
+ "grad_norm": 0.5390625,
289
+ "learning_rate": 0.00019436490477135878,
290
+ "loss": 8.9724,
291
+ "step": 380
292
+ },
293
+ {
294
+ "epoch": 0.11541876294761765,
295
+ "grad_norm": 0.6171875,
296
+ "learning_rate": 0.00019391889215899299,
297
+ "loss": 9.0212,
298
+ "step": 390
299
+ },
300
+ {
301
+ "epoch": 0.11837821840781296,
302
+ "grad_norm": 1.421875,
303
+ "learning_rate": 0.0001934564464599461,
304
+ "loss": 8.9091,
305
+ "step": 400
306
+ },
307
+ {
308
+ "epoch": 0.11837821840781296,
309
+ "eval_loss": 8.961220741271973,
310
+ "eval_runtime": 13.0065,
311
+ "eval_samples_per_second": 115.48,
312
+ "eval_steps_per_second": 28.909,
313
+ "step": 400
314
+ }
315
+ ],
316
+ "logging_steps": 10,
317
+ "max_steps": 2500,
318
+ "num_input_tokens_seen": 0,
319
+ "num_train_epochs": 1,
320
+ "save_steps": 400,
321
+ "stateful_callbacks": {
322
+ "TrainerControl": {
323
+ "args": {
324
+ "should_epoch_stop": false,
325
+ "should_evaluate": false,
326
+ "should_log": false,
327
+ "should_save": true,
328
+ "should_training_stop": false
329
+ },
330
+ "attributes": {}
331
+ }
332
+ },
333
+ "total_flos": 10254536146944.0,
334
+ "train_batch_size": 4,
335
+ "trial_name": null,
336
+ "trial_params": null
337
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7ab57c26802475df8b559ffa07b1995cecba20856adfc383ddb4700563cc1b9
3
+ size 6904