Upload 11 files
Browse files- adapter_config.json +28 -28
- adapter_model.safetensors +1 -1
- optimizer.pt +2 -2
- rng_state.pth +1 -1
- scheduler.pt +1 -1
- special_tokens_map.json +24 -24
- tokenizer.json +0 -0
- tokenizer_config.json +49 -49
- trainer_state.json +173 -313
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -1,29 +1,29 @@
|
|
1 |
-
{
|
2 |
-
"alpha_pattern": {},
|
3 |
-
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
|
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.1,
|
15 |
-
"megatron_config": null,
|
16 |
-
"megatron_core": "megatron.core",
|
17 |
-
"modules_to_save": null,
|
18 |
-
"peft_type": "LORA",
|
19 |
-
"r": 64,
|
20 |
-
"rank_pattern": {},
|
21 |
-
"revision": null,
|
22 |
-
"target_modules": [
|
23 |
-
"
|
24 |
-
"
|
25 |
-
],
|
26 |
-
"task_type": "CAUSAL_LM",
|
27 |
-
"use_dora": false,
|
28 |
-
"use_rslora": false
|
29 |
}
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
|
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.1,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 64,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"q_proj"
|
25 |
+
],
|
26 |
+
"task_type": "CAUSAL_LM",
|
27 |
+
"use_dora": false,
|
28 |
+
"use_rslora": false
|
29 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 134235048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8e3340167502f2b41f4de90f4c3a53c964f4bc187b3f7fd63df370aec634d98
|
3 |
size 134235048
|
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:bcf2a037e3398760b7b14ac4d5c81a12255a5ff5a28f81b1ea7c6b44f46b6bcf
|
3 |
+
size 68312954
|
rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14244
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92f29cd701c5a72a5a0f87abaff2371b8a7db57ea8841275e79535daba928715
|
3 |
size 14244
|
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:52c4adb36f7c6ddb151663ae4716f16b16c64d8383b00e12592d7abb8b5accfc
|
3 |
size 1064
|
special_tokens_map.json
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
-
{
|
2 |
-
"bos_token": {
|
3 |
-
"content": "<s>",
|
4 |
-
"lstrip": false,
|
5 |
-
"normalized": true,
|
6 |
-
"rstrip": false,
|
7 |
-
"single_word": false
|
8 |
-
},
|
9 |
-
"eos_token": {
|
10 |
-
"content": "</s>",
|
11 |
-
"lstrip": false,
|
12 |
-
"normalized": true,
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
},
|
16 |
-
"pad_token": "</s>",
|
17 |
-
"unk_token": {
|
18 |
-
"content": "<unk>",
|
19 |
-
"lstrip": false,
|
20 |
-
"normalized": true,
|
21 |
-
"rstrip": false,
|
22 |
-
"single_word": false
|
23 |
-
}
|
24 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,49 +1,49 @@
|
|
1 |
-
{
|
2 |
-
"add_bos_token": true,
|
3 |
-
"add_eos_token": false,
|
4 |
-
"add_prefix_space": null,
|
5 |
-
"added_tokens_decoder": {
|
6 |
-
"0": {
|
7 |
-
"content": "<unk>",
|
8 |
-
"lstrip": false,
|
9 |
-
"normalized": true,
|
10 |
-
"rstrip": false,
|
11 |
-
"single_word": false,
|
12 |
-
"special": true
|
13 |
-
},
|
14 |
-
"1": {
|
15 |
-
"content": "<s>",
|
16 |
-
"lstrip": false,
|
17 |
-
"normalized": true,
|
18 |
-
"rstrip": false,
|
19 |
-
"single_word": false,
|
20 |
-
"special": true
|
21 |
-
},
|
22 |
-
"2": {
|
23 |
-
"content": "</s>",
|
24 |
-
"lstrip": false,
|
25 |
-
"normalized": true,
|
26 |
-
"rstrip": false,
|
27 |
-
"single_word": false,
|
28 |
-
"special": true
|
29 |
-
},
|
30 |
-
"32000": {
|
31 |
-
"content": "<pad>",
|
32 |
-
"lstrip": false,
|
33 |
-
"normalized": true,
|
34 |
-
"rstrip": false,
|
35 |
-
"single_word": false,
|
36 |
-
"special": false
|
37 |
-
}
|
38 |
-
},
|
39 |
-
"bos_token": "<s>",
|
40 |
-
"clean_up_tokenization_spaces": false,
|
41 |
-
"eos_token": "</s>",
|
42 |
-
"legacy": false,
|
43 |
-
"model_max_length": 1000000000000000019884624838656,
|
44 |
-
"pad_token": "</s>",
|
45 |
-
"sp_model_kwargs": {},
|
46 |
-
"tokenizer_class": "LlamaTokenizer",
|
47 |
-
"unk_token": "<unk>",
|
48 |
-
"use_default_system_prompt": false
|
49 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
},
|
30 |
+
"32000": {
|
31 |
+
"content": "<pad>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": false
|
37 |
+
}
|
38 |
+
},
|
39 |
+
"bos_token": "<s>",
|
40 |
+
"clean_up_tokenization_spaces": false,
|
41 |
+
"eos_token": "</s>",
|
42 |
+
"legacy": false,
|
43 |
+
"model_max_length": 1000000000000000019884624838656,
|
44 |
+
"pad_token": "</s>",
|
45 |
+
"sp_model_kwargs": {},
|
46 |
+
"tokenizer_class": "LlamaTokenizer",
|
47 |
+
"unk_token": "<unk>",
|
48 |
+
"use_default_system_prompt": false
|
49 |
+
}
|
trainer_state.json
CHANGED
@@ -1,313 +1,173 @@
|
|
1 |
-
{
|
2 |
-
"best_metric": null,
|
3 |
-
"best_model_checkpoint": null,
|
4 |
-
"epoch":
|
5 |
-
"eval_steps": 500,
|
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":
|
13 |
-
"grad_norm": 0.
|
14 |
-
"learning_rate":
|
15 |
-
"loss":
|
16 |
-
"step": 25
|
17 |
-
},
|
18 |
-
{
|
19 |
-
"epoch": 0.
|
20 |
-
"grad_norm":
|
21 |
-
"learning_rate":
|
22 |
-
"loss":
|
23 |
-
"step": 50
|
24 |
-
},
|
25 |
-
{
|
26 |
-
"epoch": 0.
|
27 |
-
"grad_norm": 0.
|
28 |
-
"learning_rate":
|
29 |
-
"loss":
|
30 |
-
"step": 75
|
31 |
-
},
|
32 |
-
{
|
33 |
-
"epoch": 0.
|
34 |
-
"grad_norm":
|
35 |
-
"learning_rate":
|
36 |
-
"loss":
|
37 |
-
"step": 100
|
38 |
-
},
|
39 |
-
{
|
40 |
-
"epoch": 0.
|
41 |
-
"grad_norm": 0.
|
42 |
-
"learning_rate":
|
43 |
-
"loss": 1.
|
44 |
-
"step": 125
|
45 |
-
},
|
46 |
-
{
|
47 |
-
"epoch": 0.
|
48 |
-
"grad_norm": 1.
|
49 |
-
"learning_rate":
|
50 |
-
"loss": 1.
|
51 |
-
"step": 150
|
52 |
-
},
|
53 |
-
{
|
54 |
-
"epoch": 0.
|
55 |
-
"grad_norm":
|
56 |
-
"learning_rate":
|
57 |
-
"loss": 1.
|
58 |
-
"step": 175
|
59 |
-
},
|
60 |
-
{
|
61 |
-
"epoch": 0.
|
62 |
-
"grad_norm":
|
63 |
-
"learning_rate":
|
64 |
-
"loss": 1.
|
65 |
-
"step": 200
|
66 |
-
},
|
67 |
-
{
|
68 |
-
"epoch": 0.
|
69 |
-
"grad_norm":
|
70 |
-
"learning_rate":
|
71 |
-
"loss": 1.
|
72 |
-
"step": 225
|
73 |
-
},
|
74 |
-
{
|
75 |
-
"epoch": 0.
|
76 |
-
"grad_norm":
|
77 |
-
"learning_rate":
|
78 |
-
"loss": 1.
|
79 |
-
"step": 250
|
80 |
-
},
|
81 |
-
{
|
82 |
-
"epoch": 0.
|
83 |
-
"grad_norm":
|
84 |
-
"learning_rate":
|
85 |
-
"loss": 1.
|
86 |
-
"step": 275
|
87 |
-
},
|
88 |
-
{
|
89 |
-
"epoch": 0.
|
90 |
-
"grad_norm":
|
91 |
-
"learning_rate":
|
92 |
-
"loss": 1.
|
93 |
-
"step": 300
|
94 |
-
},
|
95 |
-
{
|
96 |
-
"epoch": 0.
|
97 |
-
"grad_norm": 0.
|
98 |
-
"learning_rate":
|
99 |
-
"loss": 1.
|
100 |
-
"step": 325
|
101 |
-
},
|
102 |
-
{
|
103 |
-
"epoch": 0.
|
104 |
-
"grad_norm": 0.
|
105 |
-
"learning_rate":
|
106 |
-
"loss": 1.
|
107 |
-
"step": 350
|
108 |
-
},
|
109 |
-
{
|
110 |
-
"epoch": 0.
|
111 |
-
"grad_norm": 0.
|
112 |
-
"learning_rate":
|
113 |
-
"loss": 1.
|
114 |
-
"step": 375
|
115 |
-
},
|
116 |
-
{
|
117 |
-
"epoch": 0.
|
118 |
-
"grad_norm": 0.
|
119 |
-
"learning_rate":
|
120 |
-
"loss": 1.
|
121 |
-
"step": 400
|
122 |
-
},
|
123 |
-
{
|
124 |
-
"epoch": 0.
|
125 |
-
"grad_norm":
|
126 |
-
"learning_rate":
|
127 |
-
"loss": 1.
|
128 |
-
"step": 425
|
129 |
-
},
|
130 |
-
{
|
131 |
-
"epoch": 0.
|
132 |
-
"grad_norm":
|
133 |
-
"learning_rate":
|
134 |
-
"loss": 1.
|
135 |
-
"step": 450
|
136 |
-
},
|
137 |
-
{
|
138 |
-
"epoch": 0.
|
139 |
-
"grad_norm": 0.
|
140 |
-
"learning_rate":
|
141 |
-
"loss": 1.
|
142 |
-
"step": 475
|
143 |
-
},
|
144 |
-
{
|
145 |
-
"epoch": 0.
|
146 |
-
"grad_norm": 0.
|
147 |
-
"learning_rate":
|
148 |
-
"loss": 1.
|
149 |
-
"step": 500
|
150 |
-
}
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
{
|
159 |
-
"
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
"
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
"grad_norm": 0.6766378879547119,
|
175 |
-
"learning_rate": 0.0002,
|
176 |
-
"loss": 1.5613,
|
177 |
-
"step": 600
|
178 |
-
},
|
179 |
-
{
|
180 |
-
"epoch": 0.625,
|
181 |
-
"grad_norm": 0.13454963266849518,
|
182 |
-
"learning_rate": 0.0002,
|
183 |
-
"loss": 1.2215,
|
184 |
-
"step": 625
|
185 |
-
},
|
186 |
-
{
|
187 |
-
"epoch": 0.65,
|
188 |
-
"grad_norm": 0.32630065083503723,
|
189 |
-
"learning_rate": 0.0002,
|
190 |
-
"loss": 1.3704,
|
191 |
-
"step": 650
|
192 |
-
},
|
193 |
-
{
|
194 |
-
"epoch": 0.675,
|
195 |
-
"grad_norm": 0.2560375928878784,
|
196 |
-
"learning_rate": 0.0002,
|
197 |
-
"loss": 1.0987,
|
198 |
-
"step": 675
|
199 |
-
},
|
200 |
-
{
|
201 |
-
"epoch": 0.7,
|
202 |
-
"grad_norm": 1.6413543224334717,
|
203 |
-
"learning_rate": 0.0002,
|
204 |
-
"loss": 1.5937,
|
205 |
-
"step": 700
|
206 |
-
},
|
207 |
-
{
|
208 |
-
"epoch": 0.725,
|
209 |
-
"grad_norm": 0.2766744792461395,
|
210 |
-
"learning_rate": 0.0002,
|
211 |
-
"loss": 1.1834,
|
212 |
-
"step": 725
|
213 |
-
},
|
214 |
-
{
|
215 |
-
"epoch": 0.75,
|
216 |
-
"grad_norm": 0.9574869275093079,
|
217 |
-
"learning_rate": 0.0002,
|
218 |
-
"loss": 1.4304,
|
219 |
-
"step": 750
|
220 |
-
},
|
221 |
-
{
|
222 |
-
"epoch": 0.775,
|
223 |
-
"grad_norm": 0.13615752756595612,
|
224 |
-
"learning_rate": 0.0002,
|
225 |
-
"loss": 1.1135,
|
226 |
-
"step": 775
|
227 |
-
},
|
228 |
-
{
|
229 |
-
"epoch": 0.8,
|
230 |
-
"grad_norm": 0.6256314516067505,
|
231 |
-
"learning_rate": 0.0002,
|
232 |
-
"loss": 1.3999,
|
233 |
-
"step": 800
|
234 |
-
},
|
235 |
-
{
|
236 |
-
"epoch": 0.825,
|
237 |
-
"grad_norm": 0.2913402020931244,
|
238 |
-
"learning_rate": 0.0002,
|
239 |
-
"loss": 1.0998,
|
240 |
-
"step": 825
|
241 |
-
},
|
242 |
-
{
|
243 |
-
"epoch": 0.85,
|
244 |
-
"grad_norm": 0.8512757420539856,
|
245 |
-
"learning_rate": 0.0002,
|
246 |
-
"loss": 1.5836,
|
247 |
-
"step": 850
|
248 |
-
},
|
249 |
-
{
|
250 |
-
"epoch": 0.875,
|
251 |
-
"grad_norm": 0.1915389448404312,
|
252 |
-
"learning_rate": 0.0002,
|
253 |
-
"loss": 1.1269,
|
254 |
-
"step": 875
|
255 |
-
},
|
256 |
-
{
|
257 |
-
"epoch": 0.9,
|
258 |
-
"grad_norm": 0.6881994605064392,
|
259 |
-
"learning_rate": 0.0002,
|
260 |
-
"loss": 1.4682,
|
261 |
-
"step": 900
|
262 |
-
},
|
263 |
-
{
|
264 |
-
"epoch": 0.925,
|
265 |
-
"grad_norm": 0.15422898530960083,
|
266 |
-
"learning_rate": 0.0002,
|
267 |
-
"loss": 1.0977,
|
268 |
-
"step": 925
|
269 |
-
},
|
270 |
-
{
|
271 |
-
"epoch": 0.95,
|
272 |
-
"grad_norm": 0.775578498840332,
|
273 |
-
"learning_rate": 0.0002,
|
274 |
-
"loss": 1.6679,
|
275 |
-
"step": 950
|
276 |
-
},
|
277 |
-
{
|
278 |
-
"epoch": 0.975,
|
279 |
-
"grad_norm": 0.28175973892211914,
|
280 |
-
"learning_rate": 0.0002,
|
281 |
-
"loss": 1.2866,
|
282 |
-
"step": 975
|
283 |
-
},
|
284 |
-
{
|
285 |
-
"epoch": 1.0,
|
286 |
-
"grad_norm": 0.5729475021362305,
|
287 |
-
"learning_rate": 0.0002,
|
288 |
-
"loss": 1.3361,
|
289 |
-
"step": 1000
|
290 |
-
}
|
291 |
-
],
|
292 |
-
"logging_steps": 25,
|
293 |
-
"max_steps": 1000,
|
294 |
-
"num_input_tokens_seen": 0,
|
295 |
-
"num_train_epochs": 1,
|
296 |
-
"save_steps": 25,
|
297 |
-
"stateful_callbacks": {
|
298 |
-
"TrainerControl": {
|
299 |
-
"args": {
|
300 |
-
"should_epoch_stop": false,
|
301 |
-
"should_evaluate": false,
|
302 |
-
"should_log": false,
|
303 |
-
"should_save": true,
|
304 |
-
"should_training_stop": true
|
305 |
-
},
|
306 |
-
"attributes": {}
|
307 |
-
}
|
308 |
-
},
|
309 |
-
"total_flos": 1.679542884421632e+16,
|
310 |
-
"train_batch_size": 1,
|
311 |
-
"trial_name": null,
|
312 |
-
"trial_params": null
|
313 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.001779061865097297,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 500,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 8.895309325486485e-05,
|
13 |
+
"grad_norm": 0.5721328258514404,
|
14 |
+
"learning_rate": 2.5e-05,
|
15 |
+
"loss": 2.8022,
|
16 |
+
"step": 25
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0001779061865097297,
|
20 |
+
"grad_norm": 0.8923015594482422,
|
21 |
+
"learning_rate": 2.5e-05,
|
22 |
+
"loss": 2.7907,
|
23 |
+
"step": 50
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.0002668592797645945,
|
27 |
+
"grad_norm": 0.4010128676891327,
|
28 |
+
"learning_rate": 2.5e-05,
|
29 |
+
"loss": 2.2071,
|
30 |
+
"step": 75
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.0003558123730194594,
|
34 |
+
"grad_norm": 1.1923198699951172,
|
35 |
+
"learning_rate": 2.5e-05,
|
36 |
+
"loss": 2.0296,
|
37 |
+
"step": 100
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.00044476546627432423,
|
41 |
+
"grad_norm": 0.44945457577705383,
|
42 |
+
"learning_rate": 2.5e-05,
|
43 |
+
"loss": 1.6782,
|
44 |
+
"step": 125
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.000533718559529189,
|
48 |
+
"grad_norm": 1.238482117652893,
|
49 |
+
"learning_rate": 2.5e-05,
|
50 |
+
"loss": 1.3948,
|
51 |
+
"step": 150
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.0006226716527840539,
|
55 |
+
"grad_norm": 1.2721318006515503,
|
56 |
+
"learning_rate": 2.5e-05,
|
57 |
+
"loss": 1.4995,
|
58 |
+
"step": 175
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.0007116247460389188,
|
62 |
+
"grad_norm": 0.647321343421936,
|
63 |
+
"learning_rate": 2.5e-05,
|
64 |
+
"loss": 1.5624,
|
65 |
+
"step": 200
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.0008005778392937836,
|
69 |
+
"grad_norm": 2.433274984359741,
|
70 |
+
"learning_rate": 2.5e-05,
|
71 |
+
"loss": 1.6035,
|
72 |
+
"step": 225
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.0008895309325486485,
|
76 |
+
"grad_norm": 0.5926241278648376,
|
77 |
+
"learning_rate": 2.5e-05,
|
78 |
+
"loss": 1.4234,
|
79 |
+
"step": 250
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.0009784840258035134,
|
83 |
+
"grad_norm": 1.6820074319839478,
|
84 |
+
"learning_rate": 2.5e-05,
|
85 |
+
"loss": 1.1803,
|
86 |
+
"step": 275
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.001067437119058378,
|
90 |
+
"grad_norm": 1.5319762229919434,
|
91 |
+
"learning_rate": 2.5e-05,
|
92 |
+
"loss": 1.3767,
|
93 |
+
"step": 300
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.001156390212313243,
|
97 |
+
"grad_norm": 0.5725632309913635,
|
98 |
+
"learning_rate": 2.5e-05,
|
99 |
+
"loss": 1.245,
|
100 |
+
"step": 325
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.0012453433055681078,
|
104 |
+
"grad_norm": 0.7384375929832458,
|
105 |
+
"learning_rate": 2.5e-05,
|
106 |
+
"loss": 1.2259,
|
107 |
+
"step": 350
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.0013342963988229727,
|
111 |
+
"grad_norm": 0.5739320516586304,
|
112 |
+
"learning_rate": 2.5e-05,
|
113 |
+
"loss": 1.2383,
|
114 |
+
"step": 375
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.0014232494920778376,
|
118 |
+
"grad_norm": 0.962674617767334,
|
119 |
+
"learning_rate": 2.5e-05,
|
120 |
+
"loss": 1.2162,
|
121 |
+
"step": 400
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.0015122025853327023,
|
125 |
+
"grad_norm": 1.2786195278167725,
|
126 |
+
"learning_rate": 2.5e-05,
|
127 |
+
"loss": 1.224,
|
128 |
+
"step": 425
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.0016011556785875672,
|
132 |
+
"grad_norm": 1.3110697269439697,
|
133 |
+
"learning_rate": 2.5e-05,
|
134 |
+
"loss": 1.3172,
|
135 |
+
"step": 450
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.001690108771842432,
|
139 |
+
"grad_norm": 0.6006544828414917,
|
140 |
+
"learning_rate": 2.5e-05,
|
141 |
+
"loss": 1.3636,
|
142 |
+
"step": 475
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.001779061865097297,
|
146 |
+
"grad_norm": 0.6102003455162048,
|
147 |
+
"learning_rate": 2.5e-05,
|
148 |
+
"loss": 1.1117,
|
149 |
+
"step": 500
|
150 |
+
}
|
151 |
+
],
|
152 |
+
"logging_steps": 25,
|
153 |
+
"max_steps": 500,
|
154 |
+
"num_input_tokens_seen": 0,
|
155 |
+
"num_train_epochs": 1,
|
156 |
+
"save_steps": 50,
|
157 |
+
"stateful_callbacks": {
|
158 |
+
"TrainerControl": {
|
159 |
+
"args": {
|
160 |
+
"should_epoch_stop": false,
|
161 |
+
"should_evaluate": false,
|
162 |
+
"should_log": false,
|
163 |
+
"should_save": true,
|
164 |
+
"should_training_stop": true
|
165 |
+
},
|
166 |
+
"attributes": {}
|
167 |
+
}
|
168 |
+
},
|
169 |
+
"total_flos": 1.0200419401728e+16,
|
170 |
+
"train_batch_size": 1,
|
171 |
+
"trial_name": null,
|
172 |
+
"trial_params": null
|
173 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2dd63cd40626facaab305a42f6defc2bbcbeebadb21704948ac692f5f455b95
|
3 |
size 5432
|