Upload folder using huggingface_hub
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
- optimizer.pt +2 -2
- rng_state.pth +1 -1
- scheduler.pt +1 -1
- tokenizer_config.json +1 -1
- trainer_state.json +274 -259
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -9,15 +9,15 @@
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"modules_to_save": null,
|
12 |
-
"n_frequency":
|
13 |
"n_frequency_pattern": {},
|
14 |
"peft_type": "FOURIERFT",
|
15 |
"random_loc_seed": 777,
|
16 |
"revision": null,
|
17 |
-
"scaling":
|
18 |
"target_modules": [
|
19 |
-
"
|
20 |
-
"
|
21 |
],
|
22 |
"task_type": "CAUSAL_LM"
|
23 |
}
|
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"modules_to_save": null,
|
12 |
+
"n_frequency": 1000,
|
13 |
"n_frequency_pattern": {},
|
14 |
"peft_type": "FOURIERFT",
|
15 |
"random_loc_seed": 777,
|
16 |
"revision": null,
|
17 |
+
"scaling": 300.0,
|
18 |
"target_modules": [
|
19 |
+
"q_proj",
|
20 |
+
"v_proj"
|
21 |
],
|
22 |
"task_type": "CAUSAL_LM"
|
23 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dccb0c0555ab8492aa0633409c9039f47c0f65dcacdaaf2a1d45e8b8334cb37
|
3 |
+
size 264480
|
optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03d541d47b76e3bb8e3f55a8abd2aa7f6078e58d48eaa9b18a4ecef64a6fbcb1
|
3 |
+
size 561402
|
rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14180
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9db1c36a3fe626194b8016f36409bad40a8f19f4c1ea5186e4318edad327f17
|
3 |
size 14180
|
scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af6df9be5fec90cdc67071cd0bc07ba292c19bae637d054dfd010deb1ccf035e
|
3 |
size 1064
|
tokenizer_config.json
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
"eos_token": "</s>",
|
34 |
"extra_special_tokens": {},
|
35 |
"legacy": false,
|
36 |
-
"model_max_length":
|
37 |
"pad_token": "<unk>",
|
38 |
"padding_side": "right",
|
39 |
"sp_model_kwargs": {},
|
|
|
33 |
"eos_token": "</s>",
|
34 |
"extra_special_tokens": {},
|
35 |
"legacy": false,
|
36 |
+
"model_max_length": 512,
|
37 |
"pad_token": "<unk>",
|
38 |
"padding_side": "right",
|
39 |
"sp_model_kwargs": {},
|
trainer_state.json
CHANGED
@@ -1,369 +1,384 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch": 0
|
5 |
-
"eval_steps":
|
6 |
-
"global_step":
|
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.
|
13 |
-
"grad_norm": 0.
|
14 |
-
"learning_rate": 0.
|
15 |
-
"loss":
|
16 |
-
"step":
|
17 |
},
|
18 |
{
|
19 |
-
"epoch": 0.
|
20 |
-
"grad_norm": 0.
|
21 |
-
"learning_rate": 0.
|
22 |
-
"loss":
|
23 |
-
"step":
|
24 |
},
|
25 |
{
|
26 |
-
"epoch": 0.
|
27 |
-
"grad_norm": 0.
|
28 |
-
"learning_rate": 0.
|
29 |
-
"loss": 0.
|
30 |
-
"step":
|
31 |
},
|
32 |
{
|
33 |
-
"epoch": 0.
|
34 |
-
"grad_norm": 0.
|
35 |
-
"learning_rate": 0.
|
36 |
-
"loss": 0.
|
37 |
-
"step":
|
38 |
},
|
39 |
{
|
40 |
-
"epoch": 0.
|
41 |
-
"grad_norm": 0.
|
42 |
-
"learning_rate": 0.
|
43 |
-
"loss": 0.
|
44 |
-
"step":
|
45 |
},
|
46 |
{
|
47 |
-
"epoch": 0.
|
48 |
-
"grad_norm": 0.
|
49 |
-
"learning_rate": 0.
|
50 |
-
"loss": 0.
|
51 |
-
"step":
|
52 |
},
|
53 |
{
|
54 |
-
"epoch": 0.
|
55 |
-
"grad_norm": 0.
|
56 |
-
"learning_rate": 0.
|
57 |
-
"loss": 0.
|
58 |
-
"step":
|
59 |
},
|
60 |
{
|
61 |
-
"epoch": 0.
|
62 |
-
"grad_norm": 0.
|
63 |
-
"learning_rate": 0.
|
64 |
-
"loss": 0.
|
65 |
-
"step":
|
66 |
},
|
67 |
{
|
68 |
-
"epoch": 0.
|
69 |
-
"grad_norm": 0.
|
70 |
-
"learning_rate": 0.
|
71 |
-
"loss": 0.
|
72 |
-
"step":
|
73 |
},
|
74 |
{
|
75 |
-
"epoch": 0.
|
76 |
-
"grad_norm": 0.
|
77 |
-
"learning_rate": 0.
|
78 |
-
"loss": 0.
|
79 |
-
"step":
|
80 |
},
|
81 |
{
|
82 |
-
"epoch": 0.
|
83 |
-
"grad_norm": 0.
|
84 |
-
"learning_rate": 0.
|
85 |
-
"loss": 0.
|
86 |
-
"step":
|
87 |
},
|
88 |
{
|
89 |
-
"epoch": 0.
|
90 |
-
"grad_norm": 0.
|
91 |
-
"learning_rate": 0.
|
92 |
-
"loss": 0.
|
93 |
-
"step":
|
94 |
},
|
95 |
{
|
96 |
-
"epoch": 0.
|
97 |
-
"grad_norm": 0.
|
98 |
-
"learning_rate": 0.
|
99 |
-
"loss": 0.
|
100 |
-
"step":
|
101 |
},
|
102 |
{
|
103 |
-
"epoch": 0.
|
104 |
-
"grad_norm": 0.
|
105 |
-
"learning_rate": 0.
|
106 |
-
"loss": 0.
|
107 |
-
"step":
|
108 |
},
|
109 |
{
|
110 |
-
"epoch": 0.
|
111 |
-
"grad_norm": 0.
|
112 |
-
"learning_rate": 0.
|
113 |
-
"loss": 0.
|
114 |
-
"step":
|
115 |
},
|
116 |
{
|
117 |
-
"epoch": 0.
|
118 |
-
"grad_norm": 0.
|
119 |
-
"learning_rate": 0.
|
120 |
-
"loss": 0.
|
121 |
-
"step":
|
122 |
},
|
123 |
{
|
124 |
-
"epoch": 0.
|
125 |
-
"grad_norm": 0.
|
126 |
-
"learning_rate": 0.
|
127 |
-
"loss": 0.
|
128 |
-
"step":
|
129 |
},
|
130 |
{
|
131 |
-
"epoch": 0.
|
132 |
-
"grad_norm": 0.
|
133 |
-
"learning_rate": 0.
|
134 |
-
"loss": 0.
|
135 |
-
"step":
|
136 |
},
|
137 |
{
|
138 |
-
"epoch": 0.
|
139 |
-
"grad_norm": 0.
|
140 |
-
"learning_rate": 0.
|
141 |
-
"loss": 0.
|
142 |
-
"step":
|
143 |
},
|
144 |
{
|
145 |
-
"epoch": 0.
|
146 |
-
"grad_norm": 0.
|
147 |
-
"learning_rate": 0.
|
148 |
-
"loss": 0.
|
149 |
-
"step":
|
150 |
},
|
151 |
{
|
152 |
-
"epoch": 0.
|
153 |
-
"grad_norm": 0.
|
154 |
-
"learning_rate": 0.
|
155 |
-
"loss": 0.
|
156 |
-
"step":
|
157 |
},
|
158 |
{
|
159 |
-
"epoch": 0.
|
160 |
-
"grad_norm": 0.
|
161 |
-
"learning_rate": 0.
|
162 |
-
"loss": 0.
|
163 |
-
"step":
|
164 |
},
|
165 |
{
|
166 |
-
"epoch": 0.
|
167 |
-
"grad_norm": 0.
|
168 |
-
"learning_rate": 0.
|
169 |
-
"loss": 0.
|
170 |
-
"step":
|
171 |
},
|
172 |
{
|
173 |
-
"epoch": 0.
|
174 |
-
"grad_norm": 0.
|
175 |
-
"learning_rate": 0.
|
176 |
-
"loss": 0.
|
177 |
-
"step":
|
178 |
},
|
179 |
{
|
180 |
-
"epoch": 0.
|
181 |
-
"grad_norm": 0.
|
182 |
-
"learning_rate": 0.
|
183 |
-
"loss": 0.
|
184 |
-
"step":
|
185 |
},
|
186 |
{
|
187 |
-
"epoch": 0.
|
188 |
-
"grad_norm": 0.
|
189 |
-
"learning_rate": 0.
|
190 |
-
"loss": 0.
|
191 |
-
"step":
|
192 |
},
|
193 |
{
|
194 |
-
"epoch": 0.
|
195 |
-
"grad_norm": 0.
|
196 |
-
"learning_rate": 0.
|
197 |
-
"loss": 0.
|
198 |
-
"step":
|
199 |
},
|
200 |
{
|
201 |
-
"epoch": 0.
|
202 |
-
"grad_norm": 0.
|
203 |
-
"learning_rate": 0.
|
204 |
-
"loss": 0.
|
205 |
-
"step":
|
206 |
},
|
207 |
{
|
208 |
-
"epoch": 0.
|
209 |
-
"grad_norm": 0.
|
210 |
-
"learning_rate": 0.
|
211 |
-
"loss": 0.
|
212 |
-
"step":
|
213 |
},
|
214 |
{
|
215 |
-
"epoch": 0.
|
216 |
-
"grad_norm": 0.
|
217 |
-
"learning_rate": 0.
|
218 |
-
"loss": 0.
|
219 |
-
"step":
|
220 |
},
|
221 |
{
|
222 |
-
"epoch": 0.
|
223 |
-
"grad_norm": 0.
|
224 |
-
"learning_rate": 0.
|
225 |
-
"loss": 0.
|
226 |
-
"step":
|
227 |
},
|
228 |
{
|
229 |
-
"epoch": 0.
|
230 |
-
"grad_norm": 0.
|
231 |
-
"learning_rate": 0.
|
232 |
-
"loss": 0.
|
233 |
-
"step":
|
234 |
},
|
235 |
{
|
236 |
-
"epoch": 0.
|
237 |
-
"grad_norm": 0.
|
238 |
-
"learning_rate": 0.
|
239 |
-
"loss": 0.
|
240 |
-
"step":
|
241 |
},
|
242 |
{
|
243 |
-
"epoch": 0.
|
244 |
-
"grad_norm": 0.
|
245 |
-
"learning_rate": 0.
|
246 |
-
"loss": 0.
|
247 |
-
"step":
|
248 |
},
|
249 |
{
|
250 |
-
"epoch": 0.
|
251 |
-
"grad_norm": 0.
|
252 |
-
"learning_rate": 0.
|
253 |
-
"loss": 0.
|
254 |
-
"step":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
},
|
256 |
{
|
257 |
-
"epoch": 0.
|
258 |
-
"grad_norm": 0.
|
259 |
-
"learning_rate": 0.
|
260 |
-
"loss": 0.
|
261 |
-
"step":
|
262 |
},
|
263 |
{
|
264 |
-
"epoch": 0.
|
265 |
-
"grad_norm": 0.
|
266 |
-
"learning_rate": 0.
|
267 |
-
"loss": 0.
|
268 |
-
"step":
|
269 |
},
|
270 |
{
|
271 |
-
"epoch": 0.
|
272 |
-
"grad_norm": 0.
|
273 |
-
"learning_rate": 0.
|
274 |
-
"loss": 0.
|
275 |
-
"step":
|
276 |
},
|
277 |
{
|
278 |
-
"epoch": 0.
|
279 |
-
"grad_norm": 0.
|
280 |
-
"learning_rate": 0.
|
281 |
-
"loss": 0.
|
282 |
-
"step":
|
283 |
},
|
284 |
{
|
285 |
-
"epoch": 0.
|
286 |
-
"grad_norm": 0.
|
287 |
-
"learning_rate": 0.
|
288 |
-
"loss": 0.
|
289 |
-
"step":
|
290 |
},
|
291 |
{
|
292 |
-
"epoch": 0.
|
293 |
-
"grad_norm": 0.
|
294 |
-
"learning_rate": 0.
|
295 |
-
"loss": 0.
|
296 |
-
"step":
|
297 |
},
|
298 |
{
|
299 |
-
"epoch": 0.
|
300 |
-
"grad_norm": 0.
|
301 |
-
"learning_rate": 0.
|
302 |
-
"loss": 0.
|
303 |
-
"step":
|
304 |
},
|
305 |
{
|
306 |
-
"epoch": 0.
|
307 |
-
"grad_norm": 0.
|
308 |
-
"learning_rate": 0.
|
309 |
-
"loss": 0.
|
310 |
-
"step":
|
311 |
},
|
312 |
{
|
313 |
-
"epoch": 0.
|
314 |
-
"grad_norm": 0.
|
315 |
-
"learning_rate": 0.
|
316 |
-
"loss": 0.
|
317 |
-
"step":
|
318 |
},
|
319 |
{
|
320 |
-
"epoch": 0.
|
321 |
-
"grad_norm": 0.
|
322 |
-
"learning_rate": 0.
|
323 |
-
"loss": 0.
|
324 |
-
"step":
|
325 |
},
|
326 |
{
|
327 |
-
"epoch": 0.
|
328 |
-
"grad_norm": 0.
|
329 |
-
"learning_rate": 0.
|
330 |
-
"loss": 0.
|
331 |
-
"step":
|
332 |
},
|
333 |
{
|
334 |
-
"epoch": 0.
|
335 |
-
"grad_norm": 0.
|
336 |
-
"learning_rate": 0.
|
337 |
-
"loss": 0.
|
338 |
-
"step":
|
339 |
},
|
340 |
{
|
341 |
-
"epoch": 0.
|
342 |
-
"grad_norm": 0.
|
343 |
-
"learning_rate": 0.
|
344 |
-
"loss": 0.
|
345 |
-
"step":
|
346 |
},
|
347 |
{
|
348 |
-
"epoch": 0.
|
349 |
-
"grad_norm": 0.
|
350 |
-
"learning_rate": 0.
|
351 |
-
"loss": 0.
|
352 |
-
"step":
|
353 |
},
|
354 |
{
|
355 |
-
"epoch": 0.
|
356 |
-
"grad_norm": 0.
|
357 |
-
"learning_rate": 0.
|
358 |
-
"loss": 0.
|
359 |
-
"step":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
}
|
361 |
],
|
362 |
-
"logging_steps":
|
363 |
-
"max_steps":
|
364 |
"num_input_tokens_seen": 0,
|
365 |
-
"num_train_epochs":
|
366 |
-
"save_steps":
|
367 |
"stateful_callbacks": {
|
368 |
"TrainerControl": {
|
369 |
"args": {
|
@@ -371,12 +386,12 @@
|
|
371 |
"should_evaluate": false,
|
372 |
"should_log": false,
|
373 |
"should_save": true,
|
374 |
-
"should_training_stop":
|
375 |
},
|
376 |
"attributes": {}
|
377 |
}
|
378 |
},
|
379 |
-
"total_flos":
|
380 |
"train_batch_size": 4,
|
381 |
"trial_name": null,
|
382 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 5,
|
6 |
+
"global_step": 2588,
|
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.019319938176197836,
|
13 |
+
"grad_norm": 0.00098650180734694,
|
14 |
+
"learning_rate": 0.009615384615384616,
|
15 |
+
"loss": 0.9907,
|
16 |
+
"step": 50
|
17 |
},
|
18 |
{
|
19 |
+
"epoch": 0.03863987635239567,
|
20 |
+
"grad_norm": 0.000779022928327322,
|
21 |
+
"learning_rate": 0.019230769230769232,
|
22 |
+
"loss": 0.9647,
|
23 |
+
"step": 100
|
24 |
},
|
25 |
{
|
26 |
+
"epoch": 0.05795981452859351,
|
27 |
+
"grad_norm": 0.000611725845374167,
|
28 |
+
"learning_rate": 0.028846153846153844,
|
29 |
+
"loss": 0.9412,
|
30 |
+
"step": 150
|
31 |
},
|
32 |
{
|
33 |
+
"epoch": 0.07727975270479134,
|
34 |
+
"grad_norm": 0.0005838441429659724,
|
35 |
+
"learning_rate": 0.029457236842105262,
|
36 |
+
"loss": 0.9322,
|
37 |
+
"step": 200
|
38 |
},
|
39 |
{
|
40 |
+
"epoch": 0.09659969088098919,
|
41 |
+
"grad_norm": 0.0007691067876294255,
|
42 |
+
"learning_rate": 0.028840460526315788,
|
43 |
+
"loss": 0.9131,
|
44 |
+
"step": 250
|
45 |
},
|
46 |
{
|
47 |
+
"epoch": 0.11591962905718702,
|
48 |
+
"grad_norm": 0.0005935626104474068,
|
49 |
+
"learning_rate": 0.028223684210526314,
|
50 |
+
"loss": 0.9104,
|
51 |
+
"step": 300
|
52 |
},
|
53 |
{
|
54 |
+
"epoch": 0.13523956723338484,
|
55 |
+
"grad_norm": 0.0006890599033795297,
|
56 |
+
"learning_rate": 0.02760690789473684,
|
57 |
+
"loss": 0.9214,
|
58 |
+
"step": 350
|
59 |
},
|
60 |
{
|
61 |
+
"epoch": 0.1545595054095827,
|
62 |
+
"grad_norm": 0.0006042916793376207,
|
63 |
+
"learning_rate": 0.02699013157894737,
|
64 |
+
"loss": 0.9,
|
65 |
+
"step": 400
|
66 |
},
|
67 |
{
|
68 |
+
"epoch": 0.17387944358578053,
|
69 |
+
"grad_norm": 0.0005447549629025161,
|
70 |
+
"learning_rate": 0.026373355263157892,
|
71 |
+
"loss": 0.9097,
|
72 |
+
"step": 450
|
73 |
},
|
74 |
{
|
75 |
+
"epoch": 0.19319938176197837,
|
76 |
+
"grad_norm": 0.0004888740368187428,
|
77 |
+
"learning_rate": 0.02575657894736842,
|
78 |
+
"loss": 0.9037,
|
79 |
+
"step": 500
|
80 |
},
|
81 |
{
|
82 |
+
"epoch": 0.2125193199381762,
|
83 |
+
"grad_norm": 0.0008238813607022166,
|
84 |
+
"learning_rate": 0.025139802631578945,
|
85 |
+
"loss": 0.899,
|
86 |
+
"step": 550
|
87 |
},
|
88 |
{
|
89 |
+
"epoch": 0.23183925811437403,
|
90 |
+
"grad_norm": 0.000727724633179605,
|
91 |
+
"learning_rate": 0.024523026315789474,
|
92 |
+
"loss": 0.923,
|
93 |
+
"step": 600
|
94 |
},
|
95 |
{
|
96 |
+
"epoch": 0.2511591962905719,
|
97 |
+
"grad_norm": 0.0005605846527032554,
|
98 |
+
"learning_rate": 0.02390625,
|
99 |
+
"loss": 0.9031,
|
100 |
+
"step": 650
|
101 |
},
|
102 |
{
|
103 |
+
"epoch": 0.2704791344667697,
|
104 |
+
"grad_norm": 0.0007705381722189486,
|
105 |
+
"learning_rate": 0.023289473684210523,
|
106 |
+
"loss": 0.9013,
|
107 |
+
"step": 700
|
108 |
},
|
109 |
{
|
110 |
+
"epoch": 0.28979907264296756,
|
111 |
+
"grad_norm": 0.0007164838025346398,
|
112 |
+
"learning_rate": 0.022672697368421053,
|
113 |
+
"loss": 0.8971,
|
114 |
+
"step": 750
|
115 |
},
|
116 |
{
|
117 |
+
"epoch": 0.3091190108191654,
|
118 |
+
"grad_norm": 0.000717374321538955,
|
119 |
+
"learning_rate": 0.02205592105263158,
|
120 |
+
"loss": 0.8866,
|
121 |
+
"step": 800
|
122 |
},
|
123 |
{
|
124 |
+
"epoch": 0.3284389489953632,
|
125 |
+
"grad_norm": 0.0006394012016244233,
|
126 |
+
"learning_rate": 0.021439144736842105,
|
127 |
+
"loss": 0.899,
|
128 |
+
"step": 850
|
129 |
},
|
130 |
{
|
131 |
+
"epoch": 0.34775888717156106,
|
132 |
+
"grad_norm": 0.0006252205348573625,
|
133 |
+
"learning_rate": 0.02082236842105263,
|
134 |
+
"loss": 0.894,
|
135 |
+
"step": 900
|
136 |
},
|
137 |
{
|
138 |
+
"epoch": 0.3670788253477589,
|
139 |
+
"grad_norm": 0.0006903470493853092,
|
140 |
+
"learning_rate": 0.020205592105263157,
|
141 |
+
"loss": 0.8858,
|
142 |
+
"step": 950
|
143 |
},
|
144 |
{
|
145 |
+
"epoch": 0.38639876352395675,
|
146 |
+
"grad_norm": 0.0008341589127667248,
|
147 |
+
"learning_rate": 0.019588815789473683,
|
148 |
+
"loss": 0.9168,
|
149 |
+
"step": 1000
|
150 |
},
|
151 |
{
|
152 |
+
"epoch": 0.40571870170015456,
|
153 |
+
"grad_norm": 0.0005771280848421156,
|
154 |
+
"learning_rate": 0.01897203947368421,
|
155 |
+
"loss": 0.9117,
|
156 |
+
"step": 1050
|
157 |
},
|
158 |
{
|
159 |
+
"epoch": 0.4250386398763524,
|
160 |
+
"grad_norm": 0.000522978079970926,
|
161 |
+
"learning_rate": 0.018355263157894736,
|
162 |
+
"loss": 0.8939,
|
163 |
+
"step": 1100
|
164 |
},
|
165 |
{
|
166 |
+
"epoch": 0.44435857805255025,
|
167 |
+
"grad_norm": 0.0005450574099086225,
|
168 |
+
"learning_rate": 0.017738486842105265,
|
169 |
+
"loss": 0.9049,
|
170 |
+
"step": 1150
|
171 |
},
|
172 |
{
|
173 |
+
"epoch": 0.46367851622874806,
|
174 |
+
"grad_norm": 0.0005660468013957143,
|
175 |
+
"learning_rate": 0.017121710526315788,
|
176 |
+
"loss": 0.8944,
|
177 |
+
"step": 1200
|
178 |
},
|
179 |
{
|
180 |
+
"epoch": 0.48299845440494593,
|
181 |
+
"grad_norm": 0.0006663696258328855,
|
182 |
+
"learning_rate": 0.016504934210526314,
|
183 |
+
"loss": 0.8971,
|
184 |
+
"step": 1250
|
185 |
},
|
186 |
{
|
187 |
+
"epoch": 0.5023183925811437,
|
188 |
+
"grad_norm": 0.0005968479672446847,
|
189 |
+
"learning_rate": 0.01588815789473684,
|
190 |
+
"loss": 0.8917,
|
191 |
+
"step": 1300
|
192 |
},
|
193 |
{
|
194 |
+
"epoch": 0.5216383307573416,
|
195 |
+
"grad_norm": 0.0007491153082810342,
|
196 |
+
"learning_rate": 0.01527138157894737,
|
197 |
+
"loss": 0.8829,
|
198 |
+
"step": 1350
|
199 |
},
|
200 |
{
|
201 |
+
"epoch": 0.5409582689335394,
|
202 |
+
"grad_norm": 0.0006275599589571357,
|
203 |
+
"learning_rate": 0.014654605263157894,
|
204 |
+
"loss": 0.9058,
|
205 |
+
"step": 1400
|
206 |
},
|
207 |
{
|
208 |
+
"epoch": 0.5602782071097373,
|
209 |
+
"grad_norm": 0.0007617810624651611,
|
210 |
+
"learning_rate": 0.01403782894736842,
|
211 |
+
"loss": 0.9051,
|
212 |
+
"step": 1450
|
213 |
},
|
214 |
{
|
215 |
+
"epoch": 0.5795981452859351,
|
216 |
+
"grad_norm": 0.0006214394234120846,
|
217 |
+
"learning_rate": 0.013421052631578946,
|
218 |
+
"loss": 0.8879,
|
219 |
+
"step": 1500
|
220 |
},
|
221 |
{
|
222 |
+
"epoch": 0.5989180834621329,
|
223 |
+
"grad_norm": 0.0006560624460689723,
|
224 |
+
"learning_rate": 0.012804276315789473,
|
225 |
+
"loss": 0.8991,
|
226 |
+
"step": 1550
|
227 |
},
|
228 |
{
|
229 |
+
"epoch": 0.6182380216383307,
|
230 |
+
"grad_norm": 0.0007683933363296092,
|
231 |
+
"learning_rate": 0.0121875,
|
232 |
+
"loss": 0.9081,
|
233 |
+
"step": 1600
|
234 |
},
|
235 |
{
|
236 |
+
"epoch": 0.6375579598145286,
|
237 |
+
"grad_norm": 0.0005783849046565592,
|
238 |
+
"learning_rate": 0.011570723684210527,
|
239 |
+
"loss": 0.9067,
|
240 |
+
"step": 1650
|
241 |
},
|
242 |
{
|
243 |
+
"epoch": 0.6568778979907264,
|
244 |
+
"grad_norm": 0.0007958198548294604,
|
245 |
+
"learning_rate": 0.010953947368421053,
|
246 |
+
"loss": 0.885,
|
247 |
+
"step": 1700
|
248 |
},
|
249 |
{
|
250 |
+
"epoch": 0.6761978361669243,
|
251 |
+
"grad_norm": 0.0006095783319324255,
|
252 |
+
"learning_rate": 0.010337171052631579,
|
253 |
+
"loss": 0.8928,
|
254 |
+
"step": 1750
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.6955177743431221,
|
258 |
+
"grad_norm": 0.000699816329870373,
|
259 |
+
"learning_rate": 0.009720394736842105,
|
260 |
+
"loss": 0.903,
|
261 |
+
"step": 1800
|
262 |
},
|
263 |
{
|
264 |
+
"epoch": 0.7148377125193199,
|
265 |
+
"grad_norm": 0.0008128538611344993,
|
266 |
+
"learning_rate": 0.009103618421052631,
|
267 |
+
"loss": 0.9036,
|
268 |
+
"step": 1850
|
269 |
},
|
270 |
{
|
271 |
+
"epoch": 0.7341576506955177,
|
272 |
+
"grad_norm": 0.0006495247362181544,
|
273 |
+
"learning_rate": 0.008486842105263157,
|
274 |
+
"loss": 0.8907,
|
275 |
+
"step": 1900
|
276 |
},
|
277 |
{
|
278 |
+
"epoch": 0.7534775888717156,
|
279 |
+
"grad_norm": 0.0005265743238851428,
|
280 |
+
"learning_rate": 0.007870065789473685,
|
281 |
+
"loss": 0.8843,
|
282 |
+
"step": 1950
|
283 |
},
|
284 |
{
|
285 |
+
"epoch": 0.7727975270479135,
|
286 |
+
"grad_norm": 0.0006601494387723505,
|
287 |
+
"learning_rate": 0.0072532894736842095,
|
288 |
+
"loss": 0.8925,
|
289 |
+
"step": 2000
|
290 |
},
|
291 |
{
|
292 |
+
"epoch": 0.7921174652241113,
|
293 |
+
"grad_norm": 0.0005823367391712964,
|
294 |
+
"learning_rate": 0.0066365131578947365,
|
295 |
+
"loss": 0.8954,
|
296 |
+
"step": 2050
|
297 |
},
|
298 |
{
|
299 |
+
"epoch": 0.8114374034003091,
|
300 |
+
"grad_norm": 0.0005229181842878461,
|
301 |
+
"learning_rate": 0.0060197368421052635,
|
302 |
+
"loss": 0.903,
|
303 |
+
"step": 2100
|
304 |
},
|
305 |
{
|
306 |
+
"epoch": 0.8307573415765069,
|
307 |
+
"grad_norm": 0.0005145368631929159,
|
308 |
+
"learning_rate": 0.00540296052631579,
|
309 |
+
"loss": 0.8923,
|
310 |
+
"step": 2150
|
311 |
},
|
312 |
{
|
313 |
+
"epoch": 0.8500772797527048,
|
314 |
+
"grad_norm": 0.0006071292445994914,
|
315 |
+
"learning_rate": 0.004786184210526316,
|
316 |
+
"loss": 0.8804,
|
317 |
+
"step": 2200
|
318 |
},
|
319 |
{
|
320 |
+
"epoch": 0.8693972179289027,
|
321 |
+
"grad_norm": 0.0006730407476425171,
|
322 |
+
"learning_rate": 0.004169407894736842,
|
323 |
+
"loss": 0.8919,
|
324 |
+
"step": 2250
|
325 |
},
|
326 |
{
|
327 |
+
"epoch": 0.8887171561051005,
|
328 |
+
"grad_norm": 0.0006455178954638541,
|
329 |
+
"learning_rate": 0.003552631578947368,
|
330 |
+
"loss": 0.896,
|
331 |
+
"step": 2300
|
332 |
},
|
333 |
{
|
334 |
+
"epoch": 0.9080370942812983,
|
335 |
+
"grad_norm": 0.0004997382056899369,
|
336 |
+
"learning_rate": 0.002935855263157895,
|
337 |
+
"loss": 0.8921,
|
338 |
+
"step": 2350
|
339 |
},
|
340 |
{
|
341 |
+
"epoch": 0.9273570324574961,
|
342 |
+
"grad_norm": 0.00045192165998741984,
|
343 |
+
"learning_rate": 0.002319078947368421,
|
344 |
+
"loss": 0.8839,
|
345 |
+
"step": 2400
|
346 |
},
|
347 |
{
|
348 |
+
"epoch": 0.9466769706336939,
|
349 |
+
"grad_norm": 0.0004822098126169294,
|
350 |
+
"learning_rate": 0.0017023026315789475,
|
351 |
+
"loss": 0.8988,
|
352 |
+
"step": 2450
|
353 |
},
|
354 |
{
|
355 |
+
"epoch": 0.9659969088098919,
|
356 |
+
"grad_norm": 0.0005721400957554579,
|
357 |
+
"learning_rate": 0.0010855263157894736,
|
358 |
+
"loss": 0.9045,
|
359 |
+
"step": 2500
|
360 |
},
|
361 |
{
|
362 |
+
"epoch": 0.9853168469860897,
|
363 |
+
"grad_norm": 0.0005698847235180438,
|
364 |
+
"learning_rate": 0.00046875,
|
365 |
+
"loss": 0.893,
|
366 |
+
"step": 2550
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 1.0,
|
370 |
+
"eval_loss": 0.8954795002937317,
|
371 |
+
"eval_runtime": 1619.6937,
|
372 |
+
"eval_samples_per_second": 6.391,
|
373 |
+
"eval_steps_per_second": 0.799,
|
374 |
+
"step": 2588
|
375 |
}
|
376 |
],
|
377 |
+
"logging_steps": 50,
|
378 |
+
"max_steps": 2588,
|
379 |
"num_input_tokens_seen": 0,
|
380 |
+
"num_train_epochs": 1,
|
381 |
+
"save_steps": 50,
|
382 |
"stateful_callbacks": {
|
383 |
"TrainerControl": {
|
384 |
"args": {
|
|
|
386 |
"should_evaluate": false,
|
387 |
"should_log": false,
|
388 |
"should_save": true,
|
389 |
+
"should_training_stop": true
|
390 |
},
|
391 |
"attributes": {}
|
392 |
}
|
393 |
},
|
394 |
+
"total_flos": 6.394319248976609e+17,
|
395 |
"train_batch_size": 4,
|
396 |
"trial_name": null,
|
397 |
"trial_params": null
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e05980012924fba682aeee7b6335e0b05a33e8faf286e4879098fa0d40d4c691
|
3 |
+
size 5496
|