terry69 commited on
Commit
97e1afa
1 Parent(s): 6cbd7f4

Model save

Browse files
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ base_model: mistralai/Mistral-7B-v0.1
9
+ model-index:
10
+ - name: mistral10pGrad_1
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # mistral10pGrad_1
18
+
19
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.9450
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0002
41
+ - train_batch_size: 24
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - num_devices: 4
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 192
48
+ - total_eval_batch_size: 16
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: cosine
51
+ - lr_scheduler_warmup_ratio: 0.1
52
+ - num_epochs: 1
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss |
57
+ |:-------------:|:------:|:----:|:---------------:|
58
+ | 0.7327 | 0.9991 | 541 | 0.9450 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - PEFT 0.11.1
64
+ - Transformers 4.41.1
65
+ - Pytorch 2.3.0+cu121
66
+ - Datasets 2.19.1
67
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 8,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 6,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "gate_proj",
25
+ "v_proj",
26
+ "up_proj",
27
+ "q_proj",
28
+ "down_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4071393c26d8f2fc83e5dcde7fdd83522611e24397e4b9a26d2e639912d5b04
3
+ size 62973728
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9990766389658357,
3
+ "total_flos": 2.226930684415443e+18,
4
+ "train_loss": 0.7396127296243269,
5
+ "train_runtime": 26304.3051,
6
+ "train_samples": 103932,
7
+ "train_samples_per_second": 3.951,
8
+ "train_steps_per_second": 0.021
9
+ }
runs/Jun11_12-41-34_COE-CS-sv003/events.out.tfevents.1718109994.COE-CS-sv003.1104722.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74e8925f10845177058e8df98a50bcaaa9bf43a94a85edb77c8bd4c91c7b6291
3
- size 27270
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c574d975c66b10596b2ae2ba5bbcd87f80044d0b557e78249f217411a41149a6
3
+ size 28528
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9990766389658357,
3
+ "total_flos": 2.226930684415443e+18,
4
+ "train_loss": 0.7396127296243269,
5
+ "train_runtime": 26304.3051,
6
+ "train_samples": 103932,
7
+ "train_samples_per_second": 3.951,
8
+ "train_steps_per_second": 0.021
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,813 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9990766389658357,
5
+ "eval_steps": 500,
6
+ "global_step": 541,
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.0018467220683287165,
13
+ "grad_norm": 0.14637957513332367,
14
+ "learning_rate": 3.636363636363636e-06,
15
+ "loss": 0.7788,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.009233610341643583,
20
+ "grad_norm": 0.14028523862361908,
21
+ "learning_rate": 1.8181818181818182e-05,
22
+ "loss": 0.7893,
23
+ "step": 5
24
+ },
25
+ {
26
+ "epoch": 0.018467220683287166,
27
+ "grad_norm": 0.15927864611148834,
28
+ "learning_rate": 3.6363636363636364e-05,
29
+ "loss": 0.7918,
30
+ "step": 10
31
+ },
32
+ {
33
+ "epoch": 0.027700831024930747,
34
+ "grad_norm": 0.15092229843139648,
35
+ "learning_rate": 5.4545454545454546e-05,
36
+ "loss": 0.7808,
37
+ "step": 15
38
+ },
39
+ {
40
+ "epoch": 0.03693444136657433,
41
+ "grad_norm": 0.13150204718112946,
42
+ "learning_rate": 7.272727272727273e-05,
43
+ "loss": 0.7754,
44
+ "step": 20
45
+ },
46
+ {
47
+ "epoch": 0.046168051708217916,
48
+ "grad_norm": 0.12067870795726776,
49
+ "learning_rate": 9.090909090909092e-05,
50
+ "loss": 0.7826,
51
+ "step": 25
52
+ },
53
+ {
54
+ "epoch": 0.055401662049861494,
55
+ "grad_norm": 0.11293910443782806,
56
+ "learning_rate": 0.00010909090909090909,
57
+ "loss": 0.7565,
58
+ "step": 30
59
+ },
60
+ {
61
+ "epoch": 0.06463527239150507,
62
+ "grad_norm": 0.1150021106004715,
63
+ "learning_rate": 0.00012727272727272728,
64
+ "loss": 0.757,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 0.07386888273314866,
69
+ "grad_norm": 0.11217568814754486,
70
+ "learning_rate": 0.00014545454545454546,
71
+ "loss": 0.7454,
72
+ "step": 40
73
+ },
74
+ {
75
+ "epoch": 0.08310249307479224,
76
+ "grad_norm": 0.12646108865737915,
77
+ "learning_rate": 0.00016363636363636366,
78
+ "loss": 0.7404,
79
+ "step": 45
80
+ },
81
+ {
82
+ "epoch": 0.09233610341643583,
83
+ "grad_norm": 0.1182728186249733,
84
+ "learning_rate": 0.00018181818181818183,
85
+ "loss": 0.7605,
86
+ "step": 50
87
+ },
88
+ {
89
+ "epoch": 0.10156971375807941,
90
+ "grad_norm": 0.12191201001405716,
91
+ "learning_rate": 0.0002,
92
+ "loss": 0.7729,
93
+ "step": 55
94
+ },
95
+ {
96
+ "epoch": 0.11080332409972299,
97
+ "grad_norm": 0.12068731337785721,
98
+ "learning_rate": 0.00019994777247895855,
99
+ "loss": 0.7588,
100
+ "step": 60
101
+ },
102
+ {
103
+ "epoch": 0.12003693444136658,
104
+ "grad_norm": 0.11018814891576767,
105
+ "learning_rate": 0.00019979114447011323,
106
+ "loss": 0.7459,
107
+ "step": 65
108
+ },
109
+ {
110
+ "epoch": 0.12927054478301014,
111
+ "grad_norm": 0.12209581583738327,
112
+ "learning_rate": 0.00019953027957931658,
113
+ "loss": 0.7549,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 0.13850415512465375,
118
+ "grad_norm": 0.13291500508785248,
119
+ "learning_rate": 0.00019916545029310012,
120
+ "loss": 0.7473,
121
+ "step": 75
122
+ },
123
+ {
124
+ "epoch": 0.14773776546629733,
125
+ "grad_norm": 0.10997017472982407,
126
+ "learning_rate": 0.00019869703769404828,
127
+ "loss": 0.7471,
128
+ "step": 80
129
+ },
130
+ {
131
+ "epoch": 0.1569713758079409,
132
+ "grad_norm": 0.11135584861040115,
133
+ "learning_rate": 0.00019812553106273847,
134
+ "loss": 0.733,
135
+ "step": 85
136
+ },
137
+ {
138
+ "epoch": 0.16620498614958448,
139
+ "grad_norm": 0.10819930583238602,
140
+ "learning_rate": 0.00019745152736666302,
141
+ "loss": 0.7276,
142
+ "step": 90
143
+ },
144
+ {
145
+ "epoch": 0.17543859649122806,
146
+ "grad_norm": 0.12196492403745651,
147
+ "learning_rate": 0.0001966757306366662,
148
+ "loss": 0.7468,
149
+ "step": 95
150
+ },
151
+ {
152
+ "epoch": 0.18467220683287167,
153
+ "grad_norm": 0.10541563481092453,
154
+ "learning_rate": 0.0001957989512315489,
155
+ "loss": 0.728,
156
+ "step": 100
157
+ },
158
+ {
159
+ "epoch": 0.19390581717451524,
160
+ "grad_norm": 0.11377202719449997,
161
+ "learning_rate": 0.00019482210499160765,
162
+ "loss": 0.7404,
163
+ "step": 105
164
+ },
165
+ {
166
+ "epoch": 0.20313942751615882,
167
+ "grad_norm": 0.10512705147266388,
168
+ "learning_rate": 0.0001937462122819935,
169
+ "loss": 0.7292,
170
+ "step": 110
171
+ },
172
+ {
173
+ "epoch": 0.2123730378578024,
174
+ "grad_norm": 0.1054597944021225,
175
+ "learning_rate": 0.00019257239692688907,
176
+ "loss": 0.7057,
177
+ "step": 115
178
+ },
179
+ {
180
+ "epoch": 0.22160664819944598,
181
+ "grad_norm": 0.10640154033899307,
182
+ "learning_rate": 0.00019130188503561741,
183
+ "loss": 0.746,
184
+ "step": 120
185
+ },
186
+ {
187
+ "epoch": 0.23084025854108955,
188
+ "grad_norm": 0.11859942972660065,
189
+ "learning_rate": 0.00018993600372190932,
190
+ "loss": 0.7538,
191
+ "step": 125
192
+ },
193
+ {
194
+ "epoch": 0.24007386888273316,
195
+ "grad_norm": 0.11077919602394104,
196
+ "learning_rate": 0.00018847617971766577,
197
+ "loss": 0.741,
198
+ "step": 130
199
+ },
200
+ {
201
+ "epoch": 0.24930747922437674,
202
+ "grad_norm": 0.10690341889858246,
203
+ "learning_rate": 0.00018692393788266479,
204
+ "loss": 0.7507,
205
+ "step": 135
206
+ },
207
+ {
208
+ "epoch": 0.2585410895660203,
209
+ "grad_norm": 0.1062847375869751,
210
+ "learning_rate": 0.0001852808996117683,
211
+ "loss": 0.73,
212
+ "step": 140
213
+ },
214
+ {
215
+ "epoch": 0.2677746999076639,
216
+ "grad_norm": 0.1105961948633194,
217
+ "learning_rate": 0.00018354878114129367,
218
+ "loss": 0.7134,
219
+ "step": 145
220
+ },
221
+ {
222
+ "epoch": 0.2770083102493075,
223
+ "grad_norm": 0.10495726019144058,
224
+ "learning_rate": 0.00018172939175631808,
225
+ "loss": 0.7514,
226
+ "step": 150
227
+ },
228
+ {
229
+ "epoch": 0.28624192059095105,
230
+ "grad_norm": 0.1045067086815834,
231
+ "learning_rate": 0.0001798246319007893,
232
+ "loss": 0.7531,
233
+ "step": 155
234
+ },
235
+ {
236
+ "epoch": 0.29547553093259465,
237
+ "grad_norm": 0.11551333218812943,
238
+ "learning_rate": 0.00017783649119241602,
239
+ "loss": 0.7344,
240
+ "step": 160
241
+ },
242
+ {
243
+ "epoch": 0.3047091412742382,
244
+ "grad_norm": 0.11248873919248581,
245
+ "learning_rate": 0.0001757670463444118,
246
+ "loss": 0.7307,
247
+ "step": 165
248
+ },
249
+ {
250
+ "epoch": 0.3139427516158818,
251
+ "grad_norm": 0.11373342573642731,
252
+ "learning_rate": 0.00017361845899626355,
253
+ "loss": 0.745,
254
+ "step": 170
255
+ },
256
+ {
257
+ "epoch": 0.3231763619575254,
258
+ "grad_norm": 0.11083344370126724,
259
+ "learning_rate": 0.00017139297345578994,
260
+ "loss": 0.7422,
261
+ "step": 175
262
+ },
263
+ {
264
+ "epoch": 0.33240997229916897,
265
+ "grad_norm": 0.11349718272686005,
266
+ "learning_rate": 0.0001690929143548488,
267
+ "loss": 0.7215,
268
+ "step": 180
269
+ },
270
+ {
271
+ "epoch": 0.34164358264081257,
272
+ "grad_norm": 0.11683487892150879,
273
+ "learning_rate": 0.00016672068422114196,
274
+ "loss": 0.7456,
275
+ "step": 185
276
+ },
277
+ {
278
+ "epoch": 0.3508771929824561,
279
+ "grad_norm": 0.11161104589700699,
280
+ "learning_rate": 0.00016427876096865394,
281
+ "loss": 0.7457,
282
+ "step": 190
283
+ },
284
+ {
285
+ "epoch": 0.3601108033240997,
286
+ "grad_norm": 0.10704860836267471,
287
+ "learning_rate": 0.00016176969530934572,
288
+ "loss": 0.7598,
289
+ "step": 195
290
+ },
291
+ {
292
+ "epoch": 0.36934441366574333,
293
+ "grad_norm": 0.10302165895700455,
294
+ "learning_rate": 0.0001591961080888076,
295
+ "loss": 0.7605,
296
+ "step": 200
297
+ },
298
+ {
299
+ "epoch": 0.3785780240073869,
300
+ "grad_norm": 0.10772555321455002,
301
+ "learning_rate": 0.00015656068754865387,
302
+ "loss": 0.7405,
303
+ "step": 205
304
+ },
305
+ {
306
+ "epoch": 0.3878116343490305,
307
+ "grad_norm": 0.11499334126710892,
308
+ "learning_rate": 0.0001538661865185188,
309
+ "loss": 0.744,
310
+ "step": 210
311
+ },
312
+ {
313
+ "epoch": 0.39704524469067404,
314
+ "grad_norm": 0.1089358702301979,
315
+ "learning_rate": 0.00015111541954058734,
316
+ "loss": 0.7445,
317
+ "step": 215
318
+ },
319
+ {
320
+ "epoch": 0.40627885503231764,
321
+ "grad_norm": 0.1021597683429718,
322
+ "learning_rate": 0.00014831125992966385,
323
+ "loss": 0.728,
324
+ "step": 220
325
+ },
326
+ {
327
+ "epoch": 0.4155124653739612,
328
+ "grad_norm": 0.10720939934253693,
329
+ "learning_rate": 0.00014545663677185006,
330
+ "loss": 0.7323,
331
+ "step": 225
332
+ },
333
+ {
334
+ "epoch": 0.4247460757156048,
335
+ "grad_norm": 0.11227314919233322,
336
+ "learning_rate": 0.00014255453186496673,
337
+ "loss": 0.7157,
338
+ "step": 230
339
+ },
340
+ {
341
+ "epoch": 0.4339796860572484,
342
+ "grad_norm": 0.10462162643671036,
343
+ "learning_rate": 0.0001396079766039157,
344
+ "loss": 0.7293,
345
+ "step": 235
346
+ },
347
+ {
348
+ "epoch": 0.44321329639889195,
349
+ "grad_norm": 0.10160651803016663,
350
+ "learning_rate": 0.0001366200488142348,
351
+ "loss": 0.7226,
352
+ "step": 240
353
+ },
354
+ {
355
+ "epoch": 0.45244690674053556,
356
+ "grad_norm": 0.10895903408527374,
357
+ "learning_rate": 0.00013359386953715421,
358
+ "loss": 0.7511,
359
+ "step": 245
360
+ },
361
+ {
362
+ "epoch": 0.4616805170821791,
363
+ "grad_norm": 0.1027149111032486,
364
+ "learning_rate": 0.00013053259976951133,
365
+ "loss": 0.7123,
366
+ "step": 250
367
+ },
368
+ {
369
+ "epoch": 0.4709141274238227,
370
+ "grad_norm": 0.1131887212395668,
371
+ "learning_rate": 0.00012743943716193016,
372
+ "loss": 0.7571,
373
+ "step": 255
374
+ },
375
+ {
376
+ "epoch": 0.4801477377654663,
377
+ "grad_norm": 0.11355064809322357,
378
+ "learning_rate": 0.00012431761267871417,
379
+ "loss": 0.7386,
380
+ "step": 260
381
+ },
382
+ {
383
+ "epoch": 0.48938134810710987,
384
+ "grad_norm": 0.11614394187927246,
385
+ "learning_rate": 0.0001211703872229411,
386
+ "loss": 0.7142,
387
+ "step": 265
388
+ },
389
+ {
390
+ "epoch": 0.4986149584487535,
391
+ "grad_norm": 0.1130671575665474,
392
+ "learning_rate": 0.00011800104823028515,
393
+ "loss": 0.7439,
394
+ "step": 270
395
+ },
396
+ {
397
+ "epoch": 0.5078485687903971,
398
+ "grad_norm": 0.10703490674495697,
399
+ "learning_rate": 0.0001148129062351249,
400
+ "loss": 0.7283,
401
+ "step": 275
402
+ },
403
+ {
404
+ "epoch": 0.5170821791320406,
405
+ "grad_norm": 0.10461420565843582,
406
+ "learning_rate": 0.00011160929141252303,
407
+ "loss": 0.7469,
408
+ "step": 280
409
+ },
410
+ {
411
+ "epoch": 0.5263157894736842,
412
+ "grad_norm": 0.10531424731016159,
413
+ "learning_rate": 0.00010839355009969068,
414
+ "loss": 0.7529,
415
+ "step": 285
416
+ },
417
+ {
418
+ "epoch": 0.5355493998153278,
419
+ "grad_norm": 0.11467906832695007,
420
+ "learning_rate": 0.00010516904130056946,
421
+ "loss": 0.7525,
422
+ "step": 290
423
+ },
424
+ {
425
+ "epoch": 0.5447830101569714,
426
+ "grad_norm": 0.10647362470626831,
427
+ "learning_rate": 0.00010193913317718244,
428
+ "loss": 0.7286,
429
+ "step": 295
430
+ },
431
+ {
432
+ "epoch": 0.554016620498615,
433
+ "grad_norm": 0.10562632977962494,
434
+ "learning_rate": 9.870719953141917e-05,
435
+ "loss": 0.7548,
436
+ "step": 300
437
+ },
438
+ {
439
+ "epoch": 0.5632502308402585,
440
+ "grad_norm": 0.11012793332338333,
441
+ "learning_rate": 9.547661628092937e-05,
442
+ "loss": 0.7276,
443
+ "step": 305
444
+ },
445
+ {
446
+ "epoch": 0.5724838411819021,
447
+ "grad_norm": 0.11083028465509415,
448
+ "learning_rate": 9.225075793280692e-05,
449
+ "loss": 0.7387,
450
+ "step": 310
451
+ },
452
+ {
453
+ "epoch": 0.5817174515235457,
454
+ "grad_norm": 0.10291365534067154,
455
+ "learning_rate": 8.903299405874684e-05,
456
+ "loss": 0.7388,
457
+ "step": 315
458
+ },
459
+ {
460
+ "epoch": 0.5909510618651893,
461
+ "grad_norm": 0.10362917929887772,
462
+ "learning_rate": 8.582668577535797e-05,
463
+ "loss": 0.7478,
464
+ "step": 320
465
+ },
466
+ {
467
+ "epoch": 0.6001846722068329,
468
+ "grad_norm": 0.10294944047927856,
469
+ "learning_rate": 8.263518223330697e-05,
470
+ "loss": 0.7367,
471
+ "step": 325
472
+ },
473
+ {
474
+ "epoch": 0.6094182825484764,
475
+ "grad_norm": 0.10952912271022797,
476
+ "learning_rate": 7.94618171189618e-05,
477
+ "loss": 0.7486,
478
+ "step": 330
479
+ },
480
+ {
481
+ "epoch": 0.61865189289012,
482
+ "grad_norm": 0.09998750686645508,
483
+ "learning_rate": 7.630990517218808e-05,
484
+ "loss": 0.721,
485
+ "step": 335
486
+ },
487
+ {
488
+ "epoch": 0.6278855032317636,
489
+ "grad_norm": 0.10416150093078613,
490
+ "learning_rate": 7.318273872393625e-05,
491
+ "loss": 0.738,
492
+ "step": 340
493
+ },
494
+ {
495
+ "epoch": 0.6371191135734072,
496
+ "grad_norm": 0.09991578012704849,
497
+ "learning_rate": 7.008358425723585e-05,
498
+ "loss": 0.7496,
499
+ "step": 345
500
+ },
501
+ {
502
+ "epoch": 0.6463527239150508,
503
+ "grad_norm": 0.11119415611028671,
504
+ "learning_rate": 6.701567899518924e-05,
505
+ "loss": 0.7455,
506
+ "step": 350
507
+ },
508
+ {
509
+ "epoch": 0.6555863342566943,
510
+ "grad_norm": 0.10467606037855148,
511
+ "learning_rate": 6.398222751952899e-05,
512
+ "loss": 0.7404,
513
+ "step": 355
514
+ },
515
+ {
516
+ "epoch": 0.6648199445983379,
517
+ "grad_norm": 0.11238551884889603,
518
+ "learning_rate": 6.098639842327052e-05,
519
+ "loss": 0.7471,
520
+ "step": 360
521
+ },
522
+ {
523
+ "epoch": 0.6740535549399815,
524
+ "grad_norm": 0.10642090439796448,
525
+ "learning_rate": 5.80313210009571e-05,
526
+ "loss": 0.7573,
527
+ "step": 365
528
+ },
529
+ {
530
+ "epoch": 0.6832871652816251,
531
+ "grad_norm": 0.10575485974550247,
532
+ "learning_rate": 5.5120081979953785e-05,
533
+ "loss": 0.7315,
534
+ "step": 370
535
+ },
536
+ {
537
+ "epoch": 0.6925207756232687,
538
+ "grad_norm": 0.1076451987028122,
539
+ "learning_rate": 5.22557222962051e-05,
540
+ "loss": 0.7292,
541
+ "step": 375
542
+ },
543
+ {
544
+ "epoch": 0.7017543859649122,
545
+ "grad_norm": 0.10904475301504135,
546
+ "learning_rate": 4.9441233917824106e-05,
547
+ "loss": 0.7196,
548
+ "step": 380
549
+ },
550
+ {
551
+ "epoch": 0.7109879963065558,
552
+ "grad_norm": 0.10976432263851166,
553
+ "learning_rate": 4.66795567198309e-05,
554
+ "loss": 0.7277,
555
+ "step": 385
556
+ },
557
+ {
558
+ "epoch": 0.7202216066481995,
559
+ "grad_norm": 0.10619588196277618,
560
+ "learning_rate": 4.397357541330476e-05,
561
+ "loss": 0.7501,
562
+ "step": 390
563
+ },
564
+ {
565
+ "epoch": 0.7294552169898431,
566
+ "grad_norm": 0.11529234051704407,
567
+ "learning_rate": 4.132611653215822e-05,
568
+ "loss": 0.7325,
569
+ "step": 395
570
+ },
571
+ {
572
+ "epoch": 0.7386888273314867,
573
+ "grad_norm": 0.10589467734098434,
574
+ "learning_rate": 3.873994548067972e-05,
575
+ "loss": 0.743,
576
+ "step": 400
577
+ },
578
+ {
579
+ "epoch": 0.7479224376731302,
580
+ "grad_norm": 0.10833586007356644,
581
+ "learning_rate": 3.621776364492939e-05,
582
+ "loss": 0.7325,
583
+ "step": 405
584
+ },
585
+ {
586
+ "epoch": 0.7571560480147738,
587
+ "grad_norm": 0.10319048166275024,
588
+ "learning_rate": 3.376220557100523e-05,
589
+ "loss": 0.7322,
590
+ "step": 410
591
+ },
592
+ {
593
+ "epoch": 0.7663896583564174,
594
+ "grad_norm": 0.10046496242284775,
595
+ "learning_rate": 3.137583621312665e-05,
596
+ "loss": 0.7121,
597
+ "step": 415
598
+ },
599
+ {
600
+ "epoch": 0.775623268698061,
601
+ "grad_norm": 0.10600613802671432,
602
+ "learning_rate": 2.906114825441072e-05,
603
+ "loss": 0.7422,
604
+ "step": 420
605
+ },
606
+ {
607
+ "epoch": 0.7848568790397045,
608
+ "grad_norm": 0.11138713359832764,
609
+ "learning_rate": 2.6820559503138797e-05,
610
+ "loss": 0.719,
611
+ "step": 425
612
+ },
613
+ {
614
+ "epoch": 0.7940904893813481,
615
+ "grad_norm": 0.10552503913640976,
616
+ "learning_rate": 2.465641036723393e-05,
617
+ "loss": 0.7346,
618
+ "step": 430
619
+ },
620
+ {
621
+ "epoch": 0.8033240997229917,
622
+ "grad_norm": 0.10045293718576431,
623
+ "learning_rate": 2.2570961409586754e-05,
624
+ "loss": 0.7144,
625
+ "step": 435
626
+ },
627
+ {
628
+ "epoch": 0.8125577100646353,
629
+ "grad_norm": 0.10837393254041672,
630
+ "learning_rate": 2.0566390986783646e-05,
631
+ "loss": 0.7312,
632
+ "step": 440
633
+ },
634
+ {
635
+ "epoch": 0.8217913204062789,
636
+ "grad_norm": 0.1052984818816185,
637
+ "learning_rate": 1.864479297370325e-05,
638
+ "loss": 0.7329,
639
+ "step": 445
640
+ },
641
+ {
642
+ "epoch": 0.8310249307479224,
643
+ "grad_norm": 0.10482414066791534,
644
+ "learning_rate": 1.6808174576358848e-05,
645
+ "loss": 0.735,
646
+ "step": 450
647
+ },
648
+ {
649
+ "epoch": 0.840258541089566,
650
+ "grad_norm": 0.10467493534088135,
651
+ "learning_rate": 1.505845423527027e-05,
652
+ "loss": 0.7211,
653
+ "step": 455
654
+ },
655
+ {
656
+ "epoch": 0.8494921514312096,
657
+ "grad_norm": 0.1039409339427948,
658
+ "learning_rate": 1.339745962155613e-05,
659
+ "loss": 0.7193,
660
+ "step": 460
661
+ },
662
+ {
663
+ "epoch": 0.8587257617728532,
664
+ "grad_norm": 0.10943976044654846,
665
+ "learning_rate": 1.18269257278392e-05,
666
+ "loss": 0.7511,
667
+ "step": 465
668
+ },
669
+ {
670
+ "epoch": 0.8679593721144968,
671
+ "grad_norm": 0.09965581446886063,
672
+ "learning_rate": 1.0348493055959062e-05,
673
+ "loss": 0.7138,
674
+ "step": 470
675
+ },
676
+ {
677
+ "epoch": 0.8771929824561403,
678
+ "grad_norm": 0.11060912162065506,
679
+ "learning_rate": 8.963705903385345e-06,
680
+ "loss": 0.7349,
681
+ "step": 475
682
+ },
683
+ {
684
+ "epoch": 0.8864265927977839,
685
+ "grad_norm": 0.10819496214389801,
686
+ "learning_rate": 7.674010750120964e-06,
687
+ "loss": 0.7309,
688
+ "step": 480
689
+ },
690
+ {
691
+ "epoch": 0.8956602031394275,
692
+ "grad_norm": 0.10742160677909851,
693
+ "learning_rate": 6.480754747781037e-06,
694
+ "loss": 0.716,
695
+ "step": 485
696
+ },
697
+ {
698
+ "epoch": 0.9048938134810711,
699
+ "grad_norm": 0.10659054666757584,
700
+ "learning_rate": 5.385184312424974e-06,
701
+ "loss": 0.7406,
702
+ "step": 490
703
+ },
704
+ {
705
+ "epoch": 0.9141274238227147,
706
+ "grad_norm": 0.10261913388967514,
707
+ "learning_rate": 4.3884438226120424e-06,
708
+ "loss": 0.7282,
709
+ "step": 495
710
+ },
711
+ {
712
+ "epoch": 0.9233610341643582,
713
+ "grad_norm": 0.10389312356710434,
714
+ "learning_rate": 3.4915744240403558e-06,
715
+ "loss": 0.7363,
716
+ "step": 500
717
+ },
718
+ {
719
+ "epoch": 0.9325946445060018,
720
+ "grad_norm": 0.1055300384759903,
721
+ "learning_rate": 2.6955129420176196e-06,
722
+ "loss": 0.7312,
723
+ "step": 505
724
+ },
725
+ {
726
+ "epoch": 0.9418282548476454,
727
+ "grad_norm": 0.10658875107765198,
728
+ "learning_rate": 2.0010909028998827e-06,
729
+ "loss": 0.7383,
730
+ "step": 510
731
+ },
732
+ {
733
+ "epoch": 0.951061865189289,
734
+ "grad_norm": 0.10060267895460129,
735
+ "learning_rate": 1.409033665520354e-06,
736
+ "loss": 0.7119,
737
+ "step": 515
738
+ },
739
+ {
740
+ "epoch": 0.9602954755309326,
741
+ "grad_norm": 0.103419728577137,
742
+ "learning_rate": 9.199596635154683e-07,
743
+ "loss": 0.7294,
744
+ "step": 520
745
+ },
746
+ {
747
+ "epoch": 0.9695290858725761,
748
+ "grad_norm": 0.10551342368125916,
749
+ "learning_rate": 5.343797593398536e-07,
750
+ "loss": 0.7168,
751
+ "step": 525
752
+ },
753
+ {
754
+ "epoch": 0.9787626962142197,
755
+ "grad_norm": 0.11032087355852127,
756
+ "learning_rate": 2.5269671064467313e-07,
757
+ "loss": 0.7491,
758
+ "step": 530
759
+ },
760
+ {
761
+ "epoch": 0.9879963065558633,
762
+ "grad_norm": 0.10744015127420425,
763
+ "learning_rate": 7.520474957699586e-08,
764
+ "loss": 0.7463,
765
+ "step": 535
766
+ },
767
+ {
768
+ "epoch": 0.997229916897507,
769
+ "grad_norm": 0.10710299015045166,
770
+ "learning_rate": 2.0892754394208346e-09,
771
+ "loss": 0.7327,
772
+ "step": 540
773
+ },
774
+ {
775
+ "epoch": 0.9990766389658357,
776
+ "eval_loss": 0.9449617266654968,
777
+ "eval_runtime": 130.1564,
778
+ "eval_samples_per_second": 8.874,
779
+ "eval_steps_per_second": 0.561,
780
+ "step": 541
781
+ },
782
+ {
783
+ "epoch": 0.9990766389658357,
784
+ "step": 541,
785
+ "total_flos": 2.226930684415443e+18,
786
+ "train_loss": 0.7396127296243269,
787
+ "train_runtime": 26304.3051,
788
+ "train_samples_per_second": 3.951,
789
+ "train_steps_per_second": 0.021
790
+ }
791
+ ],
792
+ "logging_steps": 5,
793
+ "max_steps": 541,
794
+ "num_input_tokens_seen": 0,
795
+ "num_train_epochs": 1,
796
+ "save_steps": 25,
797
+ "stateful_callbacks": {
798
+ "TrainerControl": {
799
+ "args": {
800
+ "should_epoch_stop": false,
801
+ "should_evaluate": false,
802
+ "should_log": false,
803
+ "should_save": true,
804
+ "should_training_stop": false
805
+ },
806
+ "attributes": {}
807
+ }
808
+ },
809
+ "total_flos": 2.226930684415443e+18,
810
+ "train_batch_size": 24,
811
+ "trial_name": null,
812
+ "trial_params": null
813
+ }