VERSIL91 commited on
Commit
21b607c
·
verified ·
1 Parent(s): 0f7b2a8

End of training

Browse files
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - axolotl
7
  - generated_from_trainer
8
  model-index:
9
- - name: 818864ef-8094-4357-9a8e-fe11c35169de
10
  results: []
11
  ---
12
 
@@ -18,12 +18,6 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  axolotl version: `0.4.1`
20
  ```yaml
21
- accelerate_config:
22
- dynamo_backend: inductor
23
- mixed_precision: bf16
24
- num_machines: 1
25
- num_processes: auto
26
- use_cpu: false
27
  adapter: lora
28
  base_model: echarlaix/tiny-random-mistral
29
  bf16: auto
@@ -45,7 +39,6 @@ datasets:
45
  system_prompt: ''
46
  debug: null
47
  deepspeed: null
48
- device_map: auto
49
  early_stopping_patience: null
50
  eval_max_new_tokens: 128
51
  eval_table_size: null
@@ -54,14 +47,16 @@ flash_attention: false
54
  fp16: null
55
  fsdp: null
56
  fsdp_config: null
57
- gradient_accumulation_steps: 16
58
- gradient_checkpointing: true
59
  group_by_length: false
60
  hub_model_id: null
61
  hub_repo: null
62
  hub_strategy: checkpoint
63
  hub_token: null
64
- learning_rate: 0.0001
 
 
65
  local_rank: null
66
  logging_steps: 1
67
  lora_alpha: 16
@@ -70,13 +65,8 @@ lora_fan_in_fan_out: null
70
  lora_model_dir: null
71
  lora_r: 8
72
  lora_target_linear: true
73
- lora_target_modules:
74
- - q_proj
75
- - v_proj
76
  lr_scheduler: cosine
77
- max_memory:
78
- 0: 70GiB
79
- max_steps: 100
80
  micro_batch_size: 2
81
  mlflow_experiment_name: /tmp/7e930cf543f535d6_train_data.json
82
  model_type: AutoModelForCausalLM
@@ -84,9 +74,6 @@ num_epochs: 1
84
  optimizer: adamw_bnb_8bit
85
  output_dir: miner_id_24
86
  pad_to_sequence_len: true
87
- quantization_config:
88
- llm_int8_enable_fp32_cpu_offload: true
89
- load_in_8bit: true
90
  resume_from_checkpoint: null
91
  s2_attention: null
92
  sample_packing: false
@@ -97,7 +84,6 @@ special_tokens:
97
  strict: false
98
  tf32: false
99
  tokenizer_type: AutoTokenizer
100
- torch_compile: true
101
  train_on_inputs: false
102
  trust_remote_code: true
103
  val_set_size: 0.05
@@ -115,7 +101,7 @@ xformers_attention: null
115
 
116
  </details><br>
117
 
118
- # 818864ef-8094-4357-9a8e-fe11c35169de
119
 
120
  This model is a fine-tuned version of [echarlaix/tiny-random-mistral](https://huggingface.co/echarlaix/tiny-random-mistral) on the None dataset.
121
  It achieves the following results on the evaluation set:
@@ -138,25 +124,25 @@ More information needed
138
  ### Training hyperparameters
139
 
140
  The following hyperparameters were used during training:
141
- - learning_rate: 0.0001
142
  - train_batch_size: 2
143
  - eval_batch_size: 2
144
  - seed: 42
145
- - gradient_accumulation_steps: 16
146
- - total_train_batch_size: 32
147
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
148
  - lr_scheduler_type: cosine
149
  - lr_scheduler_warmup_steps: 10
150
- - training_steps: 93
151
 
152
  ### Training results
153
 
154
  | Training Loss | Epoch | Step | Validation Loss |
155
  |:-------------:|:------:|:----:|:---------------:|
156
- | 11974.167 | 0.0108 | 1 | nan |
157
- | 0.0 | 0.2598 | 24 | nan |
158
- | 0.0 | 0.5196 | 48 | nan |
159
- | 0.0 | 0.7794 | 72 | nan |
160
 
161
 
162
  ### Framework versions
 
6
  - axolotl
7
  - generated_from_trainer
8
  model-index:
9
+ - name: 0c1cc135-b51f-4582-8f62-3de913a18494
10
  results: []
11
  ---
12
 
 
18
 
19
  axolotl version: `0.4.1`
20
  ```yaml
 
 
 
 
 
 
21
  adapter: lora
22
  base_model: echarlaix/tiny-random-mistral
23
  bf16: auto
 
39
  system_prompt: ''
40
  debug: null
41
  deepspeed: null
 
42
  early_stopping_patience: null
43
  eval_max_new_tokens: 128
44
  eval_table_size: null
 
47
  fp16: null
48
  fsdp: null
49
  fsdp_config: null
50
+ gradient_accumulation_steps: 4
51
+ gradient_checkpointing: false
52
  group_by_length: false
53
  hub_model_id: null
54
  hub_repo: null
55
  hub_strategy: checkpoint
56
  hub_token: null
57
+ learning_rate: 0.0002
58
+ load_in_4bit: false
59
+ load_in_8bit: false
60
  local_rank: null
61
  logging_steps: 1
62
  lora_alpha: 16
 
65
  lora_model_dir: null
66
  lora_r: 8
67
  lora_target_linear: true
 
 
 
68
  lr_scheduler: cosine
69
+ max_steps: 10
 
 
70
  micro_batch_size: 2
71
  mlflow_experiment_name: /tmp/7e930cf543f535d6_train_data.json
72
  model_type: AutoModelForCausalLM
 
74
  optimizer: adamw_bnb_8bit
75
  output_dir: miner_id_24
76
  pad_to_sequence_len: true
 
 
 
77
  resume_from_checkpoint: null
78
  s2_attention: null
79
  sample_packing: false
 
84
  strict: false
85
  tf32: false
86
  tokenizer_type: AutoTokenizer
 
87
  train_on_inputs: false
88
  trust_remote_code: true
89
  val_set_size: 0.05
 
101
 
102
  </details><br>
103
 
104
+ # 0c1cc135-b51f-4582-8f62-3de913a18494
105
 
106
  This model is a fine-tuned version of [echarlaix/tiny-random-mistral](https://huggingface.co/echarlaix/tiny-random-mistral) on the None dataset.
107
  It achieves the following results on the evaluation set:
 
124
  ### Training hyperparameters
125
 
126
  The following hyperparameters were used during training:
127
+ - learning_rate: 0.0002
128
  - train_batch_size: 2
129
  - eval_batch_size: 2
130
  - seed: 42
131
+ - gradient_accumulation_steps: 4
132
+ - total_train_batch_size: 8
133
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
134
  - lr_scheduler_type: cosine
135
  - lr_scheduler_warmup_steps: 10
136
+ - training_steps: 10
137
 
138
  ### Training results
139
 
140
  | Training Loss | Epoch | Step | Validation Loss |
141
  |:-------------:|:------:|:----:|:---------------:|
142
+ | 10.3887 | 0.0027 | 1 | nan |
143
+ | 0.0 | 0.0081 | 3 | nan |
144
+ | 0.0 | 0.0162 | 6 | nan |
145
+ | 0.0 | 0.0244 | 9 | nan |
146
 
147
 
148
  ### Framework versions
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "down_proj",
24
- "o_proj",
25
  "gate_proj",
26
- "v_proj",
27
- "up_proj",
28
  "q_proj",
29
- "k_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "gate_proj",
24
+ "k_proj",
25
+ "o_proj",
26
  "q_proj",
27
+ "up_proj",
28
+ "v_proj",
29
+ "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
last-checkpoint/adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "down_proj",
24
- "o_proj",
25
  "gate_proj",
26
- "v_proj",
27
- "up_proj",
28
  "q_proj",
29
- "k_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "gate_proj",
24
+ "k_proj",
25
+ "o_proj",
26
  "q_proj",
27
+ "up_proj",
28
+ "v_proj",
29
+ "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:025cb83ae7004cde045c6592ec39ee56d5f5c559b2e01ab2378c4372e4d107ca
3
- size 71654
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbe10c074c53af62af0964d6b70d2e6528b906557b640a82231880d56e53359d
3
+ size 71718
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d55ef7e39ffed254f36f6faafb6597d5bd8ba2346f104d20c3b8cca9fcde4d05
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c12066a9c624fe38430ff3feea2dc6451e9f1a920255c11680c737a33d2c53a0
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6fd302dab6dad7411e029f26a1eed4b8af7dfa13be419c5f8a4344ac60a0c3b
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb578e75c11a81e85dda67a691f96ba4793a02960f1409fd3e1511aac873491a
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,702 +1,121 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 1.006765899864682,
5
- "eval_steps": 24,
6
- "global_step": 93,
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.010825439783491205,
13
  "grad_norm": NaN,
14
- "learning_rate": 1e-05,
15
- "loss": 11974.167,
16
  "step": 1
17
  },
18
  {
19
- "epoch": 0.010825439783491205,
20
  "eval_loss": NaN,
21
- "eval_runtime": 14.1198,
22
- "eval_samples_per_second": 11.048,
23
- "eval_steps_per_second": 5.524,
24
  "step": 1
25
  },
26
  {
27
- "epoch": 0.02165087956698241,
28
- "grad_norm": NaN,
29
- "learning_rate": 2e-05,
30
- "loss": 0.0,
31
- "step": 2
32
- },
33
- {
34
- "epoch": 0.03247631935047361,
35
- "grad_norm": NaN,
36
- "learning_rate": 3e-05,
37
- "loss": 0.0,
38
- "step": 3
39
- },
40
- {
41
- "epoch": 0.04330175913396482,
42
  "grad_norm": NaN,
43
  "learning_rate": 4e-05,
44
  "loss": 0.0,
45
- "step": 4
46
- },
47
- {
48
- "epoch": 0.05412719891745602,
49
- "grad_norm": NaN,
50
- "learning_rate": 5e-05,
51
- "loss": 0.0,
52
- "step": 5
53
  },
54
  {
55
- "epoch": 0.06495263870094722,
56
  "grad_norm": NaN,
57
  "learning_rate": 6e-05,
58
  "loss": 0.0,
59
- "step": 6
60
  },
61
  {
62
- "epoch": 0.07577807848443843,
63
- "grad_norm": NaN,
64
- "learning_rate": 7e-05,
65
- "loss": 0.0,
66
- "step": 7
 
67
  },
68
  {
69
- "epoch": 0.08660351826792964,
70
  "grad_norm": NaN,
71
  "learning_rate": 8e-05,
72
  "loss": 0.0,
73
- "step": 8
74
- },
75
- {
76
- "epoch": 0.09742895805142084,
77
- "grad_norm": NaN,
78
- "learning_rate": 9e-05,
79
- "loss": 0.0,
80
- "step": 9
81
  },
