liusq19 commited on
Commit
ac21295
·
verified ·
1 Parent(s): f7de918

Model save

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,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-1.5B-Instruct
3
+ library_name: transformers
4
+ model_name: Qwen2.5-1.5B-Open-R1-Distill
5
+ tags:
6
+ - generated_from_trainer
7
+ - trl
8
+ - sft
9
+ licence: license
10
+ ---
11
+
12
+ # Model Card for Qwen2.5-1.5B-Open-R1-Distill
13
+
14
+ This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct).
15
+ It has been trained using [TRL](https://github.com/huggingface/trl).
16
+
17
+ ## Quick start
18
+
19
+ ```python
20
+ from transformers import pipeline
21
+
22
+ 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?"
23
+ generator = pipeline("text-generation", model="liusq19/Qwen2.5-1.5B-Open-R1-Distill", device="cuda")
24
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
+ print(output["generated_text"])
26
+ ```
27
+
28
+ ## Training procedure
29
+
30
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/shiqi_1/huggingface/runs/0sg5jo0a)
31
+
32
+
33
+ This model was trained with SFT.
34
+
35
+ ### Framework versions
36
+
37
+ - TRL: 0.15.0.dev0
38
+ - Transformers: 4.49.0.dev0
39
+ - Pytorch: 2.5.1+cu121
40
+ - Datasets: 3.2.0
41
+ - Tokenizers: 0.21.0
42
+
43
+ ## Citations
44
+
45
+
46
+
47
+ Cite TRL as:
48
+
49
+ ```bibtex
50
+ @misc{vonwerra2022trl,
51
+ title = {{TRL: Transformer Reinforcement Learning}},
52
+ 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},
53
+ year = 2020,
54
+ journal = {GitHub repository},
55
+ publisher = {GitHub},
56
+ howpublished = {\url{https://github.com/huggingface/trl}}
57
+ }
58
+ ```
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": 0.9994447529150472,
3
+ "total_flos": 76902580617216.0,
4
+ "train_loss": 0.7594018164387456,
5
+ "train_runtime": 8941.3347,
6
+ "train_samples": 16610,
7
+ "train_samples_per_second": 2.417,
8
+ "train_steps_per_second": 0.151
9
+ }
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 1536,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 8960,
13
+ "max_position_embeddings": 32768,
14
+ "max_window_layers": 21,
15
+ "model_type": "qwen2",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 28,
18
+ "num_key_value_heads": 2,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": null,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": null,
23
+ "tie_word_embeddings": true,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.49.0.dev0",
26
+ "use_cache": false,
27
+ "use_sliding_window": false,
28
+ "vocab_size": 151936
29
+ }
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.1,
10
+ "temperature": 0.7,
11
+ "top_k": 20,
12
+ "top_p": 0.8,
13
+ "transformers_version": "4.49.0.dev0"
14
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd393e402137b1b941f69171e3a2b47f8baea8dbb7cfef1e8c58a69ebe16cc8e
3
+ size 3087467144
special_tokens_map.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": "<|im_end|>"
25
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
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 Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\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 Qwen, created by Alibaba Cloud. You are a helpful assistant.<|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": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|im_end|>",
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": 0.9994447529150472,
3
+ "total_flos": 76902580617216.0,
4
+ "train_loss": 0.7594018164387456,
5
+ "train_runtime": 8941.3347,
6
+ "train_samples": 16610,
7
+ "train_samples_per_second": 2.417,
8
+ "train_steps_per_second": 0.151
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,2036 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9994447529150472,
5
+ "eval_steps": 100,
6
+ "global_step": 1350,
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.0037016472330186935,
13
+ "grad_norm": 2.6197804437735748,
14
+ "learning_rate": 7.407407407407407e-07,
15
+ "loss": 1.1051,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.007403294466037387,
20
+ "grad_norm": 2.6243949497814243,
21
+ "learning_rate": 1.4814814814814815e-06,
22
+ "loss": 1.0488,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.01110494169905608,
27
+ "grad_norm": 2.191024427779493,
28
+ "learning_rate": 2.222222222222222e-06,
29
+ "loss": 1.0739,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.014806588932074774,
34
+ "grad_norm": 1.6597861014889677,
35
+ "learning_rate": 2.962962962962963e-06,
36
+ "loss": 1.0591,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.018508236165093468,
41
+ "grad_norm": 1.6563125360462356,
42
+ "learning_rate": 3.7037037037037037e-06,
43
+ "loss": 1.0203,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.02220988339811216,
48
+ "grad_norm": 1.2534040667618054,
49
+ "learning_rate": 4.444444444444444e-06,
50
+ "loss": 1.0001,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.025911530631130855,
55
+ "grad_norm": 1.1820173798422084,
56
+ "learning_rate": 5.185185185185185e-06,
57
+ "loss": 0.9369,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.029613177864149548,
62
+ "grad_norm": 1.090094691834193,
63
+ "learning_rate": 5.925925925925926e-06,
64
+ "loss": 0.9427,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.03331482509716824,
69
+ "grad_norm": 1.0477310434349598,
70
+ "learning_rate": 6.666666666666667e-06,
71
+ "loss": 0.9188,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.037016472330186935,
76
+ "grad_norm": 0.9969974817522556,
77
+ "learning_rate": 7.4074074074074075e-06,
78
+ "loss": 0.8982,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.040718119563205625,
83
+ "grad_norm": 0.95282018070309,
84
+ "learning_rate": 8.148148148148148e-06,
85
+ "loss": 0.8727,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.04441976679622432,
90
+ "grad_norm": 0.9139218450780219,
91
+ "learning_rate": 8.888888888888888e-06,
92
+ "loss": 0.8744,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.04812141402924301,
97
+ "grad_norm": 0.9037088709671475,
98
+ "learning_rate": 9.62962962962963e-06,
99
+ "loss": 0.8341,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.05182306126226171,
104
+ "grad_norm": 1.0549138572147785,
105
+ "learning_rate": 1.037037037037037e-05,
106
+ "loss": 0.8616,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.0555247084952804,
111
+ "grad_norm": 0.9141025588054332,
112
+ "learning_rate": 1.1111111111111113e-05,
113
+ "loss": 0.8507,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.059226355728299096,
118
+ "grad_norm": 0.9487856493119398,
119
+ "learning_rate": 1.1851851851851852e-05,
120
+ "loss": 0.8152,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.06292800296131779,
125
+ "grad_norm": 0.902016727969074,
126
+ "learning_rate": 1.2592592592592593e-05,
127
+ "loss": 0.8292,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.06662965019433648,
132
+ "grad_norm": 0.9417448026602749,
133
+ "learning_rate": 1.3333333333333333e-05,
134
+ "loss": 0.8198,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.07033129742735518,
139
+ "grad_norm": 0.9281165965706579,
140
+ "learning_rate": 1.4074074074074075e-05,
141
+ "loss": 0.843,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.07403294466037387,
146
+ "grad_norm": 0.9118264178908907,
147
+ "learning_rate": 1.4814814814814815e-05,
148
+ "loss": 0.8402,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 0.07403294466037387,
153
+ "eval_loss": 0.8455146551132202,
154
+ "eval_runtime": 14.1894,
155
+ "eval_samples_per_second": 9.021,
156
+ "eval_steps_per_second": 2.255,
157
+ "step": 100
158
+ },
159
+ {
160
+ "epoch": 0.07773459189339256,
161
+ "grad_norm": 1.00776896474556,
162
+ "learning_rate": 1.555555555555556e-05,
163
+ "loss": 0.8369,
164
+ "step": 105
165
+ },
166
+ {
167
+ "epoch": 0.08143623912641125,
168
+ "grad_norm": 0.96390049613917,
169
+ "learning_rate": 1.6296296296296297e-05,
170
+ "loss": 0.8401,
171
+ "step": 110
172
+ },
173
+ {
174
+ "epoch": 0.08513788635942994,
175
+ "grad_norm": 1.0435587849972408,
176
+ "learning_rate": 1.7037037037037038e-05,
177
+ "loss": 0.8056,
178
+ "step": 115
179
+ },
180
+ {
181
+ "epoch": 0.08883953359244864,
182
+ "grad_norm": 1.063042448407532,
183
+ "learning_rate": 1.7777777777777777e-05,
184
+ "loss": 0.8279,
185
+ "step": 120
186
+ },
187
+ {
188
+ "epoch": 0.09254118082546733,
189
+ "grad_norm": 0.9751461128497507,
190
+ "learning_rate": 1.851851851851852e-05,
191
+ "loss": 0.7863,
192
+ "step": 125
193
+ },
194
+ {
195
+ "epoch": 0.09624282805848602,
196
+ "grad_norm": 0.96380440591403,
197
+ "learning_rate": 1.925925925925926e-05,
198
+ "loss": 0.8441,
199
+ "step": 130
200
+ },
201
+ {
202
+ "epoch": 0.09994447529150471,
203
+ "grad_norm": 1.0659305465212876,
204
+ "learning_rate": 2e-05,
205
+ "loss": 0.7993,
206
+ "step": 135
207
+ },
208
+ {
209
+ "epoch": 0.10364612252452342,
210
+ "grad_norm": 1.0662968130056107,
211
+ "learning_rate": 1.9999164298554375e-05,
212
+ "loss": 0.8282,
213
+ "step": 140
214
+ },
215
+ {
216
+ "epoch": 0.10734776975754211,
217
+ "grad_norm": 1.018747527476518,
218
+ "learning_rate": 1.9996657333896875e-05,
219
+ "loss": 0.8313,
220
+ "step": 145
221
+ },
222
+ {
223
+ "epoch": 0.1110494169905608,
224
+ "grad_norm": 1.174429588966363,
225
+ "learning_rate": 1.9992479525042305e-05,
226
+ "loss": 0.7881,
227
+ "step": 150
228
+ },
229
+ {
230
+ "epoch": 0.11475106422357949,
231
+ "grad_norm": 1.09063766890875,
232
+ "learning_rate": 1.9986631570270835e-05,
233
+ "loss": 0.8225,
234
+ "step": 155
235
+ },
236
+ {
237
+ "epoch": 0.11845271145659819,
238
+ "grad_norm": 0.962107552715532,
239
+ "learning_rate": 1.9979114447011323e-05,
240
+ "loss": 0.7773,
241
+ "step": 160
242
+ },
243
+ {
244
+ "epoch": 0.12215435868961688,
245
+ "grad_norm": 0.8822353214344345,
246
+ "learning_rate": 1.996992941167792e-05,
247
+ "loss": 0.7919,
248
+ "step": 165
249
+ },
250
+ {
251
+ "epoch": 0.12585600592263557,
252
+ "grad_norm": 0.9313002777131175,
253
+ "learning_rate": 1.9959077999460094e-05,
254
+ "loss": 0.7887,
255
+ "step": 170
256
+ },
257
+ {
258
+ "epoch": 0.12955765315565426,
259
+ "grad_norm": 0.9955139020029655,
260
+ "learning_rate": 1.9946562024066018e-05,
261
+ "loss": 0.7817,
262
+ "step": 175
263
+ },
264
+ {
265
+ "epoch": 0.13325930038867295,
266
+ "grad_norm": 0.9712756775921373,
267
+ "learning_rate": 1.9932383577419432e-05,
268
+ "loss": 0.8005,
269
+ "step": 180
270
+ },
271
+ {
272
+ "epoch": 0.13696094762169164,
273
+ "grad_norm": 1.0094166743002682,
274
+ "learning_rate": 1.991654502931001e-05,
275
+ "loss": 0.775,
276
+ "step": 185
277
+ },
278
+ {
279
+ "epoch": 0.14066259485471036,
280
+ "grad_norm": 1.0725113089433782,
281
+ "learning_rate": 1.9899049026997272e-05,
282
+ "loss": 0.7994,
283
+ "step": 190
284
+ },
285
+ {
286
+ "epoch": 0.14436424208772905,
287
+ "grad_norm": 0.8971830731548253,
288
+ "learning_rate": 1.9879898494768093e-05,
289
+ "loss": 0.8145,
290
+ "step": 195
291
+ },
292
+ {
293
+ "epoch": 0.14806588932074774,
294
+ "grad_norm": 1.0375185815427623,
295
+ "learning_rate": 1.9859096633447965e-05,
296
+ "loss": 0.811,
297
+ "step": 200
298
+ },
299
+ {
300
+ "epoch": 0.14806588932074774,
301
+ "eval_loss": 0.8160262107849121,
302
+ "eval_runtime": 14.168,
303
+ "eval_samples_per_second": 9.034,
304
+ "eval_steps_per_second": 2.259,
305
+ "step": 200
306
+ },
307
+ {
308
+ "epoch": 0.15176753655376643,
309
+ "grad_norm": 0.9852005203541656,
310
+ "learning_rate": 1.9836646919866012e-05,
311
+ "loss": 0.7801,
312
+ "step": 205
313
+ },
314
+ {
315
+ "epoch": 0.15546918378678512,
316
+ "grad_norm": 1.0067076529209171,
317
+ "learning_rate": 1.9812553106273848e-05,
318
+ "loss": 0.797,
319
+ "step": 210
320
+ },
321
+ {
322
+ "epoch": 0.1591708310198038,
323
+ "grad_norm": 0.9698079329518252,
324
+ "learning_rate": 1.9786819219718443e-05,
325
+ "loss": 0.7735,
326
+ "step": 215
327
+ },
328
+ {
329
+ "epoch": 0.1628724782528225,
330
+ "grad_norm": 0.8901215800147901,
331
+ "learning_rate": 1.9759449561369036e-05,
332
+ "loss": 0.7915,
333
+ "step": 220
334
+ },
335
+ {
336
+ "epoch": 0.1665741254858412,
337
+ "grad_norm": 0.9403978882312843,
338
+ "learning_rate": 1.973044870579824e-05,
339
+ "loss": 0.7996,
340
+ "step": 225
341
+ },
342
+ {
343
+ "epoch": 0.17027577271885988,
344
+ "grad_norm": 0.8418595891902784,
345
+ "learning_rate": 1.9699821500217436e-05,
346
+ "loss": 0.7224,
347
+ "step": 230
348
+ },
349
+ {
350
+ "epoch": 0.1739774199518786,
351
+ "grad_norm": 1.0855271195483678,
352
+ "learning_rate": 1.9667573063666622e-05,
353
+ "loss": 0.7978,
354
+ "step": 235
355
+ },
356
+ {
357
+ "epoch": 0.1776790671848973,
358
+ "grad_norm": 0.8966425072809148,
359
+ "learning_rate": 1.9633708786158803e-05,
360
+ "loss": 0.7824,
361
+ "step": 240
362
+ },
363
+ {
364
+ "epoch": 0.18138071441791598,
365
+ "grad_norm": 0.9283626930772352,
366
+ "learning_rate": 1.959823432777912e-05,
367
+ "loss": 0.8139,
368
+ "step": 245
369
+ },
370
+ {
371
+ "epoch": 0.18508236165093467,
372
+ "grad_norm": 0.9107076906323618,
373
+ "learning_rate": 1.95611556177388e-05,
374
+ "loss": 0.763,
375
+ "step": 250
376
+ },
377
+ {
378
+ "epoch": 0.18878400888395336,
379
+ "grad_norm": 0.8488703856955432,
380
+ "learning_rate": 1.9522478853384154e-05,
381
+ "loss": 0.758,
382
+ "step": 255
383
+ },
384
+ {
385
+ "epoch": 0.19248565611697205,
386
+ "grad_norm": 0.9580726582623172,
387
+ "learning_rate": 1.9482210499160767e-05,
388
+ "loss": 0.804,
389
+ "step": 260
390
+ },
391
+ {
392
+ "epoch": 0.19618730334999074,
393
+ "grad_norm": 0.869265004786084,
394
+ "learning_rate": 1.9440357285533e-05,
395
+ "loss": 0.7429,
396
+ "step": 265
397
+ },
398
+ {
399
+ "epoch": 0.19988895058300943,
400
+ "grad_norm": 0.8612713719598137,
401
+ "learning_rate": 1.9396926207859085e-05,
402
+ "loss": 0.7932,
403
+ "step": 270
404
+ },
405
+ {
406
+ "epoch": 0.20359059781602815,
407
+ "grad_norm": 0.9855537334283597,
408
+ "learning_rate": 1.93519245252219e-05,
409
+ "loss": 0.7932,
410
+ "step": 275
411
+ },
412
+ {
413
+ "epoch": 0.20729224504904684,
414
+ "grad_norm": 0.9009310877144914,
415
+ "learning_rate": 1.9305359759215686e-05,
416
+ "loss": 0.7902,
417
+ "step": 280
418
+ },
419
+ {
420
+ "epoch": 0.21099389228206553,
421
+ "grad_norm": 0.9165444087539382,
422
+ "learning_rate": 1.9257239692688907e-05,
423
+ "loss": 0.7604,
424
+ "step": 285
425
+ },
426
+ {
427
+ "epoch": 0.21469553951508422,
428
+ "grad_norm": 0.9092946197640708,
429
+ "learning_rate": 1.9207572368443386e-05,
430
+ "loss": 0.7862,
431
+ "step": 290
432
+ },
433
+ {
434
+ "epoch": 0.2183971867481029,
435
+ "grad_norm": 1.0625750741887274,
436
+ "learning_rate": 1.9156366087890062e-05,
437
+ "loss": 0.7878,
438
+ "step": 295
439
+ },
440
+ {
441
+ "epoch": 0.2220988339811216,
442
+ "grad_norm": 0.9652013473432204,
443
+ "learning_rate": 1.9103629409661468e-05,
444
+ "loss": 0.7512,
445
+ "step": 300
446
+ },
447
+ {
448
+ "epoch": 0.2220988339811216,
449
+ "eval_loss": 0.7993731498718262,
450
+ "eval_runtime": 14.12,
451
+ "eval_samples_per_second": 9.065,
452
+ "eval_steps_per_second": 2.266,
453
+ "step": 300
454
+ },
455
+ {
456
+ "epoch": 0.2258004812141403,
457
+ "grad_norm": 0.8989496210319307,
458
+ "learning_rate": 1.9049371148181253e-05,
459
+ "loss": 0.7874,
460
+ "step": 305
461
+ },
462
+ {
463
+ "epoch": 0.22950212844715898,
464
+ "grad_norm": 0.9640278727576088,
465
+ "learning_rate": 1.8993600372190933e-05,
466
+ "loss": 0.8109,
467
+ "step": 310
468
+ },
469
+ {
470
+ "epoch": 0.23320377568017767,
471
+ "grad_norm": 0.9517008697488182,
472
+ "learning_rate": 1.8936326403234125e-05,
473
+ "loss": 0.8029,
474
+ "step": 315
475
+ },
476
+ {
477
+ "epoch": 0.23690542291319638,
478
+ "grad_norm": 1.0116792491597726,
479
+ "learning_rate": 1.8877558814098564e-05,
480
+ "loss": 0.8013,
481
+ "step": 320
482
+ },
483
+ {
484
+ "epoch": 0.24060707014621507,
485
+ "grad_norm": 0.876934929540841,
486
+ "learning_rate": 1.881730742721608e-05,
487
+ "loss": 0.7725,
488
+ "step": 325
489
+ },
490
+ {
491
+ "epoch": 0.24430871737923376,
492
+ "grad_norm": 0.9104672193987146,
493
+ "learning_rate": 1.8755582313020912e-05,
494
+ "loss": 0.7791,
495
+ "step": 330
496
+ },
497
+ {
498
+ "epoch": 0.24801036461225245,
499
+ "grad_norm": 0.9138140111181525,
500
+ "learning_rate": 1.8692393788266477e-05,
501
+ "loss": 0.7902,
502
+ "step": 335
503
+ },
504
+ {
505
+ "epoch": 0.25171201184527114,
506
+ "grad_norm": 0.9698336291812585,
507
+ "learning_rate": 1.8627752414301087e-05,
508
+ "loss": 0.7952,
509
+ "step": 340
510
+ },
511
+ {
512
+ "epoch": 0.25541365907828983,
513
+ "grad_norm": 0.9020697174201758,
514
+ "learning_rate": 1.8561668995302668e-05,
515
+ "loss": 0.79,
516
+ "step": 345
517
+ },
518
+ {
519
+ "epoch": 0.2591153063113085,
520
+ "grad_norm": 0.8532258989348104,
521
+ "learning_rate": 1.8494154576472976e-05,
522
+ "loss": 0.7696,
523
+ "step": 350
524
+ },
525
+ {
526
+ "epoch": 0.2628169535443272,
527
+ "grad_norm": 0.8370131090756251,
528
+ "learning_rate": 1.8425220442191496e-05,
529
+ "loss": 0.7634,
530
+ "step": 355
531
+ },
532
+ {
533
+ "epoch": 0.2665186007773459,
534
+ "grad_norm": 0.8967920607122958,
535
+ "learning_rate": 1.8354878114129368e-05,
536
+ "loss": 0.7398,
537
+ "step": 360
538
+ },
539
+ {
540
+ "epoch": 0.2702202480103646,
541
+ "grad_norm": 0.986330757208713,
542
+ "learning_rate": 1.8283139349323632e-05,
543
+ "loss": 0.8034,
544
+ "step": 365
545
+ },
546
+ {
547
+ "epoch": 0.2739218952433833,
548
+ "grad_norm": 0.8360633856902219,
549
+ "learning_rate": 1.8210016138212186e-05,
550
+ "loss": 0.7463,
551
+ "step": 370
552
+ },
553
+ {
554
+ "epoch": 0.277623542476402,
555
+ "grad_norm": 0.7619830025965225,
556
+ "learning_rate": 1.8135520702629677e-05,
557
+ "loss": 0.7176,
558
+ "step": 375
559
+ },
560
+ {
561
+ "epoch": 0.2813251897094207,
562
+ "grad_norm": 0.9064639528645174,
563
+ "learning_rate": 1.8059665493764745e-05,
564
+ "loss": 0.7907,
565
+ "step": 380
566
+ },
567
+ {
568
+ "epoch": 0.2850268369424394,
569
+ "grad_norm": 0.9089110782339995,
570
+ "learning_rate": 1.7982463190078928e-05,
571
+ "loss": 0.7423,
572
+ "step": 385
573
+ },
574
+ {
575
+ "epoch": 0.2887284841754581,
576
+ "grad_norm": 0.8646969424750435,
577
+ "learning_rate": 1.7903926695187595e-05,
578
+ "loss": 0.7973,
579
+ "step": 390
580
+ },
581
+ {
582
+ "epoch": 0.2924301314084768,
583
+ "grad_norm": 0.8977376382170607,
584
+ "learning_rate": 1.78240691357032e-05,
585
+ "loss": 0.7659,
586
+ "step": 395
587
+ },
588
+ {
589
+ "epoch": 0.2961317786414955,
590
+ "grad_norm": 0.8404320280067796,
591
+ "learning_rate": 1.7742903859041324e-05,
592
+ "loss": 0.7762,
593
+ "step": 400
594
+ },
595
+ {
596
+ "epoch": 0.2961317786414955,
597
+ "eval_loss": 0.7873507738113403,
598
+ "eval_runtime": 13.9101,
599
+ "eval_samples_per_second": 9.202,
600
+ "eval_steps_per_second": 2.3,
601
+ "step": 400
602
+ },
603
+ {
604
+ "epoch": 0.29983342587451417,
605
+ "grad_norm": 0.8051502555127152,
606
+ "learning_rate": 1.766044443118978e-05,
607
+ "loss": 0.735,
608
+ "step": 405
609
+ },
610
+ {
611
+ "epoch": 0.30353507310753286,
612
+ "grad_norm": 0.8825484612335452,
613
+ "learning_rate": 1.757670463444118e-05,
614
+ "loss": 0.805,
615
+ "step": 410
616
+ },
617
+ {
618
+ "epoch": 0.30723672034055155,
619
+ "grad_norm": 0.8816983321841664,
620
+ "learning_rate": 1.749169846508936e-05,
621
+ "loss": 0.7376,
622
+ "step": 415
623
+ },
624
+ {
625
+ "epoch": 0.31093836757357024,
626
+ "grad_norm": 0.9080760894527659,
627
+ "learning_rate": 1.740544013109005e-05,
628
+ "loss": 0.7685,
629
+ "step": 420
630
+ },
631
+ {
632
+ "epoch": 0.31464001480658893,
633
+ "grad_norm": 0.9659088952629504,
634
+ "learning_rate": 1.7317944049686125e-05,
635
+ "loss": 0.7573,
636
+ "step": 425
637
+ },
638
+ {
639
+ "epoch": 0.3183416620396076,
640
+ "grad_norm": 0.9094115113643197,
641
+ "learning_rate": 1.722922484499793e-05,
642
+ "loss": 0.7538,
643
+ "step": 430
644
+ },
645
+ {
646
+ "epoch": 0.3220433092726263,
647
+ "grad_norm": 0.8138362578513201,
648
+ "learning_rate": 1.7139297345578992e-05,
649
+ "loss": 0.7306,
650
+ "step": 435
651
+ },
652
+ {
653
+ "epoch": 0.325744956505645,
654
+ "grad_norm": 0.8765399953435717,
655
+ "learning_rate": 1.7048176581937562e-05,
656
+ "loss": 0.7861,
657
+ "step": 440
658
+ },
659
+ {
660
+ "epoch": 0.3294466037386637,
661
+ "grad_norm": 0.9345368049281498,
662
+ "learning_rate": 1.6955877784024418e-05,
663
+ "loss": 0.7536,
664
+ "step": 445
665
+ },
666
+ {
667
+ "epoch": 0.3331482509716824,
668
+ "grad_norm": 0.858735346991521,
669
+ "learning_rate": 1.686241637868734e-05,
670
+ "loss": 0.7907,
671
+ "step": 450
672
+ },
673
+ {
674
+ "epoch": 0.33684989820470107,
675
+ "grad_norm": 0.9458978953861987,
676
+ "learning_rate": 1.676780798709262e-05,
677
+ "loss": 0.7731,
678
+ "step": 455
679
+ },
680
+ {
681
+ "epoch": 0.34055154543771976,
682
+ "grad_norm": 0.8352960647557339,
683
+ "learning_rate": 1.6672068422114195e-05,
684
+ "loss": 0.8162,
685
+ "step": 460
686
+ },
687
+ {
688
+ "epoch": 0.3442531926707385,
689
+ "grad_norm": 0.9485979141883256,
690
+ "learning_rate": 1.657521368569064e-05,
691
+ "loss": 0.7727,
692
+ "step": 465
693
+ },
694
+ {
695
+ "epoch": 0.3479548399037572,
696
+ "grad_norm": 0.9597123699952609,
697
+ "learning_rate": 1.647725996615059e-05,
698
+ "loss": 0.7393,
699
+ "step": 470
700
+ },
701
+ {
702
+ "epoch": 0.3516564871367759,
703
+ "grad_norm": 0.8279030052413336,
704
+ "learning_rate": 1.637822363550706e-05,
705
+ "loss": 0.7567,
706
+ "step": 475
707
+ },
708
+ {
709
+ "epoch": 0.3553581343697946,
710
+ "grad_norm": 0.8255196464307679,
711
+ "learning_rate": 1.627812124672099e-05,
712
+ "loss": 0.7616,
713
+ "step": 480
714
+ },
715
+ {
716
+ "epoch": 0.35905978160281327,
717
+ "grad_norm": 0.9185965901299142,
718
+ "learning_rate": 1.6176969530934573e-05,
719
+ "loss": 0.7365,
720
+ "step": 485
721
+ },
722
+ {
723
+ "epoch": 0.36276142883583196,
724
+ "grad_norm": 0.915867488884835,
725
+ "learning_rate": 1.6074785394674835e-05,
726
+ "loss": 0.7625,
727
+ "step": 490
728
+ },
729
+ {
730
+ "epoch": 0.36646307606885065,
731
+ "grad_norm": 0.8808427630606185,
732
+ "learning_rate": 1.5971585917027864e-05,
733
+ "loss": 0.743,
734
+ "step": 495
735
+ },
736
+ {
737
+ "epoch": 0.37016472330186934,
738
+ "grad_norm": 0.8671343961109982,
739
+ "learning_rate": 1.586738834678418e-05,
740
+ "loss": 0.7877,
741
+ "step": 500
742
+ },
743
+ {
744
+ "epoch": 0.37016472330186934,
745
+ "eval_loss": 0.7776017785072327,
746
+ "eval_runtime": 13.9156,
747
+ "eval_samples_per_second": 9.198,
748
+ "eval_steps_per_second": 2.3,
749
+ "step": 500
750
+ },
751
+ {
752
+ "epoch": 0.373866370534888,
753
+ "grad_norm": 0.8326101237208383,
754
+ "learning_rate": 1.5762210099555804e-05,
755
+ "loss": 0.7279,
756
+ "step": 505
757
+ },
758
+ {
759
+ "epoch": 0.3775680177679067,
760
+ "grad_norm": 0.8993146330807134,
761
+ "learning_rate": 1.5656068754865388e-05,
762
+ "loss": 0.7477,
763
+ "step": 510
764
+ },
765
+ {
766
+ "epoch": 0.3812696650009254,
767
+ "grad_norm": 0.8509555948747185,
768
+ "learning_rate": 1.554898205320797e-05,
769
+ "loss": 0.719,
770
+ "step": 515
771
+ },
772
+ {
773
+ "epoch": 0.3849713122339441,
774
+ "grad_norm": 0.8245322873194474,
775
+ "learning_rate": 1.5440967893085827e-05,
776
+ "loss": 0.742,
777
+ "step": 520
778
+ },
779
+ {
780
+ "epoch": 0.3886729594669628,
781
+ "grad_norm": 0.846763922572046,
782
+ "learning_rate": 1.5332044328016916e-05,
783
+ "loss": 0.7426,
784
+ "step": 525
785
+ },
786
+ {
787
+ "epoch": 0.3923746066999815,
788
+ "grad_norm": 0.8152415635767858,
789
+ "learning_rate": 1.5222229563517385e-05,
790
+ "loss": 0.7659,
791
+ "step": 530
792
+ },
793
+ {
794
+ "epoch": 0.39607625393300017,
795
+ "grad_norm": 0.7516627233815508,
796
+ "learning_rate": 1.5111541954058733e-05,
797
+ "loss": 0.755,
798
+ "step": 535
799
+ },
800
+ {
801
+ "epoch": 0.39977790116601886,
802
+ "grad_norm": 0.9330918094605803,
803
+ "learning_rate": 1.5000000000000002e-05,
804
+ "loss": 0.7139,
805
+ "step": 540
806
+ },
807
+ {
808
+ "epoch": 0.40347954839903755,
809
+ "grad_norm": 0.909933402781669,
810
+ "learning_rate": 1.4887622344495643e-05,
811
+ "loss": 0.766,
812
+ "step": 545
813
+ },
814
+ {
815
+ "epoch": 0.4071811956320563,
816
+ "grad_norm": 0.8490288077542087,
817
+ "learning_rate": 1.4774427770379492e-05,
818
+ "loss": 0.7527,
819
+ "step": 550
820
+ },
821
+ {
822
+ "epoch": 0.410882842865075,
823
+ "grad_norm": 0.7862796925351503,
824
+ "learning_rate": 1.4660435197025391e-05,
825
+ "loss": 0.7303,
826
+ "step": 555
827
+ },
828
+ {
829
+ "epoch": 0.41458449009809367,
830
+ "grad_norm": 0.8933781658285954,
831
+ "learning_rate": 1.4545663677185007e-05,
832
+ "loss": 0.7511,
833
+ "step": 560
834
+ },
835
+ {
836
+ "epoch": 0.41828613733111236,
837
+ "grad_norm": 0.9315412822675067,
838
+ "learning_rate": 1.4430132393803353e-05,
839
+ "loss": 0.7578,
840
+ "step": 565
841
+ },
842
+ {
843
+ "epoch": 0.42198778456413105,
844
+ "grad_norm": 0.891732448676352,
845
+ "learning_rate": 1.4313860656812537e-05,
846
+ "loss": 0.7451,
847
+ "step": 570
848
+ },
849
+ {
850
+ "epoch": 0.42568943179714974,
851
+ "grad_norm": 0.941987818106321,
852
+ "learning_rate": 1.4196867899904292e-05,
853
+ "loss": 0.7628,
854
+ "step": 575
855
+ },
856
+ {
857
+ "epoch": 0.42939107903016843,
858
+ "grad_norm": 0.921240152093078,
859
+ "learning_rate": 1.4079173677281836e-05,
860
+ "loss": 0.7957,
861
+ "step": 580
862
+ },
863
+ {
864
+ "epoch": 0.4330927262631871,
865
+ "grad_norm": 0.8657445643164473,
866
+ "learning_rate": 1.396079766039157e-05,
867
+ "loss": 0.7426,
868
+ "step": 585
869
+ },
870
+ {
871
+ "epoch": 0.4367943734962058,
872
+ "grad_norm": 0.830722082475653,
873
+ "learning_rate": 1.3841759634635177e-05,
874
+ "loss": 0.7356,
875
+ "step": 590
876
+ },
877
+ {
878
+ "epoch": 0.4404960207292245,
879
+ "grad_norm": 0.8233290071983923,
880
+ "learning_rate": 1.3722079496062702e-05,
881
+ "loss": 0.7598,
882
+ "step": 595
883
+ },
884
+ {
885
+ "epoch": 0.4441976679622432,
886
+ "grad_norm": 0.9506512046005955,
887
+ "learning_rate": 1.3601777248047105e-05,
888
+ "loss": 0.7597,
889
+ "step": 600
890
+ },
891
+ {
892
+ "epoch": 0.4441976679622432,
893
+ "eval_loss": 0.7721413373947144,
894
+ "eval_runtime": 13.9016,
895
+ "eval_samples_per_second": 9.208,
896
+ "eval_steps_per_second": 2.302,
897
+ "step": 600
898
+ },
899
+ {
900
+ "epoch": 0.4478993151952619,
901
+ "grad_norm": 0.9604300783443352,
902
+ "learning_rate": 1.3480872997940906e-05,
903
+ "loss": 0.7394,
904
+ "step": 605
905
+ },
906
+ {
907
+ "epoch": 0.4516009624282806,
908
+ "grad_norm": 0.8772541492967686,
909
+ "learning_rate": 1.3359386953715423e-05,
910
+ "loss": 0.7627,
911
+ "step": 610
912
+ },
913
+ {
914
+ "epoch": 0.45530260966129926,
915
+ "grad_norm": 0.8375910110902742,
916
+ "learning_rate": 1.3237339420583213e-05,
917
+ "loss": 0.7118,
918
+ "step": 615
919
+ },
920
+ {
921
+ "epoch": 0.45900425689431795,
922
+ "grad_norm": 0.8238746153345643,
923
+ "learning_rate": 1.3114750797604248e-05,
924
+ "loss": 0.7472,
925
+ "step": 620
926
+ },
927
+ {
928
+ "epoch": 0.46270590412733664,
929
+ "grad_norm": 0.8433888333336995,
930
+ "learning_rate": 1.2991641574276419e-05,
931
+ "loss": 0.7419,
932
+ "step": 625
933
+ },
934
+ {
935
+ "epoch": 0.46640755136035533,
936
+ "grad_norm": 0.9073933295053426,
937
+ "learning_rate": 1.2868032327110904e-05,
938
+ "loss": 0.7521,
939
+ "step": 630
940
+ },
941
+ {
942
+ "epoch": 0.4701091985933741,
943
+ "grad_norm": 0.9159742985409377,
944
+ "learning_rate": 1.2743943716193017e-05,
945
+ "loss": 0.7405,
946
+ "step": 635
947
+ },
948
+ {
949
+ "epoch": 0.47381084582639277,
950
+ "grad_norm": 0.8639666344442233,
951
+ "learning_rate": 1.261939648172906e-05,
952
+ "loss": 0.7227,
953
+ "step": 640
954
+ },
955
+ {
956
+ "epoch": 0.47751249305941146,
957
+ "grad_norm": 0.7971760122101184,
958
+ "learning_rate": 1.2494411440579814e-05,
959
+ "loss": 0.7343,
960
+ "step": 645
961
+ },
962
+ {
963
+ "epoch": 0.48121414029243015,
964
+ "grad_norm": 0.8448895052242439,
965
+ "learning_rate": 1.2369009482781191e-05,
966
+ "loss": 0.7365,
967
+ "step": 650
968
+ },
969
+ {
970
+ "epoch": 0.48491578752544884,
971
+ "grad_norm": 0.7970058192892565,
972
+ "learning_rate": 1.2243211568052678e-05,
973
+ "loss": 0.7555,
974
+ "step": 655
975
+ },
976
+ {
977
+ "epoch": 0.48861743475846753,
978
+ "grad_norm": 0.7896878342752074,
979
+ "learning_rate": 1.211703872229411e-05,
980
+ "loss": 0.7366,
981
+ "step": 660
982
+ },
983
+ {
984
+ "epoch": 0.4923190819914862,
985
+ "grad_norm": 0.8235514980963513,
986
+ "learning_rate": 1.1990512034071407e-05,
987
+ "loss": 0.7355,
988
+ "step": 665
989
+ },
990
+ {
991
+ "epoch": 0.4960207292245049,
992
+ "grad_norm": 0.8752477580138025,
993
+ "learning_rate": 1.1863652651091824e-05,
994
+ "loss": 0.7482,
995
+ "step": 670
996
+ },
997
+ {
998
+ "epoch": 0.4997223764575236,
999
+ "grad_norm": 0.7968471508440359,
1000
+ "learning_rate": 1.1736481776669307e-05,
1001
+ "loss": 0.7623,
1002
+ "step": 675
1003
+ },
1004
+ {
1005
+ "epoch": 0.5034240236905423,
1006
+ "grad_norm": 0.8552430544922648,
1007
+ "learning_rate": 1.1609020666180574e-05,
1008
+ "loss": 0.7286,
1009
+ "step": 680
1010
+ },
1011
+ {
1012
+ "epoch": 0.507125670923561,
1013
+ "grad_norm": 0.8945592896651489,
1014
+ "learning_rate": 1.1481290623512491e-05,
1015
+ "loss": 0.7678,
1016
+ "step": 685
1017
+ },
1018
+ {
1019
+ "epoch": 0.5108273181565797,
1020
+ "grad_norm": 0.9010900616084727,
1021
+ "learning_rate": 1.1353312997501313e-05,
1022
+ "loss": 0.7078,
1023
+ "step": 690
1024
+ },
1025
+ {
1026
+ "epoch": 0.5145289653895984,
1027
+ "grad_norm": 0.8498229044355782,
1028
+ "learning_rate": 1.1225109178364456e-05,
1029
+ "loss": 0.7481,
1030
+ "step": 695
1031
+ },
1032
+ {
1033
+ "epoch": 0.518230612622617,
1034
+ "grad_norm": 0.8395244629526324,
1035
+ "learning_rate": 1.1096700594125318e-05,
1036
+ "loss": 0.7022,
1037
+ "step": 700
1038
+ },
1039
+ {
1040
+ "epoch": 0.518230612622617,
1041
+ "eval_loss": 0.7636598348617554,
1042
+ "eval_runtime": 13.9138,
1043
+ "eval_samples_per_second": 9.199,
1044
+ "eval_steps_per_second": 2.3,
1045
+ "step": 700
1046
+ },
1047
+ {
1048
+ "epoch": 0.5219322598556357,
1049
+ "grad_norm": 0.8702370491552567,
1050
+ "learning_rate": 1.0968108707031792e-05,
1051
+ "loss": 0.7327,
1052
+ "step": 705
1053
+ },
1054
+ {
1055
+ "epoch": 0.5256339070886544,
1056
+ "grad_norm": 0.8281656815617978,
1057
+ "learning_rate": 1.0839355009969068e-05,
1058
+ "loss": 0.7514,
1059
+ "step": 710
1060
+ },
1061
+ {
1062
+ "epoch": 0.5293355543216731,
1063
+ "grad_norm": 0.8376756198509365,
1064
+ "learning_rate": 1.0710461022867303e-05,
1065
+ "loss": 0.7793,
1066
+ "step": 715
1067
+ },
1068
+ {
1069
+ "epoch": 0.5330372015546918,
1070
+ "grad_norm": 0.8367187384704404,
1071
+ "learning_rate": 1.0581448289104759e-05,
1072
+ "loss": 0.7407,
1073
+ "step": 720
1074
+ },
1075
+ {
1076
+ "epoch": 0.5367388487877105,
1077
+ "grad_norm": 0.9145398188007555,
1078
+ "learning_rate": 1.0452338371907065e-05,
1079
+ "loss": 0.7517,
1080
+ "step": 725
1081
+ },
1082
+ {
1083
+ "epoch": 0.5404404960207292,
1084
+ "grad_norm": 0.9025014354205471,
1085
+ "learning_rate": 1.0323152850743107e-05,
1086
+ "loss": 0.7479,
1087
+ "step": 730
1088
+ },
1089
+ {
1090
+ "epoch": 0.5441421432537479,
1091
+ "grad_norm": 0.8323590393315845,
1092
+ "learning_rate": 1.0193913317718245e-05,
1093
+ "loss": 0.7383,
1094
+ "step": 735
1095
+ },
1096
+ {
1097
+ "epoch": 0.5478437904867666,
1098
+ "grad_norm": 0.8053681561717396,
1099
+ "learning_rate": 1.0064641373965394e-05,
1100
+ "loss": 0.7368,
1101
+ "step": 740
1102
+ },
1103
+ {
1104
+ "epoch": 0.5515454377197853,
1105
+ "grad_norm": 0.9623515807377045,
1106
+ "learning_rate": 9.935358626034607e-06,
1107
+ "loss": 0.756,
1108
+ "step": 745
1109
+ },
1110
+ {
1111
+ "epoch": 0.555247084952804,
1112
+ "grad_norm": 0.8731734979296258,
1113
+ "learning_rate": 9.806086682281759e-06,
1114
+ "loss": 0.7543,
1115
+ "step": 750
1116
+ },
1117
+ {
1118
+ "epoch": 0.5589487321858226,
1119
+ "grad_norm": 0.794317378829256,
1120
+ "learning_rate": 9.676847149256894e-06,
1121
+ "loss": 0.753,
1122
+ "step": 755
1123
+ },
1124
+ {
1125
+ "epoch": 0.5626503794188414,
1126
+ "grad_norm": 0.8530437554647999,
1127
+ "learning_rate": 9.547661628092938e-06,
1128
+ "loss": 0.7386,
1129
+ "step": 760
1130
+ },
1131
+ {
1132
+ "epoch": 0.5663520266518601,
1133
+ "grad_norm": 0.8646545270333567,
1134
+ "learning_rate": 9.418551710895243e-06,
1135
+ "loss": 0.7318,
1136
+ "step": 765
1137
+ },
1138
+ {
1139
+ "epoch": 0.5700536738848788,
1140
+ "grad_norm": 0.9035218748561549,
1141
+ "learning_rate": 9.289538977132702e-06,
1142
+ "loss": 0.6862,
1143
+ "step": 770
1144
+ },
1145
+ {
1146
+ "epoch": 0.5737553211178975,
1147
+ "grad_norm": 0.8354318815394232,
1148
+ "learning_rate": 9.160644990030932e-06,
1149
+ "loss": 0.7556,
1150
+ "step": 775
1151
+ },
1152
+ {
1153
+ "epoch": 0.5774569683509162,
1154
+ "grad_norm": 0.7684105208701051,
1155
+ "learning_rate": 9.03189129296821e-06,
1156
+ "loss": 0.7268,
1157
+ "step": 780
1158
+ },
1159
+ {
1160
+ "epoch": 0.5811586155839349,
1161
+ "grad_norm": 0.8029550734602514,
1162
+ "learning_rate": 8.903299405874685e-06,
1163
+ "loss": 0.7243,
1164
+ "step": 785
1165
+ },
1166
+ {
1167
+ "epoch": 0.5848602628169536,
1168
+ "grad_norm": 0.9027686642737436,
1169
+ "learning_rate": 8.774890821635548e-06,
1170
+ "loss": 0.7152,
1171
+ "step": 790
1172
+ },
1173
+ {
1174
+ "epoch": 0.5885619100499723,
1175
+ "grad_norm": 0.7821797058337757,
1176
+ "learning_rate": 8.646687002498692e-06,
1177
+ "loss": 0.7145,
1178
+ "step": 795
1179
+ },
1180
+ {
1181
+ "epoch": 0.592263557282991,
1182
+ "grad_norm": 0.8700756877354678,
1183
+ "learning_rate": 8.518709376487515e-06,
1184
+ "loss": 0.7357,
1185
+ "step": 800
1186
+ },
1187
+ {
1188
+ "epoch": 0.592263557282991,
1189
+ "eval_loss": 0.757763683795929,
1190
+ "eval_runtime": 13.9104,
1191
+ "eval_samples_per_second": 9.202,
1192
+ "eval_steps_per_second": 2.3,
1193
+ "step": 800
1194
+ },
1195
+ {
1196
+ "epoch": 0.5959652045160097,
1197
+ "grad_norm": 0.8379456743338136,
1198
+ "learning_rate": 8.390979333819427e-06,
1199
+ "loss": 0.7086,
1200
+ "step": 805
1201
+ },
1202
+ {
1203
+ "epoch": 0.5996668517490283,
1204
+ "grad_norm": 0.818734305315936,
1205
+ "learning_rate": 8.263518223330698e-06,
1206
+ "loss": 0.7152,
1207
+ "step": 810
1208
+ },
1209
+ {
1210
+ "epoch": 0.603368498982047,
1211
+ "grad_norm": 0.8743375245245216,
1212
+ "learning_rate": 8.13634734890818e-06,
1213
+ "loss": 0.727,
1214
+ "step": 815
1215
+ },
1216
+ {
1217
+ "epoch": 0.6070701462150657,
1218
+ "grad_norm": 0.8786491449971525,
1219
+ "learning_rate": 8.009487965928597e-06,
1220
+ "loss": 0.7553,
1221
+ "step": 820
1222
+ },
1223
+ {
1224
+ "epoch": 0.6107717934480844,
1225
+ "grad_norm": 0.8547378632602907,
1226
+ "learning_rate": 7.882961277705897e-06,
1227
+ "loss": 0.7446,
1228
+ "step": 825
1229
+ },
1230
+ {
1231
+ "epoch": 0.6144734406811031,
1232
+ "grad_norm": 0.7609454764665622,
1233
+ "learning_rate": 7.756788431947327e-06,
1234
+ "loss": 0.6973,
1235
+ "step": 830
1236
+ },
1237
+ {
1238
+ "epoch": 0.6181750879141218,
1239
+ "grad_norm": 0.8595158664652035,
1240
+ "learning_rate": 7.630990517218809e-06,
1241
+ "loss": 0.7371,
1242
+ "step": 835
1243
+ },
1244
+ {
1245
+ "epoch": 0.6218767351471405,
1246
+ "grad_norm": 0.8659941041292218,
1247
+ "learning_rate": 7.505588559420188e-06,
1248
+ "loss": 0.7342,
1249
+ "step": 840
1250
+ },
1251
+ {
1252
+ "epoch": 0.6255783823801592,
1253
+ "grad_norm": 0.9299432607609597,
1254
+ "learning_rate": 7.380603518270942e-06,
1255
+ "loss": 0.7142,
1256
+ "step": 845
1257
+ },
1258
+ {
1259
+ "epoch": 0.6292800296131779,
1260
+ "grad_norm": 0.8880503261300582,
1261
+ "learning_rate": 7.256056283806987e-06,
1262
+ "loss": 0.7436,
1263
+ "step": 850
1264
+ },
1265
+ {
1266
+ "epoch": 0.6329816768461966,
1267
+ "grad_norm": 0.8447764921028852,
1268
+ "learning_rate": 7.131967672889101e-06,
1269
+ "loss": 0.7493,
1270
+ "step": 855
1271
+ },
1272
+ {
1273
+ "epoch": 0.6366833240792152,
1274
+ "grad_norm": 0.8159351473695275,
1275
+ "learning_rate": 7.008358425723586e-06,
1276
+ "loss": 0.735,
1277
+ "step": 860
1278
+ },
1279
+ {
1280
+ "epoch": 0.6403849713122339,
1281
+ "grad_norm": 0.8133753106374585,
1282
+ "learning_rate": 6.885249202395754e-06,
1283
+ "loss": 0.7446,
1284
+ "step": 865
1285
+ },
1286
+ {
1287
+ "epoch": 0.6440866185452526,
1288
+ "grad_norm": 0.8316078712936584,
1289
+ "learning_rate": 6.762660579416791e-06,
1290
+ "loss": 0.7352,
1291
+ "step": 870
1292
+ },
1293
+ {
1294
+ "epoch": 0.6477882657782713,
1295
+ "grad_norm": 0.8363925927645764,
1296
+ "learning_rate": 6.640613046284581e-06,
1297
+ "loss": 0.7276,
1298
+ "step": 875
1299
+ },
1300
+ {
1301
+ "epoch": 0.65148991301129,
1302
+ "grad_norm": 0.8274226479417599,
1303
+ "learning_rate": 6.519127002059096e-06,
1304
+ "loss": 0.7446,
1305
+ "step": 880
1306
+ },
1307
+ {
1308
+ "epoch": 0.6551915602443087,
1309
+ "grad_norm": 0.8071784161675062,
1310
+ "learning_rate": 6.3982227519528986e-06,
1311
+ "loss": 0.7358,
1312
+ "step": 885
1313
+ },
1314
+ {
1315
+ "epoch": 0.6588932074773274,
1316
+ "grad_norm": 0.8339903037473256,
1317
+ "learning_rate": 6.277920503937303e-06,
1318
+ "loss": 0.7469,
1319
+ "step": 890
1320
+ },
1321
+ {
1322
+ "epoch": 0.6625948547103461,
1323
+ "grad_norm": 0.8161559389227064,
1324
+ "learning_rate": 6.158240365364823e-06,
1325
+ "loss": 0.7144,
1326
+ "step": 895
1327
+ },
1328
+ {
1329
+ "epoch": 0.6662965019433648,
1330
+ "grad_norm": 0.7847268196021213,
1331
+ "learning_rate": 6.039202339608432e-06,
1332
+ "loss": 0.7263,
1333
+ "step": 900
1334
+ },
1335
+ {
1336
+ "epoch": 0.6662965019433648,
1337
+ "eval_loss": 0.752326250076294,
1338
+ "eval_runtime": 13.9198,
1339
+ "eval_samples_per_second": 9.196,
1340
+ "eval_steps_per_second": 2.299,
1341
+ "step": 900
1342
+ },
1343
+ {
1344
+ "epoch": 0.6699981491763835,
1345
+ "grad_norm": 0.9056493169262531,
1346
+ "learning_rate": 5.920826322718165e-06,
1347
+ "loss": 0.7662,
1348
+ "step": 905
1349
+ },
1350
+ {
1351
+ "epoch": 0.6736997964094021,
1352
+ "grad_norm": 0.838325627618988,
1353
+ "learning_rate": 5.80313210009571e-06,
1354
+ "loss": 0.7186,
1355
+ "step": 910
1356
+ },
1357
+ {
1358
+ "epoch": 0.6774014436424208,
1359
+ "grad_norm": 0.7715332644810777,
1360
+ "learning_rate": 5.686139343187468e-06,
1361
+ "loss": 0.6974,
1362
+ "step": 915
1363
+ },
1364
+ {
1365
+ "epoch": 0.6811030908754395,
1366
+ "grad_norm": 0.7969527091844856,
1367
+ "learning_rate": 5.569867606196652e-06,
1368
+ "loss": 0.7279,
1369
+ "step": 920
1370
+ },
1371
+ {
1372
+ "epoch": 0.6848047381084582,
1373
+ "grad_norm": 0.7454387693159232,
1374
+ "learning_rate": 5.454336322814995e-06,
1375
+ "loss": 0.7037,
1376
+ "step": 925
1377
+ },
1378
+ {
1379
+ "epoch": 0.688506385341477,
1380
+ "grad_norm": 0.7827869955982751,
1381
+ "learning_rate": 5.339564802974615e-06,
1382
+ "loss": 0.7157,
1383
+ "step": 930
1384
+ },
1385
+ {
1386
+ "epoch": 0.6922080325744957,
1387
+ "grad_norm": 0.8212780547789803,
1388
+ "learning_rate": 5.2255722296205104e-06,
1389
+ "loss": 0.7156,
1390
+ "step": 935
1391
+ },
1392
+ {
1393
+ "epoch": 0.6959096798075144,
1394
+ "grad_norm": 0.8366734995005418,
1395
+ "learning_rate": 5.112377655504359e-06,
1396
+ "loss": 0.7261,
1397
+ "step": 940
1398
+ },
1399
+ {
1400
+ "epoch": 0.6996113270405331,
1401
+ "grad_norm": 0.8365999881595709,
1402
+ "learning_rate": 5.000000000000003e-06,
1403
+ "loss": 0.7379,
1404
+ "step": 945
1405
+ },
1406
+ {
1407
+ "epoch": 0.7033129742735518,
1408
+ "grad_norm": 0.7910953650668177,
1409
+ "learning_rate": 4.888458045941269e-06,
1410
+ "loss": 0.7181,
1411
+ "step": 950
1412
+ },
1413
+ {
1414
+ "epoch": 0.7070146215065705,
1415
+ "grad_norm": 0.7459384146523337,
1416
+ "learning_rate": 4.7777704364826175e-06,
1417
+ "loss": 0.7282,
1418
+ "step": 955
1419
+ },
1420
+ {
1421
+ "epoch": 0.7107162687395892,
1422
+ "grad_norm": 0.7756031798775826,
1423
+ "learning_rate": 4.66795567198309e-06,
1424
+ "loss": 0.6976,
1425
+ "step": 960
1426
+ },
1427
+ {
1428
+ "epoch": 0.7144179159726078,
1429
+ "grad_norm": 0.8050211391385077,
1430
+ "learning_rate": 4.559032106914173e-06,
1431
+ "loss": 0.6944,
1432
+ "step": 965
1433
+ },
1434
+ {
1435
+ "epoch": 0.7181195632056265,
1436
+ "grad_norm": 0.8028819064303906,
1437
+ "learning_rate": 4.4510179467920325e-06,
1438
+ "loss": 0.721,
1439
+ "step": 970
1440
+ },
1441
+ {
1442
+ "epoch": 0.7218212104386452,
1443
+ "grad_norm": 0.7534252037368026,
1444
+ "learning_rate": 4.343931245134616e-06,
1445
+ "loss": 0.7021,
1446
+ "step": 975
1447
+ },
1448
+ {
1449
+ "epoch": 0.7255228576716639,
1450
+ "grad_norm": 0.7377560193666968,
1451
+ "learning_rate": 4.237789900444197e-06,
1452
+ "loss": 0.7506,
1453
+ "step": 980
1454
+ },
1455
+ {
1456
+ "epoch": 0.7292245049046826,
1457
+ "grad_norm": 0.8080354979518036,
1458
+ "learning_rate": 4.132611653215822e-06,
1459
+ "loss": 0.7212,
1460
+ "step": 985
1461
+ },
1462
+ {
1463
+ "epoch": 0.7329261521377013,
1464
+ "grad_norm": 0.8305056554672983,
1465
+ "learning_rate": 4.028414082972141e-06,
1466
+ "loss": 0.7169,
1467
+ "step": 990
1468
+ },
1469
+ {
1470
+ "epoch": 0.73662779937072,
1471
+ "grad_norm": 0.7935481732565857,
1472
+ "learning_rate": 3.925214605325164e-06,
1473
+ "loss": 0.7325,
1474
+ "step": 995
1475
+ },
1476
+ {
1477
+ "epoch": 0.7403294466037387,
1478
+ "grad_norm": 0.8593431046558389,
1479
+ "learning_rate": 3.823030469065431e-06,
1480
+ "loss": 0.7241,
1481
+ "step": 1000
1482
+ },
1483
+ {
1484
+ "epoch": 0.7403294466037387,
1485
+ "eval_loss": 0.7486217021942139,
1486
+ "eval_runtime": 13.9105,
1487
+ "eval_samples_per_second": 9.202,
1488
+ "eval_steps_per_second": 2.3,
1489
+ "step": 1000
1490
+ },
1491
+ {
1492
+ "epoch": 0.7440310938367574,
1493
+ "grad_norm": 0.7630905140390896,
1494
+ "learning_rate": 3.7218787532790167e-06,
1495
+ "loss": 0.7546,
1496
+ "step": 1005
1497
+ },
1498
+ {
1499
+ "epoch": 0.747732741069776,
1500
+ "grad_norm": 0.8146250270713639,
1501
+ "learning_rate": 3.6217763644929393e-06,
1502
+ "loss": 0.6701,
1503
+ "step": 1010
1504
+ },
1505
+ {
1506
+ "epoch": 0.7514343883027947,
1507
+ "grad_norm": 0.9246712413038413,
1508
+ "learning_rate": 3.522740033849411e-06,
1509
+ "loss": 0.7272,
1510
+ "step": 1015
1511
+ },
1512
+ {
1513
+ "epoch": 0.7551360355358134,
1514
+ "grad_norm": 0.7887289101813312,
1515
+ "learning_rate": 3.424786314309365e-06,
1516
+ "loss": 0.7037,
1517
+ "step": 1020
1518
+ },
1519
+ {
1520
+ "epoch": 0.7588376827688321,
1521
+ "grad_norm": 0.8047335039447063,
1522
+ "learning_rate": 3.3279315778858034e-06,
1523
+ "loss": 0.7571,
1524
+ "step": 1025
1525
+ },
1526
+ {
1527
+ "epoch": 0.7625393300018508,
1528
+ "grad_norm": 0.798514524730981,
1529
+ "learning_rate": 3.2321920129073815e-06,
1530
+ "loss": 0.7441,
1531
+ "step": 1030
1532
+ },
1533
+ {
1534
+ "epoch": 0.7662409772348695,
1535
+ "grad_norm": 0.7646069136667362,
1536
+ "learning_rate": 3.1375836213126653e-06,
1537
+ "loss": 0.7064,
1538
+ "step": 1035
1539
+ },
1540
+ {
1541
+ "epoch": 0.7699426244678882,
1542
+ "grad_norm": 0.7902846582318533,
1543
+ "learning_rate": 3.04412221597558e-06,
1544
+ "loss": 0.7087,
1545
+ "step": 1040
1546
+ },
1547
+ {
1548
+ "epoch": 0.7736442717009069,
1549
+ "grad_norm": 0.7500016823134105,
1550
+ "learning_rate": 2.9518234180624393e-06,
1551
+ "loss": 0.7005,
1552
+ "step": 1045
1553
+ },
1554
+ {
1555
+ "epoch": 0.7773459189339256,
1556
+ "grad_norm": 0.7834569518828477,
1557
+ "learning_rate": 2.8607026544210115e-06,
1558
+ "loss": 0.7121,
1559
+ "step": 1050
1560
+ },
1561
+ {
1562
+ "epoch": 0.7810475661669443,
1563
+ "grad_norm": 0.8219045034739818,
1564
+ "learning_rate": 2.770775155002071e-06,
1565
+ "loss": 0.7188,
1566
+ "step": 1055
1567
+ },
1568
+ {
1569
+ "epoch": 0.784749213399963,
1570
+ "grad_norm": 0.7979488966474921,
1571
+ "learning_rate": 2.6820559503138797e-06,
1572
+ "loss": 0.7394,
1573
+ "step": 1060
1574
+ },
1575
+ {
1576
+ "epoch": 0.7884508606329816,
1577
+ "grad_norm": 0.7708361050389172,
1578
+ "learning_rate": 2.594559868909956e-06,
1579
+ "loss": 0.7629,
1580
+ "step": 1065
1581
+ },
1582
+ {
1583
+ "epoch": 0.7921525078660003,
1584
+ "grad_norm": 0.8008018942152781,
1585
+ "learning_rate": 2.50830153491064e-06,
1586
+ "loss": 0.7056,
1587
+ "step": 1070
1588
+ },
1589
+ {
1590
+ "epoch": 0.795854155099019,
1591
+ "grad_norm": 0.7795894462704948,
1592
+ "learning_rate": 2.423295365558821e-06,
1593
+ "loss": 0.7207,
1594
+ "step": 1075
1595
+ },
1596
+ {
1597
+ "epoch": 0.7995558023320377,
1598
+ "grad_norm": 0.9031338113204026,
1599
+ "learning_rate": 2.339555568810221e-06,
1600
+ "loss": 0.7285,
1601
+ "step": 1080
1602
+ },
1603
+ {
1604
+ "epoch": 0.8032574495650564,
1605
+ "grad_norm": 0.8186262826009113,
1606
+ "learning_rate": 2.2570961409586756e-06,
1607
+ "loss": 0.7158,
1608
+ "step": 1085
1609
+ },
1610
+ {
1611
+ "epoch": 0.8069590967980751,
1612
+ "grad_norm": 0.8364826504863685,
1613
+ "learning_rate": 2.1759308642968024e-06,
1614
+ "loss": 0.7356,
1615
+ "step": 1090
1616
+ },
1617
+ {
1618
+ "epoch": 0.8106607440310938,
1619
+ "grad_norm": 0.774317555116531,
1620
+ "learning_rate": 2.0960733048124082e-06,
1621
+ "loss": 0.7103,
1622
+ "step": 1095
1623
+ },
1624
+ {
1625
+ "epoch": 0.8143623912641126,
1626
+ "grad_norm": 0.721514971995563,
1627
+ "learning_rate": 2.01753680992107e-06,
1628
+ "loss": 0.7248,
1629
+ "step": 1100
1630
+ },
1631
+ {
1632
+ "epoch": 0.8143623912641126,
1633
+ "eval_loss": 0.7458541393280029,
1634
+ "eval_runtime": 13.9232,
1635
+ "eval_samples_per_second": 9.193,
1636
+ "eval_steps_per_second": 2.298,
1637
+ "step": 1100
1638
+ },
1639
+ {
1640
+ "epoch": 0.8180640384971313,
1641
+ "grad_norm": 0.7967709345646607,
1642
+ "learning_rate": 1.9403345062352574e-06,
1643
+ "loss": 0.7133,
1644
+ "step": 1105
1645
+ },
1646
+ {
1647
+ "epoch": 0.82176568573015,
1648
+ "grad_norm": 0.7862637729441949,
1649
+ "learning_rate": 1.8644792973703252e-06,
1650
+ "loss": 0.7348,
1651
+ "step": 1110
1652
+ },
1653
+ {
1654
+ "epoch": 0.8254673329631687,
1655
+ "grad_norm": 0.8106662349581507,
1656
+ "learning_rate": 1.7899838617878163e-06,
1657
+ "loss": 0.6728,
1658
+ "step": 1115
1659
+ },
1660
+ {
1661
+ "epoch": 0.8291689801961873,
1662
+ "grad_norm": 0.8139117235446253,
1663
+ "learning_rate": 1.7168606506763696e-06,
1664
+ "loss": 0.7106,
1665
+ "step": 1120
1666
+ },
1667
+ {
1668
+ "epoch": 0.832870627429206,
1669
+ "grad_norm": 0.7959479042776761,
1670
+ "learning_rate": 1.6451218858706374e-06,
1671
+ "loss": 0.7079,
1672
+ "step": 1125
1673
+ },
1674
+ {
1675
+ "epoch": 0.8365722746622247,
1676
+ "grad_norm": 0.7800389829360582,
1677
+ "learning_rate": 1.5747795578085046e-06,
1678
+ "loss": 0.734,
1679
+ "step": 1130
1680
+ },
1681
+ {
1682
+ "epoch": 0.8402739218952434,
1683
+ "grad_norm": 0.8491880110862743,
1684
+ "learning_rate": 1.505845423527027e-06,
1685
+ "loss": 0.7526,
1686
+ "step": 1135
1687
+ },
1688
+ {
1689
+ "epoch": 0.8439755691282621,
1690
+ "grad_norm": 0.7520716902364791,
1691
+ "learning_rate": 1.4383310046973365e-06,
1692
+ "loss": 0.7295,
1693
+ "step": 1140
1694
+ },
1695
+ {
1696
+ "epoch": 0.8476772163612808,
1697
+ "grad_norm": 0.7392687185609131,
1698
+ "learning_rate": 1.372247585698916e-06,
1699
+ "loss": 0.7157,
1700
+ "step": 1145
1701
+ },
1702
+ {
1703
+ "epoch": 0.8513788635942995,
1704
+ "grad_norm": 0.891695708696772,
1705
+ "learning_rate": 1.307606211733522e-06,
1706
+ "loss": 0.7077,
1707
+ "step": 1150
1708
+ },
1709
+ {
1710
+ "epoch": 0.8550805108273182,
1711
+ "grad_norm": 0.7556262153142617,
1712
+ "learning_rate": 1.2444176869790925e-06,
1713
+ "loss": 0.6876,
1714
+ "step": 1155
1715
+ },
1716
+ {
1717
+ "epoch": 0.8587821580603369,
1718
+ "grad_norm": 0.7648821497658631,
1719
+ "learning_rate": 1.18269257278392e-06,
1720
+ "loss": 0.7266,
1721
+ "step": 1160
1722
+ },
1723
+ {
1724
+ "epoch": 0.8624838052933556,
1725
+ "grad_norm": 0.7686415995765328,
1726
+ "learning_rate": 1.1224411859014417e-06,
1727
+ "loss": 0.7491,
1728
+ "step": 1165
1729
+ },
1730
+ {
1731
+ "epoch": 0.8661854525263742,
1732
+ "grad_norm": 0.8234276927845928,
1733
+ "learning_rate": 1.0636735967658785e-06,
1734
+ "loss": 0.7015,
1735
+ "step": 1170
1736
+ },
1737
+ {
1738
+ "epoch": 0.8698870997593929,
1739
+ "grad_norm": 0.799370203079086,
1740
+ "learning_rate": 1.0063996278090704e-06,
1741
+ "loss": 0.7472,
1742
+ "step": 1175
1743
+ },
1744
+ {
1745
+ "epoch": 0.8735887469924116,
1746
+ "grad_norm": 0.7425484613114575,
1747
+ "learning_rate": 9.506288518187468e-07,
1748
+ "loss": 0.7419,
1749
+ "step": 1180
1750
+ },
1751
+ {
1752
+ "epoch": 0.8772903942254303,
1753
+ "grad_norm": 0.8364541139620355,
1754
+ "learning_rate": 8.963705903385344e-07,
1755
+ "loss": 0.73,
1756
+ "step": 1185
1757
+ },
1758
+ {
1759
+ "epoch": 0.880992041458449,
1760
+ "grad_norm": 0.7275245126738014,
1761
+ "learning_rate": 8.436339121099413e-07,
1762
+ "loss": 0.6954,
1763
+ "step": 1190
1764
+ },
1765
+ {
1766
+ "epoch": 0.8846936886914677,
1767
+ "grad_norm": 0.7670980270356331,
1768
+ "learning_rate": 7.924276315566171e-07,
1769
+ "loss": 0.7203,
1770
+ "step": 1195
1771
+ },
1772
+ {
1773
+ "epoch": 0.8883953359244864,
1774
+ "grad_norm": 0.7438918255405699,
1775
+ "learning_rate": 7.427603073110967e-07,
1776
+ "loss": 0.7494,
1777
+ "step": 1200
1778
+ },
1779
+ {
1780
+ "epoch": 0.8883953359244864,
1781
+ "eval_loss": 0.7444015741348267,
1782
+ "eval_runtime": 13.9054,
1783
+ "eval_samples_per_second": 9.205,
1784
+ "eval_steps_per_second": 2.301,
1785
+ "step": 1200
1786
+ },
1787
+ {
1788
+ "epoch": 0.8920969831575051,
1789
+ "grad_norm": 0.7732702095079683,
1790
+ "learning_rate": 6.946402407843156e-07,
1791
+ "loss": 0.7268,
1792
+ "step": 1205
1793
+ },
1794
+ {
1795
+ "epoch": 0.8957986303905238,
1796
+ "grad_norm": 0.8230144119365296,
1797
+ "learning_rate": 6.480754747781037e-07,
1798
+ "loss": 0.7145,
1799
+ "step": 1210
1800
+ },
1801
+ {
1802
+ "epoch": 0.8995002776235425,
1803
+ "grad_norm": 0.7690467367109252,
1804
+ "learning_rate": 6.030737921409169e-07,
1805
+ "loss": 0.7183,
1806
+ "step": 1215
1807
+ },
1808
+ {
1809
+ "epoch": 0.9032019248565611,
1810
+ "grad_norm": 0.7336645828070898,
1811
+ "learning_rate": 5.596427144670002e-07,
1812
+ "loss": 0.6766,
1813
+ "step": 1220
1814
+ },
1815
+ {
1816
+ "epoch": 0.9069035720895798,
1817
+ "grad_norm": 0.7904032663729998,
1818
+ "learning_rate": 5.177895008392353e-07,
1819
+ "loss": 0.7339,
1820
+ "step": 1225
1821
+ },
1822
+ {
1823
+ "epoch": 0.9106052193225985,
1824
+ "grad_norm": 0.782587001308281,
1825
+ "learning_rate": 4.775211466158469e-07,
1826
+ "loss": 0.7582,
1827
+ "step": 1230
1828
+ },
1829
+ {
1830
+ "epoch": 0.9143068665556172,
1831
+ "grad_norm": 0.802634974630551,
1832
+ "learning_rate": 4.388443822612043e-07,
1833
+ "loss": 0.7328,
1834
+ "step": 1235
1835
+ },
1836
+ {
1837
+ "epoch": 0.9180085137886359,
1838
+ "grad_norm": 0.8209739337317468,
1839
+ "learning_rate": 4.017656722208807e-07,
1840
+ "loss": 0.7366,
1841
+ "step": 1240
1842
+ },
1843
+ {
1844
+ "epoch": 0.9217101610216546,
1845
+ "grad_norm": 0.915930153790504,
1846
+ "learning_rate": 3.662912138411967e-07,
1847
+ "loss": 0.7395,
1848
+ "step": 1245
1849
+ },
1850
+ {
1851
+ "epoch": 0.9254118082546733,
1852
+ "grad_norm": 0.7283449466236868,
1853
+ "learning_rate": 3.3242693633337986e-07,
1854
+ "loss": 0.7227,
1855
+ "step": 1250
1856
+ },
1857
+ {
1858
+ "epoch": 0.929113455487692,
1859
+ "grad_norm": 0.7840293325767426,
1860
+ "learning_rate": 3.001784997825652e-07,
1861
+ "loss": 0.7035,
1862
+ "step": 1255
1863
+ },
1864
+ {
1865
+ "epoch": 0.9328151027207107,
1866
+ "grad_norm": 0.7226348620048932,
1867
+ "learning_rate": 2.6955129420176193e-07,
1868
+ "loss": 0.7266,
1869
+ "step": 1260
1870
+ },
1871
+ {
1872
+ "epoch": 0.9365167499537294,
1873
+ "grad_norm": 0.7693743655186915,
1874
+ "learning_rate": 2.405504386309643e-07,
1875
+ "loss": 0.7364,
1876
+ "step": 1265
1877
+ },
1878
+ {
1879
+ "epoch": 0.9402183971867482,
1880
+ "grad_norm": 0.8312787931492343,
1881
+ "learning_rate": 2.1318078028155886e-07,
1882
+ "loss": 0.7237,
1883
+ "step": 1270
1884
+ },
1885
+ {
1886
+ "epoch": 0.9439200444197668,
1887
+ "grad_norm": 0.8357879277842092,
1888
+ "learning_rate": 1.874468937261531e-07,
1889
+ "loss": 0.7304,
1890
+ "step": 1275
1891
+ },
1892
+ {
1893
+ "epoch": 0.9476216916527855,
1894
+ "grad_norm": 0.7785342285547795,
1895
+ "learning_rate": 1.6335308013398888e-07,
1896
+ "loss": 0.7093,
1897
+ "step": 1280
1898
+ },
1899
+ {
1900
+ "epoch": 0.9513233388858042,
1901
+ "grad_norm": 0.8185696258848187,
1902
+ "learning_rate": 1.409033665520354e-07,
1903
+ "loss": 0.7018,
1904
+ "step": 1285
1905
+ },
1906
+ {
1907
+ "epoch": 0.9550249861188229,
1908
+ "grad_norm": 0.713786680805525,
1909
+ "learning_rate": 1.201015052319099e-07,
1910
+ "loss": 0.7045,
1911
+ "step": 1290
1912
+ },
1913
+ {
1914
+ "epoch": 0.9587266333518416,
1915
+ "grad_norm": 0.7403647332858387,
1916
+ "learning_rate": 1.0095097300273026e-07,
1917
+ "loss": 0.6797,
1918
+ "step": 1295
1919
+ },
1920
+ {
1921
+ "epoch": 0.9624282805848603,
1922
+ "grad_norm": 0.7508442976201581,
1923
+ "learning_rate": 8.345497068998897e-08,
1924
+ "loss": 0.7355,
1925
+ "step": 1300
1926
+ },
1927
+ {
1928
+ "epoch": 0.9624282805848603,
1929
+ "eval_loss": 0.7438589930534363,
1930
+ "eval_runtime": 13.9058,
1931
+ "eval_samples_per_second": 9.205,
1932
+ "eval_steps_per_second": 2.301,
1933
+ "step": 1300
1934
+ },
1935
+ {
1936
+ "epoch": 0.966129927817879,
1937
+ "grad_norm": 0.7395825111431659,
1938
+ "learning_rate": 6.761642258056977e-08,
1939
+ "loss": 0.7366,
1940
+ "step": 1305
1941
+ },
1942
+ {
1943
+ "epoch": 0.9698315750508977,
1944
+ "grad_norm": 0.76810788620428,
1945
+ "learning_rate": 5.3437975933985366e-08,
1946
+ "loss": 0.7093,
1947
+ "step": 1310
1948
+ },
1949
+ {
1950
+ "epoch": 0.9735332222839164,
1951
+ "grad_norm": 0.7823411087625634,
1952
+ "learning_rate": 4.0922000539906914e-08,
1953
+ "loss": 0.6743,
1954
+ "step": 1315
1955
+ },
1956
+ {
1957
+ "epoch": 0.9772348695169351,
1958
+ "grad_norm": 0.7625650571857914,
1959
+ "learning_rate": 3.0070588322079765e-08,
1960
+ "loss": 0.7197,
1961
+ "step": 1320
1962
+ },
1963
+ {
1964
+ "epoch": 0.9809365167499537,
1965
+ "grad_norm": 0.7557685611116367,
1966
+ "learning_rate": 2.088555298867978e-08,
1967
+ "loss": 0.7254,
1968
+ "step": 1325
1969
+ },
1970
+ {
1971
+ "epoch": 0.9846381639829724,
1972
+ "grad_norm": 0.7627645292265324,
1973
+ "learning_rate": 1.3368429729168075e-08,
1974
+ "loss": 0.7286,
1975
+ "step": 1330
1976
+ },
1977
+ {
1978
+ "epoch": 0.9883398112159911,
1979
+ "grad_norm": 0.7819923427229155,
1980
+ "learning_rate": 7.520474957699586e-09,
1981
+ "loss": 0.7453,
1982
+ "step": 1335
1983
+ },
1984
+ {
1985
+ "epoch": 0.9920414584490098,
1986
+ "grad_norm": 0.8876675657928262,
1987
+ "learning_rate": 3.3426661031255024e-09,
1988
+ "loss": 0.7285,
1989
+ "step": 1340
1990
+ },
1991
+ {
1992
+ "epoch": 0.9957431056820285,
1993
+ "grad_norm": 0.8355014509471438,
1994
+ "learning_rate": 8.357014456272794e-10,
1995
+ "loss": 0.6922,
1996
+ "step": 1345
1997
+ },
1998
+ {
1999
+ "epoch": 0.9994447529150472,
2000
+ "grad_norm": 0.7586840760836735,
2001
+ "learning_rate": 0.0,
2002
+ "loss": 0.7213,
2003
+ "step": 1350
2004
+ },
2005
+ {
2006
+ "epoch": 0.9994447529150472,
2007
+ "step": 1350,
2008
+ "total_flos": 76902580617216.0,
2009
+ "train_loss": 0.7594018164387456,
2010
+ "train_runtime": 8941.3347,
2011
+ "train_samples_per_second": 2.417,
2012
+ "train_steps_per_second": 0.151
2013
+ }
2014
+ ],
2015
+ "logging_steps": 5,
2016
+ "max_steps": 1350,
2017
+ "num_input_tokens_seen": 0,
2018
+ "num_train_epochs": 1,
2019
+ "save_steps": 500,
2020
+ "stateful_callbacks": {
2021
+ "TrainerControl": {
2022
+ "args": {
2023
+ "should_epoch_stop": false,
2024
+ "should_evaluate": false,
2025
+ "should_log": false,
2026
+ "should_save": false,
2027
+ "should_training_stop": false
2028
+ },
2029
+ "attributes": {}
2030
+ }
2031
+ },
2032
+ "total_flos": 76902580617216.0,
2033
+ "train_batch_size": 4,
2034
+ "trial_name": null,
2035
+ "trial_params": null
2036
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b05673b6d98163f3287f7b33ff7f08111a1425cb328dc88b35498657163612c9
3
+ size 7416
vocab.json ADDED
The diff for this file is too large to render. See raw diff