VERSIL91 commited on
Commit
2414ed4
·
verified ·
1 Parent(s): 8f81554

End of training

Browse files
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - axolotl
7
  - generated_from_trainer
8
  model-index:
9
- - name: 0b3574a5-2111-435d-ad18-66df2f9c6bce
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: NousResearch/Nous-Hermes-2-SOLAR-10.7B
29
  bf16: auto
@@ -44,7 +38,6 @@ datasets:
44
  system_prompt: ''
45
  debug: null
46
  deepspeed: null
47
- device_map: auto
48
  early_stopping_patience: null
49
  eval_max_new_tokens: 128
50
  eval_table_size: null
@@ -53,14 +46,16 @@ flash_attention: false
53
  fp16: null
54
  fsdp: null
55
  fsdp_config: null
56
- gradient_accumulation_steps: 16
57
- gradient_checkpointing: true
58
  group_by_length: false
59
  hub_model_id: null
60
  hub_repo: null
61
  hub_strategy: checkpoint
62
  hub_token: null
63
- learning_rate: 0.0001
 
 
64
  local_rank: null
65
  logging_steps: 1
66
  lora_alpha: 16
@@ -69,13 +64,8 @@ lora_fan_in_fan_out: null
69
  lora_model_dir: null
70
  lora_r: 8
71
  lora_target_linear: true
72
- lora_target_modules:
73
- - q_proj
74
- - v_proj
75
  lr_scheduler: cosine
76
- max_memory:
77
- 0: 70GiB
78
- max_steps: 100
79
  micro_batch_size: 2
80
  mlflow_experiment_name: /tmp/51190afaf71fd339_train_data.json
81
  model_type: AutoModelForCausalLM
@@ -83,9 +73,6 @@ num_epochs: 1
83
  optimizer: adamw_bnb_8bit
84
  output_dir: miner_id_24
85
  pad_to_sequence_len: true
86
- quantization_config:
87
- llm_int8_enable_fp32_cpu_offload: true
88
- load_in_8bit: true
89
  resume_from_checkpoint: null
90
  s2_attention: null
91
  sample_packing: false
@@ -94,7 +81,6 @@ sequence_len: 512
94
  strict: false
95
  tf32: false
96
  tokenizer_type: AutoTokenizer
97
- torch_compile: true
98
  train_on_inputs: false
99
  trust_remote_code: true
100
  val_set_size: 0.05
@@ -112,7 +98,7 @@ xformers_attention: null
112
 
113
  </details><br>
114
 
115
- # 0b3574a5-2111-435d-ad18-66df2f9c6bce
116
 