82
  {
83
- "epoch": 0.10825439783491204,
84
  "grad_norm": NaN,
85
  "learning_rate": 0.0001,
86
  "loss": 0.0,
87
- "step": 10
88
- },
89
- {
90
- "epoch": 0.11907983761840325,
91
- "grad_norm": NaN,
92
- "learning_rate": 9.996418774081658e-05,
93
- "loss": 0.0,
94
- "step": 11
95
- },
96
- {
97
- "epoch": 0.12990527740189445,
98
- "grad_norm": NaN,
99
- "learning_rate": 9.985680226398261e-05,
100
- "loss": 0.0,
101
- "step": 12
102
- },
103
- {
104
- "epoch": 0.14073071718538566,
105
- "grad_norm": NaN,
106
- "learning_rate": 9.967799739815925e-05,
107
- "loss": 0.0,
108
- "step": 13
109
- },
110
- {
111
- "epoch": 0.15155615696887687,
112
- "grad_norm": NaN,
113
- "learning_rate": 9.942802927959443e-05,
114
- "loss": 0.0,
115
- "step": 14
116
- },
117
- {
118
- "epoch": 0.16238159675236807,
119
- "grad_norm": NaN,
120
- "learning_rate": 9.910725598521013e-05,
121
- "loss": 0.0,
122
- "step": 15
123
- },
124
- {
125
- "epoch": 0.17320703653585928,
126
- "grad_norm": NaN,
127
- "learning_rate": 9.871613701966067e-05,
128
- "loss": 0.0,
129
- "step": 16
130
- },
131
- {
132
- "epoch": 0.18403247631935046,
133
- "grad_norm": NaN,
134
- "learning_rate": 9.825523265709666e-05,
135
- "loss": 0.0,
136
- "step": 17
137
- },
138
- {
139
- "epoch": 0.19485791610284167,
140
- "grad_norm": NaN,
141
- "learning_rate": 9.772520313857775e-05,
142
- "loss": 0.0,
143
- "step": 18
144
- },
145
- {
146
- "epoch": 0.20568335588633288,
147
- "grad_norm": NaN,
148
- "learning_rate": 9.712680772628364e-05,
149
- "loss": 0.0,
150
- "step": 19
151
- },
152
- {
153
- "epoch": 0.2165087956698241,
154
- "grad_norm": NaN,
155
- "learning_rate": 9.646090361587827e-05,
156
- "loss": 0.0,
157
- "step": 20
158
- },
159
- {
160
- "epoch": 0.2273342354533153,
161
- "grad_norm": NaN,
162
- "learning_rate": 9.572844470858537e-05,
163
- "loss": 0.0,
164
- "step": 21
165
- },
166
- {
167
- "epoch": 0.2381596752368065,
168
- "grad_norm": NaN,
169
- "learning_rate": 9.493048024473412e-05,
170
- "loss": 0.0,
171
- "step": 22
172
- },
173
- {
174
- "epoch": 0.2489851150202977,
175
- "grad_norm": NaN,
176
- "learning_rate": 9.406815330073244e-05,
177
- "loss": 0.0,
178
- "step": 23
179
- },
180
- {
181
- "epoch": 0.2598105548037889,
182
- "grad_norm": NaN,
183
- "learning_rate": 9.314269915162114e-05,
184
- "loss": 0.0,
185
- "step": 24
186
- },
187
- {
188
- "epoch": 0.2598105548037889,
189
- "eval_loss": NaN,
190
- "eval_runtime": 0.679,
191
- "eval_samples_per_second": 229.759,
192
- "eval_steps_per_second": 114.879,
193
- "step": 24
194
- },
195
- {
196
- "epoch": 0.2706359945872801,
197
- "grad_norm": NaN,
198
- "learning_rate": 9.215544350155422e-05,
199
- "loss": 0.0,
200
- "step": 25
201
- },
202
- {
203
- "epoch": 0.2814614343707713,
204
- "grad_norm": NaN,
205
- "learning_rate": 9.110780058474052e-05,
206
- "loss": 0.0,
207
- "step": 26
208
- },
209
- {
210
- "epoch": 0.2922868741542625,
211
- "grad_norm": NaN,
212
- "learning_rate": 9.000127113956674e-05,
213
- "loss": 0.0,
214
- "step": 27
215
- },
216
- {
217
- "epoch": 0.30311231393775373,
218
- "grad_norm": NaN,
219
- "learning_rate": 8.883744025880428e-05,
220
- "loss": 0.0,
221
- "step": 28
222
- },
223
- {
224
- "epoch": 0.31393775372124494,
225
- "grad_norm": NaN,
226
- "learning_rate": 8.761797511897906e-05,
227
- "loss": 0.0,
228
- "step": 29
229
- },
230
- {
231
- "epoch": 0.32476319350473615,
232
- "grad_norm": NaN,
233
- "learning_rate": 8.634462259215719e-05,
234
- "loss": 0.0,
235
- "step": 30
236
- },
237
- {
238
- "epoch": 0.33558863328822736,
239
- "grad_norm": NaN,
240
- "learning_rate": 8.501920674356754e-05,
241
- "loss": 0.0,
242
- "step": 31
243
- },
244
- {
245
- "epoch": 0.34641407307171856,
246
- "grad_norm": NaN,
247
- "learning_rate": 8.364362621864595e-05,
248
- "loss": 0.0,
249
- "step": 32
250
- },
251
- {
252
- "epoch": 0.3572395128552097,
253
- "grad_norm": NaN,
254
- "learning_rate": 8.221985152324385e-05,
255
- "loss": 0.0,
256
- "step": 33
257
- },
258
- {
259
- "epoch": 0.3680649526387009,
260
- "grad_norm": NaN,
261
- "learning_rate": 8.074992220089769e-05,
262
- "loss": 0.0,
263
- "step": 34
264
- },
265
- {
266
- "epoch": 0.37889039242219213,
267
- "grad_norm": NaN,
268
- "learning_rate": 7.923594391120236e-05,
269
- "loss": 0.0,
270
- "step": 35
271
- },
272
- {
273
- "epoch": 0.38971583220568334,
274
- "grad_norm": NaN,
275
- "learning_rate": 7.768008541347423e-05,
276
- "loss": 0.0,
277
- "step": 36
278
- },
279
- {
280
- "epoch": 0.40054127198917455,
281
- "grad_norm": NaN,
282
- "learning_rate": 7.608457546002424e-05,
283
- "loss": 0.0,
284
- "step": 37
285
- },
286
- {
287
- "epoch": 0.41136671177266576,
288
- "grad_norm": NaN,
289
- "learning_rate": 7.445169960349167e-05,
290
- "loss": 0.0,
291
- "step": 38
292
- },
293
- {
294
- "epoch": 0.42219215155615697,
295
- "grad_norm": NaN,
296
- "learning_rate": 7.278379692281208e-05,
297
- "loss": 0.0,
298
- "step": 39
299
- },
300
- {
301
- "epoch": 0.4330175913396482,
302
- "grad_norm": NaN,
303
- "learning_rate": 7.10832566725092e-05,
304
- "loss": 0.0,
305
- "step": 40
306
- },
307
- {
308
- "epoch": 0.4438430311231394,
309
- "grad_norm": NaN,
310
- "learning_rate": 6.935251486011087e-05,
311
- "loss": 0.0,
312
- "step": 41
313
- },
314
- {
315
- "epoch": 0.4546684709066306,
316
- "grad_norm": NaN,
317
- "learning_rate": 6.759405075659166e-05,
318
- "loss": 0.0,
319
- "step": 42
320
- },
321
- {
322
- "epoch": 0.4654939106901218,
323
- "grad_norm": NaN,
324
- "learning_rate": 6.58103833448412e-05,
325
- "loss": 0.0,
326
- "step": 43
327
- },
328
- {
329
- "epoch": 0.476319350473613,
330
- "grad_norm": NaN,
331
- "learning_rate": 6.400406771124536e-05,
332
- "loss": 0.0,
333
- "step": 44
334
- },
335
- {
336
- "epoch": 0.4871447902571042,
337
- "grad_norm": NaN,
338
- "learning_rate": 6.21776913855496e-05,
339
- "loss": 0.0,
340
- "step": 45
341
- },
342
- {
343
- "epoch": 0.4979702300405954,
344
- "grad_norm": NaN,
345
- "learning_rate": 6.0333870634247645e-05,
346
- "loss": 0.0,
347
- "step": 46
348
- },
349
- {
350
- "epoch": 0.5087956698240866,
351
- "grad_norm": NaN,
352
- "learning_rate": 5.847524671280484e-05,
353
- "loss": 0.0,
354
- "step": 47
355
  },
356
  {
357
- "epoch": 0.5196211096075778,
358
  "grad_norm": NaN,
359
- "learning_rate": 5.660448208208513e-05,
360
  "loss": 0.0,
361
- "step": 48
362
  },
363
  {
364
- "epoch": 0.5196211096075778,
365
  "eval_loss": NaN,
366
- "eval_runtime": 0.7027,
367
- "eval_samples_per_second": 222.007,
368
- "eval_steps_per_second": 111.003,
369
- "step": 48
370
- },
371
- {
372
- "epoch": 0.530446549391069,
373
- "grad_norm": NaN,
374
- "learning_rate": 5.472425659440157e-05,
375
- "loss": 0.0,
376
- "step": 49
377
- },
378
- {
379
- "epoch": 0.5412719891745602,
380
- "grad_norm": NaN,
381
- "learning_rate": 5.2837263654653715e-05,
382
- "loss": 0.0,
383
- "step": 50
384
- },
385
- {
386
- "epoch": 0.5520974289580515,
387
- "grad_norm": NaN,
388
- "learning_rate": 5.094620636205095e-05,
389
- "loss": 0.0,
390
- "step": 51
391
- },
392
- {
393
- "epoch": 0.5629228687415426,
394
- "grad_norm": NaN,
395
- "learning_rate": 4.9053793637949067e-05,
396
- "loss": 0.0,
397
- "step": 52
398
- },
399
- {
400
- "epoch": 0.5737483085250338,
401
- "grad_norm": NaN,
402
- "learning_rate": 4.7162736345346303e-05,
403
- "loss": 0.0,
404
- "step": 53
405
- },
406
- {
407
- "epoch": 0.584573748308525,
408
- "grad_norm": NaN,
409
- "learning_rate": 4.527574340559844e-05,
410
- "loss": 0.0,
411
- "step": 54
412
- },
413
- {
414
- "epoch": 0.5953991880920162,
415
- "grad_norm": NaN,
416
- "learning_rate": 4.3395517917914895e-05,
417
- "loss": 0.0,
418
- "step": 55
419
- },
420
- {
421
- "epoch": 0.6062246278755075,
422
- "grad_norm": NaN,
423
- "learning_rate": 4.1524753287195165e-05,
424
- "loss": 0.0,
425
- "step": 56
426
- },
427
- {
428
- "epoch": 0.6170500676589986,
429
- "grad_norm": NaN,
430
- "learning_rate": 3.966612936575235e-05,
431
- "loss": 0.0,
432
- "step": 57
433
- },
434
- {
435
- "epoch": 0.6278755074424899,
436
- "grad_norm": NaN,
437
- "learning_rate": 3.7822308614450406e-05,
438
- "loss": 0.0,
439
- "step": 58
440
- },
441
- {
442
- "epoch": 0.638700947225981,
443
- "grad_norm": NaN,
444
- "learning_rate": 3.599593228875465e-05,
445
- "loss": 0.0,
446
- "step": 59
447
- },
448
- {
449
- "epoch": 0.6495263870094723,
450
- "grad_norm": NaN,
451
- "learning_rate": 3.41896166551588e-05,
452
- "loss": 0.0,
453
- "step": 60
454
- },
455
- {
456
- "epoch": 0.6603518267929634,
457
- "grad_norm": NaN,
458
- "learning_rate": 3.240594924340835e-05,
459
- "loss": 0.0,
460
- "step": 61
461
- },
462
- {
463
- "epoch": 0.6711772665764547,
464
- "grad_norm": NaN,
465
- "learning_rate": 3.0647485139889145e-05,
466
- "loss": 0.0,
467
- "step": 62
468
- },
469
- {
470
- "epoch": 0.6820027063599459,
471
- "grad_norm": NaN,
472
- "learning_rate": 2.8916743327490803e-05,
473
- "loss": 0.0,
474
- "step": 63
475
- },
476
- {
477
- "epoch": 0.6928281461434371,
478
- "grad_norm": NaN,
479
- "learning_rate": 2.721620307718793e-05,
480
- "loss": 0.0,
481
- "step": 64
482
- },
483
- {
484
- "epoch": 0.7036535859269283,
485
- "grad_norm": NaN,
486
- "learning_rate": 2.554830039650834e-05,
487
- "loss": 0.0,
488
- "step": 65
489
- },
490
- {
491
- "epoch": 0.7144790257104194,
492
- "grad_norm": NaN,
493
- "learning_rate": 2.391542453997578e-05,
494
- "loss": 0.0,
495
- "step": 66
496
- },
497
- {
498
- "epoch": 0.7253044654939107,
499
- "grad_norm": NaN,
500
- "learning_rate": 2.2319914586525777e-05,
501
- "loss": 0.0,
502
- "step": 67
503
- },
504
- {
505
- "epoch": 0.7361299052774019,
506
- "grad_norm": NaN,
507
- "learning_rate": 2.0764056088797645e-05,
508
- "loss": 0.0,
509
- "step": 68
510
- },
511
- {
512
- "epoch": 0.7469553450608931,
513
- "grad_norm": NaN,
514
- "learning_rate": 1.9250077799102322e-05,
515
- "loss": 0.0,
516
- "step": 69
517
  },
