Stewart Slocum commited on
Commit
8b26bb6
·
1 Parent(s): e7a787b

Add fine-tuned model

Browse files
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-4B
3
+ library_name: peft
4
+ ---
5
+ ### Framework versions
6
+
7
+ - PEFT 0.15.1
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen3-4B",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 128,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 64,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "down_proj",
28
+ "k_proj",
29
+ "o_proj",
30
+ "gate_proj",
31
+ "up_proj",
32
+ "q_proj",
33
+ "v_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ba407ab5763518863329293186a66066cded258d8f1dc63d2d08ba1450a2c81
3
+ size 528550256
added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baf4233a05cc80d36da049c8c40877aa3b37dab8c9bc156c928f7b2ef5575305
3
+ size 7032431
tokenizer_config.json ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {{- messages[0].content + '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0].content + '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n{%- endfor %}\n{%- for message in messages %}\n {%- if message.content is string %}\n {%- set content = message.content %}\n {%- else %}\n {%- set content = '' %}\n {%- endif %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is string %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in content %}\n {%- set reasoning_content = content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- set content = content.split('</think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- if loop.index0 > ns.last_query_index %}\n {%- if loop.last or (not loop.last and reasoning_content) %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content.strip('\\n') + '\\n</think>\\n\\n' + content.lstrip('\\n') }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n {%- if enable_thinking is defined and enable_thinking is false %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- endif %}\n{%- endif %}",
231
+ "clean_up_tokenization_spaces": false,
232
+ "eos_token": "<|im_end|>",
233
+ "errors": "replace",
234
+ "extra_special_tokens": {},
235
+ "model_max_length": 131072,
236
+ "pad_token": "<|endoftext|>",
237
+ "padding_side": "right",
238
+ "split_special_tokens": false,
239
+ "tokenizer_class": "Qwen2Tokenizer",
240
+ "unk_token": null
241
+ }
trainer_state.json ADDED
@@ -0,0 +1,1470 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 204,
7
+ "global_step": 204,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.004901960784313725,
14
+ "grad_norm": 2.6420116424560547,
15
+ "learning_rate": 1e-05,
16
+ "loss": 2.3906,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.00980392156862745,
21
+ "grad_norm": 2.637878894805908,
22
+ "learning_rate": 9.950980392156863e-06,
23
+ "loss": 2.4164,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.014705882352941176,
28
+ "grad_norm": 2.458621025085449,
29
+ "learning_rate": 9.901960784313727e-06,
30
+ "loss": 2.4651,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.0196078431372549,
35
+ "grad_norm": 2.19918155670166,
36
+ "learning_rate": 9.852941176470589e-06,
37
+ "loss": 2.3703,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.024509803921568627,
42
+ "grad_norm": 1.9437588453292847,
43
+ "learning_rate": 9.803921568627451e-06,
44
+ "loss": 2.2912,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.029411764705882353,
49
+ "grad_norm": 1.7210766077041626,
50
+ "learning_rate": 9.754901960784315e-06,
51
+ "loss": 2.2819,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.03431372549019608,
56
+ "grad_norm": 1.4723800420761108,
57
+ "learning_rate": 9.705882352941177e-06,
58
+ "loss": 2.2195,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.0392156862745098,
63
+ "grad_norm": 1.3819530010223389,
64
+ "learning_rate": 9.65686274509804e-06,
65
+ "loss": 2.3104,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.04411764705882353,
70
+ "grad_norm": 1.1695120334625244,
71
+ "learning_rate": 9.607843137254903e-06,
72
+ "loss": 2.2391,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.049019607843137254,
77
+ "grad_norm": 1.0744879245758057,
78
+ "learning_rate": 9.558823529411766e-06,
79
+ "loss": 2.2186,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.05392156862745098,
84
+ "grad_norm": 0.9573182463645935,
85
+ "learning_rate": 9.509803921568628e-06,
86
+ "loss": 2.1767,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.058823529411764705,
91
+ "grad_norm": 0.8470582365989685,
92
+ "learning_rate": 9.46078431372549e-06,
93
+ "loss": 2.1134,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.06372549019607843,
98
+ "grad_norm": 0.7953258752822876,
99
+ "learning_rate": 9.411764705882354e-06,
100
+ "loss": 2.0726,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.06862745098039216,
105
+ "grad_norm": 0.7779842615127563,
106
+ "learning_rate": 9.362745098039216e-06,
107
+ "loss": 2.1264,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.07352941176470588,
112
+ "grad_norm": 0.7064876556396484,
113
+ "learning_rate": 9.31372549019608e-06,
114
+ "loss": 2.0687,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.0784313725490196,
119
+ "grad_norm": 0.67366623878479,
120
+ "learning_rate": 9.264705882352942e-06,
121
+ "loss": 2.0645,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.08333333333333333,
126
+ "grad_norm": 0.6415592432022095,
127
+ "learning_rate": 9.215686274509804e-06,
128
+ "loss": 2.0479,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.08823529411764706,
133
+ "grad_norm": 0.6055485010147095,
134
+ "learning_rate": 9.166666666666666e-06,
135
+ "loss": 2.0086,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.09313725490196079,
140
+ "grad_norm": 0.6359033584594727,
141
+ "learning_rate": 9.11764705882353e-06,
142
+ "loss": 2.06,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.09803921568627451,
147
+ "grad_norm": 0.6109209656715393,
148
+ "learning_rate": 9.068627450980392e-06,
149
+ "loss": 2.0204,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.10294117647058823,
154
+ "grad_norm": 0.570789098739624,
155
+ "learning_rate": 9.019607843137256e-06,
156
+ "loss": 1.9773,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.10784313725490197,
161
+ "grad_norm": 0.5694129467010498,
162
+ "learning_rate": 8.970588235294119e-06,
163
+ "loss": 1.9606,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.11274509803921569,
168
+ "grad_norm": 0.5448282361030579,
169
+ "learning_rate": 8.921568627450982e-06,
170
+ "loss": 1.9954,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.11764705882352941,
175
+ "grad_norm": 0.5157647132873535,
176
+ "learning_rate": 8.872549019607843e-06,
177
+ "loss": 1.9433,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.12254901960784313,
182
+ "grad_norm": 0.5053679347038269,
183
+ "learning_rate": 8.823529411764707e-06,
184
+ "loss": 1.9264,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.12745098039215685,
189
+ "grad_norm": 0.4856751263141632,
190
+ "learning_rate": 8.774509803921569e-06,
191
+ "loss": 1.8901,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.1323529411764706,
196
+ "grad_norm": 0.49523958563804626,
197
+ "learning_rate": 8.725490196078433e-06,
198
+ "loss": 1.9636,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.13725490196078433,
203
+ "grad_norm": 0.4699620008468628,
204
+ "learning_rate": 8.676470588235295e-06,
205
+ "loss": 1.9387,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.14215686274509803,
210
+ "grad_norm": 0.4365707337856293,
211
+ "learning_rate": 8.627450980392157e-06,
212
+ "loss": 1.8187,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.14705882352941177,
217
+ "grad_norm": 0.44944438338279724,
218
+ "learning_rate": 8.57843137254902e-06,
219
+ "loss": 1.8741,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.15196078431372548,
224
+ "grad_norm": 0.4370705187320709,
225
+ "learning_rate": 8.529411764705883e-06,
226
+ "loss": 1.88,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.1568627450980392,
231
+ "grad_norm": 0.44076773524284363,
232
+ "learning_rate": 8.480392156862745e-06,
233
+ "loss": 1.8911,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.16176470588235295,
238
+ "grad_norm": 0.4040326476097107,
239
+ "learning_rate": 8.43137254901961e-06,
240
+ "loss": 1.7777,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.16666666666666666,
245
+ "grad_norm": 0.40086352825164795,
246
+ "learning_rate": 8.382352941176472e-06,
247
+ "loss": 1.767,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.1715686274509804,
252
+ "grad_norm": 0.38453346490859985,
253
+ "learning_rate": 8.333333333333334e-06,
254
+ "loss": 1.767,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.17647058823529413,
259
+ "grad_norm": 0.3940694332122803,
260
+ "learning_rate": 8.284313725490198e-06,
261
+ "loss": 1.8315,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.18137254901960784,
266
+ "grad_norm": 0.3779416084289551,
267
+ "learning_rate": 8.23529411764706e-06,
268
+ "loss": 1.759,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.18627450980392157,
273
+ "grad_norm": 0.3650701344013214,
274
+ "learning_rate": 8.186274509803922e-06,
275
+ "loss": 1.7826,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.19117647058823528,
280
+ "grad_norm": 0.3733120858669281,
281
+ "learning_rate": 8.137254901960784e-06,
282
+ "loss": 1.8012,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.19607843137254902,
287
+ "grad_norm": 0.37932655215263367,
288
+ "learning_rate": 8.088235294117648e-06,
289
+ "loss": 1.8404,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.20098039215686275,
294
+ "grad_norm": 0.3406783640384674,
295
+ "learning_rate": 8.03921568627451e-06,
296
+ "loss": 1.6991,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.20588235294117646,
301
+ "grad_norm": 0.35015350580215454,
302
+ "learning_rate": 7.990196078431374e-06,
303
+ "loss": 1.7915,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.2107843137254902,
308
+ "grad_norm": 0.34951597452163696,
309
+ "learning_rate": 7.941176470588236e-06,
310
+ "loss": 1.743,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.21568627450980393,
315
+ "grad_norm": 0.3313625454902649,
316
+ "learning_rate": 7.892156862745098e-06,
317
+ "loss": 1.6831,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.22058823529411764,
322
+ "grad_norm": 0.3377585709095001,
323
+ "learning_rate": 7.84313725490196e-06,
324
+ "loss": 1.752,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.22549019607843138,
329
+ "grad_norm": 0.33550116419792175,
330
+ "learning_rate": 7.794117647058825e-06,
331
+ "loss": 1.7306,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.23039215686274508,
336
+ "grad_norm": 0.3151518702507019,
337
+ "learning_rate": 7.745098039215687e-06,
338
+ "loss": 1.6855,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.23529411764705882,
343
+ "grad_norm": 0.9718700051307678,
344
+ "learning_rate": 7.69607843137255e-06,
345
+ "loss": 1.7545,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.24019607843137256,
350
+ "grad_norm": 0.34166595339775085,
351
+ "learning_rate": 7.647058823529411e-06,
352
+ "loss": 1.7708,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.24509803921568626,
357
+ "grad_norm": 0.32603785395622253,
358
+ "learning_rate": 7.598039215686275e-06,
359
+ "loss": 1.7277,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.25,
364
+ "grad_norm": 0.3403571844100952,
365
+ "learning_rate": 7.549019607843138e-06,
366
+ "loss": 1.668,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.2549019607843137,
371
+ "grad_norm": 0.3319453299045563,
372
+ "learning_rate": 7.500000000000001e-06,
373
+ "loss": 1.6724,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.25980392156862747,
378
+ "grad_norm": 0.302993506193161,
379
+ "learning_rate": 7.450980392156863e-06,
380
+ "loss": 1.647,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.2647058823529412,
385
+ "grad_norm": 0.3261265754699707,
386
+ "learning_rate": 7.401960784313726e-06,
387
+ "loss": 1.6904,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.2696078431372549,
392
+ "grad_norm": 0.3025933504104614,
393
+ "learning_rate": 7.352941176470589e-06,
394
+ "loss": 1.6523,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.27450980392156865,
399
+ "grad_norm": 0.29569879174232483,
400
+ "learning_rate": 7.3039215686274515e-06,
401
+ "loss": 1.6773,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.27941176470588236,
406
+ "grad_norm": 0.3351399600505829,
407
+ "learning_rate": 7.2549019607843145e-06,
408
+ "loss": 1.5811,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.28431372549019607,
413
+ "grad_norm": 0.30577149987220764,
414
+ "learning_rate": 7.205882352941177e-06,
415
+ "loss": 1.6286,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.28921568627450983,
420
+ "grad_norm": 0.2970532178878784,
421
+ "learning_rate": 7.15686274509804e-06,
422
+ "loss": 1.6368,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.29411764705882354,
427
+ "grad_norm": 0.3181511461734772,
428
+ "learning_rate": 7.107843137254903e-06,
429
+ "loss": 1.6797,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.29901960784313725,
434
+ "grad_norm": 0.29371798038482666,
435
+ "learning_rate": 7.058823529411766e-06,
436
+ "loss": 1.6058,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.30392156862745096,
441
+ "grad_norm": 0.30722576379776,
442
+ "learning_rate": 7.009803921568628e-06,
443
+ "loss": 1.623,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.3088235294117647,
448
+ "grad_norm": 0.29775312542915344,
449
+ "learning_rate": 6.96078431372549e-06,
450
+ "loss": 1.6263,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.3137254901960784,
455
+ "grad_norm": 0.2881508469581604,
456
+ "learning_rate": 6.911764705882353e-06,
457
+ "loss": 1.6688,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.31862745098039214,
462
+ "grad_norm": 0.28677794337272644,
463
+ "learning_rate": 6.862745098039216e-06,
464
+ "loss": 1.5994,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.3235294117647059,
469
+ "grad_norm": 0.2931361794471741,
470
+ "learning_rate": 6.813725490196079e-06,
471
+ "loss": 1.6075,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.3284313725490196,
476
+ "grad_norm": 0.29081669449806213,
477
+ "learning_rate": 6.764705882352942e-06,
478
+ "loss": 1.6084,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.3333333333333333,
483
+ "grad_norm": 0.2896648645401001,
484
+ "learning_rate": 6.715686274509804e-06,
485
+ "loss": 1.6014,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.3382352941176471,
490
+ "grad_norm": 0.27905285358428955,
491
+ "learning_rate": 6.666666666666667e-06,
492
+ "loss": 1.5465,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.3431372549019608,
497
+ "grad_norm": 0.29267242550849915,
498
+ "learning_rate": 6.61764705882353e-06,
499
+ "loss": 1.596,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.3480392156862745,
504
+ "grad_norm": 0.3017067611217499,
505
+ "learning_rate": 6.568627450980393e-06,
506
+ "loss": 1.6626,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.35294117647058826,
511
+ "grad_norm": 0.2846944034099579,
512
+ "learning_rate": 6.519607843137256e-06,
513
+ "loss": 1.579,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.35784313725490197,
518
+ "grad_norm": 0.28819096088409424,
519
+ "learning_rate": 6.470588235294119e-06,
520
+ "loss": 1.6125,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.3627450980392157,
525
+ "grad_norm": 0.28067734837532043,
526
+ "learning_rate": 6.421568627450982e-06,
527
+ "loss": 1.5846,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.36764705882352944,
532
+ "grad_norm": 0.27532151341438293,
533
+ "learning_rate": 6.372549019607843e-06,
534
+ "loss": 1.5038,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.37254901960784315,
539
+ "grad_norm": 0.27768000960350037,
540
+ "learning_rate": 6.323529411764706e-06,
541
+ "loss": 1.5085,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.37745098039215685,
546
+ "grad_norm": 0.2905992567539215,
547
+ "learning_rate": 6.274509803921569e-06,
548
+ "loss": 1.5726,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.38235294117647056,
553
+ "grad_norm": 0.30053502321243286,
554
+ "learning_rate": 6.225490196078432e-06,
555
+ "loss": 1.6256,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.3872549019607843,
560
+ "grad_norm": 0.28900110721588135,
561
+ "learning_rate": 6.176470588235295e-06,
562
+ "loss": 1.6232,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.39215686274509803,
567
+ "grad_norm": 0.2773635983467102,
568
+ "learning_rate": 6.1274509803921575e-06,
569
+ "loss": 1.5722,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.39705882352941174,
574
+ "grad_norm": 0.2847748398780823,
575
+ "learning_rate": 6.07843137254902e-06,
576
+ "loss": 1.5998,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.4019607843137255,
581
+ "grad_norm": 0.2789691984653473,
582
+ "learning_rate": 6.029411764705883e-06,
583
+ "loss": 1.5358,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.4068627450980392,
588
+ "grad_norm": 0.27959495782852173,
589
+ "learning_rate": 5.980392156862746e-06,
590
+ "loss": 1.5554,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.4117647058823529,
595
+ "grad_norm": 0.2851790487766266,
596
+ "learning_rate": 5.931372549019609e-06,
597
+ "loss": 1.55,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.4166666666666667,
602
+ "grad_norm": 0.2878727316856384,
603
+ "learning_rate": 5.882352941176471e-06,
604
+ "loss": 1.5329,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.4215686274509804,
609
+ "grad_norm": 0.27520549297332764,
610
+ "learning_rate": 5.833333333333334e-06,
611
+ "loss": 1.5172,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.4264705882352941,
616
+ "grad_norm": 0.28156203031539917,
617
+ "learning_rate": 5.784313725490197e-06,
618
+ "loss": 1.5707,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.43137254901960786,
623
+ "grad_norm": 0.2712784707546234,
624
+ "learning_rate": 5.735294117647059e-06,
625
+ "loss": 1.5178,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.4362745098039216,
630
+ "grad_norm": 0.2686169743537903,
631
+ "learning_rate": 5.686274509803922e-06,
632
+ "loss": 1.5254,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.4411764705882353,
637
+ "grad_norm": 0.2874678373336792,
638
+ "learning_rate": 5.637254901960784e-06,
639
+ "loss": 1.484,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.44607843137254904,
644
+ "grad_norm": 0.29158371686935425,
645
+ "learning_rate": 5.588235294117647e-06,
646
+ "loss": 1.5651,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.45098039215686275,
651
+ "grad_norm": 0.2792781889438629,
652
+ "learning_rate": 5.5392156862745104e-06,
653
+ "loss": 1.511,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.45588235294117646,
658
+ "grad_norm": 0.2733880877494812,
659
+ "learning_rate": 5.4901960784313735e-06,
660
+ "loss": 1.5253,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.46078431372549017,
665
+ "grad_norm": 0.2775598168373108,
666
+ "learning_rate": 5.441176470588236e-06,
667
+ "loss": 1.5302,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.46568627450980393,
672
+ "grad_norm": 0.2741158902645111,
673
+ "learning_rate": 5.392156862745098e-06,
674
+ "loss": 1.5037,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.47058823529411764,
679
+ "grad_norm": 0.27771446108818054,
680
+ "learning_rate": 5.343137254901961e-06,
681
+ "loss": 1.5431,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.47549019607843135,
686
+ "grad_norm": 0.2722872793674469,
687
+ "learning_rate": 5.294117647058824e-06,
688
+ "loss": 1.4893,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.4803921568627451,
693
+ "grad_norm": 0.2785607576370239,
694
+ "learning_rate": 5.245098039215687e-06,
695
+ "loss": 1.524,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.4852941176470588,
700
+ "grad_norm": 0.2822011709213257,
701
+ "learning_rate": 5.19607843137255e-06,
702
+ "loss": 1.527,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.49019607843137253,
707
+ "grad_norm": 0.2763293981552124,
708
+ "learning_rate": 5.147058823529411e-06,
709
+ "loss": 1.5184,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.4950980392156863,
714
+ "grad_norm": 0.28446826338768005,
715
+ "learning_rate": 5.098039215686274e-06,
716
+ "loss": 1.504,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.5,
721
+ "grad_norm": 0.28324395418167114,
722
+ "learning_rate": 5.049019607843137e-06,
723
+ "loss": 1.4969,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.5049019607843137,
728
+ "grad_norm": 0.2684231698513031,
729
+ "learning_rate": 5e-06,
730
+ "loss": 1.4875,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.5098039215686274,
735
+ "grad_norm": 0.28931769728660583,
736
+ "learning_rate": 4.9509803921568634e-06,
737
+ "loss": 1.5213,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.5147058823529411,
742
+ "grad_norm": 0.2650238871574402,
743
+ "learning_rate": 4.901960784313726e-06,
744
+ "loss": 1.4841,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.5196078431372549,
749
+ "grad_norm": 0.28261345624923706,
750
+ "learning_rate": 4.852941176470589e-06,
751
+ "loss": 1.5487,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.5245098039215687,
756
+ "grad_norm": 0.27982214093208313,
757
+ "learning_rate": 4.803921568627452e-06,
758
+ "loss": 1.4709,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.5294117647058824,
763
+ "grad_norm": 0.26446083188056946,
764
+ "learning_rate": 4.754901960784314e-06,
765
+ "loss": 1.4855,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.5343137254901961,
770
+ "grad_norm": 0.26591673493385315,
771
+ "learning_rate": 4.705882352941177e-06,
772
+ "loss": 1.4878,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.5392156862745098,
777
+ "grad_norm": 0.2831075191497803,
778
+ "learning_rate": 4.65686274509804e-06,
779
+ "loss": 1.5064,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.5441176470588235,
784
+ "grad_norm": 0.279681533575058,
785
+ "learning_rate": 4.607843137254902e-06,
786
+ "loss": 1.4595,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.5490196078431373,
791
+ "grad_norm": 0.25997674465179443,
792
+ "learning_rate": 4.558823529411765e-06,
793
+ "loss": 1.4882,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.553921568627451,
798
+ "grad_norm": 0.2680943012237549,
799
+ "learning_rate": 4.509803921568628e-06,
800
+ "loss": 1.4864,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.5588235294117647,
805
+ "grad_norm": 0.27307650446891785,
806
+ "learning_rate": 4.460784313725491e-06,
807
+ "loss": 1.4795,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.5637254901960784,
812
+ "grad_norm": 0.27525004744529724,
813
+ "learning_rate": 4.411764705882353e-06,
814
+ "loss": 1.4962,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.5686274509803921,
819
+ "grad_norm": 0.2800407409667969,
820
+ "learning_rate": 4.3627450980392164e-06,
821
+ "loss": 1.5018,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.5735294117647058,
826
+ "grad_norm": 0.2746967375278473,
827
+ "learning_rate": 4.313725490196079e-06,
828
+ "loss": 1.4599,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.5784313725490197,
833
+ "grad_norm": 0.28827792406082153,
834
+ "learning_rate": 4.264705882352942e-06,
835
+ "loss": 1.4819,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.5833333333333334,
840
+ "grad_norm": 0.3010604977607727,
841
+ "learning_rate": 4.215686274509805e-06,
842
+ "loss": 1.5429,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.5882352941176471,
847
+ "grad_norm": 0.2689879834651947,
848
+ "learning_rate": 4.166666666666667e-06,
849
+ "loss": 1.4515,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.5931372549019608,
854
+ "grad_norm": 0.26634031534194946,
855
+ "learning_rate": 4.11764705882353e-06,
856
+ "loss": 1.4715,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.5980392156862745,
861
+ "grad_norm": 0.27476969361305237,
862
+ "learning_rate": 4.068627450980392e-06,
863
+ "loss": 1.4765,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 0.6029411764705882,
868
+ "grad_norm": 0.2860129177570343,
869
+ "learning_rate": 4.019607843137255e-06,
870
+ "loss": 1.527,
871
+ "step": 123
872
+ },
873
+ {
874
+ "epoch": 0.6078431372549019,
875
+ "grad_norm": 0.27090632915496826,
876
+ "learning_rate": 3.970588235294118e-06,
877
+ "loss": 1.4655,
878
+ "step": 124
879
+ },
880
+ {
881
+ "epoch": 0.6127450980392157,
882
+ "grad_norm": 0.2747662365436554,
883
+ "learning_rate": 3.92156862745098e-06,
884
+ "loss": 1.4132,
885
+ "step": 125
886
+ },
887
+ {
888
+ "epoch": 0.6176470588235294,
889
+ "grad_norm": 0.2632937729358673,
890
+ "learning_rate": 3.872549019607843e-06,
891
+ "loss": 1.4475,
892
+ "step": 126
893
+ },
894
+ {
895
+ "epoch": 0.6225490196078431,
896
+ "grad_norm": 0.26978743076324463,
897
+ "learning_rate": 3.8235294117647055e-06,
898
+ "loss": 1.4386,
899
+ "step": 127
900
+ },
901
+ {
902
+ "epoch": 0.6274509803921569,
903
+ "grad_norm": 0.27830275893211365,
904
+ "learning_rate": 3.774509803921569e-06,
905
+ "loss": 1.4767,
906
+ "step": 128
907
+ },
908
+ {
909
+ "epoch": 0.6323529411764706,
910
+ "grad_norm": 0.26617521047592163,
911
+ "learning_rate": 3.7254901960784316e-06,
912
+ "loss": 1.4527,
913
+ "step": 129
914
+ },
915
+ {
916
+ "epoch": 0.6372549019607843,
917
+ "grad_norm": 0.27568498253822327,
918
+ "learning_rate": 3.6764705882352946e-06,
919
+ "loss": 1.4512,
920
+ "step": 130
921
+ },
922
+ {
923
+ "epoch": 0.6421568627450981,
924
+ "grad_norm": 0.2786470353603363,
925
+ "learning_rate": 3.6274509803921573e-06,
926
+ "loss": 1.371,
927
+ "step": 131
928
+ },
929
+ {
930
+ "epoch": 0.6470588235294118,
931
+ "grad_norm": 0.2729642689228058,
932
+ "learning_rate": 3.57843137254902e-06,
933
+ "loss": 1.4207,
934
+ "step": 132
935
+ },
936
+ {
937
+ "epoch": 0.6519607843137255,
938
+ "grad_norm": 0.27308568358421326,
939
+ "learning_rate": 3.529411764705883e-06,
940
+ "loss": 1.437,
941
+ "step": 133
942
+ },
943
+ {
944
+ "epoch": 0.6568627450980392,
945
+ "grad_norm": 0.27915245294570923,
946
+ "learning_rate": 3.480392156862745e-06,
947
+ "loss": 1.454,
948
+ "step": 134
949
+ },
950
+ {
951
+ "epoch": 0.6617647058823529,
952
+ "grad_norm": 0.2963963449001312,
953
+ "learning_rate": 3.431372549019608e-06,
954
+ "loss": 1.463,
955
+ "step": 135
956
+ },
957
+ {
958
+ "epoch": 0.6666666666666666,
959
+ "grad_norm": 0.2843087911605835,
960
+ "learning_rate": 3.382352941176471e-06,
961
+ "loss": 1.482,
962
+ "step": 136
963
+ },
964
+ {
965
+ "epoch": 0.6715686274509803,
966
+ "grad_norm": 0.2734018564224243,
967
+ "learning_rate": 3.3333333333333333e-06,
968
+ "loss": 1.4497,
969
+ "step": 137
970
+ },
971
+ {
972
+ "epoch": 0.6764705882352942,
973
+ "grad_norm": 0.27001234889030457,
974
+ "learning_rate": 3.2843137254901964e-06,
975
+ "loss": 1.4,
976
+ "step": 138
977
+ },
978
+ {
979
+ "epoch": 0.6813725490196079,
980
+ "grad_norm": 0.2916729152202606,
981
+ "learning_rate": 3.2352941176470594e-06,
982
+ "loss": 1.4657,
983
+ "step": 139
984
+ },
985
+ {
986
+ "epoch": 0.6862745098039216,
987
+ "grad_norm": 0.281105637550354,
988
+ "learning_rate": 3.1862745098039216e-06,
989
+ "loss": 1.4053,
990
+ "step": 140
991
+ },
992
+ {
993
+ "epoch": 0.6911764705882353,
994
+ "grad_norm": 0.26319730281829834,
995
+ "learning_rate": 3.1372549019607846e-06,
996
+ "loss": 1.4509,
997
+ "step": 141
998
+ },
999
+ {
1000
+ "epoch": 0.696078431372549,
1001
+ "grad_norm": 0.26468271017074585,
1002
+ "learning_rate": 3.0882352941176476e-06,
1003
+ "loss": 1.4158,
1004
+ "step": 142
1005
+ },
1006
+ {
1007
+ "epoch": 0.7009803921568627,
1008
+ "grad_norm": 0.28249025344848633,
1009
+ "learning_rate": 3.03921568627451e-06,
1010
+ "loss": 1.4612,
1011
+ "step": 143
1012
+ },
1013
+ {
1014
+ "epoch": 0.7058823529411765,
1015
+ "grad_norm": 0.26733994483947754,
1016
+ "learning_rate": 2.990196078431373e-06,
1017
+ "loss": 1.4322,
1018
+ "step": 144
1019
+ },
1020
+ {
1021
+ "epoch": 0.7107843137254902,
1022
+ "grad_norm": 0.27187880873680115,
1023
+ "learning_rate": 2.9411764705882355e-06,
1024
+ "loss": 1.4201,
1025
+ "step": 145
1026
+ },
1027
+ {
1028
+ "epoch": 0.7156862745098039,
1029
+ "grad_norm": 0.2730119526386261,
1030
+ "learning_rate": 2.8921568627450985e-06,
1031
+ "loss": 1.4369,
1032
+ "step": 146
1033
+ },
1034
+ {
1035
+ "epoch": 0.7205882352941176,
1036
+ "grad_norm": 0.2769201993942261,
1037
+ "learning_rate": 2.843137254901961e-06,
1038
+ "loss": 1.4098,
1039
+ "step": 147
1040
+ },
1041
+ {
1042
+ "epoch": 0.7254901960784313,
1043
+ "grad_norm": 0.27176210284233093,
1044
+ "learning_rate": 2.7941176470588237e-06,
1045
+ "loss": 1.4273,
1046
+ "step": 148
1047
+ },
1048
+ {
1049
+ "epoch": 0.7303921568627451,
1050
+ "grad_norm": 0.2792702913284302,
1051
+ "learning_rate": 2.7450980392156867e-06,
1052
+ "loss": 1.463,
1053
+ "step": 149
1054
+ },
1055
+ {
1056
+ "epoch": 0.7352941176470589,
1057
+ "grad_norm": 0.2821847200393677,
1058
+ "learning_rate": 2.696078431372549e-06,
1059
+ "loss": 1.4451,
1060
+ "step": 150
1061
+ },
1062
+ {
1063
+ "epoch": 0.7401960784313726,
1064
+ "grad_norm": 0.2684028446674347,
1065
+ "learning_rate": 2.647058823529412e-06,
1066
+ "loss": 1.4247,
1067
+ "step": 151
1068
+ },
1069
+ {
1070
+ "epoch": 0.7450980392156863,
1071
+ "grad_norm": 0.26930952072143555,
1072
+ "learning_rate": 2.598039215686275e-06,
1073
+ "loss": 1.4359,
1074
+ "step": 152
1075
+ },
1076
+ {
1077
+ "epoch": 0.75,
1078
+ "grad_norm": 0.26983842253685,
1079
+ "learning_rate": 2.549019607843137e-06,
1080
+ "loss": 1.4202,
1081
+ "step": 153
1082
+ },
1083
+ {
1084
+ "epoch": 0.7549019607843137,
1085
+ "grad_norm": 0.26508617401123047,
1086
+ "learning_rate": 2.5e-06,
1087
+ "loss": 1.3969,
1088
+ "step": 154
1089
+ },
1090
+ {
1091
+ "epoch": 0.7598039215686274,
1092
+ "grad_norm": 0.27193331718444824,
1093
+ "learning_rate": 2.450980392156863e-06,
1094
+ "loss": 1.4476,
1095
+ "step": 155
1096
+ },
1097
+ {
1098
+ "epoch": 0.7647058823529411,
1099
+ "grad_norm": 0.27425047755241394,
1100
+ "learning_rate": 2.401960784313726e-06,
1101
+ "loss": 1.3886,
1102
+ "step": 156
1103
+ },
1104
+ {
1105
+ "epoch": 0.7696078431372549,
1106
+ "grad_norm": 0.2816329002380371,
1107
+ "learning_rate": 2.3529411764705885e-06,
1108
+ "loss": 1.4008,
1109
+ "step": 157
1110
+ },
1111
+ {
1112
+ "epoch": 0.7745098039215687,
1113
+ "grad_norm": 0.29589465260505676,
1114
+ "learning_rate": 2.303921568627451e-06,
1115
+ "loss": 1.419,
1116
+ "step": 158
1117
+ },
1118
+ {
1119
+ "epoch": 0.7794117647058824,
1120
+ "grad_norm": 0.27863284945487976,
1121
+ "learning_rate": 2.254901960784314e-06,
1122
+ "loss": 1.4443,
1123
+ "step": 159
1124
+ },
1125
+ {
1126
+ "epoch": 0.7843137254901961,
1127
+ "grad_norm": 0.2747310400009155,
1128
+ "learning_rate": 2.2058823529411767e-06,
1129
+ "loss": 1.3856,
1130
+ "step": 160
1131
+ },
1132
+ {
1133
+ "epoch": 0.7892156862745098,
1134
+ "grad_norm": 0.2732672095298767,
1135
+ "learning_rate": 2.1568627450980393e-06,
1136
+ "loss": 1.455,
1137
+ "step": 161
1138
+ },
1139
+ {
1140
+ "epoch": 0.7941176470588235,
1141
+ "grad_norm": 0.2707500159740448,
1142
+ "learning_rate": 2.1078431372549023e-06,
1143
+ "loss": 1.3619,
1144
+ "step": 162
1145
+ },
1146
+ {
1147
+ "epoch": 0.7990196078431373,
1148
+ "grad_norm": 0.282505065202713,
1149
+ "learning_rate": 2.058823529411765e-06,
1150
+ "loss": 1.4465,
1151
+ "step": 163
1152
+ },
1153
+ {
1154
+ "epoch": 0.803921568627451,
1155
+ "grad_norm": 0.3066253066062927,
1156
+ "learning_rate": 2.0098039215686276e-06,
1157
+ "loss": 1.3808,
1158
+ "step": 164
1159
+ },
1160
+ {
1161
+ "epoch": 0.8088235294117647,
1162
+ "grad_norm": 0.2728064954280853,
1163
+ "learning_rate": 1.96078431372549e-06,
1164
+ "loss": 1.4077,
1165
+ "step": 165
1166
+ },
1167
+ {
1168
+ "epoch": 0.8137254901960784,
1169
+ "grad_norm": 0.27442610263824463,
1170
+ "learning_rate": 1.9117647058823528e-06,
1171
+ "loss": 1.4288,
1172
+ "step": 166
1173
+ },
1174
+ {
1175
+ "epoch": 0.8186274509803921,
1176
+ "grad_norm": 0.27505430579185486,
1177
+ "learning_rate": 1.8627450980392158e-06,
1178
+ "loss": 1.4404,
1179
+ "step": 167
1180
+ },
1181
+ {
1182
+ "epoch": 0.8235294117647058,
1183
+ "grad_norm": 0.28002044558525085,
1184
+ "learning_rate": 1.8137254901960786e-06,
1185
+ "loss": 1.4569,
1186
+ "step": 168
1187
+ },
1188
+ {
1189
+ "epoch": 0.8284313725490197,
1190
+ "grad_norm": 0.28254789113998413,
1191
+ "learning_rate": 1.7647058823529414e-06,
1192
+ "loss": 1.3985,
1193
+ "step": 169
1194
+ },
1195
+ {
1196
+ "epoch": 0.8333333333333334,
1197
+ "grad_norm": 0.26690635085105896,
1198
+ "learning_rate": 1.715686274509804e-06,
1199
+ "loss": 1.3983,
1200
+ "step": 170
1201
+ },
1202
+ {
1203
+ "epoch": 0.8382352941176471,
1204
+ "grad_norm": 0.266835480928421,
1205
+ "learning_rate": 1.6666666666666667e-06,
1206
+ "loss": 1.4371,
1207
+ "step": 171
1208
+ },
1209
+ {
1210
+ "epoch": 0.8431372549019608,
1211
+ "grad_norm": 0.2698020935058594,
1212
+ "learning_rate": 1.6176470588235297e-06,
1213
+ "loss": 1.4008,
1214
+ "step": 172
1215
+ },
1216
+ {
1217
+ "epoch": 0.8480392156862745,
1218
+ "grad_norm": 0.2694830894470215,
1219
+ "learning_rate": 1.5686274509803923e-06,
1220
+ "loss": 1.4214,
1221
+ "step": 173
1222
+ },
1223
+ {
1224
+ "epoch": 0.8529411764705882,
1225
+ "grad_norm": 0.2650381028652191,
1226
+ "learning_rate": 1.519607843137255e-06,
1227
+ "loss": 1.4154,
1228
+ "step": 174
1229
+ },
1230
+ {
1231
+ "epoch": 0.8578431372549019,
1232
+ "grad_norm": 0.2682033181190491,
1233
+ "learning_rate": 1.4705882352941177e-06,
1234
+ "loss": 1.4075,
1235
+ "step": 175
1236
+ },
1237
+ {
1238
+ "epoch": 0.8627450980392157,
1239
+ "grad_norm": 0.26703158020973206,
1240
+ "learning_rate": 1.4215686274509805e-06,
1241
+ "loss": 1.4173,
1242
+ "step": 176
1243
+ },
1244
+ {
1245
+ "epoch": 0.8676470588235294,
1246
+ "grad_norm": 0.30258509516716003,
1247
+ "learning_rate": 1.3725490196078434e-06,
1248
+ "loss": 1.3416,
1249
+ "step": 177
1250
+ },
1251
+ {
1252
+ "epoch": 0.8725490196078431,
1253
+ "grad_norm": 0.27852076292037964,
1254
+ "learning_rate": 1.323529411764706e-06,
1255
+ "loss": 1.3871,
1256
+ "step": 178
1257
+ },
1258
+ {
1259
+ "epoch": 0.8774509803921569,
1260
+ "grad_norm": 0.27530935406684875,
1261
+ "learning_rate": 1.2745098039215686e-06,
1262
+ "loss": 1.4311,
1263
+ "step": 179
1264
+ },
1265
+ {
1266
+ "epoch": 0.8823529411764706,
1267
+ "grad_norm": 0.27785223722457886,
1268
+ "learning_rate": 1.2254901960784314e-06,
1269
+ "loss": 1.4504,
1270
+ "step": 180
1271
+ },
1272
+ {
1273
+ "epoch": 0.8872549019607843,
1274
+ "grad_norm": 0.27995413541793823,
1275
+ "learning_rate": 1.1764705882352942e-06,
1276
+ "loss": 1.4239,
1277
+ "step": 181
1278
+ },
1279
+ {
1280
+ "epoch": 0.8921568627450981,
1281
+ "grad_norm": 0.265800416469574,
1282
+ "learning_rate": 1.127450980392157e-06,
1283
+ "loss": 1.405,
1284
+ "step": 182
1285
+ },
1286
+ {
1287
+ "epoch": 0.8970588235294118,
1288
+ "grad_norm": 0.2827346920967102,
1289
+ "learning_rate": 1.0784313725490197e-06,
1290
+ "loss": 1.4551,
1291
+ "step": 183
1292
+ },
1293
+ {
1294
+ "epoch": 0.9019607843137255,
1295
+ "grad_norm": 0.263273686170578,
1296
+ "learning_rate": 1.0294117647058825e-06,
1297
+ "loss": 1.402,
1298
+ "step": 184
1299
+ },
1300
+ {
1301
+ "epoch": 0.9068627450980392,
1302
+ "grad_norm": 0.2674250602722168,
1303
+ "learning_rate": 9.80392156862745e-07,
1304
+ "loss": 1.3931,
1305
+ "step": 185
1306
+ },
1307
+ {
1308
+ "epoch": 0.9117647058823529,
1309
+ "grad_norm": 0.2709958255290985,
1310
+ "learning_rate": 9.313725490196079e-07,
1311
+ "loss": 1.4266,
1312
+ "step": 186
1313
+ },
1314
+ {
1315
+ "epoch": 0.9166666666666666,
1316
+ "grad_norm": 0.27474477887153625,
1317
+ "learning_rate": 8.823529411764707e-07,
1318
+ "loss": 1.4248,
1319
+ "step": 187
1320
+ },
1321
+ {
1322
+ "epoch": 0.9215686274509803,
1323
+ "grad_norm": 0.2690979540348053,
1324
+ "learning_rate": 8.333333333333333e-07,
1325
+ "loss": 1.4278,
1326
+ "step": 188
1327
+ },
1328
+ {
1329
+ "epoch": 0.9264705882352942,
1330
+ "grad_norm": 0.2708565294742584,
1331
+ "learning_rate": 7.843137254901962e-07,
1332
+ "loss": 1.3561,
1333
+ "step": 189
1334
+ },
1335
+ {
1336
+ "epoch": 0.9313725490196079,
1337
+ "grad_norm": 0.26445382833480835,
1338
+ "learning_rate": 7.352941176470589e-07,
1339
+ "loss": 1.3754,
1340
+ "step": 190
1341
+ },
1342
+ {
1343
+ "epoch": 0.9362745098039216,
1344
+ "grad_norm": 0.30714988708496094,
1345
+ "learning_rate": 6.862745098039217e-07,
1346
+ "loss": 1.4665,
1347
+ "step": 191
1348
+ },
1349
+ {
1350
+ "epoch": 0.9411764705882353,
1351
+ "grad_norm": 0.2680458128452301,
1352
+ "learning_rate": 6.372549019607843e-07,
1353
+ "loss": 1.4568,
1354
+ "step": 192
1355
+ },
1356
+ {
1357
+ "epoch": 0.946078431372549,
1358
+ "grad_norm": 0.2722586691379547,
1359
+ "learning_rate": 5.882352941176471e-07,
1360
+ "loss": 1.4348,
1361
+ "step": 193
1362
+ },
1363
+ {
1364
+ "epoch": 0.9509803921568627,
1365
+ "grad_norm": 0.26564568281173706,
1366
+ "learning_rate": 5.392156862745098e-07,
1367
+ "loss": 1.3929,
1368
+ "step": 194
1369
+ },
1370
+ {
1371
+ "epoch": 0.9558823529411765,
1372
+ "grad_norm": 0.2742433249950409,
1373
+ "learning_rate": 4.901960784313725e-07,
1374
+ "loss": 1.3456,
1375
+ "step": 195
1376
+ },
1377
+ {
1378
+ "epoch": 0.9607843137254902,
1379
+ "grad_norm": 0.25368532538414,
1380
+ "learning_rate": 4.4117647058823536e-07,
1381
+ "loss": 1.4049,
1382
+ "step": 196
1383
+ },
1384
+ {
1385
+ "epoch": 0.9656862745098039,
1386
+ "grad_norm": 0.2673678696155548,
1387
+ "learning_rate": 3.921568627450981e-07,
1388
+ "loss": 1.3833,
1389
+ "step": 197
1390
+ },
1391
+ {
1392
+ "epoch": 0.9705882352941176,
1393
+ "grad_norm": 0.2712225914001465,
1394
+ "learning_rate": 3.4313725490196084e-07,
1395
+ "loss": 1.3855,
1396
+ "step": 198
1397
+ },
1398
+ {
1399
+ "epoch": 0.9754901960784313,
1400
+ "grad_norm": 0.26563599705696106,
1401
+ "learning_rate": 2.9411764705882356e-07,
1402
+ "loss": 1.4003,
1403
+ "step": 199
1404
+ },
1405
+ {
1406
+ "epoch": 0.9803921568627451,
1407
+ "grad_norm": 0.2685685157775879,
1408
+ "learning_rate": 2.4509803921568627e-07,
1409
+ "loss": 1.3914,
1410
+ "step": 200
1411
+ },
1412
+ {
1413
+ "epoch": 0.9852941176470589,
1414
+ "grad_norm": 0.2729678153991699,
1415
+ "learning_rate": 1.9607843137254904e-07,
1416
+ "loss": 1.3564,
1417
+ "step": 201
1418
+ },
1419
+ {
1420
+ "epoch": 0.9901960784313726,
1421
+ "grad_norm": 0.259825736284256,
1422
+ "learning_rate": 1.4705882352941178e-07,
1423
+ "loss": 1.3989,
1424
+ "step": 202
1425
+ },
1426
+ {
1427
+ "epoch": 0.9950980392156863,
1428
+ "grad_norm": 0.27453508973121643,
1429
+ "learning_rate": 9.803921568627452e-08,
1430
+ "loss": 1.4024,
1431
+ "step": 203
1432
+ },
1433
+ {
1434
+ "epoch": 1.0,
1435
+ "grad_norm": 0.2659491002559662,
1436
+ "learning_rate": 4.901960784313726e-08,
1437
+ "loss": 1.3704,
1438
+ "step": 204
1439
+ },
1440
+ {
1441
+ "epoch": 1.0,
1442
+ "eval_loss": 1.4392527341842651,
1443
+ "eval_runtime": 1.6144,
1444
+ "eval_samples_per_second": 19.202,
1445
+ "eval_steps_per_second": 2.478,
1446
+ "step": 204
1447
+ }
1448
+ ],
1449
+ "logging_steps": 1.0,
1450
+ "max_steps": 204,
1451
+ "num_input_tokens_seen": 0,
1452
+ "num_train_epochs": 1,
1453
+ "save_steps": 0,
1454
+ "stateful_callbacks": {
1455
+ "TrainerControl": {
1456
+ "args": {
1457
+ "should_epoch_stop": false,
1458
+ "should_evaluate": false,
1459
+ "should_log": false,
1460
+ "should_save": true,
1461
+ "should_training_stop": true
1462
+ },
1463
+ "attributes": {}
1464
+ }
1465
+ },
1466
+ "total_flos": 3.750879471599616e+16,
1467
+ "train_batch_size": 1,
1468
+ "trial_name": null,
1469
+ "trial_params": null
1470
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff