k-r-l commited on
Commit
f498644
·
verified ·
1 Parent(s): 794c055

Training in progress, step 1, checkpoint

Browse files
last-checkpoint/README.md CHANGED
@@ -199,4 +199,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
199
  [More Information Needed]
200
  ### Framework versions
201
 
202
- - PEFT 0.12.0
 
199
  [More Information Needed]
200
  ### Framework versions
201
 
202
+ - PEFT 0.13.0
last-checkpoint/adapter_config.json CHANGED
@@ -23,13 +23,13 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "k_proj",
27
  "down_proj",
28
- "o_proj",
29
- "v_proj",
30
  "gate_proj",
31
  "up_proj",
32
- "q_proj"
 
33
  ],
34
  "task_type": "SEQ_CLS",
35
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
26
  "down_proj",
27
+ "q_proj",
28
+ "k_proj",
29
  "gate_proj",
30
  "up_proj",
31
+ "v_proj",
32
+ "o_proj"
33
  ],
34
  "task_type": "SEQ_CLS",
35
  "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:e11d9e0657440c22e6be394f9202e4e2741a8c3272eabf4774c1b2f4c36a00df
3
  size 41599888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:561c6b93070c73144a416e7c9cf562b25739bd09872867ce8b25d47d06cfae59
3
  size 41599888
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6c320bbc90e1c223f7c748ece3d7a59a38ba1e0238b5046962501b3679d39be
3
- size 21222664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14d9859f7541ea622b68c259a4e2d0156f53ba5ecb43889989752a4ce661c7c6
3
+ size 21516104
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4734489b6f69f98e667b11c78c8f32dfe8b0d85349156b640625a29e3f4f6ae
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24ccbf5303ad569e3f94b6a321ce0a48ac0ad4f6e84f0e6db2bb9c2814fd2f56
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c9b1e2fb9e3a2ea5f6eceaacc95c0f2b57f31e97e7ecc768d3f909a8763c71f
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b06889bea5a35ad424b6507846078e5ec1dad6feab2691e4c09645ed7dfb43a
3
  size 1064
last-checkpoint/tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f289bc05132635a8bc7aca7aa21255efd5e18f3710f43e3cdb96bcd41be4922
3
- size 17525357
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f7eee611703c5ce5d1eee32d9cdcfe465647b8aff0c1dfb3bed7ad7dbb05060
3
+ size 34362873
last-checkpoint/trainer_state.json CHANGED
@@ -1,312 +1,25 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 2.8117154811715483,
5
  "eval_steps": 500,
6
- "global_step": 42,
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.06694560669456066,
13
- "grad_norm": 7.278318881988525,
14
- "learning_rate": 4.880952380952381e-05,
15
- "loss": 0.4218,
16
  "step": 1
