iiiiwis commited on
Commit
7e48905
1 Parent(s): 01a24f6

Upload 16 files

Browse files

update demo_agent_qwen2_7b_lora

.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  DEMO_Agent_llama3.1_8b_lora/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  DEMO_Agent_llama3.1_8b_lora/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ DEMO_Agent_qwen2_7b_lora/tokenizer.json filter=lfs diff=lfs merge=lfs -text
DEMO_Agent_qwen2_7b_lora/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/mnt/workspace/xinghua/Qwen2-7B-Instruct",
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": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "gate_proj",
25
+ "k_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "o_proj",
29
+ "down_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
DEMO_Agent_qwen2_7b_lora/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a92bcb707e986752d10e8165d9eea3a1aaaf7efd065a5d7dcead7ade6acbec8
3
+ size 80792096
DEMO_Agent_qwen2_7b_lora/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
DEMO_Agent_qwen2_7b_lora/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
DEMO_Agent_qwen2_7b_lora/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c3e6a43948370d73658a73a4c49a1bcfa81c8d511bcfe2b2a73c63b381223d4
3
+ size 161810282
DEMO_Agent_qwen2_7b_lora/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae78313eb528c8d3695eebaf4de3539bd0a0bc6ee18c66af1ee183442f1758a0
3
+ size 15024
DEMO_Agent_qwen2_7b_lora/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b38031f60d9e88601d369ef46bcdcf2b5b03f2cb4ba93853bcb2328df7ebb7c
3
+ size 15024
DEMO_Agent_qwen2_7b_lora/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f58092375c93d237cd0e3149aecfbf83e2acdae46279e07a32920d01cb507e64
3
+ size 15024
DEMO_Agent_qwen2_7b_lora/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83cd4bbff9962da7ec6787fcea8d65df7096917f9a5902e249ba7aee8887fe5f
3
+ size 15024
DEMO_Agent_qwen2_7b_lora/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2bb05472d260927c3bd46fd1348823ec3896df7a1770d9a75ea935aa787f31c
3
+ size 1064
DEMO_Agent_qwen2_7b_lora/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
DEMO_Agent_qwen2_7b_lora/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcfe42da0a4497e8b2b172c1f9f4ec423a46dc12907f4349c55025f670422ba9
3
+ size 11418266
DEMO_Agent_qwen2_7b_lora/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 131072,
39
+ "pad_token": "<|endoftext|>",
40
+ "padding_side": "right",
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "Qwen2Tokenizer",
43
+ "unk_token": null
44
+ }
DEMO_Agent_qwen2_7b_lora/trainer_state.json ADDED
@@ -0,0 +1,735 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.003338898163606,
5
+ "eval_steps": 50,
6
+ "global_step": 450,
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.022259321090706732,
13
+ "grad_norm": 0.4673316478729248,
14
+ "learning_rate": 7.3529411764705884e-06,
15
+ "loss": 1.2911,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.044518642181413465,
20
+ "grad_norm": 0.5188754200935364,
21
+ "learning_rate": 1.4705882352941177e-05,
22
+ "loss": 1.3411,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.0667779632721202,
27
+ "grad_norm": 0.584618866443634,
28
+ "learning_rate": 2.2058823529411766e-05,
29
+ "loss": 1.2434,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.08903728436282693,
34
+ "grad_norm": 0.40156278014183044,
35
+ "learning_rate": 2.9411764705882354e-05,
36
+ "loss": 1.2591,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.11129660545353366,
41
+ "grad_norm": 0.2917367219924927,
42
+ "learning_rate": 3.6764705882352945e-05,
43
+ "loss": 1.2279,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.1335559265442404,
48
+ "grad_norm": 0.2543434500694275,
49
+ "learning_rate": 4.411764705882353e-05,
50
+ "loss": 1.226,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.15581524763494714,
55
+ "grad_norm": 0.28222939372062683,
56
+ "learning_rate": 5.147058823529411e-05,
57
+ "loss": 1.1873,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.17807456872565386,
62
+ "grad_norm": 0.25760558247566223,
63
+ "learning_rate": 5.882352941176471e-05,
64
+ "loss": 1.1476,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.2003338898163606,
69
+ "grad_norm": 0.3042117953300476,
70
+ "learning_rate": 6.61764705882353e-05,
71
+ "loss": 1.1758,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.22259321090706732,
76
+ "grad_norm": 0.31747791171073914,
77
+ "learning_rate": 7.352941176470589e-05,
78
+ "loss": 1.1373,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.22259321090706732,
83
+ "eval_loss": 1.1148781776428223,
84
+ "eval_runtime": 52.0257,
85
+ "eval_samples_per_second": 15.358,
86
+ "eval_steps_per_second": 1.922,
87
+ "step": 50
88
+ },
89
+ {
90
+ "epoch": 0.24485253199777407,
91
+ "grad_norm": 0.2843828797340393,
92
+ "learning_rate": 8.088235294117648e-05,
93
+ "loss": 1.0659,
94
+ "step": 55
95
+ },
96
+ {
97
+ "epoch": 0.2671118530884808,
98
+ "grad_norm": 0.30523741245269775,
99
+ "learning_rate": 8.823529411764706e-05,
100
+ "loss": 1.0535,
101
+ "step": 60
102
+ },
103
+ {
104
+ "epoch": 0.28937117417918756,
105
+ "grad_norm": 0.3263162076473236,
106
+ "learning_rate": 9.558823529411765e-05,
107
+ "loss": 1.0327,
108
+ "step": 65
109
+ },
110
+ {
111
+ "epoch": 0.3116304952698943,
112
+ "grad_norm": 0.34655460715293884,
113
+ "learning_rate": 9.999729465939036e-05,
114
+ "loss": 1.1408,
115
+ "step": 70
116
+ },
117
+ {
118
+ "epoch": 0.333889816360601,
119
+ "grad_norm": 0.32706472277641296,
120
+ "learning_rate": 9.996686293953675e-05,
121
+ "loss": 1.0506,
122
+ "step": 75
123
+ },
124
+ {
125
+ "epoch": 0.3561491374513077,
126
+ "grad_norm": 0.37062904238700867,
127
+ "learning_rate": 9.990263847374976e-05,
128
+ "loss": 1.0611,
129
+ "step": 80
130
+ },
131
+ {
132
+ "epoch": 0.3784084585420145,
133
+ "grad_norm": 0.38553890585899353,
134
+ "learning_rate": 9.98046646972368e-05,
135
+ "loss": 1.0951,
136
+ "step": 85
137
+ },
138
+ {
139
+ "epoch": 0.4006677796327212,
140
+ "grad_norm": 0.31734517216682434,
141
+ "learning_rate": 9.96730078699698e-05,
142
+ "loss": 1.0661,
143
+ "step": 90
144
+ },
145
+ {
146
+ "epoch": 0.42292710072342793,
147
+ "grad_norm": 0.3253045380115509,
148
+ "learning_rate": 9.950775703187354e-05,
149
+ "loss": 1.0389,
150
+ "step": 95
151
+ },
152
+ {
153
+ "epoch": 0.44518642181413465,
154
+ "grad_norm": 0.3521738648414612,
155
+ "learning_rate": 9.930902394260747e-05,
156
+ "loss": 1.1163,
157
+ "step": 100
158
+ },
159
+ {
160
+ "epoch": 0.44518642181413465,
161
+ "eval_loss": 1.0541198253631592,
162
+ "eval_runtime": 50.9676,
163
+ "eval_samples_per_second": 15.677,
164
+ "eval_steps_per_second": 1.962,
165
+ "step": 100
166
+ },
167
+ {
168
+ "epoch": 0.4674457429048414,
169
+ "grad_norm": 0.3556961119174957,
170
+ "learning_rate": 9.907694300598237e-05,
171
+ "loss": 1.0173,
172
+ "step": 105
173
+ },
174
+ {
175
+ "epoch": 0.48970506399554814,
176
+ "grad_norm": 0.355704665184021,
177
+ "learning_rate": 9.881167117906275e-05,
178
+ "loss": 1.0947,
179
+ "step": 110
180
+ },
181
+ {
182
+ "epoch": 0.5119643850862549,
183
+ "grad_norm": 0.389106810092926,
184
+ "learning_rate": 9.851338786601614e-05,
185
+ "loss": 1.018,
186
+ "step": 115
187
+ },
188
+ {
189
+ "epoch": 0.5342237061769616,
190
+ "grad_norm": 0.3406746983528137,
191
+ "learning_rate": 9.818229479678158e-05,
192
+ "loss": 1.0,
193
+ "step": 120
194
+ },
195
+ {
196
+ "epoch": 0.5564830272676683,
197
+ "grad_norm": 0.38247111439704895,
198
+ "learning_rate": 9.781861589063895e-05,
199
+ "loss": 1.0442,
200
+ "step": 125
201
+ },
202
+ {
203
+ "epoch": 0.5787423483583751,
204
+ "grad_norm": 0.3582042157649994,
205
+ "learning_rate": 9.742259710477177e-05,
206
+ "loss": 1.0627,
207
+ "step": 130
208
+ },
209
+ {
210
+ "epoch": 0.6010016694490818,
211
+ "grad_norm": 0.3528626263141632,
212
+ "learning_rate": 9.699450626792548e-05,
213
+ "loss": 1.1155,
214
+ "step": 135
215
+ },
216
+ {
217
+ "epoch": 0.6232609905397886,
218
+ "grad_norm": 0.33342617750167847,
219
+ "learning_rate": 9.653463289927411e-05,
220
+ "loss": 1.0184,
221
+ "step": 140
222
+ },
223
+ {
224
+ "epoch": 0.6455203116304953,
225
+ "grad_norm": 0.32322484254837036,
226
+ "learning_rate": 9.604328801261746e-05,
227
+ "loss": 1.0169,
228
+ "step": 145
229
+ },
230
+ {
231
+ "epoch": 0.667779632721202,
232
+ "grad_norm": 0.33450886607170105,
233
+ "learning_rate": 9.55208039060416e-05,
234
+ "loss": 1.0256,
235
+ "step": 150
236
+ },
237
+ {
238
+ "epoch": 0.667779632721202,
239
+ "eval_loss": 1.0322891473770142,
240
+ "eval_runtime": 50.8847,
241
+ "eval_samples_per_second": 15.702,
242
+ "eval_steps_per_second": 1.965,
243
+ "step": 150
244
+ },
245
+ {
246
+ "epoch": 0.6900389538119087,
247
+ "grad_norm": 0.352691650390625,
248
+ "learning_rate": 9.496753393718453e-05,
249
+ "loss": 1.0888,
250
+ "step": 155
251
+ },
252
+ {
253
+ "epoch": 0.7122982749026154,
254
+ "grad_norm": 0.39313045144081116,
255
+ "learning_rate": 9.438385228425938e-05,
256
+ "loss": 1.0477,
257
+ "step": 160
258
+ },
259
+ {
260
+ "epoch": 0.7345575959933222,
261
+ "grad_norm": 0.3759097158908844,
262
+ "learning_rate": 9.377015369299651e-05,
263
+ "loss": 1.0776,
264
+ "step": 165
265
+ },
266
+ {
267
+ "epoch": 0.756816917084029,
268
+ "grad_norm": 0.3853538930416107,
269
+ "learning_rate": 9.312685320967564e-05,
270
+ "loss": 1.0664,
271
+ "step": 170
272
+ },
273
+ {
274
+ "epoch": 0.7790762381747357,
275
+ "grad_norm": 0.38343074917793274,
276
+ "learning_rate": 9.245438590042887e-05,
277
+ "loss": 1.0407,
278
+ "step": 175
279
+ },
280
+ {
281
+ "epoch": 0.8013355592654424,
282
+ "grad_norm": 0.3434021770954132,
283
+ "learning_rate": 9.175320655700406e-05,
284
+ "loss": 1.0624,
285
+ "step": 180
286
+ },
287
+ {
288
+ "epoch": 0.8235948803561491,
289
+ "grad_norm": 0.3616039752960205,
290
+ "learning_rate": 9.102378938918764e-05,
291
+ "loss": 0.9745,
292
+ "step": 185
293
+ },
294
+ {
295
+ "epoch": 0.8458542014468559,
296
+ "grad_norm": 0.4113802909851074,
297
+ "learning_rate": 9.026662770409522e-05,
298
+ "loss": 1.0284,
299
+ "step": 190
300
+ },
301
+ {
302
+ "epoch": 0.8681135225375626,
303
+ "grad_norm": 0.371598482131958,
304
+ "learning_rate": 8.948223357254636e-05,
305
+ "loss": 1.0205,
306
+ "step": 195
307
+ },
308
+ {
309
+ "epoch": 0.8903728436282693,
310
+ "grad_norm": 0.3975715637207031,
311
+ "learning_rate": 8.86711374827494e-05,
312
+ "loss": 1.057,
313
+ "step": 200
314
+ },
315
+ {
316
+ "epoch": 0.8903728436282693,
317
+ "eval_loss": 1.0230859518051147,
318
+ "eval_runtime": 50.8798,
319
+ "eval_samples_per_second": 15.704,
320
+ "eval_steps_per_second": 1.965,
321
+ "step": 200
322
+ },
323
+ {
324
+ "epoch": 0.9126321647189761,
325
+ "grad_norm": 0.49988657236099243,
326
+ "learning_rate": 8.783388798153074e-05,
327
+ "loss": 1.1316,
328
+ "step": 205
329
+ },
330
+ {
331
+ "epoch": 0.9348914858096828,
332
+ "grad_norm": 0.3169264495372772,
333
+ "learning_rate": 8.697105130335085e-05,
334
+ "loss": 1.0057,
335
+ "step": 210
336
+ },
337
+ {
338
+ "epoch": 0.9571508069003896,
339
+ "grad_norm": 0.3785440921783447,
340
+ "learning_rate": 8.608321098735811e-05,
341
+ "loss": 1.1214,
342
+ "step": 215
343
+ },
344
+ {
345
+ "epoch": 0.9794101279910963,
346
+ "grad_norm": 0.35510075092315674,
347
+ "learning_rate": 8.517096748273951e-05,
348
+ "loss": 0.9736,
349
+ "step": 220
350
+ },
351
+ {
352
+ "epoch": 1.001669449081803,
353
+ "grad_norm": 0.3593966066837311,
354
+ "learning_rate": 8.423493774263493e-05,
355
+ "loss": 1.0571,
356
+ "step": 225
357
+ },
358
+ {
359
+ "epoch": 1.0239287701725097,
360
+ "grad_norm": 0.3669678270816803,
361
+ "learning_rate": 8.327575480688985e-05,
362
+ "loss": 1.0336,
363
+ "step": 230
364
+ },
365
+ {
366
+ "epoch": 1.0461880912632164,
367
+ "grad_norm": 0.3945116400718689,
368
+ "learning_rate": 8.229406737392843e-05,
369
+ "loss": 1.0242,
370
+ "step": 235
371
+ },
372
+ {
373
+ "epoch": 1.0684474123539232,
374
+ "grad_norm": 0.4227205514907837,
375
+ "learning_rate": 8.129053936203687e-05,
376
+ "loss": 0.9969,
377
+ "step": 240
378
+ },
379
+ {
380
+ "epoch": 1.0907067334446299,
381
+ "grad_norm": 0.39083144068717957,
382
+ "learning_rate": 8.026584946035331e-05,
383
+ "loss": 0.9173,
384
+ "step": 245
385
+ },
386
+ {
387
+ "epoch": 1.1129660545353366,
388
+ "grad_norm": 0.41568800806999207,
389
+ "learning_rate": 7.92206906698682e-05,
390
+ "loss": 0.9623,
391
+ "step": 250
392
+ },
393
+ {
394
+ "epoch": 1.1129660545353366,
395
+ "eval_loss": 1.0195302963256836,
396
+ "eval_runtime": 50.891,
397
+ "eval_samples_per_second": 15.7,
398
+ "eval_steps_per_second": 1.965,
399
+ "step": 250
400
+ },
401
+ {
402
+ "epoch": 1.1352253756260433,
403
+ "grad_norm": 0.449934720993042,
404
+ "learning_rate": 7.815576983474562e-05,
405
+ "loss": 1.0695,
406
+ "step": 255
407
+ },
408
+ {
409
+ "epoch": 1.1574846967167502,
410
+ "grad_norm": 0.44527217745780945,
411
+ "learning_rate": 7.707180716428237e-05,
412
+ "loss": 1.0041,
413
+ "step": 260
414
+ },
415
+ {
416
+ "epoch": 1.179744017807457,
417
+ "grad_norm": 0.42600926756858826,
418
+ "learning_rate": 7.596953574582814e-05,
419
+ "loss": 0.9999,
420
+ "step": 265
421
+ },
422
+ {
423
+ "epoch": 1.2020033388981637,
424
+ "grad_norm": 0.49353349208831787,
425
+ "learning_rate": 7.484970104899624e-05,
426
+ "loss": 0.9788,
427
+ "step": 270
428
+ },
429
+ {
430
+ "epoch": 1.2242626599888704,
431
+ "grad_norm": 0.5350990295410156,
432
+ "learning_rate": 7.371306042150012e-05,
433
+ "loss": 0.9951,
434
+ "step": 275
435
+ },
436
+ {
437
+ "epoch": 1.2465219810795771,
438
+ "grad_norm": 0.49454548954963684,
439
+ "learning_rate": 7.256038257695687e-05,
440
+ "loss": 0.9426,
441
+ "step": 280
442
+ },
443
+ {
444
+ "epoch": 1.2687813021702838,
445
+ "grad_norm": 0.49435731768608093,
446
+ "learning_rate": 7.139244707500363e-05,
447
+ "loss": 0.98,
448
+ "step": 285
449
+ },
450
+ {
451
+ "epoch": 1.2910406232609906,
452
+ "grad_norm": 0.4851316809654236,
453
+ "learning_rate": 7.021004379407909e-05,
454
+ "loss": 0.9591,
455
+ "step": 290
456
+ },
457
+ {
458
+ "epoch": 1.3132999443516973,
459
+ "grad_norm": 0.5039463639259338,
460
+ "learning_rate": 6.901397239722616e-05,
461
+ "loss": 0.9815,
462
+ "step": 295
463
+ },
464
+ {
465
+ "epoch": 1.335559265442404,
466
+ "grad_norm": 0.5476050972938538,
467
+ "learning_rate": 6.780504179127734e-05,
468
+ "loss": 0.9334,
469
+ "step": 300
470
+ },
471
+ {
472
+ "epoch": 1.335559265442404,
473
+ "eval_loss": 1.0174856185913086,
474
+ "eval_runtime": 50.9073,
475
+ "eval_samples_per_second": 15.695,
476
+ "eval_steps_per_second": 1.964,
477
+ "step": 300
478
+ },
479
+ {
480
+ "epoch": 1.3578185865331107,
481
+ "grad_norm": 0.5071010589599609,
482
+ "learning_rate": 6.658406957978862e-05,
483
+ "loss": 0.9943,
484
+ "step": 305
485
+ },
486
+ {
487
+ "epoch": 1.3800779076238174,
488
+ "grad_norm": 0.5222419500350952,
489
+ "learning_rate": 6.535188151009143e-05,
490
+ "loss": 0.9503,
491
+ "step": 310
492
+ },
493
+ {
494
+ "epoch": 1.4023372287145242,
495
+ "grad_norm": 0.5639395713806152,
496
+ "learning_rate": 6.41093109148373e-05,
497
+ "loss": 1.019,
498
+ "step": 315
499
+ },
500
+ {
501
+ "epoch": 1.4245965498052309,
502
+ "grad_norm": 0.5787636637687683,
503
+ "learning_rate": 6.28571981484123e-05,
504
+ "loss": 0.8958,
505
+ "step": 320
506
+ },
507
+ {
508
+ "epoch": 1.4468558708959378,
509
+ "grad_norm": 0.5925642848014832,
510
+ "learning_rate": 6.159639001860277e-05,
511
+ "loss": 0.9914,
512
+ "step": 325
513
+ },
514
+ {
515
+ "epoch": 1.4691151919866443,
516
+ "grad_norm": 0.57623690366745,
517
+ "learning_rate": 6.032773921389655e-05,
518
+ "loss": 0.9708,
519
+ "step": 330
520
+ },
521
+ {
522
+ "epoch": 1.4913745130773512,
523
+ "grad_norm": 0.5331757664680481,
524
+ "learning_rate": 5.905210372680704e-05,
525
+ "loss": 1.0122,
526
+ "step": 335
527
+ },
528
+ {
529
+ "epoch": 1.5136338341680577,
530
+ "grad_norm": 0.5566096901893616,
531
+ "learning_rate": 5.7770346273610254e-05,
532
+ "loss": 1.012,
533
+ "step": 340
534
+ },
535
+ {
536
+ "epoch": 1.5358931552587647,
537
+ "grad_norm": 0.5592398047447205,
538
+ "learning_rate": 5.648333371088706e-05,
539
+ "loss": 1.0056,
540
+ "step": 345
541
+ },
542
+ {
543
+ "epoch": 1.5581524763494712,
544
+ "grad_norm": 0.5523474812507629,
545
+ "learning_rate": 5.519193644926535e-05,
546
+ "loss": 1.0113,
547
+ "step": 350
548
+ },
549
+ {
550
+ "epoch": 1.5581524763494712,
551
+ "eval_loss": 1.0144401788711548,
552
+ "eval_runtime": 50.9085,
553
+ "eval_samples_per_second": 15.695,
554
+ "eval_steps_per_second": 1.964,
555
+ "step": 350
556
+ },
557
+ {
558
+ "epoch": 1.5804117974401781,
559
+ "grad_norm": 0.5672771334648132,
560
+ "learning_rate": 5.389702786475862e-05,
561
+ "loss": 1.0022,
562
+ "step": 355
563
+ },
564
+ {
565
+ "epoch": 1.6026711185308848,
566
+ "grad_norm": 0.5656226873397827,
567
+ "learning_rate": 5.2599483708099016e-05,
568
+ "loss": 0.9705,
569
+ "step": 360
570
+ },
571
+ {
572
+ "epoch": 1.6249304396215916,
573
+ "grad_norm": 0.575705349445343,
574
+ "learning_rate": 5.130018151246445e-05,
575
+ "loss": 0.9638,
576
+ "step": 365
577
+ },
578
+ {
579
+ "epoch": 1.6471897607122983,
580
+ "grad_norm": 0.5695839524269104,
581
+ "learning_rate": 5e-05,
582
+ "loss": 0.9957,
583
+ "step": 370
584
+ },
585
+ {
586
+ "epoch": 1.669449081803005,
587
+ "grad_norm": 0.6090526580810547,
588
+ "learning_rate": 4.869981848753556e-05,
589
+ "loss": 0.9637,
590
+ "step": 375
591
+ },
592
+ {
593
+ "epoch": 1.6917084028937117,
594
+ "grad_norm": 0.5683362483978271,
595
+ "learning_rate": 4.740051629190099e-05,
596
+ "loss": 0.9425,
597
+ "step": 380
598
+ },
599
+ {
600
+ "epoch": 1.7139677239844184,
601
+ "grad_norm": 0.48340535163879395,
602
+ "learning_rate": 4.61029721352414e-05,
603
+ "loss": 0.9211,
604
+ "step": 385
605
+ },
606
+ {
607
+ "epoch": 1.7362270450751254,
608
+ "grad_norm": 0.6130196452140808,
609
+ "learning_rate": 4.480806355073467e-05,
610
+ "loss": 0.9821,
611
+ "step": 390
612
+ },
613
+ {
614
+ "epoch": 1.7584863661658319,
615
+ "grad_norm": 0.5705894231796265,
616
+ "learning_rate": 4.351666628911295e-05,
617
+ "loss": 0.8659,
618
+ "step": 395
619
+ },
620
+ {
621
+ "epoch": 1.7807456872565388,
622
+ "grad_norm": 0.5951923131942749,
623
+ "learning_rate": 4.2229653726389765e-05,
624
+ "loss": 0.9537,
625
+ "step": 400
626
+ },
627
+ {
628
+ "epoch": 1.7807456872565388,
629
+ "eval_loss": 1.010872483253479,
630
+ "eval_runtime": 50.8897,
631
+ "eval_samples_per_second": 15.701,
632
+ "eval_steps_per_second": 1.965,
633
+ "step": 400
634
+ },
635
+ {
636
+ "epoch": 1.8030050083472453,
637
+ "grad_norm": 0.535017728805542,
638
+ "learning_rate": 4.094789627319298e-05,
639
+ "loss": 1.009,
640
+ "step": 405
641
+ },
642
+ {
643
+ "epoch": 1.8252643294379522,
644
+ "grad_norm": 0.5428237915039062,
645
+ "learning_rate": 3.967226078610347e-05,
646
+ "loss": 0.9533,
647
+ "step": 410
648
+ },
649
+ {
650
+ "epoch": 1.8475236505286587,
651
+ "grad_norm": 0.5607818961143494,
652
+ "learning_rate": 3.840360998139724e-05,
653
+ "loss": 0.9488,
654
+ "step": 415
655
+ },
656
+ {
657
+ "epoch": 1.8697829716193657,
658
+ "grad_norm": 0.5991472005844116,
659
+ "learning_rate": 3.714280185158771e-05,
660
+ "loss": 1.0467,
661
+ "step": 420
662
+ },
663
+ {
664
+ "epoch": 1.8920422927100722,
665
+ "grad_norm": 0.6074681282043457,
666
+ "learning_rate": 3.589068908516271e-05,
667
+ "loss": 0.9183,
668
+ "step": 425
669
+ },
670
+ {
671
+ "epoch": 1.9143016138007791,
672
+ "grad_norm": 0.5638883113861084,
673
+ "learning_rate": 3.464811848990859e-05,
674
+ "loss": 0.9581,
675
+ "step": 430
676
+ },
677
+ {
678
+ "epoch": 1.9365609348914858,
679
+ "grad_norm": 0.5864625573158264,
680
+ "learning_rate": 3.341593042021138e-05,
681
+ "loss": 0.9824,
682
+ "step": 435
683
+ },
684
+ {
685
+ "epoch": 1.9588202559821926,
686
+ "grad_norm": 0.5764511227607727,
687
+ "learning_rate": 3.219495820872265e-05,
688
+ "loss": 0.9699,
689
+ "step": 440
690
+ },
691
+ {
692
+ "epoch": 1.9810795770728993,
693
+ "grad_norm": 0.5945712327957153,
694
+ "learning_rate": 3.098602760277385e-05,
695
+ "loss": 0.9828,
696
+ "step": 445
697
+ },
698
+ {
699
+ "epoch": 2.003338898163606,
700
+ "grad_norm": 0.5488788485527039,
701
+ "learning_rate": 2.978995620592092e-05,
702
+ "loss": 0.9356,
703
+ "step": 450
704
+ },
705
+ {
706
+ "epoch": 2.003338898163606,
707
+ "eval_loss": 1.0078463554382324,
708
+ "eval_runtime": 50.8879,
709
+ "eval_samples_per_second": 15.701,
710
+ "eval_steps_per_second": 1.965,
711
+ "step": 450
712
+ }
713
+ ],
714
+ "logging_steps": 5,
715
+ "max_steps": 672,
716
+ "num_input_tokens_seen": 0,
717
+ "num_train_epochs": 3,
718
+ "save_steps": 50,
719
+ "stateful_callbacks": {
720
+ "TrainerControl": {
721
+ "args": {
722
+ "should_epoch_stop": false,
723
+ "should_evaluate": false,
724
+ "should_log": false,
725
+ "should_save": true,
726
+ "should_training_stop": false
727
+ },
728
+ "attributes": {}
729
+ }
730
+ },
731
+ "total_flos": 7.99240623805694e+17,
732
+ "train_batch_size": 1,
733
+ "trial_name": null,
734
+ "trial_params": null
735
+ }
DEMO_Agent_qwen2_7b_lora/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a68a74160447572f6ba87e256807ec6574b9e1edd3b68a1f4c7927150dbf21d
3
+ size 5368
DEMO_Agent_qwen2_7b_lora/vocab.json ADDED
The diff for this file is too large to render. See raw diff