518
  {
519
- "epoch": 0.7577807848443843,
520
  "grad_norm": NaN,
521
- "learning_rate": 1.7780148476756147e-05,
522
  "loss": 0.0,
523
- "step": 70
524
  },
525
  {
526
- "epoch": 0.7686062246278755,
527
  "grad_norm": NaN,
528
- "learning_rate": 1.6356373781354058e-05,
529
  "loss": 0.0,
530
- "step": 71
531
  },
532
  {
533
- "epoch": 0.7794316644113667,
534
  "grad_norm": NaN,
535
- "learning_rate": 1.4980793256432474e-05,
536
  "loss": 0.0,
537
- "step": 72
538
  },
539
  {
540
- "epoch": 0.7794316644113667,
541
  "eval_loss": NaN,
542
- "eval_runtime": 0.6819,
543
- "eval_samples_per_second": 228.779,
544
- "eval_steps_per_second": 114.39,
545
- "step": 72
546
- },
547
- {
548
- "epoch": 0.790257104194858,
549
- "grad_norm": NaN,
550
- "learning_rate": 1.3655377407842812e-05,
551
- "loss": 0.0,
552
- "step": 73
553
- },
554
- {
555
- "epoch": 0.8010825439783491,
556
- "grad_norm": NaN,
557
- "learning_rate": 1.2382024881020937e-05,
558
- "loss": 0.0,
559
- "step": 74
560
- },
561
- {
562
- "epoch": 0.8119079837618404,
563
- "grad_norm": NaN,
564
- "learning_rate": 1.1162559741195733e-05,
565
- "loss": 0.0,
566
- "step": 75
567
- },
568
- {
569
- "epoch": 0.8227334235453315,
570
- "grad_norm": NaN,
571
- "learning_rate": 9.998728860433276e-06,
572
- "loss": 0.0,
573
- "step": 76
574
- },
575
- {
576
- "epoch": 0.8335588633288228,
577
- "grad_norm": NaN,
578
- "learning_rate": 8.8921994152595e-06,
579
- "loss": 0.0,
580
- "step": 77
581
- },
582
- {
583
- "epoch": 0.8443843031123139,
584
- "grad_norm": NaN,
585
- "learning_rate": 7.844556498445788e-06,
586
- "loss": 0.0,
587
- "step": 78
588
- },
589
- {
590
- "epoch": 0.8552097428958051,
591
- "grad_norm": NaN,
592
- "learning_rate": 6.857300848378856e-06,
593
- "loss": 0.0,
594
- "step": 79
595
- },
596
- {
597
- "epoch": 0.8660351826792964,
598
- "grad_norm": NaN,
599
- "learning_rate": 5.931846699267557e-06,
600
- "loss": 0.0,
601
- "step": 80
602
- },
603
- {
604
- "epoch": 0.8768606224627875,
605
- "grad_norm": NaN,
606
- "learning_rate": 5.0695197552659e-06,
607
- "loss": 0.0,
608
- "step": 81
609
- },
610
- {
611
- "epoch": 0.8876860622462788,
612
- "grad_norm": NaN,
613
- "learning_rate": 4.271555291414636e-06,
614
- "loss": 0.0,
615
- "step": 82
616
- },
617
- {
618
- "epoch": 0.8985115020297699,
619
- "grad_norm": NaN,
620
- "learning_rate": 3.539096384121743e-06,
621
- "loss": 0.0,
622
- "step": 83
623
- },
624
- {
625
- "epoch": 0.9093369418132612,
626
- "grad_norm": NaN,
627
- "learning_rate": 2.8731922737163685e-06,
628
- "loss": 0.0,
629
- "step": 84
630
- },
631
- {
632
- "epoch": 0.9201623815967523,
633
- "grad_norm": NaN,
634
- "learning_rate": 2.274796861422246e-06,
635
- "loss": 0.0,
636
- "step": 85
637
- },
638
- {
639
- "epoch": 0.9309878213802436,
640
- "grad_norm": NaN,
641
- "learning_rate": 1.7447673429033362e-06,
642
- "loss": 0.0,
643
- "step": 86
644
- },
645
- {
646
- "epoch": 0.9418132611637348,
647
- "grad_norm": NaN,
648
- "learning_rate": 1.2838629803393342e-06,
649
- "loss": 0.0,
650
- "step": 87
651
- },
652
- {
653
- "epoch": 0.952638700947226,
654
- "grad_norm": NaN,
655
- "learning_rate": 8.927440147898702e-07,
656
- "loss": 0.0,
657
- "step": 88
658
- },
659
- {
660
- "epoch": 0.9634641407307172,
661
- "grad_norm": NaN,
662
- "learning_rate": 5.719707204055735e-07,
663
- "loss": 0.0,
664
- "step": 89
665
- },
666
- {
667
- "epoch": 0.9742895805142084,
668
- "grad_norm": NaN,
669
- "learning_rate": 3.2200260184075406e-07,
670
- "loss": 0.0,
671
- "step": 90
672
- },
673
- {
674
- "epoch": 0.9851150202976996,
675
- "grad_norm": NaN,
676
- "learning_rate": 1.431977360173975e-07,
677
- "loss": 0.0,
678
- "step": 91
679
- },
680
- {
681
- "epoch": 0.9959404600811907,
682
- "grad_norm": NaN,
683
- "learning_rate": 3.581225918342646e-08,
684
- "loss": 0.0,
685
- "step": 92
686
  },
