adarksky commited on
Commit
4627470
·
verified ·
1 Parent(s): 6df374b

Initial model upload

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip 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
 
 
33
  *.zip 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
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-0.5B
3
+ datasets: samhog/psychology-10k
4
+ library_name: transformers
5
+ model_name: Qwen2.5-0.5B-sft-lora-rel-therapy
6
+ tags:
7
+ - generated_from_trainer
8
+ - sft
9
+ - conversational
10
+ licence: license
11
+ ---
12
+
13
+ # Model Card for Qwen2.5-0.5B-sft-lora-rel-therapy
14
+
15
+ This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B](https://huggingface.co/Qwen/Qwen2.5-0.5B) on the [samhog/psychology-10k](https://huggingface.co/datasets/samhog/psychology-10k) dataset.
16
+ It has been trained using [TRL](https://github.com/huggingface/trl).
17
+
18
+ ## Quick start
19
+
20
+ ```python
21
+ from transformers import pipeline
22
+
23
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
24
+ generator = pipeline("text-generation", model="None", device="cuda")
25
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
26
+ print(output["generated_text"])
27
+ ```
28
+
29
+ ## Training procedure
30
+
31
+
32
+
33
+
34
+ This model was trained with SFT.
35
+
36
+ ### Framework versions
37
+
38
+ - TRL: 0.14.0
39
+ - Transformers: 4.48.2
40
+ - Pytorch: 2.5.1+cu124
41
+ - Datasets: 3.2.0
42
+ - Tokenizers: 0.21.0
43
+
44
+ ## Citations
45
+
46
+
47
+
48
+ Cite TRL as:
49
+
50
+ ```bibtex
51
+ @misc{vonwerra2022trl,
52
+ title = {{TRL: Transformer Reinforcement Learning}},
53
+ author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallouédec},
54
+ year = 2020,
55
+ journal = {GitHub repository},
56
+ publisher = {GitHub},
57
+ howpublished = {\url{https://github.com/huggingface/trl}}
58
+ }
59
+ ```
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-0.5B",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.1,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 4,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "v_proj",
27
+ "k_proj",
28
+ "q_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9e9fb72d9c9e12493c84f61ca850d41f77ca9f8f1b63b54e5ac5622df4bf4fd
3
+ size 2187608
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.98120873539868,
3
+ "total_flos": 2.0218089447773184e+16,
4
+ "train_loss": 1.1380672057469685,
5
+ "train_runtime": 8182.6752,
6
+ "train_samples": 7876,
7
+ "train_samples_per_second": 9.625,
8
+ "train_steps_per_second": 0.601
9
+ }
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": "<|endoftext|>",
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:0bd8c258c419667ebe0fb2fdb04f0f374292349d5deba1cba179d29177e80fc0
3
+ size 11421997
tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a licensed assistant psychologist, please provide this patient with a helpful response to their concern.' }}\n {%- endif %}\n {{- \"\\n\\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 {%- else %}\n {{- '<|im_start|>system\\nYou are a licensed assistant psychologist, please provide this patient with a helpful response to their concern.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.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{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.98120873539868,
3
+ "total_flos": 2.0218089447773184e+16,
4
+ "train_loss": 1.1380672057469685,
5
+ "train_runtime": 8182.6752,
6
+ "train_samples": 7876,
7
+ "train_samples_per_second": 9.625,
8
+ "train_steps_per_second": 0.601
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,3566 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 9.98120873539868,
5
+ "eval_steps": 500,
6
+ "global_step": 4920,
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.02031488065007618,
13
+ "grad_norm": 7.584718704223633,
14
+ "learning_rate": 1.999990002577244e-05,
15
+ "loss": 3.2828,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.04062976130015236,
20
+ "grad_norm": 6.282063007354736,
21
+ "learning_rate": 1.999941036089858e-05,
22
+ "loss": 3.084,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.06094464195022854,
27
+ "grad_norm": 4.432021617889404,
28
+ "learning_rate": 1.9998512662721364e-05,
29
+ "loss": 2.9074,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.08125952260030472,
34
+ "grad_norm": 4.4949116706848145,
35
+ "learning_rate": 1.9997206967872025e-05,
36
+ "loss": 2.7432,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.1015744032503809,
41
+ "grad_norm": 3.794994592666626,
42
+ "learning_rate": 1.99954933296304e-05,
43
+ "loss": 2.5308,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.12188928390045708,
48
+ "grad_norm": 3.7512996196746826,
49
+ "learning_rate": 1.999337181792276e-05,
50
+ "loss": 2.3957,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.14220416455053325,
55
+ "grad_norm": 3.3922431468963623,
56
+ "learning_rate": 1.999084251931896e-05,
57
+ "loss": 2.2018,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.16251904520060945,
62
+ "grad_norm": 2.835357666015625,
63
+ "learning_rate": 1.998790553702888e-05,
64
+ "loss": 2.0505,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.1828339258506856,
69
+ "grad_norm": 2.4077184200286865,
70
+ "learning_rate": 1.998456099089825e-05,
71
+ "loss": 1.8802,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.2031488065007618,
76
+ "grad_norm": 2.9254958629608154,
77
+ "learning_rate": 1.998080901740374e-05,
78
+ "loss": 1.772,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.22346368715083798,
83
+ "grad_norm": 2.102215051651001,
84
+ "learning_rate": 1.9976649769647392e-05,
85
+ "loss": 1.7375,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.24377856780091417,
90
+ "grad_norm": 2.1416189670562744,
91
+ "learning_rate": 1.997208341735037e-05,
92
+ "loss": 1.6127,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.26409344845099036,
97
+ "grad_norm": 1.9121668338775635,
98
+ "learning_rate": 1.9967110146846044e-05,
99
+ "loss": 1.5663,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.2844083291010665,
104
+ "grad_norm": 1.7665735483169556,
105
+ "learning_rate": 1.9961730161072383e-05,
106
+ "loss": 1.5384,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.3047232097511427,
111
+ "grad_norm": 2.695359468460083,
112
+ "learning_rate": 1.9955943679563655e-05,
113
+ "loss": 1.4752,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.3250380904012189,
118
+ "grad_norm": 1.7461923360824585,
119
+ "learning_rate": 1.9949750938441517e-05,
120
+ "loss": 1.4581,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.3453529710512951,
125
+ "grad_norm": 1.856467366218567,
126
+ "learning_rate": 1.994315219040532e-05,
127
+ "loss": 1.4243,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.3656678517013712,
132
+ "grad_norm": 1.6817877292633057,
133
+ "learning_rate": 1.9936147704721836e-05,
134
+ "loss": 1.4437,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.3859827323514474,
139
+ "grad_norm": 1.6875474452972412,
140
+ "learning_rate": 1.9928737767214267e-05,
141
+ "loss": 1.4146,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.4062976130015236,
146
+ "grad_norm": 2.079127311706543,
147
+ "learning_rate": 1.992092268025057e-05,
148
+ "loss": 1.3857,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.4266124936515998,
153
+ "grad_norm": 1.4948805570602417,
154
+ "learning_rate": 1.9912702762731118e-05,
155
+ "loss": 1.3748,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.44692737430167595,
160
+ "grad_norm": 1.6643149852752686,
161
+ "learning_rate": 1.9904078350075703e-05,
162
+ "loss": 1.3904,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.46724225495175215,
167
+ "grad_norm": 2.044997215270996,
168
+ "learning_rate": 1.9895049794209834e-05,
169
+ "loss": 1.3519,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.48755713560182834,
174
+ "grad_norm": 1.9969228506088257,
175
+ "learning_rate": 1.9885617463550376e-05,
176
+ "loss": 1.3637,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.5078720162519045,
181
+ "grad_norm": 2.5120513439178467,
182
+ "learning_rate": 1.987678345628239e-05,
183
+ "loss": 1.3516,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.5281868969019807,
188
+ "grad_norm": 2.049866199493408,
189
+ "learning_rate": 1.9866585027500926e-05,
190
+ "loss": 1.3149,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.5485017775520569,
195
+ "grad_norm": 2.5176775455474854,
196
+ "learning_rate": 1.9855983985451647e-05,
197
+ "loss": 1.2744,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.568816658202133,
202
+ "grad_norm": 2.2515692710876465,
203
+ "learning_rate": 1.9844980762717877e-05,
204
+ "loss": 1.2986,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.5891315388522093,
209
+ "grad_norm": 1.9790077209472656,
210
+ "learning_rate": 1.983357580829422e-05,
211
+ "loss": 1.2556,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.6094464195022854,
216
+ "grad_norm": 2.0562939643859863,
217
+ "learning_rate": 1.982176958756825e-05,
218
+ "loss": 1.2565,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.6297613001523616,
223
+ "grad_norm": 2.895200252532959,
224
+ "learning_rate": 1.9809562582301487e-05,
225
+ "loss": 1.2217,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.6500761808024378,
230
+ "grad_norm": 2.379382371902466,
231
+ "learning_rate": 1.9796955290609775e-05,
232
+ "loss": 1.2186,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.6703910614525139,
237
+ "grad_norm": 1.5008665323257446,
238
+ "learning_rate": 1.9783948226942936e-05,
239
+ "loss": 1.2093,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.6907059421025902,
244
+ "grad_norm": 2.294449806213379,
245
+ "learning_rate": 1.9770541922063778e-05,
246
+ "loss": 1.228,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.7110208227526663,
251
+ "grad_norm": 1.5949811935424805,
252
+ "learning_rate": 1.975673692302645e-05,
253
+ "loss": 1.211,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.7313357034027425,
258
+ "grad_norm": 2.0285587310791016,
259
+ "learning_rate": 1.97425337931541e-05,
260
+ "loss": 1.2224,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.7516505840528187,
265
+ "grad_norm": 1.7120383977890015,
266
+ "learning_rate": 1.97279331120159e-05,
267
+ "loss": 1.2181,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.7719654647028948,
272
+ "grad_norm": 2.0460448265075684,
273
+ "learning_rate": 1.97129354754034e-05,
274
+ "loss": 1.206,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.7922803453529711,
279
+ "grad_norm": 2.479123592376709,
280
+ "learning_rate": 1.96975414953062e-05,
281
+ "loss": 1.1987,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.8125952260030472,
286
+ "grad_norm": 2.1566030979156494,
287
+ "learning_rate": 1.9681751799887e-05,
288
+ "loss": 1.2081,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.8329101066531234,
293
+ "grad_norm": 1.7905540466308594,
294
+ "learning_rate": 1.9665567033455948e-05,
295
+ "loss": 1.205,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.8532249873031996,
300
+ "grad_norm": 1.5104587078094482,
301
+ "learning_rate": 1.9648987856444356e-05,
302
+ "loss": 1.1808,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.8735398679532758,
307
+ "grad_norm": 1.601035714149475,
308
+ "learning_rate": 1.9632014945377748e-05,
309
+ "loss": 1.2039,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.8938547486033519,
314
+ "grad_norm": 1.4743677377700806,
315
+ "learning_rate": 1.9614648992848265e-05,
316
+ "loss": 1.1923,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.9141696292534282,
321
+ "grad_norm": 2.2900314331054688,
322
+ "learning_rate": 1.959689070748638e-05,
323
+ "loss": 1.19,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.9344845099035043,
328
+ "grad_norm": 2.500079393386841,
329
+ "learning_rate": 1.9578740813932017e-05,
330
+ "loss": 1.1826,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.9547993905535805,
335
+ "grad_norm": 1.704733967781067,
336
+ "learning_rate": 1.9560200052804935e-05,
337
+ "loss": 1.1811,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.9751142712036567,
342
+ "grad_norm": 2.3521337509155273,
343
+ "learning_rate": 1.954126918067455e-05,
344
+ "loss": 1.1868,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.9954291518537328,
349
+ "grad_norm": 2.1910970211029053,
350
+ "learning_rate": 1.9521948970029045e-05,
351
+ "loss": 1.2032,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 1.0,
356
+ "eval_loss": 1.1905763149261475,
357
+ "eval_runtime": 57.9944,
358
+ "eval_samples_per_second": 33.969,
359
+ "eval_steps_per_second": 8.501,
360
+ "step": 493
361
+ },
362
+ {
363
+ "epoch": 1.0142204164550532,
364
+ "grad_norm": 1.6047745943069458,
365
+ "learning_rate": 1.9502240209243834e-05,
366
+ "loss": 1.1649,
367
+ "step": 500
368
+ },
369
+ {
370
+ "epoch": 1.0345352971051296,
371
+ "grad_norm": 2.1489083766937256,
372
+ "learning_rate": 1.948214370254942e-05,
373
+ "loss": 1.1811,
374
+ "step": 510
375
+ },
376
+ {
377
+ "epoch": 1.0548501777552057,
378
+ "grad_norm": 1.674709677696228,
379
+ "learning_rate": 1.9461660269998556e-05,
380
+ "loss": 1.1681,
381
+ "step": 520
382
+ },
383
+ {
384
+ "epoch": 1.0751650584052819,
385
+ "grad_norm": 1.839033603668213,
386
+ "learning_rate": 1.9440790747432797e-05,
387
+ "loss": 1.1683,
388
+ "step": 530
389
+ },
390
+ {
391
+ "epoch": 1.095479939055358,
392
+ "grad_norm": 2.0029451847076416,
393
+ "learning_rate": 1.941953598644837e-05,
394
+ "loss": 1.1471,
395
+ "step": 540
396
+ },
397
+ {
398
+ "epoch": 1.1157948197054341,
399
+ "grad_norm": 2.1408133506774902,
400
+ "learning_rate": 1.9397896854361454e-05,
401
+ "loss": 1.1865,
402
+ "step": 550
403
+ },
404
+ {
405
+ "epoch": 1.1361097003555103,
406
+ "grad_norm": 1.6449344158172607,
407
+ "learning_rate": 1.937587423417277e-05,
408
+ "loss": 1.1616,
409
+ "step": 560
410
+ },
411
+ {
412
+ "epoch": 1.1564245810055866,
413
+ "grad_norm": 2.530738592147827,
414
+ "learning_rate": 1.935346902453155e-05,
415
+ "loss": 1.1847,
416
+ "step": 570
417
+ },
418
+ {
419
+ "epoch": 1.1767394616556628,
420
+ "grad_norm": 1.7173138856887817,
421
+ "learning_rate": 1.9330682139698872e-05,
422
+ "loss": 1.1836,
423
+ "step": 580
424
+ },
425
+ {
426
+ "epoch": 1.197054342305739,
427
+ "grad_norm": 1.9412487745285034,
428
+ "learning_rate": 1.9307514509510358e-05,
429
+ "loss": 1.1745,
430
+ "step": 590
431
+ },
432
+ {
433
+ "epoch": 1.217369222955815,
434
+ "grad_norm": 1.9713300466537476,
435
+ "learning_rate": 1.928396707933821e-05,
436
+ "loss": 1.1498,
437
+ "step": 600
438
+ },
439
+ {
440
+ "epoch": 1.2376841036058912,
441
+ "grad_norm": 2.253971815109253,
442
+ "learning_rate": 1.926004081005266e-05,
443
+ "loss": 1.1554,
444
+ "step": 610
445
+ },
446
+ {
447
+ "epoch": 1.2579989842559676,
448
+ "grad_norm": 1.9793624877929688,
449
+ "learning_rate": 1.9235736677982747e-05,
450
+ "loss": 1.1445,
451
+ "step": 620
452
+ },
453
+ {
454
+ "epoch": 1.2783138649060437,
455
+ "grad_norm": 2.292801856994629,
456
+ "learning_rate": 1.9211055674876475e-05,
457
+ "loss": 1.1373,
458
+ "step": 630
459
+ },
460
+ {
461
+ "epoch": 1.2986287455561198,
462
+ "grad_norm": 1.8089720010757446,
463
+ "learning_rate": 1.9185998807860357e-05,
464
+ "loss": 1.1324,
465
+ "step": 640
466
+ },
467
+ {
468
+ "epoch": 1.318943626206196,
469
+ "grad_norm": 2.003289222717285,
470
+ "learning_rate": 1.9160567099398294e-05,
471
+ "loss": 1.173,
472
+ "step": 650
473
+ },
474
+ {
475
+ "epoch": 1.3392585068562721,
476
+ "grad_norm": 2.1809918880462646,
477
+ "learning_rate": 1.9134761587249886e-05,
478
+ "loss": 1.1408,
479
+ "step": 660
480
+ },
481
+ {
482
+ "epoch": 1.3595733875063485,
483
+ "grad_norm": 2.0070571899414062,
484
+ "learning_rate": 1.9108583324428054e-05,
485
+ "loss": 1.1811,
486
+ "step": 670
487
+ },
488
+ {
489
+ "epoch": 1.3798882681564246,
490
+ "grad_norm": 1.6615877151489258,
491
+ "learning_rate": 1.9082033379156096e-05,
492
+ "loss": 1.164,
493
+ "step": 680
494
+ },
495
+ {
496
+ "epoch": 1.4002031488065008,
497
+ "grad_norm": 2.217325210571289,
498
+ "learning_rate": 1.9055112834824075e-05,
499
+ "loss": 1.1534,
500
+ "step": 690
501
+ },
502
+ {
503
+ "epoch": 1.420518029456577,
504
+ "grad_norm": 1.8769993782043457,
505
+ "learning_rate": 1.9027822789944625e-05,
506
+ "loss": 1.1476,
507
+ "step": 700
508
+ },
509
+ {
510
+ "epoch": 1.440832910106653,
511
+ "grad_norm": 1.8755251169204712,
512
+ "learning_rate": 1.900016435810813e-05,
513
+ "loss": 1.1773,
514
+ "step": 710
515
+ },
516
+ {
517
+ "epoch": 1.4611477907567294,
518
+ "grad_norm": 2.059292793273926,
519
+ "learning_rate": 1.8972138667937268e-05,
520
+ "loss": 1.1512,
521
+ "step": 720
522
+ },
523
+ {
524
+ "epoch": 1.4814626714068055,
525
+ "grad_norm": 2.2438113689422607,
526
+ "learning_rate": 1.894374686304096e-05,
527
+ "loss": 1.1313,
528
+ "step": 730
529
+ },
530
+ {
531
+ "epoch": 1.5017775520568817,
532
+ "grad_norm": 1.6689549684524536,
533
+ "learning_rate": 1.8914990101967717e-05,
534
+ "loss": 1.1506,
535
+ "step": 740
536
+ },
537
+ {
538
+ "epoch": 1.5220924327069578,
539
+ "grad_norm": 1.9220091104507446,
540
+ "learning_rate": 1.8885869558158348e-05,
541
+ "loss": 1.1389,
542
+ "step": 750
543
+ },
544
+ {
545
+ "epoch": 1.542407313357034,
546
+ "grad_norm": 1.970219373703003,
547
+ "learning_rate": 1.885638641989809e-05,
548
+ "loss": 1.1535,
549
+ "step": 760
550
+ },
551
+ {
552
+ "epoch": 1.5627221940071103,
553
+ "grad_norm": 2.3392066955566406,
554
+ "learning_rate": 1.882654189026811e-05,
555
+ "loss": 1.1467,
556
+ "step": 770
557
+ },
558
+ {
559
+ "epoch": 1.5830370746571862,
560
+ "grad_norm": 1.9110764265060425,
561
+ "learning_rate": 1.8796337187096415e-05,
562
+ "loss": 1.1457,
563
+ "step": 780
564
+ },
565
+ {
566
+ "epoch": 1.6033519553072626,
567
+ "grad_norm": 3.4612278938293457,
568
+ "learning_rate": 1.8765773542908165e-05,
569
+ "loss": 1.1443,
570
+ "step": 790
571
+ },
572
+ {
573
+ "epoch": 1.6236668359573387,
574
+ "grad_norm": 1.8444197177886963,
575
+ "learning_rate": 1.8734852204875363e-05,
576
+ "loss": 1.1375,
577
+ "step": 800
578
+ },
579
+ {
580
+ "epoch": 1.6439817166074149,
581
+ "grad_norm": 1.7353184223175049,
582
+ "learning_rate": 1.8703574434765986e-05,
583
+ "loss": 1.1802,
584
+ "step": 810
585
+ },
586
+ {
587
+ "epoch": 1.6642965972574912,
588
+ "grad_norm": 2.283703327178955,
589
+ "learning_rate": 1.8671941508892467e-05,
590
+ "loss": 1.1457,
591
+ "step": 820
592
+ },
593
+ {
594
+ "epoch": 1.6846114779075672,
595
+ "grad_norm": 2.3982231616973877,
596
+ "learning_rate": 1.8639954718059647e-05,
597
+ "loss": 1.134,
598
+ "step": 830
599
+ },
600
+ {
601
+ "epoch": 1.7049263585576435,
602
+ "grad_norm": 2.6923394203186035,
603
+ "learning_rate": 1.8607615367512077e-05,
604
+ "loss": 1.1387,
605
+ "step": 840
606
+ },
607
+ {
608
+ "epoch": 1.7252412392077197,
609
+ "grad_norm": 1.870726466178894,
610
+ "learning_rate": 1.8574924776880777e-05,
611
+ "loss": 1.1479,
612
+ "step": 850
613
+ },
614
+ {
615
+ "epoch": 1.7455561198577958,
616
+ "grad_norm": 2.014890432357788,
617
+ "learning_rate": 1.8541884280129367e-05,
618
+ "loss": 1.1724,
619
+ "step": 860
620
+ },
621
+ {
622
+ "epoch": 1.7658710005078722,
623
+ "grad_norm": 1.8836543560028076,
624
+ "learning_rate": 1.8508495225499643e-05,
625
+ "loss": 1.1483,
626
+ "step": 870
627
+ },
628
+ {
629
+ "epoch": 1.786185881157948,
630
+ "grad_norm": 1.8277486562728882,
631
+ "learning_rate": 1.8474758975456576e-05,
632
+ "loss": 1.121,
633
+ "step": 880
634
+ },
635
+ {
636
+ "epoch": 1.8065007618080244,
637
+ "grad_norm": 1.8098642826080322,
638
+ "learning_rate": 1.8440676906632688e-05,
639
+ "loss": 1.1404,
640
+ "step": 890
641
+ },
642
+ {
643
+ "epoch": 1.8268156424581006,
644
+ "grad_norm": 2.0172536373138428,
645
+ "learning_rate": 1.8406250409771894e-05,
646
+ "loss": 1.1424,
647
+ "step": 900
648
+ },
649
+ {
650
+ "epoch": 1.8471305231081767,
651
+ "grad_norm": 2.2588918209075928,
652
+ "learning_rate": 1.8371480889672756e-05,
653
+ "loss": 1.1394,
654
+ "step": 910
655
+ },
656
+ {
657
+ "epoch": 1.867445403758253,
658
+ "grad_norm": 2.9289000034332275,
659
+ "learning_rate": 1.8336369765131137e-05,
660
+ "loss": 1.1273,
661
+ "step": 920
662
+ },
663
+ {
664
+ "epoch": 1.887760284408329,
665
+ "grad_norm": 1.9783216714859009,
666
+ "learning_rate": 1.8300918468882337e-05,
667
+ "loss": 1.1316,
668
+ "step": 930
669
+ },
670
+ {
671
+ "epoch": 1.9080751650584054,
672
+ "grad_norm": 2.6187262535095215,
673
+ "learning_rate": 1.8265128447542606e-05,
674
+ "loss": 1.1347,
675
+ "step": 940
676
+ },
677
+ {
678
+ "epoch": 1.9283900457084815,
679
+ "grad_norm": 1.7901383638381958,
680
+ "learning_rate": 1.822900116155012e-05,
681
+ "loss": 1.1419,
682
+ "step": 950
683
+ },
684
+ {
685
+ "epoch": 1.9487049263585576,
686
+ "grad_norm": 2.4337475299835205,
687
+ "learning_rate": 1.819253808510538e-05,
688
+ "loss": 1.1253,
689
+ "step": 960
690
+ },
691
+ {
692
+ "epoch": 1.9690198070086338,
693
+ "grad_norm": 1.88914155960083,
694
+ "learning_rate": 1.8155740706111086e-05,
695
+ "loss": 1.1278,
696
+ "step": 970
697
+ },
698
+ {
699
+ "epoch": 1.98933468765871,
700
+ "grad_norm": 2.087872266769409,
701
+ "learning_rate": 1.811861052611137e-05,
702
+ "loss": 1.1239,
703
+ "step": 980
704
+ },
705
+ {
706
+ "epoch": 2.0,
707
+ "eval_loss": 1.1426180601119995,
708
+ "eval_runtime": 56.1438,
709
+ "eval_samples_per_second": 35.088,
710
+ "eval_steps_per_second": 8.781,
711
+ "step": 986
712
+ },
713
+ {
714
+ "epoch": 2.0081259522600305,
715
+ "grad_norm": 2.3936855792999268,
716
+ "learning_rate": 1.8081149060230584e-05,
717
+ "loss": 1.1307,
718
+ "step": 990
719
+ },
720
+ {
721
+ "epoch": 2.0284408329101065,
722
+ "grad_norm": 2.97658371925354,
723
+ "learning_rate": 1.804335783711142e-05,
724
+ "loss": 1.1115,
725
+ "step": 1000
726
+ },
727
+ {
728
+ "epoch": 2.048755713560183,
729
+ "grad_norm": 1.7273203134536743,
730
+ "learning_rate": 1.8005238398852567e-05,
731
+ "loss": 1.1145,
732
+ "step": 1010
733
+ },
734
+ {
735
+ "epoch": 2.069070594210259,
736
+ "grad_norm": 2.1559698581695557,
737
+ "learning_rate": 1.7966792300945782e-05,
738
+ "loss": 1.1333,
739
+ "step": 1020
740
+ },
741
+ {
742
+ "epoch": 2.089385474860335,
743
+ "grad_norm": 1.8381649255752563,
744
+ "learning_rate": 1.7928021112212397e-05,
745
+ "loss": 1.0982,
746
+ "step": 1030
747
+ },
748
+ {
749
+ "epoch": 2.1097003555104115,
750
+ "grad_norm": 2.330662727355957,
751
+ "learning_rate": 1.788892641473932e-05,
752
+ "loss": 1.1246,
753
+ "step": 1040
754
+ },
755
+ {
756
+ "epoch": 2.1300152361604874,
757
+ "grad_norm": 2.1321730613708496,
758
+ "learning_rate": 1.784950980381447e-05,
759
+ "loss": 1.1182,
760
+ "step": 1050
761
+ },
762
+ {
763
+ "epoch": 2.1503301168105637,
764
+ "grad_norm": 2.3504936695098877,
765
+ "learning_rate": 1.7809772887861684e-05,
766
+ "loss": 1.1449,
767
+ "step": 1060
768
+ },
769
+ {
770
+ "epoch": 2.17064499746064,
771
+ "grad_norm": 1.9942519664764404,
772
+ "learning_rate": 1.7769717288375078e-05,
773
+ "loss": 1.1355,
774
+ "step": 1070
775
+ },
776
+ {
777
+ "epoch": 2.190959878110716,
778
+ "grad_norm": 2.6634910106658936,
779
+ "learning_rate": 1.7729344639852886e-05,
780
+ "loss": 1.1317,
781
+ "step": 1080
782
+ },
783
+ {
784
+ "epoch": 2.2112747587607924,
785
+ "grad_norm": 2.0692458152770996,
786
+ "learning_rate": 1.768865658973076e-05,
787
+ "loss": 1.1349,
788
+ "step": 1090
789
+ },
790
+ {
791
+ "epoch": 2.2315896394108683,
792
+ "grad_norm": 2.0810651779174805,
793
+ "learning_rate": 1.7647654798314554e-05,
794
+ "loss": 1.1084,
795
+ "step": 1100
796
+ },
797
+ {
798
+ "epoch": 2.2519045200609447,
799
+ "grad_norm": 1.9821966886520386,
800
+ "learning_rate": 1.760634093871256e-05,
801
+ "loss": 1.1274,
802
+ "step": 1110
803
+ },
804
+ {
805
+ "epoch": 2.2722194007110206,
806
+ "grad_norm": 2.893826484680176,
807
+ "learning_rate": 1.756471669676723e-05,
808
+ "loss": 1.1262,
809
+ "step": 1120
810
+ },
811
+ {
812
+ "epoch": 2.292534281361097,
813
+ "grad_norm": 1.9358024597167969,
814
+ "learning_rate": 1.7522783770986425e-05,
815
+ "loss": 1.1138,
816
+ "step": 1130
817
+ },
818
+ {
819
+ "epoch": 2.3128491620111733,
820
+ "grad_norm": 1.746727466583252,
821
+ "learning_rate": 1.748054387247405e-05,
822
+ "loss": 1.1313,
823
+ "step": 1140
824
+ },
825
+ {
826
+ "epoch": 2.333164042661249,
827
+ "grad_norm": 1.878308892250061,
828
+ "learning_rate": 1.743799872486028e-05,
829
+ "loss": 1.1313,
830
+ "step": 1150
831
+ },
832
+ {
833
+ "epoch": 2.3534789233113256,
834
+ "grad_norm": 2.322291135787964,
835
+ "learning_rate": 1.739515006423118e-05,
836
+ "loss": 1.1173,
837
+ "step": 1160
838
+ },
839
+ {
840
+ "epoch": 2.3737938039614015,
841
+ "grad_norm": 1.9874950647354126,
842
+ "learning_rate": 1.7351999639057915e-05,
843
+ "loss": 1.1023,
844
+ "step": 1170
845
+ },
846
+ {
847
+ "epoch": 2.394108684611478,
848
+ "grad_norm": 2.070664882659912,
849
+ "learning_rate": 1.7308549210125346e-05,
850
+ "loss": 1.1208,
851
+ "step": 1180
852
+ },
853
+ {
854
+ "epoch": 2.414423565261554,
855
+ "grad_norm": 1.8656115531921387,
856
+ "learning_rate": 1.7264800550460235e-05,
857
+ "loss": 1.1324,
858
+ "step": 1190
859
+ },
860
+ {
861
+ "epoch": 2.43473844591163,
862
+ "grad_norm": 1.7181984186172485,
863
+ "learning_rate": 1.7220755445258847e-05,
864
+ "loss": 1.1299,
865
+ "step": 1200
866
+ },
867
+ {
868
+ "epoch": 2.4550533265617065,
869
+ "grad_norm": 2.0644876956939697,
870
+ "learning_rate": 1.717641569181414e-05,
871
+ "loss": 1.1057,
872
+ "step": 1210
873
+ },
874
+ {
875
+ "epoch": 2.4753682072117824,
876
+ "grad_norm": 2.54202938079834,
877
+ "learning_rate": 1.7131783099442408e-05,
878
+ "loss": 1.1371,
879
+ "step": 1220
880
+ },
881
+ {
882
+ "epoch": 2.4956830878618588,
883
+ "grad_norm": 1.8502358198165894,
884
+ "learning_rate": 1.708685948940944e-05,
885
+ "loss": 1.0938,
886
+ "step": 1230
887
+ },
888
+ {
889
+ "epoch": 2.515997968511935,
890
+ "grad_norm": 2.2226638793945312,
891
+ "learning_rate": 1.7041646694856237e-05,
892
+ "loss": 1.1306,
893
+ "step": 1240
894
+ },
895
+ {
896
+ "epoch": 2.536312849162011,
897
+ "grad_norm": 2.0658068656921387,
898
+ "learning_rate": 1.6996146560724163e-05,
899
+ "loss": 1.1465,
900
+ "step": 1250
901
+ },
902
+ {
903
+ "epoch": 2.5566277298120874,
904
+ "grad_norm": 2.187943458557129,
905
+ "learning_rate": 1.6950360943679708e-05,
906
+ "loss": 1.1071,
907
+ "step": 1260
908
+ },
909
+ {
910
+ "epoch": 2.5769426104621633,
911
+ "grad_norm": 2.104330062866211,
912
+ "learning_rate": 1.690429171203869e-05,
913
+ "loss": 1.1247,
914
+ "step": 1270
915
+ },
916
+ {
917
+ "epoch": 2.5972574911122397,
918
+ "grad_norm": 2.1676745414733887,
919
+ "learning_rate": 1.685794074569003e-05,
920
+ "loss": 1.112,
921
+ "step": 1280
922
+ },
923
+ {
924
+ "epoch": 2.617572371762316,
925
+ "grad_norm": 1.8994890451431274,
926
+ "learning_rate": 1.6811309936019034e-05,
927
+ "loss": 1.1129,
928
+ "step": 1290
929
+ },
930
+ {
931
+ "epoch": 2.637887252412392,
932
+ "grad_norm": 1.9885021448135376,
933
+ "learning_rate": 1.6764401185830248e-05,
934
+ "loss": 1.1074,
935
+ "step": 1300
936
+ },
937
+ {
938
+ "epoch": 2.6582021330624683,
939
+ "grad_norm": 1.8062092065811157,
940
+ "learning_rate": 1.6717216409269756e-05,
941
+ "loss": 1.1083,
942
+ "step": 1310
943
+ },
944
+ {
945
+ "epoch": 2.6785170137125442,
946
+ "grad_norm": 2.118276834487915,
947
+ "learning_rate": 1.666975753174711e-05,
948
+ "loss": 1.0967,
949
+ "step": 1320
950
+ },
951
+ {
952
+ "epoch": 2.6988318943626206,
953
+ "grad_norm": 2.219618082046509,
954
+ "learning_rate": 1.6622026489856767e-05,
955
+ "loss": 1.1294,
956
+ "step": 1330
957
+ },
958
+ {
959
+ "epoch": 2.719146775012697,
960
+ "grad_norm": 2.3651201725006104,
961
+ "learning_rate": 1.657402523129903e-05,
962
+ "loss": 1.1303,
963
+ "step": 1340
964
+ },
965
+ {
966
+ "epoch": 2.739461655662773,
967
+ "grad_norm": 2.132640838623047,
968
+ "learning_rate": 1.6525755714800605e-05,
969
+ "loss": 1.0982,
970
+ "step": 1350
971
+ },
972
+ {
973
+ "epoch": 2.7597765363128492,
974
+ "grad_norm": 2.0165741443634033,
975
+ "learning_rate": 1.6477219910034662e-05,
976
+ "loss": 1.1215,
977
+ "step": 1360
978
+ },
979
+ {
980
+ "epoch": 2.780091416962925,
981
+ "grad_norm": 2.050801992416382,
982
+ "learning_rate": 1.6428419797540455e-05,
983
+ "loss": 1.0938,
984
+ "step": 1370
985
+ },
986
+ {
987
+ "epoch": 2.8004062976130015,
988
+ "grad_norm": 2.0775163173675537,
989
+ "learning_rate": 1.637935736864251e-05,
990
+ "loss": 1.0976,
991
+ "step": 1380
992
+ },
993
+ {
994
+ "epoch": 2.820721178263078,
995
+ "grad_norm": 1.9527651071548462,
996
+ "learning_rate": 1.6330034625369366e-05,
997
+ "loss": 1.108,
998
+ "step": 1390
999
+ },
1000
+ {
1001
+ "epoch": 2.841036058913154,
1002
+ "grad_norm": 2.5815951824188232,
1003
+ "learning_rate": 1.6280453580371887e-05,
1004
+ "loss": 1.1187,
1005
+ "step": 1400
1006
+ },
1007
+ {
1008
+ "epoch": 2.86135093956323,
1009
+ "grad_norm": 2.0379745960235596,
1010
+ "learning_rate": 1.6230616256841122e-05,
1011
+ "loss": 1.1263,
1012
+ "step": 1410
1013
+ },
1014
+ {
1015
+ "epoch": 2.881665820213306,
1016
+ "grad_norm": 2.2415878772735596,
1017
+ "learning_rate": 1.618052468842576e-05,
1018
+ "loss": 1.13,
1019
+ "step": 1420
1020
+ },
1021
+ {
1022
+ "epoch": 2.9019807008633824,
1023
+ "grad_norm": 1.951768159866333,
1024
+ "learning_rate": 1.6130180919149145e-05,
1025
+ "loss": 1.1179,
1026
+ "step": 1430
1027
+ },
1028
+ {
1029
+ "epoch": 2.922295581513459,
1030
+ "grad_norm": 2.3024680614471436,
1031
+ "learning_rate": 1.607958700332584e-05,
1032
+ "loss": 1.0993,
1033
+ "step": 1440
1034
+ },
1035
+ {
1036
+ "epoch": 2.9426104621635347,
1037
+ "grad_norm": 1.86294686794281,
1038
+ "learning_rate": 1.602874500547785e-05,
1039
+ "loss": 1.1071,
1040
+ "step": 1450
1041
+ },
1042
+ {
1043
+ "epoch": 2.962925342813611,
1044
+ "grad_norm": 2.225184202194214,
1045
+ "learning_rate": 1.5977657000250332e-05,
1046
+ "loss": 1.1189,
1047
+ "step": 1460
1048
+ },
1049
+ {
1050
+ "epoch": 2.983240223463687,
1051
+ "grad_norm": 2.0135252475738525,
1052
+ "learning_rate": 1.5926325072326963e-05,
1053
+ "loss": 1.1019,
1054
+ "step": 1470
1055
+ },
1056
+ {
1057
+ "epoch": 3.0,
1058
+ "eval_loss": 1.1209979057312012,
1059
+ "eval_runtime": 55.7989,
1060
+ "eval_samples_per_second": 35.305,
1061
+ "eval_steps_per_second": 8.835,
1062
+ "step": 1479
1063
+ },
1064
+ {
1065
+ "epoch": 3.0020314880650076,
1066
+ "grad_norm": 2.6400208473205566,
1067
+ "learning_rate": 1.587475131634486e-05,
1068
+ "loss": 1.1055,
1069
+ "step": 1480
1070
+ },
1071
+ {
1072
+ "epoch": 3.022346368715084,
1073
+ "grad_norm": 1.8572973012924194,
1074
+ "learning_rate": 1.582293783680912e-05,
1075
+ "loss": 1.1214,
1076
+ "step": 1490
1077
+ },
1078
+ {
1079
+ "epoch": 3.04266124936516,
1080
+ "grad_norm": 2.232374668121338,
1081
+ "learning_rate": 1.5770886748006925e-05,
1082
+ "loss": 1.1016,
1083
+ "step": 1500
1084
+ },
1085
+ {
1086
+ "epoch": 3.0629761300152363,
1087
+ "grad_norm": 1.8693956136703491,
1088
+ "learning_rate": 1.5718600173921287e-05,
1089
+ "loss": 1.1011,
1090
+ "step": 1510
1091
+ },
1092
+ {
1093
+ "epoch": 3.083291010665312,
1094
+ "grad_norm": 1.9302908182144165,
1095
+ "learning_rate": 1.5666080248144364e-05,
1096
+ "loss": 1.0913,
1097
+ "step": 1520
1098
+ },
1099
+ {
1100
+ "epoch": 3.1036058913153886,
1101
+ "grad_norm": 2.3789591789245605,
1102
+ "learning_rate": 1.5613329113790407e-05,
1103
+ "loss": 1.1153,
1104
+ "step": 1530
1105
+ },
1106
+ {
1107
+ "epoch": 3.123920771965465,
1108
+ "grad_norm": 2.4649009704589844,
1109
+ "learning_rate": 1.5560348923408297e-05,
1110
+ "loss": 1.1046,
1111
+ "step": 1540
1112
+ },
1113
+ {
1114
+ "epoch": 3.144235652615541,
1115
+ "grad_norm": 1.7256394624710083,
1116
+ "learning_rate": 1.5507141838893714e-05,
1117
+ "loss": 1.1111,
1118
+ "step": 1550
1119
+ },
1120
+ {
1121
+ "epoch": 3.164550533265617,
1122
+ "grad_norm": 2.8762755393981934,
1123
+ "learning_rate": 1.545371003140093e-05,
1124
+ "loss": 1.1196,
1125
+ "step": 1560
1126
+ },
1127
+ {
1128
+ "epoch": 3.184865413915693,
1129
+ "grad_norm": 1.8774479627609253,
1130
+ "learning_rate": 1.540005568125419e-05,
1131
+ "loss": 1.0758,
1132
+ "step": 1570
1133
+ },
1134
+ {
1135
+ "epoch": 3.2051802945657695,
1136
+ "grad_norm": 2.3003156185150146,
1137
+ "learning_rate": 1.5346180977858766e-05,
1138
+ "loss": 1.1024,
1139
+ "step": 1580
1140
+ },
1141
+ {
1142
+ "epoch": 3.225495175215846,
1143
+ "grad_norm": 1.9327248334884644,
1144
+ "learning_rate": 1.529208811961161e-05,
1145
+ "loss": 1.1217,
1146
+ "step": 1590
1147
+ },
1148
+ {
1149
+ "epoch": 3.2458100558659218,
1150
+ "grad_norm": 2.096296548843384,
1151
+ "learning_rate": 1.5237779313811622e-05,
1152
+ "loss": 1.0966,
1153
+ "step": 1600
1154
+ },
1155
+ {
1156
+ "epoch": 3.266124936515998,
1157
+ "grad_norm": 1.896620750427246,
1158
+ "learning_rate": 1.5183256776569625e-05,
1159
+ "loss": 1.1019,
1160
+ "step": 1610
1161
+ },
1162
+ {
1163
+ "epoch": 3.286439817166074,
1164
+ "grad_norm": 2.3992044925689697,
1165
+ "learning_rate": 1.5128522732717907e-05,
1166
+ "loss": 1.1048,
1167
+ "step": 1620
1168
+ },
1169
+ {
1170
+ "epoch": 3.3067546978161504,
1171
+ "grad_norm": 2.170178174972534,
1172
+ "learning_rate": 1.5073579415719422e-05,
1173
+ "loss": 1.0886,
1174
+ "step": 1630
1175
+ },
1176
+ {
1177
+ "epoch": 3.3270695784662268,
1178
+ "grad_norm": 2.299849510192871,
1179
+ "learning_rate": 1.5018429067576691e-05,
1180
+ "loss": 1.093,
1181
+ "step": 1640
1182
+ },
1183
+ {
1184
+ "epoch": 3.3473844591163027,
1185
+ "grad_norm": 2.0816946029663086,
1186
+ "learning_rate": 1.4963073938740276e-05,
1187
+ "loss": 1.1009,
1188
+ "step": 1650
1189
+ },
1190
+ {
1191
+ "epoch": 3.367699339766379,
1192
+ "grad_norm": 2.180161237716675,
1193
+ "learning_rate": 1.4907516288016972e-05,
1194
+ "loss": 1.1239,
1195
+ "step": 1660
1196
+ },
1197
+ {
1198
+ "epoch": 3.388014220416455,
1199
+ "grad_norm": 2.5566606521606445,
1200
+ "learning_rate": 1.4851758382477632e-05,
1201
+ "loss": 1.1168,
1202
+ "step": 1670
1203
+ },
1204
+ {
1205
+ "epoch": 3.4083291010665313,
1206
+ "grad_norm": 2.167325019836426,
1207
+ "learning_rate": 1.4795802497364655e-05,
1208
+ "loss": 1.0941,
1209
+ "step": 1680
1210
+ },
1211
+ {
1212
+ "epoch": 3.4286439817166072,
1213
+ "grad_norm": 2.132948875427246,
1214
+ "learning_rate": 1.4739650915999136e-05,
1215
+ "loss": 1.0935,
1216
+ "step": 1690
1217
+ },
1218
+ {
1219
+ "epoch": 3.4489588623666836,
1220
+ "grad_norm": 2.1108901500701904,
1221
+ "learning_rate": 1.46833059296877e-05,
1222
+ "loss": 1.0963,
1223
+ "step": 1700
1224
+ },
1225
+ {
1226
+ "epoch": 3.46927374301676,
1227
+ "grad_norm": 2.1430904865264893,
1228
+ "learning_rate": 1.4626769837629012e-05,
1229
+ "loss": 1.1058,
1230
+ "step": 1710
1231
+ },
1232
+ {
1233
+ "epoch": 3.489588623666836,
1234
+ "grad_norm": 2.2873406410217285,
1235
+ "learning_rate": 1.4570044946819937e-05,
1236
+ "loss": 1.0925,
1237
+ "step": 1720
1238
+ },
1239
+ {
1240
+ "epoch": 3.5099035043169122,
1241
+ "grad_norm": 2.4914746284484863,
1242
+ "learning_rate": 1.4513133571961415e-05,
1243
+ "loss": 1.1094,
1244
+ "step": 1730
1245
+ },
1246
+ {
1247
+ "epoch": 3.5302183849669886,
1248
+ "grad_norm": 2.074937582015991,
1249
+ "learning_rate": 1.4456038035364014e-05,
1250
+ "loss": 1.1123,
1251
+ "step": 1740
1252
+ },
1253
+ {
1254
+ "epoch": 3.5505332656170645,
1255
+ "grad_norm": 2.091817855834961,
1256
+ "learning_rate": 1.4398760666853143e-05,
1257
+ "loss": 1.0965,
1258
+ "step": 1750
1259
+ },
1260
+ {
1261
+ "epoch": 3.5708481462671404,
1262
+ "grad_norm": 1.8256065845489502,
1263
+ "learning_rate": 1.434130380367401e-05,
1264
+ "loss": 1.1179,
1265
+ "step": 1760
1266
+ },
1267
+ {
1268
+ "epoch": 3.591163026917217,
1269
+ "grad_norm": 2.202068567276001,
1270
+ "learning_rate": 1.428366979039622e-05,
1271
+ "loss": 1.1102,
1272
+ "step": 1770
1273
+ },
1274
+ {
1275
+ "epoch": 3.611477907567293,
1276
+ "grad_norm": 1.8671810626983643,
1277
+ "learning_rate": 1.4225860978818134e-05,
1278
+ "loss": 1.089,
1279
+ "step": 1780
1280
+ },
1281
+ {
1282
+ "epoch": 3.631792788217369,
1283
+ "grad_norm": 2.394472599029541,
1284
+ "learning_rate": 1.4167879727870873e-05,
1285
+ "loss": 1.0968,
1286
+ "step": 1790
1287
+ },
1288
+ {
1289
+ "epoch": 3.6521076688674454,
1290
+ "grad_norm": 1.918837308883667,
1291
+ "learning_rate": 1.4109728403522088e-05,
1292
+ "loss": 1.0971,
1293
+ "step": 1800
1294
+ },
1295
+ {
1296
+ "epoch": 3.6724225495175213,
1297
+ "grad_norm": 2.170398235321045,
1298
+ "learning_rate": 1.405140937867938e-05,
1299
+ "loss": 1.0953,
1300
+ "step": 1810
1301
+ },
1302
+ {
1303
+ "epoch": 3.6927374301675977,
1304
+ "grad_norm": 1.9695782661437988,
1305
+ "learning_rate": 1.3992925033093514e-05,
1306
+ "loss": 1.0954,
1307
+ "step": 1820
1308
+ },
1309
+ {
1310
+ "epoch": 3.713052310817674,
1311
+ "grad_norm": 2.0776660442352295,
1312
+ "learning_rate": 1.3934277753261274e-05,
1313
+ "loss": 1.0989,
1314
+ "step": 1830
1315
+ },
1316
+ {
1317
+ "epoch": 3.73336719146775,
1318
+ "grad_norm": 2.3341407775878906,
1319
+ "learning_rate": 1.3875469932328104e-05,
1320
+ "loss": 1.1108,
1321
+ "step": 1840
1322
+ },
1323
+ {
1324
+ "epoch": 3.7536820721178263,
1325
+ "grad_norm": 2.07391095161438,
1326
+ "learning_rate": 1.3816503969990444e-05,
1327
+ "loss": 1.1194,
1328
+ "step": 1850
1329
+ },
1330
+ {
1331
+ "epoch": 3.7739969527679023,
1332
+ "grad_norm": 1.9829392433166504,
1333
+ "learning_rate": 1.3757382272397805e-05,
1334
+ "loss": 1.0695,
1335
+ "step": 1860
1336
+ },
1337
+ {
1338
+ "epoch": 3.7943118334179786,
1339
+ "grad_norm": 2.744811534881592,
1340
+ "learning_rate": 1.3698107252054604e-05,
1341
+ "loss": 1.0825,
1342
+ "step": 1870
1343
+ },
1344
+ {
1345
+ "epoch": 3.814626714068055,
1346
+ "grad_norm": 2.293558120727539,
1347
+ "learning_rate": 1.3638681327721686e-05,
1348
+ "loss": 1.0942,
1349
+ "step": 1880
1350
+ },
1351
+ {
1352
+ "epoch": 3.834941594718131,
1353
+ "grad_norm": 2.2765190601348877,
1354
+ "learning_rate": 1.357910692431766e-05,
1355
+ "loss": 1.0907,
1356
+ "step": 1890
1357
+ },
1358
+ {
1359
+ "epoch": 3.8552564753682073,
1360
+ "grad_norm": 2.5928955078125,
1361
+ "learning_rate": 1.3519386472819927e-05,
1362
+ "loss": 1.0911,
1363
+ "step": 1900
1364
+ },
1365
+ {
1366
+ "epoch": 3.875571356018283,
1367
+ "grad_norm": 2.018359661102295,
1368
+ "learning_rate": 1.3459522410165488e-05,
1369
+ "loss": 1.0965,
1370
+ "step": 1910
1371
+ },
1372
+ {
1373
+ "epoch": 3.8958862366683595,
1374
+ "grad_norm": 3.01343035697937,
1375
+ "learning_rate": 1.3399517179151504e-05,
1376
+ "loss": 1.0946,
1377
+ "step": 1920
1378
+ },
1379
+ {
1380
+ "epoch": 3.916201117318436,
1381
+ "grad_norm": 2.592369794845581,
1382
+ "learning_rate": 1.3339373228335614e-05,
1383
+ "loss": 1.0901,
1384
+ "step": 1930
1385
+ },
1386
+ {
1387
+ "epoch": 3.936515997968512,
1388
+ "grad_norm": 2.4442763328552246,
1389
+ "learning_rate": 1.3279093011936021e-05,
1390
+ "loss": 1.0906,
1391
+ "step": 1940
1392
+ },
1393
+ {
1394
+ "epoch": 3.956830878618588,
1395
+ "grad_norm": 2.2360129356384277,
1396
+ "learning_rate": 1.3218678989731352e-05,
1397
+ "loss": 1.0988,
1398
+ "step": 1950
1399
+ },
1400
+ {
1401
+ "epoch": 3.977145759268664,
1402
+ "grad_norm": 2.1769418716430664,
1403
+ "learning_rate": 1.3158133626960261e-05,
1404
+ "loss": 1.0978,
1405
+ "step": 1960
1406
+ },
1407
+ {
1408
+ "epoch": 3.9974606399187405,
1409
+ "grad_norm": 2.4375362396240234,
1410
+ "learning_rate": 1.3097459394220867e-05,
1411
+ "loss": 1.0874,
1412
+ "step": 1970
1413
+ },
1414
+ {
1415
+ "epoch": 4.0,
1416
+ "eval_loss": 1.1085847616195679,
1417
+ "eval_runtime": 55.3659,
1418
+ "eval_samples_per_second": 35.581,
1419
+ "eval_steps_per_second": 8.904,
1420
+ "step": 1972
1421
+ },
1422
+ {
1423
+ "epoch": 4.016251904520061,
1424
+ "grad_norm": 2.620096445083618,
1425
+ "learning_rate": 1.3036658767369919e-05,
1426
+ "loss": 1.1006,
1427
+ "step": 1980
1428
+ },
1429
+ {
1430
+ "epoch": 4.0365667851701375,
1431
+ "grad_norm": 2.652712345123291,
1432
+ "learning_rate": 1.2975734227421768e-05,
1433
+ "loss": 1.0797,
1434
+ "step": 1990
1435
+ },
1436
+ {
1437
+ "epoch": 4.056881665820213,
1438
+ "grad_norm": 2.4038774967193604,
1439
+ "learning_rate": 1.291468826044713e-05,
1440
+ "loss": 1.1085,
1441
+ "step": 2000
1442
+ },
1443
+ {
1444
+ "epoch": 4.077196546470289,
1445
+ "grad_norm": 2.6778948307037354,
1446
+ "learning_rate": 1.2853523357471644e-05,
1447
+ "loss": 1.0818,
1448
+ "step": 2010
1449
+ },
1450
+ {
1451
+ "epoch": 4.097511427120366,
1452
+ "grad_norm": 2.2972545623779297,
1453
+ "learning_rate": 1.2792242014374216e-05,
1454
+ "loss": 1.0921,
1455
+ "step": 2020
1456
+ },
1457
+ {
1458
+ "epoch": 4.117826307770442,
1459
+ "grad_norm": 2.1259145736694336,
1460
+ "learning_rate": 1.273084673178518e-05,
1461
+ "loss": 1.0911,
1462
+ "step": 2030
1463
+ },
1464
+ {
1465
+ "epoch": 4.138141188420518,
1466
+ "grad_norm": 2.6703901290893555,
1467
+ "learning_rate": 1.2669340014984252e-05,
1468
+ "loss": 1.0939,
1469
+ "step": 2040
1470
+ },
1471
+ {
1472
+ "epoch": 4.158456069070594,
1473
+ "grad_norm": 2.7287003993988037,
1474
+ "learning_rate": 1.260772437379831e-05,
1475
+ "loss": 1.0896,
1476
+ "step": 2050
1477
+ },
1478
+ {
1479
+ "epoch": 4.17877094972067,
1480
+ "grad_norm": 2.5945608615875244,
1481
+ "learning_rate": 1.254600232249896e-05,
1482
+ "loss": 1.0973,
1483
+ "step": 2060
1484
+ },
1485
+ {
1486
+ "epoch": 4.199085830370747,
1487
+ "grad_norm": 2.0844831466674805,
1488
+ "learning_rate": 1.248417637969996e-05,
1489
+ "loss": 1.0883,
1490
+ "step": 2070
1491
+ },
1492
+ {
1493
+ "epoch": 4.219400711020823,
1494
+ "grad_norm": 2.237929105758667,
1495
+ "learning_rate": 1.2422249068254433e-05,
1496
+ "loss": 1.0963,
1497
+ "step": 2080
1498
+ },
1499
+ {
1500
+ "epoch": 4.239715591670899,
1501
+ "grad_norm": 2.147749662399292,
1502
+ "learning_rate": 1.2360222915151929e-05,
1503
+ "loss": 1.0939,
1504
+ "step": 2090
1505
+ },
1506
+ {
1507
+ "epoch": 4.260030472320975,
1508
+ "grad_norm": 2.0512821674346924,
1509
+ "learning_rate": 1.22981004514153e-05,
1510
+ "loss": 1.0984,
1511
+ "step": 2100
1512
+ },
1513
+ {
1514
+ "epoch": 4.280345352971051,
1515
+ "grad_norm": 2.3941662311553955,
1516
+ "learning_rate": 1.223588421199743e-05,
1517
+ "loss": 1.1019,
1518
+ "step": 2110
1519
+ },
1520
+ {
1521
+ "epoch": 4.3006602336211275,
1522
+ "grad_norm": 2.5357017517089844,
1523
+ "learning_rate": 1.2173576735677775e-05,
1524
+ "loss": 1.1074,
1525
+ "step": 2120
1526
+ },
1527
+ {
1528
+ "epoch": 4.320975114271204,
1529
+ "grad_norm": 2.3033499717712402,
1530
+ "learning_rate": 1.2111180564958796e-05,
1531
+ "loss": 1.0841,
1532
+ "step": 2130
1533
+ },
1534
+ {
1535
+ "epoch": 4.34128999492128,
1536
+ "grad_norm": 2.249016046524048,
1537
+ "learning_rate": 1.2048698245962184e-05,
1538
+ "loss": 1.0746,
1539
+ "step": 2140
1540
+ },
1541
+ {
1542
+ "epoch": 4.361604875571356,
1543
+ "grad_norm": 2.2466604709625244,
1544
+ "learning_rate": 1.1986132328324986e-05,
1545
+ "loss": 1.105,
1546
+ "step": 2150
1547
+ },
1548
+ {
1549
+ "epoch": 4.381919756221432,
1550
+ "grad_norm": 2.7963321208953857,
1551
+ "learning_rate": 1.192348536509554e-05,
1552
+ "loss": 1.0876,
1553
+ "step": 2160
1554
+ },
1555
+ {
1556
+ "epoch": 4.402234636871508,
1557
+ "grad_norm": 2.159446954727173,
1558
+ "learning_rate": 1.1860759912629311e-05,
1559
+ "loss": 1.1072,
1560
+ "step": 2170
1561
+ },
1562
+ {
1563
+ "epoch": 4.422549517521585,
1564
+ "grad_norm": 2.521923542022705,
1565
+ "learning_rate": 1.179795853048458e-05,
1566
+ "loss": 1.1047,
1567
+ "step": 2180
1568
+ },
1569
+ {
1570
+ "epoch": 4.442864398171661,
1571
+ "grad_norm": 2.2701151371002197,
1572
+ "learning_rate": 1.1735083781317992e-05,
1573
+ "loss": 1.0879,
1574
+ "step": 2190
1575
+ },
1576
+ {
1577
+ "epoch": 4.463179278821737,
1578
+ "grad_norm": 2.706636667251587,
1579
+ "learning_rate": 1.167213823077999e-05,
1580
+ "loss": 1.0793,
1581
+ "step": 2200
1582
+ },
1583
+ {
1584
+ "epoch": 4.483494159471813,
1585
+ "grad_norm": 2.425516128540039,
1586
+ "learning_rate": 1.1609124447410114e-05,
1587
+ "loss": 1.093,
1588
+ "step": 2210
1589
+ },
1590
+ {
1591
+ "epoch": 4.503809040121889,
1592
+ "grad_norm": 2.4822216033935547,
1593
+ "learning_rate": 1.1546045002532202e-05,
1594
+ "loss": 1.0961,
1595
+ "step": 2220
1596
+ },
1597
+ {
1598
+ "epoch": 4.524123920771966,
1599
+ "grad_norm": 2.3154852390289307,
1600
+ "learning_rate": 1.148290247014945e-05,
1601
+ "loss": 1.0861,
1602
+ "step": 2230
1603
+ },
1604
+ {
1605
+ "epoch": 4.544438801422041,
1606
+ "grad_norm": 2.016235589981079,
1607
+ "learning_rate": 1.1419699426839393e-05,
1608
+ "loss": 1.0913,
1609
+ "step": 2240
1610
+ },
1611
+ {
1612
+ "epoch": 4.5647536820721175,
1613
+ "grad_norm": 2.701549530029297,
1614
+ "learning_rate": 1.1356438451648754e-05,
1615
+ "loss": 1.0918,
1616
+ "step": 2250
1617
+ },
1618
+ {
1619
+ "epoch": 4.585068562722194,
1620
+ "grad_norm": 2.02785587310791,
1621
+ "learning_rate": 1.1293122125988211e-05,
1622
+ "loss": 1.1,
1623
+ "step": 2260
1624
+ },
1625
+ {
1626
+ "epoch": 4.60538344337227,
1627
+ "grad_norm": 2.196712017059326,
1628
+ "learning_rate": 1.122975303352706e-05,
1629
+ "loss": 1.0657,
1630
+ "step": 2270
1631
+ },
1632
+ {
1633
+ "epoch": 4.625698324022347,
1634
+ "grad_norm": 2.8437767028808594,
1635
+ "learning_rate": 1.1166333760087784e-05,
1636
+ "loss": 1.1043,
1637
+ "step": 2280
1638
+ },
1639
+ {
1640
+ "epoch": 4.646013204672423,
1641
+ "grad_norm": 2.5000803470611572,
1642
+ "learning_rate": 1.1102866893540537e-05,
1643
+ "loss": 1.0855,
1644
+ "step": 2290
1645
+ },
1646
+ {
1647
+ "epoch": 4.666328085322498,
1648
+ "grad_norm": 2.488802194595337,
1649
+ "learning_rate": 1.1039355023697547e-05,
1650
+ "loss": 1.0792,
1651
+ "step": 2300
1652
+ },
1653
+ {
1654
+ "epoch": 4.686642965972575,
1655
+ "grad_norm": 2.04819655418396,
1656
+ "learning_rate": 1.097580074220743e-05,
1657
+ "loss": 1.0746,
1658
+ "step": 2310
1659
+ },
1660
+ {
1661
+ "epoch": 4.706957846622651,
1662
+ "grad_norm": 2.619755506515503,
1663
+ "learning_rate": 1.091220664244945e-05,
1664
+ "loss": 1.0807,
1665
+ "step": 2320
1666
+ },
1667
+ {
1668
+ "epoch": 4.7272727272727275,
1669
+ "grad_norm": 2.009214401245117,
1670
+ "learning_rate": 1.0848575319427673e-05,
1671
+ "loss": 1.0881,
1672
+ "step": 2330
1673
+ },
1674
+ {
1675
+ "epoch": 4.747587607922803,
1676
+ "grad_norm": 2.155071258544922,
1677
+ "learning_rate": 1.0784909369665092e-05,
1678
+ "loss": 1.0879,
1679
+ "step": 2340
1680
+ },
1681
+ {
1682
+ "epoch": 4.767902488572879,
1683
+ "grad_norm": 2.4336414337158203,
1684
+ "learning_rate": 1.0721211391097675e-05,
1685
+ "loss": 1.0915,
1686
+ "step": 2350
1687
+ },
1688
+ {
1689
+ "epoch": 4.788217369222956,
1690
+ "grad_norm": 2.942394733428955,
1691
+ "learning_rate": 1.0657483982968341e-05,
1692
+ "loss": 1.0753,
1693
+ "step": 2360
1694
+ },
1695
+ {
1696
+ "epoch": 4.808532249873032,
1697
+ "grad_norm": 2.1195554733276367,
1698
+ "learning_rate": 1.0593729745720913e-05,
1699
+ "loss": 1.067,
1700
+ "step": 2370
1701
+ },
1702
+ {
1703
+ "epoch": 4.828847130523108,
1704
+ "grad_norm": 2.387273073196411,
1705
+ "learning_rate": 1.0529951280893986e-05,
1706
+ "loss": 1.0828,
1707
+ "step": 2380
1708
+ },
1709
+ {
1710
+ "epoch": 4.849162011173185,
1711
+ "grad_norm": 2.598560094833374,
1712
+ "learning_rate": 1.0466151191014784e-05,
1713
+ "loss": 1.0905,
1714
+ "step": 2390
1715
+ },
1716
+ {
1717
+ "epoch": 4.86947689182326,
1718
+ "grad_norm": 2.338967800140381,
1719
+ "learning_rate": 1.0402332079492959e-05,
1720
+ "loss": 1.0888,
1721
+ "step": 2400
1722
+ },
1723
+ {
1724
+ "epoch": 4.889791772473337,
1725
+ "grad_norm": 2.038918972015381,
1726
+ "learning_rate": 1.033849655051435e-05,
1727
+ "loss": 1.0713,
1728
+ "step": 2410
1729
+ },
1730
+ {
1731
+ "epoch": 4.910106653123413,
1732
+ "grad_norm": 2.3864147663116455,
1733
+ "learning_rate": 1.0274647208934732e-05,
1734
+ "loss": 1.0997,
1735
+ "step": 2420
1736
+ },
1737
+ {
1738
+ "epoch": 4.930421533773489,
1739
+ "grad_norm": 2.313906669616699,
1740
+ "learning_rate": 1.02107866601735e-05,
1741
+ "loss": 1.088,
1742
+ "step": 2430
1743
+ },
1744
+ {
1745
+ "epoch": 4.950736414423565,
1746
+ "grad_norm": 1.9792237281799316,
1747
+ "learning_rate": 1.0146917510107377e-05,
1748
+ "loss": 1.0792,
1749
+ "step": 2440
1750
+ },
1751
+ {
1752
+ "epoch": 4.971051295073641,
1753
+ "grad_norm": 2.2212326526641846,
1754
+ "learning_rate": 1.0083042364964062e-05,
1755
+ "loss": 1.0804,
1756
+ "step": 2450
1757
+ },
1758
+ {
1759
+ "epoch": 4.9913661757237175,
1760
+ "grad_norm": 2.190819501876831,
1761
+ "learning_rate": 1.0019163831215894e-05,
1762
+ "loss": 1.0815,
1763
+ "step": 2460
1764
+ },
1765
+ {
1766
+ "epoch": 5.0,
1767
+ "eval_loss": 1.1006184816360474,
1768
+ "eval_runtime": 54.9569,
1769
+ "eval_samples_per_second": 35.846,
1770
+ "eval_steps_per_second": 8.971,
1771
+ "step": 2465
1772
+ },
1773
+ {
1774
+ "epoch": 5.010157440325038,
1775
+ "grad_norm": 2.375826597213745,
1776
+ "learning_rate": 9.955284515473478e-06,
1777
+ "loss": 1.0816,
1778
+ "step": 2470
1779
+ },
1780
+ {
1781
+ "epoch": 5.0304723209751145,
1782
+ "grad_norm": 2.3722262382507324,
1783
+ "learning_rate": 9.89140702437934e-06,
1784
+ "loss": 1.081,
1785
+ "step": 2480
1786
+ },
1787
+ {
1788
+ "epoch": 5.05078720162519,
1789
+ "grad_norm": 2.717057943344116,
1790
+ "learning_rate": 9.827533964501537e-06,
1791
+ "loss": 1.1021,
1792
+ "step": 2490
1793
+ },
1794
+ {
1795
+ "epoch": 5.071102082275266,
1796
+ "grad_norm": 2.2786624431610107,
1797
+ "learning_rate": 9.763667942227323e-06,
1798
+ "loss": 1.0983,
1799
+ "step": 2500
1800
+ },
1801
+ {
1802
+ "epoch": 5.091416962925343,
1803
+ "grad_norm": 2.0201127529144287,
1804
+ "learning_rate": 9.699811563656758e-06,
1805
+ "loss": 1.0694,
1806
+ "step": 2510
1807
+ },
1808
+ {
1809
+ "epoch": 5.111731843575419,
1810
+ "grad_norm": 2.4694550037384033,
1811
+ "learning_rate": 9.635967434496396e-06,
1812
+ "loss": 1.0899,
1813
+ "step": 2520
1814
+ },
1815
+ {
1816
+ "epoch": 5.1320467242254955,
1817
+ "grad_norm": 2.8942248821258545,
1818
+ "learning_rate": 9.572138159952945e-06,
1819
+ "loss": 1.099,
1820
+ "step": 2530
1821
+ },
1822
+ {
1823
+ "epoch": 5.152361604875571,
1824
+ "grad_norm": 2.079746723175049,
1825
+ "learning_rate": 9.508326344626955e-06,
1826
+ "loss": 1.0789,
1827
+ "step": 2540
1828
+ },
1829
+ {
1830
+ "epoch": 5.172676485525647,
1831
+ "grad_norm": 2.178121566772461,
1832
+ "learning_rate": 9.444534592406541e-06,
1833
+ "loss": 1.0763,
1834
+ "step": 2550
1835
+ },
1836
+ {
1837
+ "epoch": 5.192991366175724,
1838
+ "grad_norm": 2.4157040119171143,
1839
+ "learning_rate": 9.380765506361132e-06,
1840
+ "loss": 1.0735,
1841
+ "step": 2560
1842
+ },
1843
+ {
1844
+ "epoch": 5.2133062468258,
1845
+ "grad_norm": 2.3019464015960693,
1846
+ "learning_rate": 9.317021688635236e-06,
1847
+ "loss": 1.0746,
1848
+ "step": 2570
1849
+ },
1850
+ {
1851
+ "epoch": 5.233621127475876,
1852
+ "grad_norm": 2.6220922470092773,
1853
+ "learning_rate": 9.253305740342287e-06,
1854
+ "loss": 1.0663,
1855
+ "step": 2580
1856
+ },
1857
+ {
1858
+ "epoch": 5.253936008125952,
1859
+ "grad_norm": 2.5131311416625977,
1860
+ "learning_rate": 9.189620261458467e-06,
1861
+ "loss": 1.0616,
1862
+ "step": 2590
1863
+ },
1864
+ {
1865
+ "epoch": 5.274250888776028,
1866
+ "grad_norm": 2.5169596672058105,
1867
+ "learning_rate": 9.125967850716648e-06,
1868
+ "loss": 1.0709,
1869
+ "step": 2600
1870
+ },
1871
+ {
1872
+ "epoch": 5.294565769426105,
1873
+ "grad_norm": 2.525052309036255,
1874
+ "learning_rate": 9.062351105500316e-06,
1875
+ "loss": 1.07,
1876
+ "step": 2610
1877
+ },
1878
+ {
1879
+ "epoch": 5.314880650076181,
1880
+ "grad_norm": 2.4557714462280273,
1881
+ "learning_rate": 8.998772621737609e-06,
1882
+ "loss": 1.0802,
1883
+ "step": 2620
1884
+ },
1885
+ {
1886
+ "epoch": 5.335195530726257,
1887
+ "grad_norm": 2.4241530895233154,
1888
+ "learning_rate": 8.935234993795378e-06,
1889
+ "loss": 1.0765,
1890
+ "step": 2630
1891
+ },
1892
+ {
1893
+ "epoch": 5.355510411376333,
1894
+ "grad_norm": 2.6684749126434326,
1895
+ "learning_rate": 8.87174081437332e-06,
1896
+ "loss": 1.0793,
1897
+ "step": 2640
1898
+ },
1899
+ {
1900
+ "epoch": 5.375825292026409,
1901
+ "grad_norm": 2.0009050369262695,
1902
+ "learning_rate": 8.808292674398186e-06,
1903
+ "loss": 1.0584,
1904
+ "step": 2650
1905
+ },
1906
+ {
1907
+ "epoch": 5.3961401726764855,
1908
+ "grad_norm": 2.189467668533325,
1909
+ "learning_rate": 8.744893162918045e-06,
1910
+ "loss": 1.1002,
1911
+ "step": 2660
1912
+ },
1913
+ {
1914
+ "epoch": 5.416455053326562,
1915
+ "grad_norm": 2.2791178226470947,
1916
+ "learning_rate": 8.681544866996657e-06,
1917
+ "loss": 1.0928,
1918
+ "step": 2670
1919
+ },
1920
+ {
1921
+ "epoch": 5.436769933976638,
1922
+ "grad_norm": 2.332437753677368,
1923
+ "learning_rate": 8.618250371607879e-06,
1924
+ "loss": 1.0715,
1925
+ "step": 2680
1926
+ },
1927
+ {
1928
+ "epoch": 5.457084814626714,
1929
+ "grad_norm": 2.518786907196045,
1930
+ "learning_rate": 8.555012259530215e-06,
1931
+ "loss": 1.074,
1932
+ "step": 2690
1933
+ },
1934
+ {
1935
+ "epoch": 5.47739969527679,
1936
+ "grad_norm": 2.394573211669922,
1937
+ "learning_rate": 8.491833111241392e-06,
1938
+ "loss": 1.0846,
1939
+ "step": 2700
1940
+ },
1941
+ {
1942
+ "epoch": 5.497714575926866,
1943
+ "grad_norm": 2.2103583812713623,
1944
+ "learning_rate": 8.428715504813084e-06,
1945
+ "loss": 1.0952,
1946
+ "step": 2710
1947
+ },
1948
+ {
1949
+ "epoch": 5.518029456576943,
1950
+ "grad_norm": 2.51759934425354,
1951
+ "learning_rate": 8.365662015805694e-06,
1952
+ "loss": 1.0918,
1953
+ "step": 2720
1954
+ },
1955
+ {
1956
+ "epoch": 5.538344337227019,
1957
+ "grad_norm": 2.085672616958618,
1958
+ "learning_rate": 8.302675217163279e-06,
1959
+ "loss": 1.0726,
1960
+ "step": 2730
1961
+ },
1962
+ {
1963
+ "epoch": 5.558659217877095,
1964
+ "grad_norm": 2.341189384460449,
1965
+ "learning_rate": 8.23975767910854e-06,
1966
+ "loss": 1.0762,
1967
+ "step": 2740
1968
+ },
1969
+ {
1970
+ "epoch": 5.578974098527171,
1971
+ "grad_norm": 2.3695602416992188,
1972
+ "learning_rate": 8.176911969037951e-06,
1973
+ "loss": 1.0794,
1974
+ "step": 2750
1975
+ },
1976
+ {
1977
+ "epoch": 5.599288979177247,
1978
+ "grad_norm": 2.8153765201568604,
1979
+ "learning_rate": 8.11414065141699e-06,
1980
+ "loss": 1.0823,
1981
+ "step": 2760
1982
+ },
1983
+ {
1984
+ "epoch": 5.619603859827324,
1985
+ "grad_norm": 2.3020527362823486,
1986
+ "learning_rate": 8.051446287675499e-06,
1987
+ "loss": 1.064,
1988
+ "step": 2770
1989
+ },
1990
+ {
1991
+ "epoch": 5.6399187404774,
1992
+ "grad_norm": 2.436936378479004,
1993
+ "learning_rate": 7.988831436103157e-06,
1994
+ "loss": 1.0911,
1995
+ "step": 2780
1996
+ },
1997
+ {
1998
+ "epoch": 5.6602336211274755,
1999
+ "grad_norm": 2.706698417663574,
2000
+ "learning_rate": 7.926298651745095e-06,
2001
+ "loss": 1.1105,
2002
+ "step": 2790
2003
+ },
2004
+ {
2005
+ "epoch": 5.680548501777552,
2006
+ "grad_norm": 2.290712594985962,
2007
+ "learning_rate": 7.863850486297622e-06,
2008
+ "loss": 1.0668,
2009
+ "step": 2800
2010
+ },
2011
+ {
2012
+ "epoch": 5.700863382427628,
2013
+ "grad_norm": 2.3723671436309814,
2014
+ "learning_rate": 7.801489488004124e-06,
2015
+ "loss": 1.0701,
2016
+ "step": 2810
2017
+ },
2018
+ {
2019
+ "epoch": 5.721178263077705,
2020
+ "grad_norm": 2.1805179119110107,
2021
+ "learning_rate": 7.739218201551054e-06,
2022
+ "loss": 1.0718,
2023
+ "step": 2820
2024
+ },
2025
+ {
2026
+ "epoch": 5.741493143727781,
2027
+ "grad_norm": 2.39038348197937,
2028
+ "learning_rate": 7.677039167964114e-06,
2029
+ "loss": 1.075,
2030
+ "step": 2830
2031
+ },
2032
+ {
2033
+ "epoch": 5.761808024377856,
2034
+ "grad_norm": 2.164767265319824,
2035
+ "learning_rate": 7.614954924504553e-06,
2036
+ "loss": 1.0857,
2037
+ "step": 2840
2038
+ },
2039
+ {
2040
+ "epoch": 5.782122905027933,
2041
+ "grad_norm": 2.3338029384613037,
2042
+ "learning_rate": 7.552968004565653e-06,
2043
+ "loss": 1.0692,
2044
+ "step": 2850
2045
+ },
2046
+ {
2047
+ "epoch": 5.802437785678009,
2048
+ "grad_norm": 2.186400890350342,
2049
+ "learning_rate": 7.491080937569321e-06,
2050
+ "loss": 1.0759,
2051
+ "step": 2860
2052
+ },
2053
+ {
2054
+ "epoch": 5.8227526663280855,
2055
+ "grad_norm": 2.548473834991455,
2056
+ "learning_rate": 7.429296248862907e-06,
2057
+ "loss": 1.0799,
2058
+ "step": 2870
2059
+ },
2060
+ {
2061
+ "epoch": 5.843067546978162,
2062
+ "grad_norm": 2.4101195335388184,
2063
+ "learning_rate": 7.367616459616127e-06,
2064
+ "loss": 1.0772,
2065
+ "step": 2880
2066
+ },
2067
+ {
2068
+ "epoch": 5.863382427628237,
2069
+ "grad_norm": 2.5707526206970215,
2070
+ "learning_rate": 7.306044086718207e-06,
2071
+ "loss": 1.0772,
2072
+ "step": 2890
2073
+ },
2074
+ {
2075
+ "epoch": 5.883697308278314,
2076
+ "grad_norm": 2.447829246520996,
2077
+ "learning_rate": 7.244581642675159e-06,
2078
+ "loss": 1.0823,
2079
+ "step": 2900
2080
+ },
2081
+ {
2082
+ "epoch": 5.90401218892839,
2083
+ "grad_norm": 2.3447105884552,
2084
+ "learning_rate": 7.1832316355072785e-06,
2085
+ "loss": 1.0927,
2086
+ "step": 2910
2087
+ },
2088
+ {
2089
+ "epoch": 5.924327069578466,
2090
+ "grad_norm": 2.4636731147766113,
2091
+ "learning_rate": 7.121996568646786e-06,
2092
+ "loss": 1.0963,
2093
+ "step": 2920
2094
+ },
2095
+ {
2096
+ "epoch": 5.944641950228542,
2097
+ "grad_norm": 2.2715587615966797,
2098
+ "learning_rate": 7.060878940835674e-06,
2099
+ "loss": 1.1112,
2100
+ "step": 2930
2101
+ },
2102
+ {
2103
+ "epoch": 5.964956830878618,
2104
+ "grad_norm": 2.37288236618042,
2105
+ "learning_rate": 6.999881246023754e-06,
2106
+ "loss": 1.0959,
2107
+ "step": 2940
2108
+ },
2109
+ {
2110
+ "epoch": 5.985271711528695,
2111
+ "grad_norm": 2.28794264793396,
2112
+ "learning_rate": 6.9390059732668835e-06,
2113
+ "loss": 1.0642,
2114
+ "step": 2950
2115
+ },
2116
+ {
2117
+ "epoch": 6.0,
2118
+ "eval_loss": 1.0949872732162476,
2119
+ "eval_runtime": 54.7572,
2120
+ "eval_samples_per_second": 35.977,
2121
+ "eval_steps_per_second": 9.003,
2122
+ "step": 2958
2123
+ },
2124
+ {
2125
+ "epoch": 6.004062976130015,
2126
+ "grad_norm": 2.5767059326171875,
2127
+ "learning_rate": 6.878255606625395e-06,
2128
+ "loss": 1.0996,
2129
+ "step": 2960
2130
+ },
2131
+ {
2132
+ "epoch": 6.024377856780092,
2133
+ "grad_norm": 2.55753755569458,
2134
+ "learning_rate": 6.817632625062735e-06,
2135
+ "loss": 1.0868,
2136
+ "step": 2970
2137
+ },
2138
+ {
2139
+ "epoch": 6.044692737430168,
2140
+ "grad_norm": 2.5268876552581787,
2141
+ "learning_rate": 6.757139502344312e-06,
2142
+ "loss": 1.0957,
2143
+ "step": 2980
2144
+ },
2145
+ {
2146
+ "epoch": 6.0650076180802435,
2147
+ "grad_norm": 2.596231698989868,
2148
+ "learning_rate": 6.696778706936542e-06,
2149
+ "loss": 1.078,
2150
+ "step": 2990
2151
+ },
2152
+ {
2153
+ "epoch": 6.08532249873032,
2154
+ "grad_norm": 2.4920766353607178,
2155
+ "learning_rate": 6.636552701906135e-06,
2156
+ "loss": 1.0653,
2157
+ "step": 3000
2158
+ },
2159
+ {
2160
+ "epoch": 6.105637379380396,
2161
+ "grad_norm": 2.75101900100708,
2162
+ "learning_rate": 6.576463944819576e-06,
2163
+ "loss": 1.1024,
2164
+ "step": 3010
2165
+ },
2166
+ {
2167
+ "epoch": 6.1259522600304726,
2168
+ "grad_norm": 2.3427553176879883,
2169
+ "learning_rate": 6.516514887642846e-06,
2170
+ "loss": 1.0864,
2171
+ "step": 3020
2172
+ },
2173
+ {
2174
+ "epoch": 6.146267140680549,
2175
+ "grad_norm": 2.1833336353302,
2176
+ "learning_rate": 6.456707976641368e-06,
2177
+ "loss": 1.066,
2178
+ "step": 3030
2179
+ },
2180
+ {
2181
+ "epoch": 6.166582021330624,
2182
+ "grad_norm": 2.4288933277130127,
2183
+ "learning_rate": 6.397045652280192e-06,
2184
+ "loss": 1.0787,
2185
+ "step": 3040
2186
+ },
2187
+ {
2188
+ "epoch": 6.186896901980701,
2189
+ "grad_norm": 2.3094112873077393,
2190
+ "learning_rate": 6.3375303491243925e-06,
2191
+ "loss": 1.0703,
2192
+ "step": 3050
2193
+ },
2194
+ {
2195
+ "epoch": 6.207211782630777,
2196
+ "grad_norm": 2.3378853797912598,
2197
+ "learning_rate": 6.278164495739749e-06,
2198
+ "loss": 1.1107,
2199
+ "step": 3060
2200
+ },
2201
+ {
2202
+ "epoch": 6.2275266632808535,
2203
+ "grad_norm": 2.429354667663574,
2204
+ "learning_rate": 6.21895051459362e-06,
2205
+ "loss": 1.0632,
2206
+ "step": 3070
2207
+ },
2208
+ {
2209
+ "epoch": 6.24784154393093,
2210
+ "grad_norm": 2.5030083656311035,
2211
+ "learning_rate": 6.159890821956118e-06,
2212
+ "loss": 1.0794,
2213
+ "step": 3080
2214
+ },
2215
+ {
2216
+ "epoch": 6.268156424581005,
2217
+ "grad_norm": 2.2454118728637695,
2218
+ "learning_rate": 6.100987827801486e-06,
2219
+ "loss": 1.0555,
2220
+ "step": 3090
2221
+ },
2222
+ {
2223
+ "epoch": 6.288471305231082,
2224
+ "grad_norm": 2.3601973056793213,
2225
+ "learning_rate": 6.042243935709782e-06,
2226
+ "loss": 1.0758,
2227
+ "step": 3100
2228
+ },
2229
+ {
2230
+ "epoch": 6.308786185881158,
2231
+ "grad_norm": 1.9250520467758179,
2232
+ "learning_rate": 5.983661542768777e-06,
2233
+ "loss": 1.066,
2234
+ "step": 3110
2235
+ },
2236
+ {
2237
+ "epoch": 6.329101066531234,
2238
+ "grad_norm": 2.4363834857940674,
2239
+ "learning_rate": 5.9252430394761625e-06,
2240
+ "loss": 1.089,
2241
+ "step": 3120
2242
+ },
2243
+ {
2244
+ "epoch": 6.34941594718131,
2245
+ "grad_norm": 2.1766016483306885,
2246
+ "learning_rate": 5.866990809641978e-06,
2247
+ "loss": 1.0695,
2248
+ "step": 3130
2249
+ },
2250
+ {
2251
+ "epoch": 6.369730827831386,
2252
+ "grad_norm": 2.575039863586426,
2253
+ "learning_rate": 5.808907230291359e-06,
2254
+ "loss": 1.0874,
2255
+ "step": 3140
2256
+ },
2257
+ {
2258
+ "epoch": 6.390045708481463,
2259
+ "grad_norm": 2.4749789237976074,
2260
+ "learning_rate": 5.75099467156754e-06,
2261
+ "loss": 1.1004,
2262
+ "step": 3150
2263
+ },
2264
+ {
2265
+ "epoch": 6.410360589131539,
2266
+ "grad_norm": 2.669945240020752,
2267
+ "learning_rate": 5.6932554966351185e-06,
2268
+ "loss": 1.0756,
2269
+ "step": 3160
2270
+ },
2271
+ {
2272
+ "epoch": 6.430675469781615,
2273
+ "grad_norm": 2.250049114227295,
2274
+ "learning_rate": 5.635692061583651e-06,
2275
+ "loss": 1.074,
2276
+ "step": 3170
2277
+ },
2278
+ {
2279
+ "epoch": 6.450990350431692,
2280
+ "grad_norm": 2.271474599838257,
2281
+ "learning_rate": 5.578306715331494e-06,
2282
+ "loss": 1.0881,
2283
+ "step": 3180
2284
+ },
2285
+ {
2286
+ "epoch": 6.471305231081767,
2287
+ "grad_norm": 2.2663955688476562,
2288
+ "learning_rate": 5.521101799529965e-06,
2289
+ "loss": 1.0601,
2290
+ "step": 3190
2291
+ },
2292
+ {
2293
+ "epoch": 6.4916201117318435,
2294
+ "grad_norm": 2.209956407546997,
2295
+ "learning_rate": 5.464079648467769e-06,
2296
+ "loss": 1.0569,
2297
+ "step": 3200
2298
+ },
2299
+ {
2300
+ "epoch": 6.51193499238192,
2301
+ "grad_norm": 2.395031213760376,
2302
+ "learning_rate": 5.407242588975777e-06,
2303
+ "loss": 1.0687,
2304
+ "step": 3210
2305
+ },
2306
+ {
2307
+ "epoch": 6.532249873031996,
2308
+ "grad_norm": 2.570211410522461,
2309
+ "learning_rate": 5.3505929403320575e-06,
2310
+ "loss": 1.064,
2311
+ "step": 3220
2312
+ },
2313
+ {
2314
+ "epoch": 6.552564753682072,
2315
+ "grad_norm": 2.569349765777588,
2316
+ "learning_rate": 5.294133014167242e-06,
2317
+ "loss": 1.0752,
2318
+ "step": 3230
2319
+ },
2320
+ {
2321
+ "epoch": 6.572879634332148,
2322
+ "grad_norm": 2.717036008834839,
2323
+ "learning_rate": 5.237865114370192e-06,
2324
+ "loss": 1.06,
2325
+ "step": 3240
2326
+ },
2327
+ {
2328
+ "epoch": 6.593194514982224,
2329
+ "grad_norm": 2.299722671508789,
2330
+ "learning_rate": 5.18179153699399e-06,
2331
+ "loss": 1.0828,
2332
+ "step": 3250
2333
+ },
2334
+ {
2335
+ "epoch": 6.613509395632301,
2336
+ "grad_norm": 2.2542483806610107,
2337
+ "learning_rate": 5.125914570162259e-06,
2338
+ "loss": 1.0829,
2339
+ "step": 3260
2340
+ },
2341
+ {
2342
+ "epoch": 6.633824276282377,
2343
+ "grad_norm": 2.26954984664917,
2344
+ "learning_rate": 5.070236493975777e-06,
2345
+ "loss": 1.0877,
2346
+ "step": 3270
2347
+ },
2348
+ {
2349
+ "epoch": 6.6541391569324535,
2350
+ "grad_norm": 2.2126009464263916,
2351
+ "learning_rate": 5.014759580419448e-06,
2352
+ "loss": 1.0676,
2353
+ "step": 3280
2354
+ },
2355
+ {
2356
+ "epoch": 6.674454037582529,
2357
+ "grad_norm": 2.658097505569458,
2358
+ "learning_rate": 4.959486093269577e-06,
2359
+ "loss": 1.0746,
2360
+ "step": 3290
2361
+ },
2362
+ {
2363
+ "epoch": 6.694768918232605,
2364
+ "grad_norm": 2.2925167083740234,
2365
+ "learning_rate": 4.904418288001511e-06,
2366
+ "loss": 1.0689,
2367
+ "step": 3300
2368
+ },
2369
+ {
2370
+ "epoch": 6.715083798882682,
2371
+ "grad_norm": 2.2561416625976562,
2372
+ "learning_rate": 4.849558411697604e-06,
2373
+ "loss": 1.0787,
2374
+ "step": 3310
2375
+ },
2376
+ {
2377
+ "epoch": 6.735398679532758,
2378
+ "grad_norm": 2.590914726257324,
2379
+ "learning_rate": 4.794908702955496e-06,
2380
+ "loss": 1.0673,
2381
+ "step": 3320
2382
+ },
2383
+ {
2384
+ "epoch": 6.7557135601828335,
2385
+ "grad_norm": 2.577042579650879,
2386
+ "learning_rate": 4.740471391796807e-06,
2387
+ "loss": 1.0841,
2388
+ "step": 3330
2389
+ },
2390
+ {
2391
+ "epoch": 6.77602844083291,
2392
+ "grad_norm": 2.53352689743042,
2393
+ "learning_rate": 4.686248699576098e-06,
2394
+ "loss": 1.0603,
2395
+ "step": 3340
2396
+ },
2397
+ {
2398
+ "epoch": 6.796343321482986,
2399
+ "grad_norm": 2.2674384117126465,
2400
+ "learning_rate": 4.632242838890257e-06,
2401
+ "loss": 1.0651,
2402
+ "step": 3350
2403
+ },
2404
+ {
2405
+ "epoch": 6.816658202133063,
2406
+ "grad_norm": 2.618176221847534,
2407
+ "learning_rate": 4.578456013488206e-06,
2408
+ "loss": 1.0714,
2409
+ "step": 3360
2410
+ },
2411
+ {
2412
+ "epoch": 6.836973082783139,
2413
+ "grad_norm": 2.610429286956787,
2414
+ "learning_rate": 4.524890418180954e-06,
2415
+ "loss": 1.1131,
2416
+ "step": 3370
2417
+ },
2418
+ {
2419
+ "epoch": 6.8572879634332145,
2420
+ "grad_norm": 2.254110813140869,
2421
+ "learning_rate": 4.471548238752068e-06,
2422
+ "loss": 1.0697,
2423
+ "step": 3380
2424
+ },
2425
+ {
2426
+ "epoch": 6.877602844083291,
2427
+ "grad_norm": 2.650230884552002,
2428
+ "learning_rate": 4.4184316518684625e-06,
2429
+ "loss": 1.0892,
2430
+ "step": 3390
2431
+ },
2432
+ {
2433
+ "epoch": 6.897917724733367,
2434
+ "grad_norm": 2.45845890045166,
2435
+ "learning_rate": 4.365542824991581e-06,
2436
+ "loss": 1.0798,
2437
+ "step": 3400
2438
+ },
2439
+ {
2440
+ "epoch": 6.9182326053834435,
2441
+ "grad_norm": 2.395923376083374,
2442
+ "learning_rate": 4.312883916288947e-06,
2443
+ "loss": 1.0596,
2444
+ "step": 3410
2445
+ },
2446
+ {
2447
+ "epoch": 6.93854748603352,
2448
+ "grad_norm": 2.744338274002075,
2449
+ "learning_rate": 4.26045707454611e-06,
2450
+ "loss": 1.0624,
2451
+ "step": 3420
2452
+ },
2453
+ {
2454
+ "epoch": 6.958862366683595,
2455
+ "grad_norm": 2.431194543838501,
2456
+ "learning_rate": 4.2082644390789565e-06,
2457
+ "loss": 1.0762,
2458
+ "step": 3430
2459
+ },
2460
+ {
2461
+ "epoch": 6.979177247333672,
2462
+ "grad_norm": 2.344907522201538,
2463
+ "learning_rate": 4.156308139646417e-06,
2464
+ "loss": 1.0716,
2465
+ "step": 3440
2466
+ },
2467
+ {
2468
+ "epoch": 6.999492127983748,
2469
+ "grad_norm": 2.289046049118042,
2470
+ "learning_rate": 4.1045902963635355e-06,
2471
+ "loss": 1.0749,
2472
+ "step": 3450
2473
+ },
2474
+ {
2475
+ "epoch": 7.0,
2476
+ "eval_loss": 1.0920889377593994,
2477
+ "eval_runtime": 54.5848,
2478
+ "eval_samples_per_second": 36.091,
2479
+ "eval_steps_per_second": 9.032,
2480
+ "step": 3451
2481
+ },
2482
+ {
2483
+ "epoch": 7.018283392585069,
2484
+ "grad_norm": 2.9955337047576904,
2485
+ "learning_rate": 4.053113019615001e-06,
2486
+ "loss": 1.0685,
2487
+ "step": 3460
2488
+ },
2489
+ {
2490
+ "epoch": 7.038598273235145,
2491
+ "grad_norm": 2.43476939201355,
2492
+ "learning_rate": 4.001878409969e-06,
2493
+ "loss": 1.0741,
2494
+ "step": 3470
2495
+ },
2496
+ {
2497
+ "epoch": 7.058913153885221,
2498
+ "grad_norm": 2.4879932403564453,
2499
+ "learning_rate": 3.95088855809151e-06,
2500
+ "loss": 1.0906,
2501
+ "step": 3480
2502
+ },
2503
+ {
2504
+ "epoch": 7.079228034535297,
2505
+ "grad_norm": 2.2968192100524902,
2506
+ "learning_rate": 3.900145544660981e-06,
2507
+ "loss": 1.0646,
2508
+ "step": 3490
2509
+ },
2510
+ {
2511
+ "epoch": 7.099542915185373,
2512
+ "grad_norm": 2.6439547538757324,
2513
+ "learning_rate": 3.849651440283443e-06,
2514
+ "loss": 1.0802,
2515
+ "step": 3500
2516
+ },
2517
+ {
2518
+ "epoch": 7.11985779583545,
2519
+ "grad_norm": 2.3785431385040283,
2520
+ "learning_rate": 3.7994083054080123e-06,
2521
+ "loss": 1.067,
2522
+ "step": 3510
2523
+ },
2524
+ {
2525
+ "epoch": 7.140172676485526,
2526
+ "grad_norm": 2.7672765254974365,
2527
+ "learning_rate": 3.7494181902428094e-06,
2528
+ "loss": 1.082,
2529
+ "step": 3520
2530
+ },
2531
+ {
2532
+ "epoch": 7.1604875571356015,
2533
+ "grad_norm": 2.634470224380493,
2534
+ "learning_rate": 3.6996831346712892e-06,
2535
+ "loss": 1.0749,
2536
+ "step": 3530
2537
+ },
2538
+ {
2539
+ "epoch": 7.180802437785678,
2540
+ "grad_norm": 2.251033067703247,
2541
+ "learning_rate": 3.6502051681690266e-06,
2542
+ "loss": 1.0831,
2543
+ "step": 3540
2544
+ },
2545
+ {
2546
+ "epoch": 7.201117318435754,
2547
+ "grad_norm": 2.855700969696045,
2548
+ "learning_rate": 3.600986309720873e-06,
2549
+ "loss": 1.0765,
2550
+ "step": 3550
2551
+ },
2552
+ {
2553
+ "epoch": 7.221432199085831,
2554
+ "grad_norm": 2.3868894577026367,
2555
+ "learning_rate": 3.552028567738596e-06,
2556
+ "loss": 1.0614,
2557
+ "step": 3560
2558
+ },
2559
+ {
2560
+ "epoch": 7.241747079735907,
2561
+ "grad_norm": 2.3770251274108887,
2562
+ "learning_rate": 3.5033339399789125e-06,
2563
+ "loss": 1.0764,
2564
+ "step": 3570
2565
+ },
2566
+ {
2567
+ "epoch": 7.262061960385982,
2568
+ "grad_norm": 2.417048215866089,
2569
+ "learning_rate": 3.4549044134619603e-06,
2570
+ "loss": 1.0607,
2571
+ "step": 3580
2572
+ },
2573
+ {
2574
+ "epoch": 7.282376841036059,
2575
+ "grad_norm": 2.5006279945373535,
2576
+ "learning_rate": 3.4067419643902367e-06,
2577
+ "loss": 1.0481,
2578
+ "step": 3590
2579
+ },
2580
+ {
2581
+ "epoch": 7.302691721686135,
2582
+ "grad_norm": 2.4641923904418945,
2583
+ "learning_rate": 3.3588485580679465e-06,
2584
+ "loss": 1.0755,
2585
+ "step": 3600
2586
+ },
2587
+ {
2588
+ "epoch": 7.3230066023362115,
2589
+ "grad_norm": 2.6034882068634033,
2590
+ "learning_rate": 3.3112261488207962e-06,
2591
+ "loss": 1.068,
2592
+ "step": 3610
2593
+ },
2594
+ {
2595
+ "epoch": 7.343321482986288,
2596
+ "grad_norm": 2.483919858932495,
2597
+ "learning_rate": 3.263876679916267e-06,
2598
+ "loss": 1.0659,
2599
+ "step": 3620
2600
+ },
2601
+ {
2602
+ "epoch": 7.363636363636363,
2603
+ "grad_norm": 2.473473072052002,
2604
+ "learning_rate": 3.216802083484307e-06,
2605
+ "loss": 1.0953,
2606
+ "step": 3630
2607
+ },
2608
+ {
2609
+ "epoch": 7.38395124428644,
2610
+ "grad_norm": 2.57886004447937,
2611
+ "learning_rate": 3.1700042804384924e-06,
2612
+ "loss": 1.0537,
2613
+ "step": 3640
2614
+ },
2615
+ {
2616
+ "epoch": 7.404266124936516,
2617
+ "grad_norm": 2.4494612216949463,
2618
+ "learning_rate": 3.1234851803976352e-06,
2619
+ "loss": 1.0834,
2620
+ "step": 3650
2621
+ },
2622
+ {
2623
+ "epoch": 7.424581005586592,
2624
+ "grad_norm": 2.679572105407715,
2625
+ "learning_rate": 3.077246681607865e-06,
2626
+ "loss": 1.0538,
2627
+ "step": 3660
2628
+ },
2629
+ {
2630
+ "epoch": 7.444895886236669,
2631
+ "grad_norm": 2.955970287322998,
2632
+ "learning_rate": 3.03129067086518e-06,
2633
+ "loss": 1.0855,
2634
+ "step": 3670
2635
+ },
2636
+ {
2637
+ "epoch": 7.465210766886744,
2638
+ "grad_norm": 2.511077404022217,
2639
+ "learning_rate": 2.98561902343844e-06,
2640
+ "loss": 1.094,
2641
+ "step": 3680
2642
+ },
2643
+ {
2644
+ "epoch": 7.485525647536821,
2645
+ "grad_norm": 3.1838951110839844,
2646
+ "learning_rate": 2.9402336029928526e-06,
2647
+ "loss": 1.0813,
2648
+ "step": 3690
2649
+ },
2650
+ {
2651
+ "epoch": 7.505840528186897,
2652
+ "grad_norm": 2.397426128387451,
2653
+ "learning_rate": 2.8951362615139167e-06,
2654
+ "loss": 1.0666,
2655
+ "step": 3700
2656
+ },
2657
+ {
2658
+ "epoch": 7.526155408836973,
2659
+ "grad_norm": 2.655226230621338,
2660
+ "learning_rate": 2.8503288392318627e-06,
2661
+ "loss": 1.0586,
2662
+ "step": 3710
2663
+ },
2664
+ {
2665
+ "epoch": 7.546470289487049,
2666
+ "grad_norm": 2.5811400413513184,
2667
+ "learning_rate": 2.8058131645465546e-06,
2668
+ "loss": 1.0763,
2669
+ "step": 3720
2670
+ },
2671
+ {
2672
+ "epoch": 7.566785170137125,
2673
+ "grad_norm": 2.3530173301696777,
2674
+ "learning_rate": 2.7615910539528824e-06,
2675
+ "loss": 1.069,
2676
+ "step": 3730
2677
+ },
2678
+ {
2679
+ "epoch": 7.5871000507872015,
2680
+ "grad_norm": 2.2900733947753906,
2681
+ "learning_rate": 2.717664311966627e-06,
2682
+ "loss": 1.0621,
2683
+ "step": 3740
2684
+ },
2685
+ {
2686
+ "epoch": 7.607414931437278,
2687
+ "grad_norm": 2.464092493057251,
2688
+ "learning_rate": 2.6740347310508487e-06,
2689
+ "loss": 1.0622,
2690
+ "step": 3750
2691
+ },
2692
+ {
2693
+ "epoch": 7.627729812087354,
2694
+ "grad_norm": 2.5965607166290283,
2695
+ "learning_rate": 2.6307040915427196e-06,
2696
+ "loss": 1.0682,
2697
+ "step": 3760
2698
+ },
2699
+ {
2700
+ "epoch": 7.648044692737431,
2701
+ "grad_norm": 2.3087034225463867,
2702
+ "learning_rate": 2.5876741615809007e-06,
2703
+ "loss": 1.0653,
2704
+ "step": 3770
2705
+ },
2706
+ {
2707
+ "epoch": 7.668359573387506,
2708
+ "grad_norm": 2.2895405292510986,
2709
+ "learning_rate": 2.5449466970333658e-06,
2710
+ "loss": 1.0716,
2711
+ "step": 3780
2712
+ },
2713
+ {
2714
+ "epoch": 7.688674454037582,
2715
+ "grad_norm": 2.888216972351074,
2716
+ "learning_rate": 2.5025234414257717e-06,
2717
+ "loss": 1.0812,
2718
+ "step": 3790
2719
+ },
2720
+ {
2721
+ "epoch": 7.708989334687659,
2722
+ "grad_norm": 2.578557014465332,
2723
+ "learning_rate": 2.460406125870305e-06,
2724
+ "loss": 1.0694,
2725
+ "step": 3800
2726
+ },
2727
+ {
2728
+ "epoch": 7.729304215337735,
2729
+ "grad_norm": 2.9586007595062256,
2730
+ "learning_rate": 2.418596468995044e-06,
2731
+ "loss": 1.0819,
2732
+ "step": 3810
2733
+ },
2734
+ {
2735
+ "epoch": 7.749619095987811,
2736
+ "grad_norm": 2.469660520553589,
2737
+ "learning_rate": 2.3770961768738222e-06,
2738
+ "loss": 1.0815,
2739
+ "step": 3820
2740
+ },
2741
+ {
2742
+ "epoch": 7.769933976637887,
2743
+ "grad_norm": 2.530141592025757,
2744
+ "learning_rate": 2.3359069429566216e-06,
2745
+ "loss": 1.0876,
2746
+ "step": 3830
2747
+ },
2748
+ {
2749
+ "epoch": 7.790248857287963,
2750
+ "grad_norm": 2.477205514907837,
2751
+ "learning_rate": 2.295030448000466e-06,
2752
+ "loss": 1.0533,
2753
+ "step": 3840
2754
+ },
2755
+ {
2756
+ "epoch": 7.81056373793804,
2757
+ "grad_norm": 2.493910789489746,
2758
+ "learning_rate": 2.2544683600008345e-06,
2759
+ "loss": 1.0663,
2760
+ "step": 3850
2761
+ },
2762
+ {
2763
+ "epoch": 7.830878618588116,
2764
+ "grad_norm": 2.667234182357788,
2765
+ "learning_rate": 2.214222334123596e-06,
2766
+ "loss": 1.0802,
2767
+ "step": 3860
2768
+ },
2769
+ {
2770
+ "epoch": 7.851193499238192,
2771
+ "grad_norm": 2.600020408630371,
2772
+ "learning_rate": 2.17429401263747e-06,
2773
+ "loss": 1.1002,
2774
+ "step": 3870
2775
+ },
2776
+ {
2777
+ "epoch": 7.871508379888268,
2778
+ "grad_norm": 2.2591912746429443,
2779
+ "learning_rate": 2.134685024847023e-06,
2780
+ "loss": 1.0694,
2781
+ "step": 3880
2782
+ },
2783
+ {
2784
+ "epoch": 7.891823260538344,
2785
+ "grad_norm": 2.7257189750671387,
2786
+ "learning_rate": 2.0953969870261704e-06,
2787
+ "loss": 1.0684,
2788
+ "step": 3890
2789
+ },
2790
+ {
2791
+ "epoch": 7.912138141188421,
2792
+ "grad_norm": 2.2915289402008057,
2793
+ "learning_rate": 2.0564315023522218e-06,
2794
+ "loss": 1.0601,
2795
+ "step": 3900
2796
+ },
2797
+ {
2798
+ "epoch": 7.932453021838497,
2799
+ "grad_norm": 2.529210090637207,
2800
+ "learning_rate": 2.017790160840478e-06,
2801
+ "loss": 1.0902,
2802
+ "step": 3910
2803
+ },
2804
+ {
2805
+ "epoch": 7.9527679024885725,
2806
+ "grad_norm": 2.3367769718170166,
2807
+ "learning_rate": 1.9794745392793344e-06,
2808
+ "loss": 1.0629,
2809
+ "step": 3920
2810
+ },
2811
+ {
2812
+ "epoch": 7.973082783138649,
2813
+ "grad_norm": 2.5318503379821777,
2814
+ "learning_rate": 1.9414862011659462e-06,
2815
+ "loss": 1.0851,
2816
+ "step": 3930
2817
+ },
2818
+ {
2819
+ "epoch": 7.993397663788725,
2820
+ "grad_norm": 2.2982535362243652,
2821
+ "learning_rate": 1.9038266966424213e-06,
2822
+ "loss": 1.0725,
2823
+ "step": 3940
2824
+ },
2825
+ {
2826
+ "epoch": 8.0,
2827
+ "eval_loss": 1.0901824235916138,
2828
+ "eval_runtime": 55.0806,
2829
+ "eval_samples_per_second": 35.766,
2830
+ "eval_steps_per_second": 8.951,
2831
+ "step": 3944
2832
+ },
2833
+ {
2834
+ "epoch": 8.012188928390046,
2835
+ "grad_norm": 2.5969467163085938,
2836
+ "learning_rate": 1.8664975624325743e-06,
2837
+ "loss": 1.0801,
2838
+ "step": 3950
2839
+ },
2840
+ {
2841
+ "epoch": 8.032503809040122,
2842
+ "grad_norm": 2.4681787490844727,
2843
+ "learning_rate": 1.8295003217792206e-06,
2844
+ "loss": 1.0732,
2845
+ "step": 3960
2846
+ },
2847
+ {
2848
+ "epoch": 8.052818689690199,
2849
+ "grad_norm": 2.256989002227783,
2850
+ "learning_rate": 1.7928364843820034e-06,
2851
+ "loss": 1.0615,
2852
+ "step": 3970
2853
+ },
2854
+ {
2855
+ "epoch": 8.073133570340275,
2856
+ "grad_norm": 2.6549007892608643,
2857
+ "learning_rate": 1.756507546335814e-06,
2858
+ "loss": 1.0692,
2859
+ "step": 3980
2860
+ },
2861
+ {
2862
+ "epoch": 8.093448450990351,
2863
+ "grad_norm": 2.311284065246582,
2864
+ "learning_rate": 1.7205149900697138e-06,
2865
+ "loss": 1.0669,
2866
+ "step": 3990
2867
+ },
2868
+ {
2869
+ "epoch": 8.113763331640426,
2870
+ "grad_norm": 2.461761236190796,
2871
+ "learning_rate": 1.6848602842864726e-06,
2872
+ "loss": 1.0617,
2873
+ "step": 4000
2874
+ },
2875
+ {
2876
+ "epoch": 8.134078212290502,
2877
+ "grad_norm": 2.347125291824341,
2878
+ "learning_rate": 1.6495448839026128e-06,
2879
+ "loss": 1.063,
2880
+ "step": 4010
2881
+ },
2882
+ {
2883
+ "epoch": 8.154393092940579,
2884
+ "grad_norm": 2.2828891277313232,
2885
+ "learning_rate": 1.6145702299890576e-06,
2886
+ "loss": 1.1011,
2887
+ "step": 4020
2888
+ },
2889
+ {
2890
+ "epoch": 8.174707973590655,
2891
+ "grad_norm": 2.536144256591797,
2892
+ "learning_rate": 1.5799377497123104e-06,
2893
+ "loss": 1.0696,
2894
+ "step": 4030
2895
+ },
2896
+ {
2897
+ "epoch": 8.195022854240731,
2898
+ "grad_norm": 2.7368884086608887,
2899
+ "learning_rate": 1.545648856276234e-06,
2900
+ "loss": 1.0463,
2901
+ "step": 4040
2902
+ },
2903
+ {
2904
+ "epoch": 8.215337734890808,
2905
+ "grad_norm": 2.709357976913452,
2906
+ "learning_rate": 1.5117049488643787e-06,
2907
+ "loss": 1.0894,
2908
+ "step": 4050
2909
+ },
2910
+ {
2911
+ "epoch": 8.235652615540884,
2912
+ "grad_norm": 2.5076632499694824,
2913
+ "learning_rate": 1.4781074125828799e-06,
2914
+ "loss": 1.0951,
2915
+ "step": 4060
2916
+ },
2917
+ {
2918
+ "epoch": 8.25596749619096,
2919
+ "grad_norm": 2.656967878341675,
2920
+ "learning_rate": 1.4448576184039442e-06,
2921
+ "loss": 1.0818,
2922
+ "step": 4070
2923
+ },
2924
+ {
2925
+ "epoch": 8.276282376841037,
2926
+ "grad_norm": 2.170839786529541,
2927
+ "learning_rate": 1.4119569231099107e-06,
2928
+ "loss": 1.0555,
2929
+ "step": 4080
2930
+ },
2931
+ {
2932
+ "epoch": 8.296597257491113,
2933
+ "grad_norm": 2.704313278198242,
2934
+ "learning_rate": 1.3794066692378793e-06,
2935
+ "loss": 1.0575,
2936
+ "step": 4090
2937
+ },
2938
+ {
2939
+ "epoch": 8.316912138141188,
2940
+ "grad_norm": 2.512399911880493,
2941
+ "learning_rate": 1.347208185024932e-06,
2942
+ "loss": 1.067,
2943
+ "step": 4100
2944
+ },
2945
+ {
2946
+ "epoch": 8.337227018791264,
2947
+ "grad_norm": 2.5209548473358154,
2948
+ "learning_rate": 1.315362784353923e-06,
2949
+ "loss": 1.0529,
2950
+ "step": 4110
2951
+ },
2952
+ {
2953
+ "epoch": 8.35754189944134,
2954
+ "grad_norm": 2.6369845867156982,
2955
+ "learning_rate": 1.2838717666998802e-06,
2956
+ "loss": 1.0723,
2957
+ "step": 4120
2958
+ },
2959
+ {
2960
+ "epoch": 8.377856780091417,
2961
+ "grad_norm": 3.272552013397217,
2962
+ "learning_rate": 1.2527364170769686e-06,
2963
+ "loss": 1.0733,
2964
+ "step": 4130
2965
+ },
2966
+ {
2967
+ "epoch": 8.398171660741493,
2968
+ "grad_norm": 2.4088523387908936,
2969
+ "learning_rate": 1.2219580059860602e-06,
2970
+ "loss": 1.0554,
2971
+ "step": 4140
2972
+ },
2973
+ {
2974
+ "epoch": 8.41848654139157,
2975
+ "grad_norm": 2.388200044631958,
2976
+ "learning_rate": 1.191537789362881e-06,
2977
+ "loss": 1.0691,
2978
+ "step": 4150
2979
+ },
2980
+ {
2981
+ "epoch": 8.438801422041646,
2982
+ "grad_norm": 2.4707677364349365,
2983
+ "learning_rate": 1.1614770085267724e-06,
2984
+ "loss": 1.0583,
2985
+ "step": 4160
2986
+ },
2987
+ {
2988
+ "epoch": 8.459116302691722,
2989
+ "grad_norm": 2.6969428062438965,
2990
+ "learning_rate": 1.1317768901300375e-06,
2991
+ "loss": 1.0633,
2992
+ "step": 4170
2993
+ },
2994
+ {
2995
+ "epoch": 8.479431183341799,
2996
+ "grad_norm": 2.359264850616455,
2997
+ "learning_rate": 1.1024386461078752e-06,
2998
+ "loss": 1.0503,
2999
+ "step": 4180
3000
+ },
3001
+ {
3002
+ "epoch": 8.499746063991875,
3003
+ "grad_norm": 2.645862579345703,
3004
+ "learning_rate": 1.073463473628935e-06,
3005
+ "loss": 1.0953,
3006
+ "step": 4190
3007
+ },
3008
+ {
3009
+ "epoch": 8.52006094464195,
3010
+ "grad_norm": 2.5734922885894775,
3011
+ "learning_rate": 1.0448525550464704e-06,
3012
+ "loss": 1.0529,
3013
+ "step": 4200
3014
+ },
3015
+ {
3016
+ "epoch": 8.540375825292026,
3017
+ "grad_norm": 2.237166404724121,
3018
+ "learning_rate": 1.0166070578500842e-06,
3019
+ "loss": 1.0684,
3020
+ "step": 4210
3021
+ },
3022
+ {
3023
+ "epoch": 8.560690705942102,
3024
+ "grad_norm": 2.320554733276367,
3025
+ "learning_rate": 9.887281346180888e-07,
3026
+ "loss": 1.0654,
3027
+ "step": 4220
3028
+ },
3029
+ {
3030
+ "epoch": 8.581005586592179,
3031
+ "grad_norm": 2.724879503250122,
3032
+ "learning_rate": 9.612169229704748e-07,
3033
+ "loss": 1.0667,
3034
+ "step": 4230
3035
+ },
3036
+ {
3037
+ "epoch": 8.601320467242255,
3038
+ "grad_norm": 2.951643705368042,
3039
+ "learning_rate": 9.340745455224943e-07,
3040
+ "loss": 1.0892,
3041
+ "step": 4240
3042
+ },
3043
+ {
3044
+ "epoch": 8.621635347892331,
3045
+ "grad_norm": 2.4628891944885254,
3046
+ "learning_rate": 9.073021098388468e-07,
3047
+ "loss": 1.0776,
3048
+ "step": 4250
3049
+ },
3050
+ {
3051
+ "epoch": 8.641950228542408,
3052
+ "grad_norm": 2.5746138095855713,
3053
+ "learning_rate": 8.809007083884868e-07,
3054
+ "loss": 1.0644,
3055
+ "step": 4260
3056
+ },
3057
+ {
3058
+ "epoch": 8.662265109192484,
3059
+ "grad_norm": 2.6229591369628906,
3060
+ "learning_rate": 8.548714185000429e-07,
3061
+ "loss": 1.0795,
3062
+ "step": 4270
3063
+ },
3064
+ {
3065
+ "epoch": 8.68257998984256,
3066
+ "grad_norm": 2.9902350902557373,
3067
+ "learning_rate": 8.292153023178517e-07,
3068
+ "loss": 1.0791,
3069
+ "step": 4280
3070
+ },
3071
+ {
3072
+ "epoch": 8.702894870492635,
3073
+ "grad_norm": 2.228269577026367,
3074
+ "learning_rate": 8.039334067586325e-07,
3075
+ "loss": 1.0862,
3076
+ "step": 4290
3077
+ },
3078
+ {
3079
+ "epoch": 8.723209751142711,
3080
+ "grad_norm": 2.6434853076934814,
3081
+ "learning_rate": 7.790267634687487e-07,
3082
+ "loss": 1.0752,
3083
+ "step": 4300
3084
+ },
3085
+ {
3086
+ "epoch": 8.743524631792788,
3087
+ "grad_norm": 2.551692008972168,
3088
+ "learning_rate": 7.544963887821233e-07,
3089
+ "loss": 1.0675,
3090
+ "step": 4310
3091
+ },
3092
+ {
3093
+ "epoch": 8.763839512442864,
3094
+ "grad_norm": 2.4782984256744385,
3095
+ "learning_rate": 7.303432836787572e-07,
3096
+ "loss": 1.0768,
3097
+ "step": 4320
3098
+ },
3099
+ {
3100
+ "epoch": 8.78415439309294,
3101
+ "grad_norm": 2.706620931625366,
3102
+ "learning_rate": 7.065684337438916e-07,
3103
+ "loss": 1.0881,
3104
+ "step": 4330
3105
+ },
3106
+ {
3107
+ "epoch": 8.804469273743017,
3108
+ "grad_norm": 2.345564365386963,
3109
+ "learning_rate": 6.831728091277867e-07,
3110
+ "loss": 1.0771,
3111
+ "step": 4340
3112
+ },
3113
+ {
3114
+ "epoch": 8.824784154393093,
3115
+ "grad_norm": 2.543198347091675,
3116
+ "learning_rate": 6.601573645061321e-07,
3117
+ "loss": 1.049,
3118
+ "step": 4350
3119
+ },
3120
+ {
3121
+ "epoch": 8.84509903504317,
3122
+ "grad_norm": 2.7005691528320312,
3123
+ "learning_rate": 6.375230390410947e-07,
3124
+ "loss": 1.0871,
3125
+ "step": 4360
3126
+ },
3127
+ {
3128
+ "epoch": 8.865413915693246,
3129
+ "grad_norm": 2.9565064907073975,
3130
+ "learning_rate": 6.152707563429949e-07,
3131
+ "loss": 1.0691,
3132
+ "step": 4370
3133
+ },
3134
+ {
3135
+ "epoch": 8.885728796343322,
3136
+ "grad_norm": 2.2274577617645264,
3137
+ "learning_rate": 5.934014244326114e-07,
3138
+ "loss": 1.0697,
3139
+ "step": 4380
3140
+ },
3141
+ {
3142
+ "epoch": 8.906043676993399,
3143
+ "grad_norm": 2.464477062225342,
3144
+ "learning_rate": 5.719159357041415e-07,
3145
+ "loss": 1.0937,
3146
+ "step": 4390
3147
+ },
3148
+ {
3149
+ "epoch": 8.926358557643473,
3150
+ "grad_norm": 2.860454797744751,
3151
+ "learning_rate": 5.508151668887696e-07,
3152
+ "loss": 1.065,
3153
+ "step": 4400
3154
+ },
3155
+ {
3156
+ "epoch": 8.94667343829355,
3157
+ "grad_norm": 2.2630953788757324,
3158
+ "learning_rate": 5.300999790189088e-07,
3159
+ "loss": 1.0709,
3160
+ "step": 4410
3161
+ },
3162
+ {
3163
+ "epoch": 8.966988318943626,
3164
+ "grad_norm": 2.171909809112549,
3165
+ "learning_rate": 5.11786680609313e-07,
3166
+ "loss": 1.0732,
3167
+ "step": 4420
3168
+ },
3169
+ {
3170
+ "epoch": 8.987303199593702,
3171
+ "grad_norm": 2.525136947631836,
3172
+ "learning_rate": 4.918064123013932e-07,
3173
+ "loss": 1.0703,
3174
+ "step": 4430
3175
+ },
3176
+ {
3177
+ "epoch": 9.0,
3178
+ "eval_loss": 1.0895577669143677,
3179
+ "eval_runtime": 54.6524,
3180
+ "eval_samples_per_second": 36.046,
3181
+ "eval_steps_per_second": 9.021,
3182
+ "step": 4437
3183
+ },
3184
+ {
3185
+ "epoch": 9.006094464195023,
3186
+ "grad_norm": 2.3463656902313232,
3187
+ "learning_rate": 4.722141328346708e-07,
3188
+ "loss": 1.0563,
3189
+ "step": 4440
3190
+ },
3191
+ {
3192
+ "epoch": 9.0264093448451,
3193
+ "grad_norm": 2.3120319843292236,
3194
+ "learning_rate": 4.530106416865332e-07,
3195
+ "loss": 1.0576,
3196
+ "step": 4450
3197
+ },
3198
+ {
3199
+ "epoch": 9.046724225495176,
3200
+ "grad_norm": 2.431831121444702,
3201
+ "learning_rate": 4.3419672246958313e-07,
3202
+ "loss": 1.0689,
3203
+ "step": 4460
3204
+ },
3205
+ {
3206
+ "epoch": 9.067039106145252,
3207
+ "grad_norm": 2.210456609725952,
3208
+ "learning_rate": 4.1577314289964474e-07,
3209
+ "loss": 1.0576,
3210
+ "step": 4470
3211
+ },
3212
+ {
3213
+ "epoch": 9.087353986795328,
3214
+ "grad_norm": 2.559464931488037,
3215
+ "learning_rate": 3.977406547644513e-07,
3216
+ "loss": 1.0773,
3217
+ "step": 4480
3218
+ },
3219
+ {
3220
+ "epoch": 9.107668867445403,
3221
+ "grad_norm": 2.405012845993042,
3222
+ "learning_rate": 3.800999938929606e-07,
3223
+ "loss": 1.0851,
3224
+ "step": 4490
3225
+ },
3226
+ {
3227
+ "epoch": 9.12798374809548,
3228
+ "grad_norm": 2.8481688499450684,
3229
+ "learning_rate": 3.628518801253311e-07,
3230
+ "loss": 1.0486,
3231
+ "step": 4500
3232
+ },
3233
+ {
3234
+ "epoch": 9.148298628745556,
3235
+ "grad_norm": 2.405825138092041,
3236
+ "learning_rate": 3.4599701728354474e-07,
3237
+ "loss": 1.0776,
3238
+ "step": 4510
3239
+ },
3240
+ {
3241
+ "epoch": 9.168613509395632,
3242
+ "grad_norm": 2.5540664196014404,
3243
+ "learning_rate": 3.2953609314269163e-07,
3244
+ "loss": 1.0623,
3245
+ "step": 4520
3246
+ },
3247
+ {
3248
+ "epoch": 9.188928390045708,
3249
+ "grad_norm": 2.9651260375976562,
3250
+ "learning_rate": 3.1346977940290404e-07,
3251
+ "loss": 1.0583,
3252
+ "step": 4530
3253
+ },
3254
+ {
3255
+ "epoch": 9.209243270695785,
3256
+ "grad_norm": 2.4424266815185547,
3257
+ "learning_rate": 2.9779873166194686e-07,
3258
+ "loss": 1.0869,
3259
+ "step": 4540
3260
+ },
3261
+ {
3262
+ "epoch": 9.229558151345861,
3263
+ "grad_norm": 2.3093559741973877,
3264
+ "learning_rate": 2.8252358938846145e-07,
3265
+ "loss": 1.0667,
3266
+ "step": 4550
3267
+ },
3268
+ {
3269
+ "epoch": 9.249873031995937,
3270
+ "grad_norm": 2.28373646736145,
3271
+ "learning_rate": 2.6764497589587544e-07,
3272
+ "loss": 1.0634,
3273
+ "step": 4560
3274
+ },
3275
+ {
3276
+ "epoch": 9.270187912646014,
3277
+ "grad_norm": 2.4830288887023926,
3278
+ "learning_rate": 2.5316349831697175e-07,
3279
+ "loss": 1.0964,
3280
+ "step": 4570
3281
+ },
3282
+ {
3283
+ "epoch": 9.29050279329609,
3284
+ "grad_norm": 2.0313925743103027,
3285
+ "learning_rate": 2.3907974757910735e-07,
3286
+ "loss": 1.0625,
3287
+ "step": 4580
3288
+ },
3289
+ {
3290
+ "epoch": 9.310817673946165,
3291
+ "grad_norm": 2.334379196166992,
3292
+ "learning_rate": 2.253942983800994e-07,
3293
+ "loss": 1.0654,
3294
+ "step": 4590
3295
+ },
3296
+ {
3297
+ "epoch": 9.331132554596241,
3298
+ "grad_norm": 2.6533384323120117,
3299
+ "learning_rate": 2.1210770916478384e-07,
3300
+ "loss": 1.0769,
3301
+ "step": 4600
3302
+ },
3303
+ {
3304
+ "epoch": 9.351447435246317,
3305
+ "grad_norm": 2.715524435043335,
3306
+ "learning_rate": 1.9922052210221477e-07,
3307
+ "loss": 1.0784,
3308
+ "step": 4610
3309
+ },
3310
+ {
3311
+ "epoch": 9.371762315896394,
3312
+ "grad_norm": 2.238746404647827,
3313
+ "learning_rate": 1.8673326306355432e-07,
3314
+ "loss": 1.0694,
3315
+ "step": 4620
3316
+ },
3317
+ {
3318
+ "epoch": 9.39207719654647,
3319
+ "grad_norm": 2.3140628337860107,
3320
+ "learning_rate": 1.7464644160059885e-07,
3321
+ "loss": 1.0733,
3322
+ "step": 4630
3323
+ },
3324
+ {
3325
+ "epoch": 9.412392077196547,
3326
+ "grad_norm": 2.2057929039001465,
3327
+ "learning_rate": 1.6296055092500207e-07,
3328
+ "loss": 1.0837,
3329
+ "step": 4640
3330
+ },
3331
+ {
3332
+ "epoch": 9.432706957846623,
3333
+ "grad_norm": 2.212195873260498,
3334
+ "learning_rate": 1.5167606788813794e-07,
3335
+ "loss": 1.0748,
3336
+ "step": 4650
3337
+ },
3338
+ {
3339
+ "epoch": 9.4530218384967,
3340
+ "grad_norm": 2.6805107593536377,
3341
+ "learning_rate": 1.4079345296164504e-07,
3342
+ "loss": 1.0793,
3343
+ "step": 4660
3344
+ },
3345
+ {
3346
+ "epoch": 9.473336719146776,
3347
+ "grad_norm": 2.494554042816162,
3348
+ "learning_rate": 1.3031315021864054e-07,
3349
+ "loss": 1.0564,
3350
+ "step": 4670
3351
+ },
3352
+ {
3353
+ "epoch": 9.493651599796852,
3354
+ "grad_norm": 2.6305577754974365,
3355
+ "learning_rate": 1.2023558731559582e-07,
3356
+ "loss": 1.0756,
3357
+ "step": 4680
3358
+ },
3359
+ {
3360
+ "epoch": 9.513966480446927,
3361
+ "grad_norm": 2.3631041049957275,
3362
+ "learning_rate": 1.1056117547488588e-07,
3363
+ "loss": 1.0828,
3364
+ "step": 4690
3365
+ },
3366
+ {
3367
+ "epoch": 9.534281361097003,
3368
+ "grad_norm": 2.3476672172546387,
3369
+ "learning_rate": 1.0129030946801066e-07,
3370
+ "loss": 1.0885,
3371
+ "step": 4700
3372
+ },
3373
+ {
3374
+ "epoch": 9.55459624174708,
3375
+ "grad_norm": 2.513430595397949,
3376
+ "learning_rate": 9.242336759948457e-08,
3377
+ "loss": 1.0698,
3378
+ "step": 4710
3379
+ },
3380
+ {
3381
+ "epoch": 9.574911122397156,
3382
+ "grad_norm": 2.3962695598602295,
3383
+ "learning_rate": 8.396071169139986e-08,
3384
+ "loss": 1.082,
3385
+ "step": 4720
3386
+ },
3387
+ {
3388
+ "epoch": 9.595226003047232,
3389
+ "grad_norm": 2.5314340591430664,
3390
+ "learning_rate": 7.590268706866188e-08,
3391
+ "loss": 1.075,
3392
+ "step": 4730
3393
+ },
3394
+ {
3395
+ "epoch": 9.615540883697308,
3396
+ "grad_norm": 2.3048431873321533,
3397
+ "learning_rate": 6.824962254490141e-08,
3398
+ "loss": 1.0527,
3399
+ "step": 4740
3400
+ },
3401
+ {
3402
+ "epoch": 9.635855764347385,
3403
+ "grad_norm": 2.2387807369232178,
3404
+ "learning_rate": 6.100183040905095e-08,
3405
+ "loss": 1.0573,
3406
+ "step": 4750
3407
+ },
3408
+ {
3409
+ "epoch": 9.656170644997461,
3410
+ "grad_norm": 2.7502102851867676,
3411
+ "learning_rate": 5.415960641260487e-08,
3412
+ "loss": 1.0662,
3413
+ "step": 4760
3414
+ },
3415
+ {
3416
+ "epoch": 9.676485525647538,
3417
+ "grad_norm": 2.980741024017334,
3418
+ "learning_rate": 4.772322975755361e-08,
3419
+ "loss": 1.099,
3420
+ "step": 4770
3421
+ },
3422
+ {
3423
+ "epoch": 9.696800406297612,
3424
+ "grad_norm": 2.4962992668151855,
3425
+ "learning_rate": 4.169296308498494e-08,
3426
+ "loss": 1.065,
3427
+ "step": 4780
3428
+ },
3429
+ {
3430
+ "epoch": 9.717115286947688,
3431
+ "grad_norm": 2.1819846630096436,
3432
+ "learning_rate": 3.606905246437253e-08,
3433
+ "loss": 1.0641,
3434
+ "step": 4790
3435
+ },
3436
+ {
3437
+ "epoch": 9.737430167597765,
3438
+ "grad_norm": 2.336205244064331,
3439
+ "learning_rate": 3.0851727383529596e-08,
3440
+ "loss": 1.052,
3441
+ "step": 4800
3442
+ },
3443
+ {
3444
+ "epoch": 9.757745048247841,
3445
+ "grad_norm": 2.4870941638946533,
3446
+ "learning_rate": 2.604120073924965e-08,
3447
+ "loss": 1.0729,
3448
+ "step": 4810
3449
+ },
3450
+ {
3451
+ "epoch": 9.778059928897918,
3452
+ "grad_norm": 2.8149468898773193,
3453
+ "learning_rate": 2.16376688286124e-08,
3454
+ "loss": 1.0905,
3455
+ "step": 4820
3456
+ },
3457
+ {
3458
+ "epoch": 9.798374809547994,
3459
+ "grad_norm": 2.3567795753479004,
3460
+ "learning_rate": 1.7641311340982346e-08,
3461
+ "loss": 1.0628,
3462
+ "step": 4830
3463
+ },
3464
+ {
3465
+ "epoch": 9.81868969019807,
3466
+ "grad_norm": 2.4957797527313232,
3467
+ "learning_rate": 1.40522913506691e-08,
3468
+ "loss": 1.071,
3469
+ "step": 4840
3470
+ },
3471
+ {
3472
+ "epoch": 9.839004570848147,
3473
+ "grad_norm": 2.4365956783294678,
3474
+ "learning_rate": 1.0870755310276038e-08,
3475
+ "loss": 1.0788,
3476
+ "step": 4850
3477
+ },
3478
+ {
3479
+ "epoch": 9.859319451498223,
3480
+ "grad_norm": 2.4922902584075928,
3481
+ "learning_rate": 8.096833044723973e-09,
3482
+ "loss": 1.0908,
3483
+ "step": 4860
3484
+ },
3485
+ {
3486
+ "epoch": 9.8796343321483,
3487
+ "grad_norm": 2.4978227615356445,
3488
+ "learning_rate": 5.730637745954282e-09,
3489
+ "loss": 1.0725,
3490
+ "step": 4870
3491
+ },
3492
+ {
3493
+ "epoch": 9.899949212798376,
3494
+ "grad_norm": 2.3648996353149414,
3495
+ "learning_rate": 3.772265968309263e-09,
3496
+ "loss": 1.0646,
3497
+ "step": 4880
3498
+ },
3499
+ {
3500
+ "epoch": 9.92026409344845,
3501
+ "grad_norm": 2.4374351501464844,
3502
+ "learning_rate": 2.2217976245886286e-09,
3503
+ "loss": 1.0571,
3504
+ "step": 4890
3505
+ },
3506
+ {
3507
+ "epoch": 9.940578974098527,
3508
+ "grad_norm": 2.5737831592559814,
3509
+ "learning_rate": 1.0792959827987671e-09,
3510
+ "loss": 1.0577,
3511
+ "step": 4900
3512
+ },
3513
+ {
3514
+ "epoch": 9.960893854748603,
3515
+ "grad_norm": 2.2821946144104004,
3516
+ "learning_rate": 3.448076635570452e-10,
3517
+ "loss": 1.0729,
3518
+ "step": 4910
3519
+ },
3520
+ {
3521
+ "epoch": 9.98120873539868,
3522
+ "grad_norm": 2.4394965171813965,
3523
+ "learning_rate": 1.8362638203317517e-11,
3524
+ "loss": 1.068,
3525
+ "step": 4920
3526
+ },
3527
+ {
3528
+ "epoch": 9.98120873539868,
3529
+ "eval_loss": 1.0894742012023926,
3530
+ "eval_runtime": 55.0248,
3531
+ "eval_samples_per_second": 35.802,
3532
+ "eval_steps_per_second": 8.96,
3533
+ "step": 4920
3534
+ },
3535
+ {
3536
+ "epoch": 9.98120873539868,
3537
+ "step": 4920,
3538
+ "total_flos": 2.0218089447773184e+16,
3539
+ "train_loss": 1.1380672057469685,
3540
+ "train_runtime": 8182.6752,
3541
+ "train_samples_per_second": 9.625,
3542
+ "train_steps_per_second": 0.601
3543
+ }
3544
+ ],
3545
+ "logging_steps": 10,
3546
+ "max_steps": 4920,
3547
+ "num_input_tokens_seen": 0,
3548
+ "num_train_epochs": 10,
3549
+ "save_steps": 500,
3550
+ "stateful_callbacks": {
3551
+ "TrainerControl": {
3552
+ "args": {
3553
+ "should_epoch_stop": false,
3554
+ "should_evaluate": false,
3555
+ "should_log": false,
3556
+ "should_save": false,
3557
+ "should_training_stop": false
3558
+ },
3559
+ "attributes": {}
3560
+ }
3561
+ },
3562
+ "total_flos": 2.0218089447773184e+16,
3563
+ "train_batch_size": 4,
3564
+ "trial_name": null,
3565
+ "trial_params": null
3566
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c208e4f8d60f42ed25b5bf8aec16cdad2d0c051236c96e2f5432c19844229f8e
3
+ size 5816
vocab.json ADDED
The diff for this file is too large to render. See raw diff