17
- },
18
- {
19
- "epoch": 0.13389121338912133,
20
- "grad_norm": 7.141674518585205,
21
- "learning_rate": 4.761904761904762e-05,
22
- "loss": 0.33,
23
- "step": 2
24
- },
25
- {
26
- "epoch": 0.200836820083682,
27
- "grad_norm": 4.828211784362793,
28
- "learning_rate": 4.642857142857143e-05,
29
- "loss": 0.2474,
30
- "step": 3
31
- },
32
- {
33
- "epoch": 0.26778242677824265,
34
- "grad_norm": 5.059885025024414,
35
- "learning_rate": 4.523809523809524e-05,
36
- "loss": 0.2322,
37
- "step": 4
38
- },
39
- {
40
- "epoch": 0.33472803347280333,
41
- "grad_norm": 2.1169519424438477,
42
- "learning_rate": 4.404761904761905e-05,
43
- "loss": 0.0811,
44
- "step": 5
45
- },
46
- {
47
- "epoch": 0.401673640167364,
48
- "grad_norm": 2.1026101112365723,
49
- "learning_rate": 4.2857142857142856e-05,
50
- "loss": 0.0712,
51
- "step": 6
52
- },
53
- {
54
- "epoch": 0.4686192468619247,
55
- "grad_norm": 0.8095500469207764,
56
- "learning_rate": 4.166666666666667e-05,
57
- "loss": 0.0289,
58
- "step": 7
59
- },
60
- {
61
- "epoch": 0.5355648535564853,
62
- "grad_norm": 0.6098321080207825,
63
- "learning_rate": 4.047619047619048e-05,
64
- "loss": 0.0177,
65
- "step": 8
66
- },
67
- {
68
- "epoch": 0.602510460251046,
69
- "grad_norm": 0.18397152423858643,
70
- "learning_rate": 3.928571428571429e-05,
71
- "loss": 0.004,
72
- "step": 9
73
- },
74
- {
75
- "epoch": 0.6694560669456067,
76
- "grad_norm": 0.1370420753955841,
77
- "learning_rate": 3.809523809523809e-05,
78
- "loss": 0.0031,
79
- "step": 10
80
- },
81
- {
82
- "epoch": 0.7364016736401674,
83
- "grad_norm": 2.0491957664489746,
84
- "learning_rate": 3.690476190476191e-05,
85
- "loss": 0.0322,
86
- "step": 11
87
- },
88
- {
89
- "epoch": 0.803347280334728,
90
- "grad_norm": 0.014418386854231358,
91
- "learning_rate": 3.571428571428572e-05,
92
- "loss": 0.0002,
93
- "step": 12
94
- },
95
- {
96
- "epoch": 0.8702928870292888,
97
- "grad_norm": 0.9757394194602966,
98
- "learning_rate": 3.4523809523809526e-05,
99
- "loss": 0.0164,
100
- "step": 13
101
- },
102
- {
103
- "epoch": 0.9372384937238494,
104
- "grad_norm": 0.013029157184064388,
105
- "learning_rate": 3.3333333333333335e-05,
106
- "loss": 0.0002,
107
- "step": 14
108
- },
109
- {
110
- "epoch": 1.00418410041841,
111
- "grad_norm": 0.026524800807237625,
112
- "learning_rate": 3.2142857142857144e-05,
113
- "loss": 0.0003,
114
- "step": 15
115
- },
116
- {
117
- "epoch": 1.0711297071129706,
118
- "grad_norm": 0.0028753578662872314,
119
- "learning_rate": 3.095238095238095e-05,
120
- "loss": 0.0,
121
- "step": 16
122
- },
123
- {
124
- "epoch": 1.1380753138075315,
125
- "grad_norm": 0.0033568963408470154,
126
- "learning_rate": 2.9761904761904762e-05,
127
- "loss": 0.0,
128
- "step": 17
129
- },
130
- {
131
- "epoch": 1.205020920502092,
132
- "grad_norm": 0.0005203815526328981,
133
- "learning_rate": 2.857142857142857e-05,
134
- "loss": 0.0,
135
- "step": 18
136
- },
137
- {
138
- "epoch": 1.2719665271966527,
139
- "grad_norm": 0.1936761736869812,
140
- "learning_rate": 2.7380952380952383e-05,
141
- "loss": 0.0019,
142
- "step": 19
143
- },
144
- {
145
- "epoch": 1.3389121338912133,
146
- "grad_norm": 0.00036436261143535376,
147
- "learning_rate": 2.6190476190476192e-05,
148
- "loss": 0.0,
149
- "step": 20
150
- },
151
- {
152
- "epoch": 1.4058577405857742,
153
- "grad_norm": 0.00035023957025259733,
154
- "learning_rate": 2.5e-05,
155
- "loss": 0.0,
156
- "step": 21
157
- },
158
- {
159
- "epoch": 1.4728033472803348,
160
- "grad_norm": 0.00016843595949467272,
161
- "learning_rate": 2.380952380952381e-05,
162
- "loss": 0.0,
163
- "step": 22
164
- },
165
- {
166
- "epoch": 1.5397489539748954,
167
- "grad_norm": 9.115493594435975e-05,
168
- "learning_rate": 2.261904761904762e-05,
169
- "loss": 0.0,
170
- "step": 23
171
- },
172
- {
173
- "epoch": 1.606694560669456,
174
- "grad_norm": 0.00036285529495216906,
175
- "learning_rate": 2.1428571428571428e-05,
176
- "loss": 0.0,
177
- "step": 24
178
- },
179
- {
180
- "epoch": 1.6736401673640167,
181
- "grad_norm": 7.200593972811475e-05,
182
- "learning_rate": 2.023809523809524e-05,
183
- "loss": 0.0,
184
- "step": 25
185
- },
186
- {
187
- "epoch": 1.7405857740585775,
188
- "grad_norm": 0.018788069486618042,
189
- "learning_rate": 1.9047619047619046e-05,
190
- "loss": 0.0001,
191
- "step": 26
192
- },
193
- {
194
- "epoch": 1.8075313807531381,
195
- "grad_norm": 5.917173621128313e-05,
196
- "learning_rate": 1.785714285714286e-05,
197
- "loss": 0.0,
198
- "step": 27
199
- },
200
- {
201
- "epoch": 1.8744769874476988,
202
- "grad_norm": 2.454935383866541e-05,
203
- "learning_rate": 1.6666666666666667e-05,
204
- "loss": 0.0,
205
- "step": 28
206
- },
207
- {
208
- "epoch": 1.9414225941422594,
209
- "grad_norm": 0.35622039437294006,
210
- "learning_rate": 1.5476190476190476e-05,
211
- "loss": 0.0027,
212
- "step": 29
213
- },
214
- {
215
- "epoch": 2.00836820083682,
216
- "grad_norm": 4.2320960346842185e-05,
217
- "learning_rate": 1.4285714285714285e-05,
218
- "loss": 0.0,
219
- "step": 30
220
- },
221
- {
222
- "epoch": 2.075313807531381,
223
- "grad_norm": 0.00016777269775047898,
224
- "learning_rate": 1.3095238095238096e-05,
225
- "loss": 0.0,
226
- "step": 31
227
- },
228
- {
229
- "epoch": 2.1422594142259412,
230
- "grad_norm": 3.271171226515435e-05,
231
- "learning_rate": 1.1904761904761905e-05,
232
- "loss": 0.0,
233
- "step": 32
234
- },
235
- {
236
- "epoch": 2.209205020920502,
237
- "grad_norm": 4.509908103500493e-05,
238
- "learning_rate": 1.0714285714285714e-05,
239
- "loss": 0.0,
240
- "step": 33
241
- },
242
- {
243
- "epoch": 2.276150627615063,
244
- "grad_norm": 0.0001721126027405262,
245
- "learning_rate": 9.523809523809523e-06,
246
- "loss": 0.0,
247
- "step": 34
248
- },
249
- {
250
- "epoch": 2.3430962343096233,
251
- "grad_norm": 3.9707927498966455e-05,
252
- "learning_rate": 8.333333333333334e-06,
253
- "loss": 0.0,
254
- "step": 35
255
- },
256
- {
257
- "epoch": 2.410041841004184,
258
- "grad_norm": 2.9311438993318006e-05,
259
- "learning_rate": 7.142857142857143e-06,
260
- "loss": 0.0,
261
- "step": 36
262
- },
263
- {
264
- "epoch": 2.476987447698745,
265
- "grad_norm": 1.4432046555157285e-05,
266
- "learning_rate": 5.9523809523809525e-06,
267
- "loss": 0.0,
268
- "step": 37
269
- },
270
- {
271
- "epoch": 2.5439330543933054,
272
- "grad_norm": 1.8700251530390233e-05,
273
- "learning_rate": 4.7619047619047615e-06,
274
- "loss": 0.0,
275
- "step": 38
276
- },
277
- {
278
- "epoch": 2.6108786610878663,
279
- "grad_norm": 3.1687275622971356e-05,
280
- "learning_rate": 3.5714285714285714e-06,
281
- "loss": 0.0,
282
- "step": 39
283
- },
284
- {
285
- "epoch": 2.6778242677824267,
286
- "grad_norm": 6.366440356941894e-05,
287
- "learning_rate": 2.3809523809523808e-06,
288
- "loss": 0.0,
289
- "step": 40
290
- },
291
- {
292
- "epoch": 2.7447698744769875,
293
- "grad_norm": 2.3581902496516705e-05,
294
- "learning_rate": 1.1904761904761904e-06,
295
- "loss": 0.0,
296
- "step": 41
297
- },
298
- {
299
- "epoch": 2.8117154811715483,
300
- "grad_norm": 0.04628070071339607,
301
- "learning_rate": 0.0,
302
- "loss": 0.0004,
303
- "step": 42
304
  }
305
  ],
306
  "logging_steps": 1,
307
- "max_steps": 42,
308
  "num_input_tokens_seen": 0,
309
- "num_train_epochs": 3,
310
  "save_steps": 1,
311
  "stateful_callbacks": {
312
  "TrainerControl": {
@@ -315,7 +28,7 @@
315
  "should_evaluate": false,
316
  "should_log": false,
317
  "should_save": true,
318
- "should_training_stop": true
319
  },
320
  "attributes": {}
321
  }
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.025177025963808025,
5
  "eval_steps": 500,
6
+ "global_step": 1,
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.025177025963808025,
13
+ "grad_norm": 14.77905559539795,
14
+ "learning_rate": 4.871794871794872e-05,
15
+ "loss": 0.5853,
16
  "step": 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  }
18
  ],
19
  "logging_steps": 1,
20
+ "max_steps": 39,
21
  "num_input_tokens_seen": 0,
22
+ "num_train_epochs": 1,
23
  "save_steps": 1,
24
  "stateful_callbacks": {
25
  "TrainerControl": {
 
28
  "should_evaluate": false,
29
  "should_log": false,
30
  "should_save": true,
31
+ "should_training_stop": false
32
  },
33
  "attributes": {}
34
  }
last-checkpoint/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ddfb64f72f79887e32d4e69bde9e2b6571dba4d5cc378f5f273ff94fbebb0ac
3
- size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30a2653054e0619da1c099bfd471f319db5d153cdf28d9ef1d40f203505cdca0
3
+ size 5368