687
  {
688
- "epoch": 1.006765899864682,
689
  "grad_norm": NaN,
690
- "learning_rate": 0.0,
691
  "loss": 0.0,
692
- "step": 93
693
  }
694
  ],
695
  "logging_steps": 1,
696
- "max_steps": 93,
697
  "num_input_tokens_seen": 0,
698
- "num_train_epochs": 2,
699
- "save_steps": 24,
700
  "stateful_callbacks": {
701
  "TrainerControl": {
702
  "args": {
@@ -709,7 +128,7 @@
709
  "attributes": {}
710
  }
711
  },
712
- "total_flos": 13425906401280.0,
713
  "train_batch_size": 2,
714
  "trial_name": null,
715
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.02706359945872801,
5
+ "eval_steps": 3,
6
+ "global_step": 10,
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.0027063599458728013,
13
  "grad_norm": NaN,
14
+ "learning_rate": 2e-05,
15
+ "loss": 10.3887,
16
  "step": 1
17
  },
18
  {
19
+ "epoch": 0.0027063599458728013,
20
  "eval_loss": NaN,
21
+ "eval_runtime": 1.7032,
22
+ "eval_samples_per_second": 91.593,
23
+ "eval_steps_per_second": 45.797,
24
  "step": 1
25
  },
26
  {
27
+ "epoch": 0.005412719891745603,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  "grad_norm": NaN,
29
  "learning_rate": 4e-05,
30
  "loss": 0.0,
31
+ "step": 2
 
 
 
 
 
 
 
32
  },