117
  This model is a fine-tuned version of [NousResearch/Nous-Hermes-2-SOLAR-10.7B](https://huggingface.co/NousResearch/Nous-Hermes-2-SOLAR-10.7B) on the None dataset.
118
  It achieves the following results on the evaluation set:
@@ -135,25 +121,25 @@ More information needed
135
  ### Training hyperparameters
136
 
137
  The following hyperparameters were used during training:
138
- - learning_rate: 0.0001
139
  - train_batch_size: 2
140
  - eval_batch_size: 2
141
  - seed: 42
142
- - gradient_accumulation_steps: 16
143
- - total_train_batch_size: 32
144
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
145
  - lr_scheduler_type: cosine
146
  - lr_scheduler_warmup_steps: 10
147
- - training_steps: 75
148
 
149
  ### Training results
150
 
151
  | Training Loss | Epoch | Step | Validation Loss |
152
  |:-------------:|:------:|:----:|:---------------:|
153
- | 0.0 | 0.0135 | 1 | nan |
154
- | 0.0 | 0.2559 | 19 | nan |
155
- | 0.0 | 0.5118 | 38 | nan |
156
- | 0.0 | 0.7677 | 57 | nan |
157
 
158
 
159
  ### Framework versions
 
6
  - axolotl
7
  - generated_from_trainer
8
  model-index:
9
+ - name: 55b120a1-a673-4ab1-9dd3-b611873580b1
10
  results: []
11
  ---
12
 
 
18
 
19
  axolotl version: `0.4.1`
20
  ```yaml
 
 
 
 
 
 
21
  adapter: lora
22
  base_model: NousResearch/Nous-Hermes-2-SOLAR-10.7B
23
  bf16: auto
 
38
  system_prompt: ''
39
  debug: null
40
  deepspeed: null
 
41
  early_stopping_patience: null
42
  eval_max_new_tokens: 128
43
  eval_table_size: null
 
46
  fp16: null
47
  fsdp: null
48
  fsdp_config: null
49
+ gradient_accumulation_steps: 4
50
+ gradient_checkpointing: false
51
  group_by_length: false
52
  hub_model_id: null
53
  hub_repo: null
54
  hub_strategy: checkpoint
55
  hub_token: null
56
+ learning_rate: 0.0002
57
+ load_in_4bit: false
58
+ load_in_8bit: false
59
  local_rank: null
60
  logging_steps: 1
61
  lora_alpha: 16
 
64
  lora_model_dir: null
65
  lora_r: 8
66
  lora_target_linear: true
 
 
 
67
  lr_scheduler: cosine
68
+ max_steps: 10
 
 
69
  micro_batch_size: 2
70
  mlflow_experiment_name: /tmp/51190afaf71fd339_train_data.json
71
  model_type: AutoModelForCausalLM
 
73
  optimizer: adamw_bnb_8bit
74
  output_dir: miner_id_24
75
  pad_to_sequence_len: true
 
 
 
76
  resume_from_checkpoint: null
77
  s2_attention: null
78
  sample_packing: false
 
81
  strict: false
82
  tf32: false
83
  tokenizer_type: AutoTokenizer
 
84
  train_on_inputs: false
85
  trust_remote_code: true
86
  val_set_size: 0.05
 
98
 
99
  </details><br>
100
 
101
+ # 55b120a1-a673-4ab1-9dd3-b611873580b1
102
 
103
  This model is a fine-tuned version of [NousResearch/Nous-Hermes-2-SOLAR-10.7B](https://huggingface.co/NousResearch/Nous-Hermes-2-SOLAR-10.7B) on the None dataset.
104
  It achieves the following results on the evaluation set:
 
121
  ### Training hyperparameters
122
 
123
  The following hyperparameters were used during training:
124
+ - learning_rate: 0.0002
125
  - train_batch_size: 2
126
  - eval_batch_size: 2
127
  - seed: 42
128
+ - gradient_accumulation_steps: 4
129
+ - total_train_batch_size: 8
130
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
131
  - lr_scheduler_type: cosine
132
  - lr_scheduler_warmup_steps: 10
133
+ - training_steps: 10
134
 
135
  ### Training results
136
 
137
  | Training Loss | Epoch | Step | Validation Loss |
138
  |:-------------:|:------:|:----:|:---------------:|
139
+ | 0.0 | 0.0034 | 1 | nan |
140
+ | 0.0 | 0.0101 | 3 | nan |
141
+ | 0.0 | 0.0202 | 6 | nan |
142
+ | 0.0 | 0.0303 | 9 | nan |
143
 
144
 
145
  ### Framework versions
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
- "v_proj",
25
  "o_proj",
26
- "k_proj",
 
27
  "q_proj",
28
  "up_proj",
29
- "down_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "o_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
  "q_proj",
27
  "up_proj",
28
+ "k_proj",
29
+ "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3962ae538a37106b9230c411d00dd14a1a4d18451a407a58c8c0565410fc10e2
3
  size 126071114
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e8bb7d78d7c04332ee97fa24cb7c00b737875da4fad4e7b9a6b65ff648e8d95
3
  size 126071114
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b595e2bc55c1bdc4d36dd7ed94481aa3a42c383344c13986a9a0782fc63301b
3
  size 125918320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39403457ec48ee4da263ff75bec875ab9649f029d3dc6760d739395885c6eae1
3
  size 125918320
last-checkpoint/adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
- "v_proj",
25
  "o_proj",
26
- "k_proj",
 
27
  "q_proj",
28
  "up_proj",
29
- "down_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "o_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
  "q_proj",
27
  "up_proj",
28
+ "k_proj",
29
+ "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b595e2bc55c1bdc4d36dd7ed94481aa3a42c383344c13986a9a0782fc63301b
3
  size 125918320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39403457ec48ee4da263ff75bec875ab9649f029d3dc6760d739395885c6eae1
3
  size 125918320
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e4940715e14c0c0a1b6d2656a2e6d4c1b4600d09324620b5e419745ad05f7a7
3
- size 64683540
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8ac9d41287de7debc68651490676aa50ef230d744b065699d21d04375d83588
3
+ size 64683604
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a05bd24210dca68e6fef6cd05952af76d9448d93ee12473a5ab35577fe0a064c
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:163020c3a5e3deb0c9f202a04693b11d0b5de442bd4ef423bf0f0a2016603d4d
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:212837ccb433e5430b061dc107b19dc09e932e6cfb62a751187d0903b7b0d94e
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,576 +1,121 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 1.0101010101010102,
5
- "eval_steps": 19,
6
- "global_step": 75,
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.013468013468013467,
13
  "grad_norm": NaN,
14
- "learning_rate": 1e-05,
15
  "loss": 0.0,
16
  "step": 1
17
  },
18
  {
19
- "epoch": 0.013468013468013467,
20
  "eval_loss": NaN,
21
- "eval_runtime": 150.507,
22
- "eval_samples_per_second": 0.831,
23
- "eval_steps_per_second": 0.419,
24
  "step": 1
25
  },
26
  {
27
- "epoch": 0.026936026936026935,
28
- "grad_norm": NaN,
29
- "learning_rate": 2e-05,
30
- "loss": 0.0,
31
- "step": 2
32
- },
33
- {
34
- "epoch": 0.04040404040404041,
35
- "grad_norm": NaN,
36
- "learning_rate": 3e-05,
37
- "loss": 0.0,
38
- "step": 3
39
- },
40
- {
41
- "epoch": 0.05387205387205387,
42
  "grad_norm": NaN,
43
  "learning_rate": 4e-05,
44
  "loss": 0.0,
45
- "step": 4
46
- },
47
- {
48
- "epoch": 0.06734006734006734,
49
- "grad_norm": NaN,
50
- "learning_rate": 5e-05,
51
- "loss": 0.0,
52
- "step": 5
53
  },
54
  {
55
- "epoch": 0.08080808080808081,
56
  "grad_norm": NaN,
57
  "learning_rate": 6e-05,
58
  "loss": 0.0,
59
- "step": 6
60
  },
61
  {
62
- "epoch": 0.09427609427609428,
63
- "grad_norm": NaN,
64
- "learning_rate": 7e-05,
65
- "loss": 0.0,
66
- "step": 7
 
67
  },
68
  {
69
- "epoch": 0.10774410774410774,
70
  "grad_norm": NaN,
71
  "learning_rate": 8e-05,
72
  "loss": 0.0,
73
- "step": 8
74
- },
75
- {
76
- "epoch": 0.12121212121212122,
77
- "grad_norm": NaN,
78
- "learning_rate": 9e-05,
79
- "loss": 0.0,
80
- "step": 9
81
  },
82
  {
83
- "epoch": 0.13468013468013468,
84
  "grad_norm": NaN,
85
  "learning_rate": 0.0001,
86
  "loss": 0.0,
87
- "step": 10
88
- },
89
- {
90
- "epoch": 0.14814814814814814,
91
- "grad_norm": NaN,
92
- "learning_rate": 9.994161134161634e-05,
93
- "loss": 0.0,
94
- "step": 11
95
- },
96
- {
97
- "epoch": 0.16161616161616163,
98
- "grad_norm": NaN,
99
- "learning_rate": 9.976658173588244e-05,
100
- "loss": 0.0,
101
- "step": 12
102
- },
103
- {
104
- "epoch": 0.1750841750841751,
105
- "grad_norm": NaN,
106
- "learning_rate": 9.947531997255256e-05,
107
- "loss": 0.0,
108
- "step": 13
109
- },
110
- {
111
- "epoch": 0.18855218855218855,
112
- "grad_norm": NaN,
113
- "learning_rate": 9.906850630697068e-05,
114
- "loss": 0.0,
115
- "step": 14
116
- },
117
- {
118
- "epoch": 0.20202020202020202,
119
- "grad_norm": NaN,
120
- "learning_rate": 9.85470908713026e-05,
121
- "loss": 0.0,
122
- "step": 15
123
- },
124
- {
125
- "epoch": 0.21548821548821548,
126
- "grad_norm": NaN,
127
- "learning_rate": 9.791229145545831e-05,
128
- "loss": 0.0,
129
- "step": 16
130
- },
131
- {
132
- "epoch": 0.22895622895622897,
133
- "grad_norm": NaN,
134
- "learning_rate": 9.716559066288715e-05,
135
- "loss": 0.0,
136
- "step": 17
137
- },
138
- {
139
- "epoch": 0.24242424242424243,
140
- "grad_norm": NaN,
141
- "learning_rate": 9.630873244788883e-05,
142
- "loss": 0.0,
143
- "step": 18
144
- },
145
- {
146
- "epoch": 0.2558922558922559,
147
- "grad_norm": NaN,
148
- "learning_rate": 9.534371804252728e-05,
149
- "loss": 0.0,
150
- "step": 19
151
- },
152
- {
153
- "epoch": 0.2558922558922559,
154
- "eval_loss": NaN,
155
- "eval_runtime": 4.1562,
156
- "eval_samples_per_second": 30.076,
157
- "eval_steps_per_second": 15.158,
158
- "step": 19
159
- },
160
- {
161
- "epoch": 0.26936026936026936,
162
- "grad_norm": NaN,
163
- "learning_rate": 9.42728012826605e-05,
164
- "loss": 0.0,
165
- "step": 20
166
- },
167
- {
168
- "epoch": 0.2828282828282828,
169
- "grad_norm": NaN,
170
- "learning_rate": 9.309848334400246e-05,
171
- "loss": 0.0,
172
- "step": 21
173
- },
174
- {
175
- "epoch": 0.2962962962962963,
176
- "grad_norm": NaN,
177
- "learning_rate": 9.182350690051133e-05,
178
- "loss": 0.0,
179
- "step": 22
180
- },
181
- {
182
- "epoch": 0.30976430976430974,
183
- "grad_norm": NaN,
184
- "learning_rate": 9.045084971874738e-05,
185
- "loss": 0.0,
186
- "step": 23
187
- },
188
- {
189
- "epoch": 0.32323232323232326,
190
- "grad_norm": NaN,
191
- "learning_rate": 8.898371770316111e-05,
192
- "loss": 0.0,
193
- "step": 24
194
- },
195
- {
196
- "epoch": 0.3367003367003367,
197
- "grad_norm": NaN,
198
- "learning_rate": 8.742553740855506e-05,
199
- "loss": 0.0,
200
- "step": 25
201
- },
202
- {
203
- "epoch": 0.3501683501683502,
204
- "grad_norm": NaN,
205
- "learning_rate": 8.577994803720606e-05,
206
- "loss": 0.0,
207
- "step": 26
208
- },
209
- {
210
- "epoch": 0.36363636363636365,
211
- "grad_norm": NaN,
212
- "learning_rate": 8.405079293933986e-05,
213
- "loss": 0.0,
214
- "step": 27
215
- },
216
- {
217
- "epoch": 0.3771043771043771,
218
- "grad_norm": NaN,
219
- "learning_rate": 8.224211063680853e-05,
220
- "loss": 0.0,
221
- "step": 28
222
- },
223
- {
224
- "epoch": 0.39057239057239057,
225
- "grad_norm": NaN,
226
- "learning_rate": 8.035812539093557e-05,
227
- "loss": 0.0,
228
- "step": 29
229
- },
230
- {
231
- "epoch": 0.40404040404040403,
232
- "grad_norm": NaN,
233
- "learning_rate": 7.840323733655778e-05,
234
- "loss": 0.0,
235
- "step": 30
236
- },
237
- {
238
- "epoch": 0.4175084175084175,
239
- "grad_norm": NaN,
240
- "learning_rate": 7.638201220530665e-05,
241
- "loss": 0.0,
242
- "step": 31
243
- },
244
- {
245
- "epoch": 0.43097643097643096,
246
- "grad_norm": NaN,
247
- "learning_rate": 7.42991706621303e-05,
248
- "loss": 0.0,
249
- "step": 32
250
- },
251
- {
252
- "epoch": 0.4444444444444444,
253
- "grad_norm": NaN,
254
- "learning_rate": 7.215957727996207e-05,
255
- "loss": 0.0,
256
- "step": 33
257
- },
258
- {
259
- "epoch": 0.45791245791245794,
260
- "grad_norm": NaN,
261
- "learning_rate": 6.996822917828477e-05,
262
- "loss": 0.0,
263
- "step": 34
264
- },
265
- {
266
- "epoch": 0.4713804713804714,
267
- "grad_norm": NaN,
268
- "learning_rate": 6.773024435212678e-05,
269
- "loss": 0.0,
270
- "step": 35
271
- },
272
- {
273
- "epoch": 0.48484848484848486,
274
- "grad_norm": NaN,
275
- "learning_rate": 6.545084971874738e-05,
276
- "loss": 0.0,
277
- "step": 36
278
- },
279
- {
280
- "epoch": 0.4983164983164983,
281
- "grad_norm": NaN,
282
- "learning_rate": 6.313536890992935e-05,
283
- "loss": 0.0,
284
- "step": 37
285
  },
286
  {
287
- "epoch": 0.5117845117845118,
288
  "grad_norm": NaN,
289
- "learning_rate": 6.078920983839031e-05,
290
  "loss": 0.0,
291
- "step": 38
292
  },
293
  {
294
- "epoch": 0.5117845117845118,
295
  "eval_loss": NaN,
296
- "eval_runtime": 4.1693,
297
- "eval_samples_per_second": 29.981,
298
- "eval_steps_per_second": 15.11,
299
- "step": 38
300
- },
301
- {
302
- "epoch": 0.5252525252525253,
303
- "grad_norm": NaN,
304
- "learning_rate": 5.841785206735192e-05,
305
- "loss": 0.0,
306
- "step": 39
307
- },
308
- {
309
- "epoch": 0.5387205387205387,
310
- "grad_norm": NaN,
311
- "learning_rate": 5.602683401276615e-05,
312
- "loss": 0.0,
313
- "step": 40
314
- },
315
- {
316
- "epoch": 0.5521885521885522,
317
- "grad_norm": NaN,
318
- "learning_rate": 5.3621740008088126e-05,
319
- "loss": 0.0,
320
- "step": 41
321
- },
322
- {
323
- "epoch": 0.5656565656565656,
324
- "grad_norm": NaN,
325
- "learning_rate": 5.1208187261806615e-05,
326
- "loss": 0.0,
327
- "step": 42
328
- },
329
- {
330
- "epoch": 0.5791245791245792,
331
- "grad_norm": NaN,
332
- "learning_rate": 4.87918127381934e-05,
333
- "loss": 0.0,
334
- "step": 43
335
- },
336
- {
337
- "epoch": 0.5925925925925926,
338
- "grad_norm": NaN,
339
- "learning_rate": 4.6378259991911886e-05,
340
- "loss": 0.0,
341
- "step": 44
342
- },
343
- {
344
- "epoch": 0.6060606060606061,
345
- "grad_norm": NaN,
346
- "learning_rate": 4.397316598723385e-05,
347
- "loss": 0.0,
348
- "step": 45
349
- },
350
- {
351
- "epoch": 0.6195286195286195,
352
- "grad_norm": NaN,
353
- "learning_rate": 4.1582147932648074e-05,
354
- "loss": 0.0,
355
- "step": 46
356
- },
357
- {
358
- "epoch": 0.632996632996633,
359
- "grad_norm": NaN,
360
- "learning_rate": 3.92107901616097e-05,
361
- "loss": 0.0,
362
- "step": 47
363
- },
364
- {
365
- "epoch": 0.6464646464646465,
366
- "grad_norm": NaN,
367
- "learning_rate": 3.6864631090070655e-05,
368
- "loss": 0.0,
369
- "step": 48
370
- },
371
- {
372
- "epoch": 0.6599326599326599,
373
- "grad_norm": NaN,
374
- "learning_rate": 3.4549150281252636e-05,
375
- "loss": 0.0,
376
- "step": 49
377
- },
378
- {
379
- "epoch": 0.6734006734006734,
380
- "grad_norm": NaN,
381
- "learning_rate": 3.226975564787322e-05,
382
- "loss": 0.0,
383
- "step": 50
384
- },
385
- {
386
- "epoch": 0.6868686868686869,
387
- "grad_norm": NaN,
388
- "learning_rate": 3.003177082171523e-05,
389
- "loss": 0.0,
390
- "step": 51
391
- },
392
- {
393
- "epoch": 0.7003367003367004,
394
- "grad_norm": NaN,
395
- "learning_rate": 2.784042272003794e-05,
396
- "loss": 0.0,
397
- "step": 52
398
- },
399
- {
400
- "epoch": 0.7138047138047138,
401
- "grad_norm": NaN,
402
- "learning_rate": 2.57008293378697e-05,
403
- "loss": 0.0,
404
- "step": 53
405
- },
406
- {
407
- "epoch": 0.7272727272727273,
408
- "grad_norm": NaN,
409
- "learning_rate": 2.361798779469336e-05,
410
- "loss": 0.0,
411
- "step": 54
412
  },
413
  {
414
- "epoch": 0.7407407407407407,
415
  "grad_norm": NaN,
416
- "learning_rate": 2.1596762663442218e-05,
417
  "loss": 0.0,
418
- "step": 55
419
  },
420
  {
421
- "epoch": 0.7542087542087542,
422
  "grad_norm": NaN,
423
- "learning_rate": 1.9641874609064443e-05,
424
  "loss": 0.0,
425
- "step": 56
426
  },
427
  {
428
- "epoch": 0.7676767676767676,
429
  "grad_norm": NaN,
430
- "learning_rate": 1.7757889363191483e-05,
431
  "loss": 0.0,
432
- "step": 57
433
  },
434
  {
435
- "epoch": 0.7676767676767676,
436
  "eval_loss": NaN,
437
- "eval_runtime": 6.5724,
438
- "eval_samples_per_second": 19.019,
439
- "eval_steps_per_second": 9.586,
440
- "step": 57
441
- },
442
- {
443
- "epoch": 0.7811447811447811,
444
- "grad_norm": NaN,
445
- "learning_rate": 1.5949207060660138e-05,
446
- "loss": 0.0,
447
- "step": 58
448
- },
449
- {
450
- "epoch": 0.7946127946127947,
451
- "grad_norm": NaN,
452
- "learning_rate": 1.422005196279395e-05,
453
- "loss": 0.0,
454
- "step": 59
455
- },
456
- {
457
- "epoch": 0.8080808080808081,
458
- "grad_norm": NaN,
459
- "learning_rate": 1.257446259144494e-05,
460
- "loss": 0.0,
461
- "step": 60
462
- },
463
- {
464
- "epoch": 0.8215488215488216,
465
- "grad_norm": NaN,
466
- "learning_rate": 1.1016282296838887e-05,
467
- "loss": 0.0,
468
- "step": 61
469
- },
470
- {
471
- "epoch": 0.835016835016835,
472
- "grad_norm": NaN,
473
- "learning_rate": 9.549150281252633e-06,
474
- "loss": 0.0,
475
- "step": 62
476
- },
477
- {
478
- "epoch": 0.8484848484848485,
479
- "grad_norm": NaN,
480
- "learning_rate": 8.176493099488663e-06,
481
- "loss": 0.0,
482
- "step": 63
483
- },
484
- {
485
- "epoch": 0.8619528619528619,
486
- "grad_norm": NaN,
487
- "learning_rate": 6.901516655997536e-06,
488
- "loss": 0.0,
489
- "step": 64
490
- },
491
- {
492
- "epoch": 0.8754208754208754,
493
- "grad_norm": NaN,
494
- "learning_rate": 5.727198717339511e-06,
495
- "loss": 0.0,
496
- "step": 65
497
- },
498
- {
499
- "epoch": 0.8888888888888888,
500
- "grad_norm": NaN,
501
- "learning_rate": 4.65628195747273e-06,
502
- "loss": 0.0,
503
- "step": 66
504
- },
505
- {
506
- "epoch": 0.9023569023569024,
507
- "grad_norm": NaN,
508
- "learning_rate": 3.691267552111183e-06,
509
- "loss": 0.0,
510
- "step": 67
511
- },
512
- {
513
- "epoch": 0.9158249158249159,
514
- "grad_norm": NaN,
515
- "learning_rate": 2.8344093371128424e-06,
516
- "loss": 0.0,
517
- "step": 68
518
- },
519
- {
520
- "epoch": 0.9292929292929293,
521
- "grad_norm": NaN,
522
- "learning_rate": 2.087708544541689e-06,
523
- "loss": 0.0,
524
- "step": 69
525
- },
526
- {
527
- "epoch": 0.9427609427609428,
528
- "grad_norm": NaN,
529
- "learning_rate": 1.4529091286973995e-06,
530
- "loss": 0.0,
531
- "step": 70
532
- },
533
- {
534
- "epoch": 0.9562289562289562,
535
- "grad_norm": NaN,
536
- "learning_rate": 9.314936930293283e-07,
537
- "loss": 0.0,
538
- "step": 71
539
- },
540
- {
541
- "epoch": 0.9696969696969697,
542
- "grad_norm": NaN,
543
- "learning_rate": 5.246800274474439e-07,
544
- "loss": 0.0,
545
- "step": 72
546
- },
547
- {
548
- "epoch": 0.9831649831649831,
549
- "grad_norm": NaN,
550
- "learning_rate": 2.334182641175686e-07,
551
- "loss": 0.0,
552
- "step": 73
553
- },
554
- {
555
- "epoch": 0.9966329966329966,
556
- "grad_norm": NaN,
557
- "learning_rate": 5.838865838366792e-08,
558
- "loss": 0.0,
559
- "step": 74
560
  },
561
  {
562
- "epoch": 1.0101010101010102,
563
  "grad_norm": NaN,
564
- "learning_rate": 0.0,
565
  "loss": 0.0,
566
- "step": 75
567
  }
568
  ],
569
  "logging_steps": 1,
570
- "max_steps": 75,
571
  "num_input_tokens_seen": 0,
572
- "num_train_epochs": 2,
573
- "save_steps": 19,
574
  "stateful_callbacks": {
575
  "TrainerControl": {
576
  "args": {
@@ -583,7 +128,7 @@
583
  "attributes": {}
584
  }
585
  },
586
- "total_flos": 7.83543405945815e+16,
587
  "train_batch_size": 2,
588
  "trial_name": null,
589
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.03367003367003367,
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.003367003367003367,
13
  "grad_norm": NaN,
14
+ "learning_rate": 2e-05,
15
  "loss": 0.0,
16
  "step": 1
17
  },
18
  {
19
+ "epoch": 0.003367003367003367,
20
  "eval_loss": NaN,
21
+ "eval_runtime": 6.8066,
22
+ "eval_samples_per_second": 18.364,
23
+ "eval_steps_per_second": 9.256,
24
  "step": 1
25
  },
26
  {
27
+ "epoch": 0.006734006734006734,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  "grad_norm": NaN,
29
  "learning_rate": 4e-05,
30
  "loss": 0.0,
31
+ "step": 2
 
 
 
 
 
 
 
32
  },
33
  {
34
+ "epoch": 0.010101010101010102,
35
  "grad_norm": NaN,
36
  "learning_rate": 6e-05,
37
  "loss": 0.0,
38
+ "step": 3
39
  },
40
  {
41
+ "epoch": 0.010101010101010102,
42
+ "eval_loss": NaN,
43
+ "eval_runtime": 5.5633,
44
+ "eval_samples_per_second": 22.469,
45
+ "eval_steps_per_second": 11.324,
46
+ "step": 3
47
  },
48
  {
49
+ "epoch": 0.013468013468013467,
50
  "grad_norm": NaN,
51
  "learning_rate": 8e-05,
52
  "loss": 0.0,
53
+ "step": 4
 
 
 
 
 
 
 
54
  },
55
  {
56
+ "epoch": 0.016835016835016835,
57
  "grad_norm": NaN,
58
  "learning_rate": 0.0001,
59
  "loss": 0.0,
60
+ "step": 5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  },
62
  {
63
+ "epoch": 0.020202020202020204,
64
  "grad_norm": NaN,
65
+ "learning_rate": 0.00012,
66
  "loss": 0.0,
67
+ "step": 6
68
  },
69
  {
70
+ "epoch": 0.020202020202020204,
71
  "eval_loss": NaN,
72
+ "eval_runtime": 5.6056,
73
+ "eval_samples_per_second": 22.299,
74
+ "eval_steps_per_second": 11.239,
75
+ "step": 6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  },
77
  {
78
+ "epoch": 0.02356902356902357,
79
  "grad_norm": NaN,
80
+ "learning_rate": 0.00014,
81
  "loss": 0.0,
82
+ "step": 7
83
  },
84
  {
85
+ "epoch": 0.026936026936026935,
86
  "grad_norm": NaN,
87
+ "learning_rate": 0.00016,
88
  "loss": 0.0,
89
+ "step": 8
90
  },
91
  {
92
+ "epoch": 0.030303030303030304,
93
  "grad_norm": NaN,
94
+ "learning_rate": 0.00018,
95
  "loss": 0.0,
96
+ "step": 9
97
  },
98
  {
99
+ "epoch": 0.030303030303030304,
100
  "eval_loss": NaN,
101
+ "eval_runtime": 5.6022,
102
+ "eval_samples_per_second": 22.313,
103
+ "eval_steps_per_second": 11.246,
104
+ "step": 9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  },
106
  {
107
+ "epoch": 0.03367003367003367,
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": 2612900061511680.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:712377ddb2b9ed8df52942629336e14e6ab5e7c9bd3a4e8b3d31e125b7e34bf0
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efc3defe0dd503e0c0cdf0a7d2ed65766aa36a61bcd93b992b3e10bfe3993f74
3
  size 6776
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:712377ddb2b9ed8df52942629336e14e6ab5e7c9bd3a4e8b3d31e125b7e34bf0
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efc3defe0dd503e0c0cdf0a7d2ed65766aa36a61bcd93b992b3e10bfe3993f74
3
  size 6776