33
  {
34
+ "epoch": 0.008119079837618403,
35
  "grad_norm": NaN,
36
  "learning_rate": 6e-05,
37
  "loss": 0.0,
38
+ "step": 3
39
  },
40
  {
41
+ "epoch": 0.008119079837618403,
42
+ "eval_loss": NaN,
43
+ "eval_runtime": 0.9381,
44
+ "eval_samples_per_second": 166.286,
45
+ "eval_steps_per_second": 83.143,
46
+ "step": 3
47
  },
48
  {
49
+ "epoch": 0.010825439783491205,
50
  "grad_norm": NaN,
51
  "learning_rate": 8e-05,
52
  "loss": 0.0,
53
+ "step": 4
 
 
 
 
 
 
 
54
  },
55
  {
56
+ "epoch": 0.013531799729364006,
57
  "grad_norm": NaN,
58
  "learning_rate": 0.0001,
59
  "loss": 0.0,
60
+ "step": 5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  },
62
  {
63
+ "epoch": 0.016238159675236806,
64
  "grad_norm": NaN,
65
+ "learning_rate": 0.00012,
66
  "loss": 0.0,
67
+ "step": 6
68
  },
69
  {
70
+ "epoch": 0.016238159675236806,
71
  "eval_loss": NaN,
72
+ "eval_runtime": 0.9614,
73
+ "eval_samples_per_second": 162.261,
74
+ "eval_steps_per_second": 81.131,
75
+ "step": 6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  },
77
  {
78
+ "epoch": 0.018944519621109608,
79
  "grad_norm": NaN,
80
+ "learning_rate": 0.00014,
81
  "loss": 0.0,
82
+ "step": 7
83
  },
84
  {
85
+ "epoch": 0.02165087956698241,
86
  "grad_norm": NaN,
87
+ "learning_rate": 0.00016,
88
  "loss": 0.0,
89
+ "step": 8
90
  },
91
  {
92
+ "epoch": 0.02435723951285521,
93
  "grad_norm": NaN,
94
+ "learning_rate": 0.00018,
95
  "loss": 0.0,
96
+ "step": 9
97
  },
98
  {
99
+ "epoch": 0.02435723951285521,
100
  "eval_loss": NaN,
101
+ "eval_runtime": 0.9501,
102
+ "eval_samples_per_second": 164.195,
103
+ "eval_steps_per_second": 82.097,
104
+ "step": 9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  },
106
  {
107
+ "epoch": 0.02706359945872801,
108
  "grad_norm": NaN,
109
+ "learning_rate": 0.0002,
110
  "loss": 0.0,
111
+ "step": 10
112
  }
113
  ],
114
  "logging_steps": 1,
115
+ "max_steps": 10,
116
  "num_input_tokens_seen": 0,
117
+ "num_train_epochs": 1,
118
+ "save_steps": 3,
119
  "stateful_callbacks": {
120
  "TrainerControl": {
121
  "args": {
 
128
  "attributes": {}
129
  }
130
  },
131
+ "total_flos": 378556022784.0,
132
  "train_batch_size": 2,
133
  "trial_name": null,
134
  "trial_params": null
last-checkpoint/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ccfffad861961f21fb18ee924e1ee63a7d7fa9645e4d98d4830155136777638
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d0f25e1494b3ea83333524598e5a16ef9770e57bea863ec546c9ef9e8356f10
3
  size 6776
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ccfffad861961f21fb18ee924e1ee63a7d7fa9645e4d98d4830155136777638
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d0f25e1494b3ea83333524598e5a16ef9770e57bea863ec546c9ef9e8356f10
3
  size 6776