EternalRecursion commited on
Commit
1d05c87
·
verified ·
1 Parent(s): 6d7c869

Training in progress, step 397, checkpoint

Browse files
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-397/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-397/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
checkpoint-397/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Qwen2.5-7B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 32,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "o_proj",
28
+ "up_proj",
29
+ "down_proj",
30
+ "k_proj",
31
+ "v_proj",
32
+ "q_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": true
39
+ }
checkpoint-397/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9037ac3232630896b68d87ad3891a1c51517865f2524858c04d959b6208ba94f
3
+ size 2497298176
checkpoint-397/added_tokens.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|PREFILL_END|>": 151665,
5
+ "<|box_end|>": 151649,
6
+ "<|box_start|>": 151648,
7
+ "<|endoftext|>": 151643,
8
+ "<|file_sep|>": 151664,
9
+ "<|fim_middle|>": 151660,
10
+ "<|fim_pad|>": 151662,
11
+ "<|fim_prefix|>": 151659,
12
+ "<|fim_suffix|>": 151661,
13
+ "<|im_end|>": 151645,
14
+ "<|im_start|>": 151644,
15
+ "<|image_pad|>": 151655,
16
+ "<|object_ref_end|>": 151647,
17
+ "<|object_ref_start|>": 151646,
18
+ "<|quad_end|>": 151651,
19
+ "<|quad_start|>": 151650,
20
+ "<|repo_name|>": 151663,
21
+ "<|video_pad|>": 151656,
22
+ "<|vision_end|>": 151653,
23
+ "<|vision_pad|>": 151654,
24
+ "<|vision_start|>": 151652
25
+ }
checkpoint-397/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\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>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\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" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoint-397/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-397/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56f139709731e71be6ebbf866156ce888bb70af3d177d0d3e275575ac8f5efad
3
+ size 164465413
checkpoint-397/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f967f7b85c4ab0b8f5c69d91245e43b2c57737859955d58e6fd23fdeed4ea0f8
3
+ size 14581
checkpoint-397/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b845d103ac6c884c59a8d8da8b521e8ad551c4c7ac5eaab1b347c664315b0388
3
+ size 1465
checkpoint-397/special_tokens_map.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|PREFILL_END|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ }
10
+ ],
11
+ "eos_token": {
12
+ "content": "<|im_end|>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "pad_token": {
19
+ "content": "<|vision_pad|>",
20
+ "lstrip": false,
21
+ "normalized": false,
22
+ "rstrip": false,
23
+ "single_word": false
24
+ }
25
+ }
checkpoint-397/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ab70f184b570bd98fd27c4c6efa2a745a1d1c161f25f2c0e995636f6c0da45a
3
+ size 11422187
checkpoint-397/tokenizer_config.json ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<|PREFILL_END|>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": true
188
+ }
189
+ },
190
+ "additional_special_tokens": [
191
+ "<|PREFILL_END|>"
192
+ ],
193
+ "bos_token": null,
194
+ "clean_up_tokenization_spaces": false,
195
+ "eos_token": "<|im_end|>",
196
+ "errors": "replace",
197
+ "extra_special_tokens": {},
198
+ "model_max_length": 32768,
199
+ "pad_token": "<|vision_pad|>",
200
+ "padding_side": "right",
201
+ "split_special_tokens": false,
202
+ "tokenizer_class": "Qwen2Tokenizer",
203
+ "unk_token": null
204
+ }
checkpoint-397/trainer_state.json ADDED
@@ -0,0 +1,2869 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 50,
7
+ "global_step": 397,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.0025220680958385876,
14
+ "grad_norm": 10.221004486083984,
15
+ "learning_rate": 0.0,
16
+ "loss": 2.498,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.005044136191677175,
21
+ "grad_norm": 10.13626480102539,
22
+ "learning_rate": 2.0000000000000003e-06,
23
+ "loss": 2.3922,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.007566204287515763,
28
+ "grad_norm": 11.703051567077637,
29
+ "learning_rate": 4.000000000000001e-06,
30
+ "loss": 2.5513,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.01008827238335435,
35
+ "grad_norm": 8.644027709960938,
36
+ "learning_rate": 6e-06,
37
+ "loss": 2.3307,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.012610340479192938,
42
+ "grad_norm": 6.964911460876465,
43
+ "learning_rate": 8.000000000000001e-06,
44
+ "loss": 2.2933,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.015132408575031526,
49
+ "grad_norm": 6.207520961761475,
50
+ "learning_rate": 1e-05,
51
+ "loss": 2.2164,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.017654476670870115,
56
+ "grad_norm": 4.389718055725098,
57
+ "learning_rate": 9.974489795918369e-06,
58
+ "loss": 2.0485,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.0201765447667087,
63
+ "grad_norm": 3.9585347175598145,
64
+ "learning_rate": 9.948979591836737e-06,
65
+ "loss": 2.01,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.02269861286254729,
70
+ "grad_norm": 4.076757907867432,
71
+ "learning_rate": 9.923469387755103e-06,
72
+ "loss": 2.0211,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.025220680958385876,
77
+ "grad_norm": 3.4513583183288574,
78
+ "learning_rate": 9.89795918367347e-06,
79
+ "loss": 1.9472,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.027742749054224466,
84
+ "grad_norm": 3.715717315673828,
85
+ "learning_rate": 9.872448979591838e-06,
86
+ "loss": 1.8402,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.03026481715006305,
91
+ "grad_norm": 2.991565227508545,
92
+ "learning_rate": 9.846938775510205e-06,
93
+ "loss": 1.8667,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.03278688524590164,
98
+ "grad_norm": 2.9196622371673584,
99
+ "learning_rate": 9.821428571428573e-06,
100
+ "loss": 1.8025,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.03530895334174023,
105
+ "grad_norm": 2.7935893535614014,
106
+ "learning_rate": 9.795918367346939e-06,
107
+ "loss": 1.8015,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.03783102143757881,
112
+ "grad_norm": 2.857125997543335,
113
+ "learning_rate": 9.770408163265307e-06,
114
+ "loss": 1.7287,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.0403530895334174,
119
+ "grad_norm": 3.2050352096557617,
120
+ "learning_rate": 9.744897959183674e-06,
121
+ "loss": 1.5965,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.04287515762925599,
126
+ "grad_norm": 2.764664649963379,
127
+ "learning_rate": 9.719387755102042e-06,
128
+ "loss": 1.5968,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.04539722572509458,
133
+ "grad_norm": 2.1116106510162354,
134
+ "learning_rate": 9.693877551020408e-06,
135
+ "loss": 1.5715,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.04791929382093316,
140
+ "grad_norm": 1.9167665243148804,
141
+ "learning_rate": 9.668367346938776e-06,
142
+ "loss": 1.6429,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.05044136191677175,
147
+ "grad_norm": 1.873381495475769,
148
+ "learning_rate": 9.642857142857144e-06,
149
+ "loss": 1.6293,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.05296343001261034,
154
+ "grad_norm": 1.7885977029800415,
155
+ "learning_rate": 9.617346938775512e-06,
156
+ "loss": 1.5901,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.05548549810844893,
161
+ "grad_norm": 1.7356866598129272,
162
+ "learning_rate": 9.591836734693878e-06,
163
+ "loss": 1.5932,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.058007566204287514,
168
+ "grad_norm": 1.6906412839889526,
169
+ "learning_rate": 9.566326530612246e-06,
170
+ "loss": 1.5698,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.0605296343001261,
175
+ "grad_norm": 1.6733306646347046,
176
+ "learning_rate": 9.540816326530612e-06,
177
+ "loss": 1.5989,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.06305170239596469,
182
+ "grad_norm": 1.6347615718841553,
183
+ "learning_rate": 9.51530612244898e-06,
184
+ "loss": 1.6631,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.06557377049180328,
189
+ "grad_norm": 1.6144441366195679,
190
+ "learning_rate": 9.489795918367348e-06,
191
+ "loss": 1.5787,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.06809583858764187,
196
+ "grad_norm": 1.7796438932418823,
197
+ "learning_rate": 9.464285714285714e-06,
198
+ "loss": 1.5188,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.07061790668348046,
203
+ "grad_norm": 1.5961952209472656,
204
+ "learning_rate": 9.438775510204082e-06,
205
+ "loss": 1.5327,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.07313997477931904,
210
+ "grad_norm": 1.5419245958328247,
211
+ "learning_rate": 9.41326530612245e-06,
212
+ "loss": 1.5082,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.07566204287515763,
217
+ "grad_norm": 1.4206048250198364,
218
+ "learning_rate": 9.387755102040818e-06,
219
+ "loss": 1.5097,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.07818411097099622,
224
+ "grad_norm": 1.8477848768234253,
225
+ "learning_rate": 9.362244897959184e-06,
226
+ "loss": 1.5033,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.0807061790668348,
231
+ "grad_norm": 1.6376079320907593,
232
+ "learning_rate": 9.336734693877552e-06,
233
+ "loss": 1.5196,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.0832282471626734,
238
+ "grad_norm": 1.5260919332504272,
239
+ "learning_rate": 9.31122448979592e-06,
240
+ "loss": 1.5438,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.08575031525851198,
245
+ "grad_norm": 1.6164519786834717,
246
+ "learning_rate": 9.285714285714288e-06,
247
+ "loss": 1.4985,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.08827238335435057,
252
+ "grad_norm": 1.4119337797164917,
253
+ "learning_rate": 9.260204081632654e-06,
254
+ "loss": 1.5079,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.09079445145018916,
259
+ "grad_norm": 1.4576146602630615,
260
+ "learning_rate": 9.234693877551022e-06,
261
+ "loss": 1.4862,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.09331651954602774,
266
+ "grad_norm": 1.5221458673477173,
267
+ "learning_rate": 9.209183673469388e-06,
268
+ "loss": 1.4617,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.09583858764186633,
273
+ "grad_norm": 1.6552964448928833,
274
+ "learning_rate": 9.183673469387756e-06,
275
+ "loss": 1.4453,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.09836065573770492,
280
+ "grad_norm": 1.3867988586425781,
281
+ "learning_rate": 9.158163265306124e-06,
282
+ "loss": 1.4838,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.1008827238335435,
287
+ "grad_norm": 1.5327403545379639,
288
+ "learning_rate": 9.13265306122449e-06,
289
+ "loss": 1.5094,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.1034047919293821,
294
+ "grad_norm": 1.541677713394165,
295
+ "learning_rate": 9.107142857142858e-06,
296
+ "loss": 1.4602,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.10592686002522068,
301
+ "grad_norm": 1.3946774005889893,
302
+ "learning_rate": 9.081632653061225e-06,
303
+ "loss": 1.5329,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.10844892812105927,
308
+ "grad_norm": 1.5795707702636719,
309
+ "learning_rate": 9.056122448979593e-06,
310
+ "loss": 1.4763,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.11097099621689786,
315
+ "grad_norm": 1.6917816400527954,
316
+ "learning_rate": 9.03061224489796e-06,
317
+ "loss": 1.476,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.11349306431273644,
322
+ "grad_norm": 1.4713177680969238,
323
+ "learning_rate": 9.005102040816327e-06,
324
+ "loss": 1.4306,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.11601513240857503,
329
+ "grad_norm": 1.8118813037872314,
330
+ "learning_rate": 8.979591836734695e-06,
331
+ "loss": 1.4227,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.11853720050441362,
336
+ "grad_norm": 1.5432307720184326,
337
+ "learning_rate": 8.954081632653061e-06,
338
+ "loss": 1.4668,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.1210592686002522,
343
+ "grad_norm": 1.5303750038146973,
344
+ "learning_rate": 8.92857142857143e-06,
345
+ "loss": 1.4837,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.1235813366960908,
350
+ "grad_norm": 1.4966334104537964,
351
+ "learning_rate": 8.903061224489795e-06,
352
+ "loss": 1.5016,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.12610340479192939,
357
+ "grad_norm": 1.5866450071334839,
358
+ "learning_rate": 8.877551020408163e-06,
359
+ "loss": 1.4,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.12610340479192939,
364
+ "eval_loss": 1.3983304500579834,
365
+ "eval_runtime": 51.9761,
366
+ "eval_samples_per_second": 13.564,
367
+ "eval_steps_per_second": 6.792,
368
+ "step": 50
369
+ },
370
+ {
371
+ "epoch": 0.12862547288776796,
372
+ "grad_norm": 2.2050206661224365,
373
+ "learning_rate": 8.852040816326531e-06,
374
+ "loss": 1.391,
375
+ "step": 51
376
+ },
377
+ {
378
+ "epoch": 0.13114754098360656,
379
+ "grad_norm": 1.6560782194137573,
380
+ "learning_rate": 8.826530612244899e-06,
381
+ "loss": 1.4259,
382
+ "step": 52
383
+ },
384
+ {
385
+ "epoch": 0.13366960907944514,
386
+ "grad_norm": 1.6489845514297485,
387
+ "learning_rate": 8.801020408163265e-06,
388
+ "loss": 1.4843,
389
+ "step": 53
390
+ },
391
+ {
392
+ "epoch": 0.13619167717528374,
393
+ "grad_norm": 1.7768943309783936,
394
+ "learning_rate": 8.775510204081633e-06,
395
+ "loss": 1.4425,
396
+ "step": 54
397
+ },
398
+ {
399
+ "epoch": 0.13871374527112232,
400
+ "grad_norm": 1.7118277549743652,
401
+ "learning_rate": 8.750000000000001e-06,
402
+ "loss": 1.4881,
403
+ "step": 55
404
+ },
405
+ {
406
+ "epoch": 0.14123581336696092,
407
+ "grad_norm": 1.6342551708221436,
408
+ "learning_rate": 8.724489795918369e-06,
409
+ "loss": 1.4344,
410
+ "step": 56
411
+ },
412
+ {
413
+ "epoch": 0.1437578814627995,
414
+ "grad_norm": 1.6614296436309814,
415
+ "learning_rate": 8.698979591836737e-06,
416
+ "loss": 1.4868,
417
+ "step": 57
418
+ },
419
+ {
420
+ "epoch": 0.14627994955863807,
421
+ "grad_norm": 2.0377116203308105,
422
+ "learning_rate": 8.673469387755103e-06,
423
+ "loss": 1.4315,
424
+ "step": 58
425
+ },
426
+ {
427
+ "epoch": 0.14880201765447668,
428
+ "grad_norm": 1.6402356624603271,
429
+ "learning_rate": 8.64795918367347e-06,
430
+ "loss": 1.4482,
431
+ "step": 59
432
+ },
433
+ {
434
+ "epoch": 0.15132408575031525,
435
+ "grad_norm": 1.7716819047927856,
436
+ "learning_rate": 8.622448979591837e-06,
437
+ "loss": 1.3696,
438
+ "step": 60
439
+ },
440
+ {
441
+ "epoch": 0.15384615384615385,
442
+ "grad_norm": 1.9817500114440918,
443
+ "learning_rate": 8.596938775510205e-06,
444
+ "loss": 1.3651,
445
+ "step": 61
446
+ },
447
+ {
448
+ "epoch": 0.15636822194199243,
449
+ "grad_norm": 1.7698627710342407,
450
+ "learning_rate": 8.571428571428571e-06,
451
+ "loss": 1.339,
452
+ "step": 62
453
+ },
454
+ {
455
+ "epoch": 0.15889029003783103,
456
+ "grad_norm": 1.610691785812378,
457
+ "learning_rate": 8.545918367346939e-06,
458
+ "loss": 1.3808,
459
+ "step": 63
460
+ },
461
+ {
462
+ "epoch": 0.1614123581336696,
463
+ "grad_norm": 1.6812130212783813,
464
+ "learning_rate": 8.520408163265307e-06,
465
+ "loss": 1.3715,
466
+ "step": 64
467
+ },
468
+ {
469
+ "epoch": 0.16393442622950818,
470
+ "grad_norm": 1.9041136503219604,
471
+ "learning_rate": 8.494897959183675e-06,
472
+ "loss": 1.3213,
473
+ "step": 65
474
+ },
475
+ {
476
+ "epoch": 0.1664564943253468,
477
+ "grad_norm": 1.8623602390289307,
478
+ "learning_rate": 8.469387755102042e-06,
479
+ "loss": 1.4466,
480
+ "step": 66
481
+ },
482
+ {
483
+ "epoch": 0.16897856242118536,
484
+ "grad_norm": 1.5726698637008667,
485
+ "learning_rate": 8.443877551020409e-06,
486
+ "loss": 1.4176,
487
+ "step": 67
488
+ },
489
+ {
490
+ "epoch": 0.17150063051702397,
491
+ "grad_norm": 1.8621735572814941,
492
+ "learning_rate": 8.418367346938776e-06,
493
+ "loss": 1.3615,
494
+ "step": 68
495
+ },
496
+ {
497
+ "epoch": 0.17402269861286254,
498
+ "grad_norm": 1.8454291820526123,
499
+ "learning_rate": 8.392857142857144e-06,
500
+ "loss": 1.3775,
501
+ "step": 69
502
+ },
503
+ {
504
+ "epoch": 0.17654476670870115,
505
+ "grad_norm": 1.9058760404586792,
506
+ "learning_rate": 8.36734693877551e-06,
507
+ "loss": 1.4335,
508
+ "step": 70
509
+ },
510
+ {
511
+ "epoch": 0.17906683480453972,
512
+ "grad_norm": 1.803214430809021,
513
+ "learning_rate": 8.341836734693878e-06,
514
+ "loss": 1.3858,
515
+ "step": 71
516
+ },
517
+ {
518
+ "epoch": 0.18158890290037832,
519
+ "grad_norm": 2.038728952407837,
520
+ "learning_rate": 8.316326530612246e-06,
521
+ "loss": 1.3597,
522
+ "step": 72
523
+ },
524
+ {
525
+ "epoch": 0.1841109709962169,
526
+ "grad_norm": 1.7770535945892334,
527
+ "learning_rate": 8.290816326530612e-06,
528
+ "loss": 1.3528,
529
+ "step": 73
530
+ },
531
+ {
532
+ "epoch": 0.18663303909205547,
533
+ "grad_norm": 1.9338552951812744,
534
+ "learning_rate": 8.26530612244898e-06,
535
+ "loss": 1.4713,
536
+ "step": 74
537
+ },
538
+ {
539
+ "epoch": 0.18915510718789408,
540
+ "grad_norm": 1.8618576526641846,
541
+ "learning_rate": 8.239795918367348e-06,
542
+ "loss": 1.3598,
543
+ "step": 75
544
+ },
545
+ {
546
+ "epoch": 0.19167717528373265,
547
+ "grad_norm": 1.6378499269485474,
548
+ "learning_rate": 8.214285714285714e-06,
549
+ "loss": 1.3525,
550
+ "step": 76
551
+ },
552
+ {
553
+ "epoch": 0.19419924337957126,
554
+ "grad_norm": 1.7395392656326294,
555
+ "learning_rate": 8.188775510204082e-06,
556
+ "loss": 1.4034,
557
+ "step": 77
558
+ },
559
+ {
560
+ "epoch": 0.19672131147540983,
561
+ "grad_norm": 1.6637053489685059,
562
+ "learning_rate": 8.16326530612245e-06,
563
+ "loss": 1.4225,
564
+ "step": 78
565
+ },
566
+ {
567
+ "epoch": 0.19924337957124844,
568
+ "grad_norm": 1.9396309852600098,
569
+ "learning_rate": 8.137755102040818e-06,
570
+ "loss": 1.3377,
571
+ "step": 79
572
+ },
573
+ {
574
+ "epoch": 0.201765447667087,
575
+ "grad_norm": 1.8633009195327759,
576
+ "learning_rate": 8.112244897959184e-06,
577
+ "loss": 1.3478,
578
+ "step": 80
579
+ },
580
+ {
581
+ "epoch": 0.2042875157629256,
582
+ "grad_norm": 2.034463405609131,
583
+ "learning_rate": 8.086734693877552e-06,
584
+ "loss": 1.3354,
585
+ "step": 81
586
+ },
587
+ {
588
+ "epoch": 0.2068095838587642,
589
+ "grad_norm": 1.695055603981018,
590
+ "learning_rate": 8.06122448979592e-06,
591
+ "loss": 1.4104,
592
+ "step": 82
593
+ },
594
+ {
595
+ "epoch": 0.20933165195460277,
596
+ "grad_norm": 1.7241674661636353,
597
+ "learning_rate": 8.035714285714286e-06,
598
+ "loss": 1.3778,
599
+ "step": 83
600
+ },
601
+ {
602
+ "epoch": 0.21185372005044137,
603
+ "grad_norm": 2.4344940185546875,
604
+ "learning_rate": 8.010204081632654e-06,
605
+ "loss": 1.208,
606
+ "step": 84
607
+ },
608
+ {
609
+ "epoch": 0.21437578814627994,
610
+ "grad_norm": 1.6361445188522339,
611
+ "learning_rate": 7.98469387755102e-06,
612
+ "loss": 1.4047,
613
+ "step": 85
614
+ },
615
+ {
616
+ "epoch": 0.21689785624211855,
617
+ "grad_norm": 1.8675422668457031,
618
+ "learning_rate": 7.959183673469388e-06,
619
+ "loss": 1.4489,
620
+ "step": 86
621
+ },
622
+ {
623
+ "epoch": 0.21941992433795712,
624
+ "grad_norm": 2.019021987915039,
625
+ "learning_rate": 7.933673469387756e-06,
626
+ "loss": 1.3378,
627
+ "step": 87
628
+ },
629
+ {
630
+ "epoch": 0.22194199243379573,
631
+ "grad_norm": 2.0120420455932617,
632
+ "learning_rate": 7.908163265306124e-06,
633
+ "loss": 1.3863,
634
+ "step": 88
635
+ },
636
+ {
637
+ "epoch": 0.2244640605296343,
638
+ "grad_norm": 2.046133041381836,
639
+ "learning_rate": 7.88265306122449e-06,
640
+ "loss": 1.4489,
641
+ "step": 89
642
+ },
643
+ {
644
+ "epoch": 0.22698612862547288,
645
+ "grad_norm": 1.8438444137573242,
646
+ "learning_rate": 7.857142857142858e-06,
647
+ "loss": 1.3656,
648
+ "step": 90
649
+ },
650
+ {
651
+ "epoch": 0.22950819672131148,
652
+ "grad_norm": 1.9476146697998047,
653
+ "learning_rate": 7.831632653061226e-06,
654
+ "loss": 1.4116,
655
+ "step": 91
656
+ },
657
+ {
658
+ "epoch": 0.23203026481715006,
659
+ "grad_norm": 1.8139992952346802,
660
+ "learning_rate": 7.806122448979593e-06,
661
+ "loss": 1.3332,
662
+ "step": 92
663
+ },
664
+ {
665
+ "epoch": 0.23455233291298866,
666
+ "grad_norm": 1.8130745887756348,
667
+ "learning_rate": 7.78061224489796e-06,
668
+ "loss": 1.3833,
669
+ "step": 93
670
+ },
671
+ {
672
+ "epoch": 0.23707440100882723,
673
+ "grad_norm": 1.6780030727386475,
674
+ "learning_rate": 7.755102040816327e-06,
675
+ "loss": 1.499,
676
+ "step": 94
677
+ },
678
+ {
679
+ "epoch": 0.23959646910466584,
680
+ "grad_norm": 1.8716901540756226,
681
+ "learning_rate": 7.729591836734695e-06,
682
+ "loss": 1.3783,
683
+ "step": 95
684
+ },
685
+ {
686
+ "epoch": 0.2421185372005044,
687
+ "grad_norm": 1.7953990697860718,
688
+ "learning_rate": 7.704081632653061e-06,
689
+ "loss": 1.3284,
690
+ "step": 96
691
+ },
692
+ {
693
+ "epoch": 0.244640605296343,
694
+ "grad_norm": 2.0057623386383057,
695
+ "learning_rate": 7.67857142857143e-06,
696
+ "loss": 1.437,
697
+ "step": 97
698
+ },
699
+ {
700
+ "epoch": 0.2471626733921816,
701
+ "grad_norm": 1.8361529111862183,
702
+ "learning_rate": 7.653061224489796e-06,
703
+ "loss": 1.3164,
704
+ "step": 98
705
+ },
706
+ {
707
+ "epoch": 0.24968474148802017,
708
+ "grad_norm": 1.8198658227920532,
709
+ "learning_rate": 7.627551020408163e-06,
710
+ "loss": 1.3677,
711
+ "step": 99
712
+ },
713
+ {
714
+ "epoch": 0.25220680958385877,
715
+ "grad_norm": 1.8759268522262573,
716
+ "learning_rate": 7.602040816326531e-06,
717
+ "loss": 1.3575,
718
+ "step": 100
719
+ },
720
+ {
721
+ "epoch": 0.25220680958385877,
722
+ "eval_loss": 1.3252780437469482,
723
+ "eval_runtime": 50.9465,
724
+ "eval_samples_per_second": 13.838,
725
+ "eval_steps_per_second": 6.929,
726
+ "step": 100
727
+ },
728
+ {
729
+ "epoch": 0.2547288776796974,
730
+ "grad_norm": 1.8035584688186646,
731
+ "learning_rate": 7.576530612244899e-06,
732
+ "loss": 1.4347,
733
+ "step": 101
734
+ },
735
+ {
736
+ "epoch": 0.2572509457755359,
737
+ "grad_norm": 2.041043519973755,
738
+ "learning_rate": 7.551020408163265e-06,
739
+ "loss": 1.3754,
740
+ "step": 102
741
+ },
742
+ {
743
+ "epoch": 0.2597730138713745,
744
+ "grad_norm": 1.7227747440338135,
745
+ "learning_rate": 7.525510204081633e-06,
746
+ "loss": 1.3342,
747
+ "step": 103
748
+ },
749
+ {
750
+ "epoch": 0.26229508196721313,
751
+ "grad_norm": 1.8150525093078613,
752
+ "learning_rate": 7.500000000000001e-06,
753
+ "loss": 1.406,
754
+ "step": 104
755
+ },
756
+ {
757
+ "epoch": 0.2648171500630517,
758
+ "grad_norm": 2.264395236968994,
759
+ "learning_rate": 7.474489795918368e-06,
760
+ "loss": 1.3051,
761
+ "step": 105
762
+ },
763
+ {
764
+ "epoch": 0.2673392181588903,
765
+ "grad_norm": 2.0592405796051025,
766
+ "learning_rate": 7.448979591836736e-06,
767
+ "loss": 1.415,
768
+ "step": 106
769
+ },
770
+ {
771
+ "epoch": 0.2698612862547289,
772
+ "grad_norm": 1.7262190580368042,
773
+ "learning_rate": 7.423469387755102e-06,
774
+ "loss": 1.4048,
775
+ "step": 107
776
+ },
777
+ {
778
+ "epoch": 0.2723833543505675,
779
+ "grad_norm": 1.811571717262268,
780
+ "learning_rate": 7.39795918367347e-06,
781
+ "loss": 1.2673,
782
+ "step": 108
783
+ },
784
+ {
785
+ "epoch": 0.27490542244640603,
786
+ "grad_norm": 1.7197335958480835,
787
+ "learning_rate": 7.372448979591838e-06,
788
+ "loss": 1.3726,
789
+ "step": 109
790
+ },
791
+ {
792
+ "epoch": 0.27742749054224464,
793
+ "grad_norm": 2.123023271560669,
794
+ "learning_rate": 7.346938775510205e-06,
795
+ "loss": 1.4116,
796
+ "step": 110
797
+ },
798
+ {
799
+ "epoch": 0.27994955863808324,
800
+ "grad_norm": 1.7804782390594482,
801
+ "learning_rate": 7.321428571428572e-06,
802
+ "loss": 1.3362,
803
+ "step": 111
804
+ },
805
+ {
806
+ "epoch": 0.28247162673392184,
807
+ "grad_norm": 1.8901870250701904,
808
+ "learning_rate": 7.295918367346939e-06,
809
+ "loss": 1.2778,
810
+ "step": 112
811
+ },
812
+ {
813
+ "epoch": 0.2849936948297604,
814
+ "grad_norm": 2.1262991428375244,
815
+ "learning_rate": 7.270408163265307e-06,
816
+ "loss": 1.3399,
817
+ "step": 113
818
+ },
819
+ {
820
+ "epoch": 0.287515762925599,
821
+ "grad_norm": 1.7484588623046875,
822
+ "learning_rate": 7.244897959183675e-06,
823
+ "loss": 1.3996,
824
+ "step": 114
825
+ },
826
+ {
827
+ "epoch": 0.2900378310214376,
828
+ "grad_norm": 2.3454084396362305,
829
+ "learning_rate": 7.219387755102042e-06,
830
+ "loss": 1.4468,
831
+ "step": 115
832
+ },
833
+ {
834
+ "epoch": 0.29255989911727615,
835
+ "grad_norm": 1.7139637470245361,
836
+ "learning_rate": 7.193877551020409e-06,
837
+ "loss": 1.3505,
838
+ "step": 116
839
+ },
840
+ {
841
+ "epoch": 0.29508196721311475,
842
+ "grad_norm": 1.868072509765625,
843
+ "learning_rate": 7.168367346938776e-06,
844
+ "loss": 1.4701,
845
+ "step": 117
846
+ },
847
+ {
848
+ "epoch": 0.29760403530895335,
849
+ "grad_norm": 1.9338723421096802,
850
+ "learning_rate": 7.1428571428571436e-06,
851
+ "loss": 1.4281,
852
+ "step": 118
853
+ },
854
+ {
855
+ "epoch": 0.30012610340479196,
856
+ "grad_norm": 1.9465579986572266,
857
+ "learning_rate": 7.1173469387755114e-06,
858
+ "loss": 1.4003,
859
+ "step": 119
860
+ },
861
+ {
862
+ "epoch": 0.3026481715006305,
863
+ "grad_norm": 1.919825792312622,
864
+ "learning_rate": 7.091836734693878e-06,
865
+ "loss": 1.3194,
866
+ "step": 120
867
+ },
868
+ {
869
+ "epoch": 0.3051702395964691,
870
+ "grad_norm": 2.321927070617676,
871
+ "learning_rate": 7.0663265306122455e-06,
872
+ "loss": 1.3224,
873
+ "step": 121
874
+ },
875
+ {
876
+ "epoch": 0.3076923076923077,
877
+ "grad_norm": 1.9073902368545532,
878
+ "learning_rate": 7.0408163265306125e-06,
879
+ "loss": 1.4094,
880
+ "step": 122
881
+ },
882
+ {
883
+ "epoch": 0.31021437578814626,
884
+ "grad_norm": 1.8698235750198364,
885
+ "learning_rate": 7.01530612244898e-06,
886
+ "loss": 1.3718,
887
+ "step": 123
888
+ },
889
+ {
890
+ "epoch": 0.31273644388398486,
891
+ "grad_norm": 1.8403398990631104,
892
+ "learning_rate": 6.989795918367348e-06,
893
+ "loss": 1.3812,
894
+ "step": 124
895
+ },
896
+ {
897
+ "epoch": 0.31525851197982346,
898
+ "grad_norm": 1.8724732398986816,
899
+ "learning_rate": 6.964285714285714e-06,
900
+ "loss": 1.3156,
901
+ "step": 125
902
+ },
903
+ {
904
+ "epoch": 0.31778058007566207,
905
+ "grad_norm": 1.9787265062332153,
906
+ "learning_rate": 6.938775510204082e-06,
907
+ "loss": 1.3545,
908
+ "step": 126
909
+ },
910
+ {
911
+ "epoch": 0.3203026481715006,
912
+ "grad_norm": 1.9185842275619507,
913
+ "learning_rate": 6.91326530612245e-06,
914
+ "loss": 1.3945,
915
+ "step": 127
916
+ },
917
+ {
918
+ "epoch": 0.3228247162673392,
919
+ "grad_norm": 1.9649909734725952,
920
+ "learning_rate": 6.887755102040817e-06,
921
+ "loss": 1.4207,
922
+ "step": 128
923
+ },
924
+ {
925
+ "epoch": 0.3253467843631778,
926
+ "grad_norm": 2.0061960220336914,
927
+ "learning_rate": 6.862244897959184e-06,
928
+ "loss": 1.4007,
929
+ "step": 129
930
+ },
931
+ {
932
+ "epoch": 0.32786885245901637,
933
+ "grad_norm": 2.2347352504730225,
934
+ "learning_rate": 6.836734693877551e-06,
935
+ "loss": 1.3742,
936
+ "step": 130
937
+ },
938
+ {
939
+ "epoch": 0.33039092055485497,
940
+ "grad_norm": 2.2251222133636475,
941
+ "learning_rate": 6.811224489795919e-06,
942
+ "loss": 1.3321,
943
+ "step": 131
944
+ },
945
+ {
946
+ "epoch": 0.3329129886506936,
947
+ "grad_norm": 1.835484266281128,
948
+ "learning_rate": 6.785714285714287e-06,
949
+ "loss": 1.2588,
950
+ "step": 132
951
+ },
952
+ {
953
+ "epoch": 0.3354350567465322,
954
+ "grad_norm": 1.874271035194397,
955
+ "learning_rate": 6.760204081632653e-06,
956
+ "loss": 1.3638,
957
+ "step": 133
958
+ },
959
+ {
960
+ "epoch": 0.3379571248423707,
961
+ "grad_norm": 2.024247884750366,
962
+ "learning_rate": 6.734693877551021e-06,
963
+ "loss": 1.3899,
964
+ "step": 134
965
+ },
966
+ {
967
+ "epoch": 0.34047919293820933,
968
+ "grad_norm": 1.9987841844558716,
969
+ "learning_rate": 6.709183673469388e-06,
970
+ "loss": 1.4025,
971
+ "step": 135
972
+ },
973
+ {
974
+ "epoch": 0.34300126103404793,
975
+ "grad_norm": 1.8944003582000732,
976
+ "learning_rate": 6.683673469387756e-06,
977
+ "loss": 1.378,
978
+ "step": 136
979
+ },
980
+ {
981
+ "epoch": 0.3455233291298865,
982
+ "grad_norm": 1.934632420539856,
983
+ "learning_rate": 6.658163265306124e-06,
984
+ "loss": 1.3838,
985
+ "step": 137
986
+ },
987
+ {
988
+ "epoch": 0.3480453972257251,
989
+ "grad_norm": 2.0549843311309814,
990
+ "learning_rate": 6.63265306122449e-06,
991
+ "loss": 1.3296,
992
+ "step": 138
993
+ },
994
+ {
995
+ "epoch": 0.3505674653215637,
996
+ "grad_norm": 2.1764883995056152,
997
+ "learning_rate": 6.607142857142858e-06,
998
+ "loss": 1.2839,
999
+ "step": 139
1000
+ },
1001
+ {
1002
+ "epoch": 0.3530895334174023,
1003
+ "grad_norm": 2.317307233810425,
1004
+ "learning_rate": 6.581632653061225e-06,
1005
+ "loss": 1.2996,
1006
+ "step": 140
1007
+ },
1008
+ {
1009
+ "epoch": 0.35561160151324084,
1010
+ "grad_norm": 1.8912187814712524,
1011
+ "learning_rate": 6.556122448979593e-06,
1012
+ "loss": 1.3574,
1013
+ "step": 141
1014
+ },
1015
+ {
1016
+ "epoch": 0.35813366960907944,
1017
+ "grad_norm": 1.8043705224990845,
1018
+ "learning_rate": 6.530612244897959e-06,
1019
+ "loss": 1.3786,
1020
+ "step": 142
1021
+ },
1022
+ {
1023
+ "epoch": 0.36065573770491804,
1024
+ "grad_norm": 1.8626571893692017,
1025
+ "learning_rate": 6.505102040816327e-06,
1026
+ "loss": 1.2948,
1027
+ "step": 143
1028
+ },
1029
+ {
1030
+ "epoch": 0.36317780580075665,
1031
+ "grad_norm": 1.8690745830535889,
1032
+ "learning_rate": 6.4795918367346946e-06,
1033
+ "loss": 1.3027,
1034
+ "step": 144
1035
+ },
1036
+ {
1037
+ "epoch": 0.3656998738965952,
1038
+ "grad_norm": 2.120540142059326,
1039
+ "learning_rate": 6.454081632653062e-06,
1040
+ "loss": 1.3095,
1041
+ "step": 145
1042
+ },
1043
+ {
1044
+ "epoch": 0.3682219419924338,
1045
+ "grad_norm": 1.832763671875,
1046
+ "learning_rate": 6.4285714285714295e-06,
1047
+ "loss": 1.3983,
1048
+ "step": 146
1049
+ },
1050
+ {
1051
+ "epoch": 0.3707440100882724,
1052
+ "grad_norm": 2.073211908340454,
1053
+ "learning_rate": 6.403061224489796e-06,
1054
+ "loss": 1.4224,
1055
+ "step": 147
1056
+ },
1057
+ {
1058
+ "epoch": 0.37326607818411095,
1059
+ "grad_norm": 2.163616180419922,
1060
+ "learning_rate": 6.3775510204081635e-06,
1061
+ "loss": 1.2616,
1062
+ "step": 148
1063
+ },
1064
+ {
1065
+ "epoch": 0.37578814627994955,
1066
+ "grad_norm": 2.0670008659362793,
1067
+ "learning_rate": 6.352040816326531e-06,
1068
+ "loss": 1.3123,
1069
+ "step": 149
1070
+ },
1071
+ {
1072
+ "epoch": 0.37831021437578816,
1073
+ "grad_norm": 1.957144856452942,
1074
+ "learning_rate": 6.326530612244899e-06,
1075
+ "loss": 1.2991,
1076
+ "step": 150
1077
+ },
1078
+ {
1079
+ "epoch": 0.37831021437578816,
1080
+ "eval_loss": 1.2998545169830322,
1081
+ "eval_runtime": 50.7616,
1082
+ "eval_samples_per_second": 13.888,
1083
+ "eval_steps_per_second": 6.954,
1084
+ "step": 150
1085
+ },
1086
+ {
1087
+ "epoch": 0.38083228247162676,
1088
+ "grad_norm": 1.9838545322418213,
1089
+ "learning_rate": 6.301020408163265e-06,
1090
+ "loss": 1.3299,
1091
+ "step": 151
1092
+ },
1093
+ {
1094
+ "epoch": 0.3833543505674653,
1095
+ "grad_norm": 2.033910036087036,
1096
+ "learning_rate": 6.275510204081633e-06,
1097
+ "loss": 1.2239,
1098
+ "step": 152
1099
+ },
1100
+ {
1101
+ "epoch": 0.3858764186633039,
1102
+ "grad_norm": 2.1523869037628174,
1103
+ "learning_rate": 6.25e-06,
1104
+ "loss": 1.269,
1105
+ "step": 153
1106
+ },
1107
+ {
1108
+ "epoch": 0.3883984867591425,
1109
+ "grad_norm": 1.8135457038879395,
1110
+ "learning_rate": 6.224489795918368e-06,
1111
+ "loss": 1.3394,
1112
+ "step": 154
1113
+ },
1114
+ {
1115
+ "epoch": 0.39092055485498106,
1116
+ "grad_norm": 1.9107109308242798,
1117
+ "learning_rate": 6.198979591836736e-06,
1118
+ "loss": 1.2761,
1119
+ "step": 155
1120
+ },
1121
+ {
1122
+ "epoch": 0.39344262295081966,
1123
+ "grad_norm": 1.8316017389297485,
1124
+ "learning_rate": 6.173469387755102e-06,
1125
+ "loss": 1.3618,
1126
+ "step": 156
1127
+ },
1128
+ {
1129
+ "epoch": 0.39596469104665827,
1130
+ "grad_norm": 1.863421082496643,
1131
+ "learning_rate": 6.14795918367347e-06,
1132
+ "loss": 1.3184,
1133
+ "step": 157
1134
+ },
1135
+ {
1136
+ "epoch": 0.39848675914249687,
1137
+ "grad_norm": 1.7929295301437378,
1138
+ "learning_rate": 6.122448979591837e-06,
1139
+ "loss": 1.3016,
1140
+ "step": 158
1141
+ },
1142
+ {
1143
+ "epoch": 0.4010088272383354,
1144
+ "grad_norm": 1.8590584993362427,
1145
+ "learning_rate": 6.096938775510205e-06,
1146
+ "loss": 1.3691,
1147
+ "step": 159
1148
+ },
1149
+ {
1150
+ "epoch": 0.403530895334174,
1151
+ "grad_norm": 2.052671194076538,
1152
+ "learning_rate": 6.071428571428571e-06,
1153
+ "loss": 1.283,
1154
+ "step": 160
1155
+ },
1156
+ {
1157
+ "epoch": 0.4060529634300126,
1158
+ "grad_norm": 2.0562331676483154,
1159
+ "learning_rate": 6.045918367346939e-06,
1160
+ "loss": 1.2987,
1161
+ "step": 161
1162
+ },
1163
+ {
1164
+ "epoch": 0.4085750315258512,
1165
+ "grad_norm": 2.1391353607177734,
1166
+ "learning_rate": 6.020408163265307e-06,
1167
+ "loss": 1.3178,
1168
+ "step": 162
1169
+ },
1170
+ {
1171
+ "epoch": 0.4110970996216898,
1172
+ "grad_norm": 1.9439347982406616,
1173
+ "learning_rate": 5.994897959183674e-06,
1174
+ "loss": 1.3418,
1175
+ "step": 163
1176
+ },
1177
+ {
1178
+ "epoch": 0.4136191677175284,
1179
+ "grad_norm": 2.2380659580230713,
1180
+ "learning_rate": 5.969387755102042e-06,
1181
+ "loss": 1.3501,
1182
+ "step": 164
1183
+ },
1184
+ {
1185
+ "epoch": 0.416141235813367,
1186
+ "grad_norm": 1.9900410175323486,
1187
+ "learning_rate": 5.943877551020408e-06,
1188
+ "loss": 1.3854,
1189
+ "step": 165
1190
+ },
1191
+ {
1192
+ "epoch": 0.41866330390920553,
1193
+ "grad_norm": 1.9071518182754517,
1194
+ "learning_rate": 5.918367346938776e-06,
1195
+ "loss": 1.3193,
1196
+ "step": 166
1197
+ },
1198
+ {
1199
+ "epoch": 0.42118537200504413,
1200
+ "grad_norm": 1.934410810470581,
1201
+ "learning_rate": 5.892857142857144e-06,
1202
+ "loss": 1.3742,
1203
+ "step": 167
1204
+ },
1205
+ {
1206
+ "epoch": 0.42370744010088274,
1207
+ "grad_norm": 1.790909767150879,
1208
+ "learning_rate": 5.867346938775511e-06,
1209
+ "loss": 1.2217,
1210
+ "step": 168
1211
+ },
1212
+ {
1213
+ "epoch": 0.4262295081967213,
1214
+ "grad_norm": 1.8930914402008057,
1215
+ "learning_rate": 5.841836734693878e-06,
1216
+ "loss": 1.3923,
1217
+ "step": 169
1218
+ },
1219
+ {
1220
+ "epoch": 0.4287515762925599,
1221
+ "grad_norm": 2.0323996543884277,
1222
+ "learning_rate": 5.816326530612246e-06,
1223
+ "loss": 1.3843,
1224
+ "step": 170
1225
+ },
1226
+ {
1227
+ "epoch": 0.4312736443883985,
1228
+ "grad_norm": 2.0392351150512695,
1229
+ "learning_rate": 5.790816326530613e-06,
1230
+ "loss": 1.3416,
1231
+ "step": 171
1232
+ },
1233
+ {
1234
+ "epoch": 0.4337957124842371,
1235
+ "grad_norm": 2.05079984664917,
1236
+ "learning_rate": 5.7653061224489805e-06,
1237
+ "loss": 1.3345,
1238
+ "step": 172
1239
+ },
1240
+ {
1241
+ "epoch": 0.43631778058007564,
1242
+ "grad_norm": 1.8817031383514404,
1243
+ "learning_rate": 5.739795918367348e-06,
1244
+ "loss": 1.2908,
1245
+ "step": 173
1246
+ },
1247
+ {
1248
+ "epoch": 0.43883984867591425,
1249
+ "grad_norm": 2.115067958831787,
1250
+ "learning_rate": 5.7142857142857145e-06,
1251
+ "loss": 1.2721,
1252
+ "step": 174
1253
+ },
1254
+ {
1255
+ "epoch": 0.44136191677175285,
1256
+ "grad_norm": 1.9695979356765747,
1257
+ "learning_rate": 5.688775510204082e-06,
1258
+ "loss": 1.3699,
1259
+ "step": 175
1260
+ },
1261
+ {
1262
+ "epoch": 0.44388398486759145,
1263
+ "grad_norm": 1.9960089921951294,
1264
+ "learning_rate": 5.663265306122449e-06,
1265
+ "loss": 1.3383,
1266
+ "step": 176
1267
+ },
1268
+ {
1269
+ "epoch": 0.44640605296343,
1270
+ "grad_norm": 2.194441080093384,
1271
+ "learning_rate": 5.637755102040817e-06,
1272
+ "loss": 1.3234,
1273
+ "step": 177
1274
+ },
1275
+ {
1276
+ "epoch": 0.4489281210592686,
1277
+ "grad_norm": 1.833708643913269,
1278
+ "learning_rate": 5.6122448979591834e-06,
1279
+ "loss": 1.3011,
1280
+ "step": 178
1281
+ },
1282
+ {
1283
+ "epoch": 0.4514501891551072,
1284
+ "grad_norm": 2.098750352859497,
1285
+ "learning_rate": 5.586734693877551e-06,
1286
+ "loss": 1.3205,
1287
+ "step": 179
1288
+ },
1289
+ {
1290
+ "epoch": 0.45397225725094575,
1291
+ "grad_norm": 1.8793971538543701,
1292
+ "learning_rate": 5.561224489795919e-06,
1293
+ "loss": 1.3279,
1294
+ "step": 180
1295
+ },
1296
+ {
1297
+ "epoch": 0.45649432534678436,
1298
+ "grad_norm": 2.031961441040039,
1299
+ "learning_rate": 5.535714285714286e-06,
1300
+ "loss": 1.34,
1301
+ "step": 181
1302
+ },
1303
+ {
1304
+ "epoch": 0.45901639344262296,
1305
+ "grad_norm": 2.6393139362335205,
1306
+ "learning_rate": 5.510204081632653e-06,
1307
+ "loss": 1.1218,
1308
+ "step": 182
1309
+ },
1310
+ {
1311
+ "epoch": 0.46153846153846156,
1312
+ "grad_norm": 1.9312200546264648,
1313
+ "learning_rate": 5.48469387755102e-06,
1314
+ "loss": 1.3578,
1315
+ "step": 183
1316
+ },
1317
+ {
1318
+ "epoch": 0.4640605296343001,
1319
+ "grad_norm": 1.8443418741226196,
1320
+ "learning_rate": 5.459183673469388e-06,
1321
+ "loss": 1.2901,
1322
+ "step": 184
1323
+ },
1324
+ {
1325
+ "epoch": 0.4665825977301387,
1326
+ "grad_norm": 2.136479616165161,
1327
+ "learning_rate": 5.433673469387756e-06,
1328
+ "loss": 1.2541,
1329
+ "step": 185
1330
+ },
1331
+ {
1332
+ "epoch": 0.4691046658259773,
1333
+ "grad_norm": 1.8859038352966309,
1334
+ "learning_rate": 5.408163265306123e-06,
1335
+ "loss": 1.4574,
1336
+ "step": 186
1337
+ },
1338
+ {
1339
+ "epoch": 0.47162673392181587,
1340
+ "grad_norm": 2.0722711086273193,
1341
+ "learning_rate": 5.38265306122449e-06,
1342
+ "loss": 1.2083,
1343
+ "step": 187
1344
+ },
1345
+ {
1346
+ "epoch": 0.47414880201765447,
1347
+ "grad_norm": 2.0525293350219727,
1348
+ "learning_rate": 5.357142857142857e-06,
1349
+ "loss": 1.3113,
1350
+ "step": 188
1351
+ },
1352
+ {
1353
+ "epoch": 0.4766708701134931,
1354
+ "grad_norm": 2.1348965167999268,
1355
+ "learning_rate": 5.331632653061225e-06,
1356
+ "loss": 1.439,
1357
+ "step": 189
1358
+ },
1359
+ {
1360
+ "epoch": 0.4791929382093317,
1361
+ "grad_norm": 1.8877677917480469,
1362
+ "learning_rate": 5.306122448979593e-06,
1363
+ "loss": 1.2601,
1364
+ "step": 190
1365
+ },
1366
+ {
1367
+ "epoch": 0.4817150063051702,
1368
+ "grad_norm": 2.0205512046813965,
1369
+ "learning_rate": 5.280612244897959e-06,
1370
+ "loss": 1.4083,
1371
+ "step": 191
1372
+ },
1373
+ {
1374
+ "epoch": 0.4842370744010088,
1375
+ "grad_norm": 1.9040216207504272,
1376
+ "learning_rate": 5.255102040816327e-06,
1377
+ "loss": 1.279,
1378
+ "step": 192
1379
+ },
1380
+ {
1381
+ "epoch": 0.48675914249684743,
1382
+ "grad_norm": 2.130963087081909,
1383
+ "learning_rate": 5.229591836734695e-06,
1384
+ "loss": 1.3483,
1385
+ "step": 193
1386
+ },
1387
+ {
1388
+ "epoch": 0.489281210592686,
1389
+ "grad_norm": 2.1565372943878174,
1390
+ "learning_rate": 5.204081632653062e-06,
1391
+ "loss": 1.3122,
1392
+ "step": 194
1393
+ },
1394
+ {
1395
+ "epoch": 0.4918032786885246,
1396
+ "grad_norm": 1.8980944156646729,
1397
+ "learning_rate": 5.1785714285714296e-06,
1398
+ "loss": 1.3427,
1399
+ "step": 195
1400
+ },
1401
+ {
1402
+ "epoch": 0.4943253467843632,
1403
+ "grad_norm": 1.9787805080413818,
1404
+ "learning_rate": 5.153061224489796e-06,
1405
+ "loss": 1.3642,
1406
+ "step": 196
1407
+ },
1408
+ {
1409
+ "epoch": 0.4968474148802018,
1410
+ "grad_norm": 2.0338516235351562,
1411
+ "learning_rate": 5.127551020408164e-06,
1412
+ "loss": 1.3551,
1413
+ "step": 197
1414
+ },
1415
+ {
1416
+ "epoch": 0.49936948297604034,
1417
+ "grad_norm": 1.9798240661621094,
1418
+ "learning_rate": 5.1020408163265315e-06,
1419
+ "loss": 1.3587,
1420
+ "step": 198
1421
+ },
1422
+ {
1423
+ "epoch": 0.501891551071879,
1424
+ "grad_norm": 1.8333053588867188,
1425
+ "learning_rate": 5.0765306122448985e-06,
1426
+ "loss": 1.3809,
1427
+ "step": 199
1428
+ },
1429
+ {
1430
+ "epoch": 0.5044136191677175,
1431
+ "grad_norm": 2.167799949645996,
1432
+ "learning_rate": 5.0510204081632655e-06,
1433
+ "loss": 1.2346,
1434
+ "step": 200
1435
+ },
1436
+ {
1437
+ "epoch": 0.5044136191677175,
1438
+ "eval_loss": 1.2851086854934692,
1439
+ "eval_runtime": 50.8227,
1440
+ "eval_samples_per_second": 13.872,
1441
+ "eval_steps_per_second": 6.946,
1442
+ "step": 200
1443
+ },
1444
+ {
1445
+ "epoch": 0.5069356872635561,
1446
+ "grad_norm": 1.7278932332992554,
1447
+ "learning_rate": 5.0255102040816325e-06,
1448
+ "loss": 1.3145,
1449
+ "step": 201
1450
+ },
1451
+ {
1452
+ "epoch": 0.5094577553593947,
1453
+ "grad_norm": 1.834521770477295,
1454
+ "learning_rate": 5e-06,
1455
+ "loss": 1.3208,
1456
+ "step": 202
1457
+ },
1458
+ {
1459
+ "epoch": 0.5119798234552333,
1460
+ "grad_norm": 2.1663095951080322,
1461
+ "learning_rate": 4.974489795918368e-06,
1462
+ "loss": 1.2339,
1463
+ "step": 203
1464
+ },
1465
+ {
1466
+ "epoch": 0.5145018915510718,
1467
+ "grad_norm": 2.055741310119629,
1468
+ "learning_rate": 4.948979591836735e-06,
1469
+ "loss": 1.3617,
1470
+ "step": 204
1471
+ },
1472
+ {
1473
+ "epoch": 0.5170239596469105,
1474
+ "grad_norm": 2.118497133255005,
1475
+ "learning_rate": 4.923469387755102e-06,
1476
+ "loss": 1.3615,
1477
+ "step": 205
1478
+ },
1479
+ {
1480
+ "epoch": 0.519546027742749,
1481
+ "grad_norm": 1.7169922590255737,
1482
+ "learning_rate": 4.897959183673469e-06,
1483
+ "loss": 1.328,
1484
+ "step": 206
1485
+ },
1486
+ {
1487
+ "epoch": 0.5220680958385876,
1488
+ "grad_norm": 1.9951471090316772,
1489
+ "learning_rate": 4.872448979591837e-06,
1490
+ "loss": 1.2938,
1491
+ "step": 207
1492
+ },
1493
+ {
1494
+ "epoch": 0.5245901639344263,
1495
+ "grad_norm": 1.7694483995437622,
1496
+ "learning_rate": 4.846938775510204e-06,
1497
+ "loss": 1.2643,
1498
+ "step": 208
1499
+ },
1500
+ {
1501
+ "epoch": 0.5271122320302648,
1502
+ "grad_norm": 1.9330222606658936,
1503
+ "learning_rate": 4.821428571428572e-06,
1504
+ "loss": 1.2382,
1505
+ "step": 209
1506
+ },
1507
+ {
1508
+ "epoch": 0.5296343001261034,
1509
+ "grad_norm": 2.104644536972046,
1510
+ "learning_rate": 4.795918367346939e-06,
1511
+ "loss": 1.2768,
1512
+ "step": 210
1513
+ },
1514
+ {
1515
+ "epoch": 0.532156368221942,
1516
+ "grad_norm": 1.9665746688842773,
1517
+ "learning_rate": 4.770408163265306e-06,
1518
+ "loss": 1.334,
1519
+ "step": 211
1520
+ },
1521
+ {
1522
+ "epoch": 0.5346784363177806,
1523
+ "grad_norm": 2.3248770236968994,
1524
+ "learning_rate": 4.744897959183674e-06,
1525
+ "loss": 1.1917,
1526
+ "step": 212
1527
+ },
1528
+ {
1529
+ "epoch": 0.5372005044136192,
1530
+ "grad_norm": 2.1260788440704346,
1531
+ "learning_rate": 4.719387755102041e-06,
1532
+ "loss": 1.3044,
1533
+ "step": 213
1534
+ },
1535
+ {
1536
+ "epoch": 0.5397225725094578,
1537
+ "grad_norm": 1.945479154586792,
1538
+ "learning_rate": 4.693877551020409e-06,
1539
+ "loss": 1.268,
1540
+ "step": 214
1541
+ },
1542
+ {
1543
+ "epoch": 0.5422446406052963,
1544
+ "grad_norm": 1.9374228715896606,
1545
+ "learning_rate": 4.668367346938776e-06,
1546
+ "loss": 1.1917,
1547
+ "step": 215
1548
+ },
1549
+ {
1550
+ "epoch": 0.544766708701135,
1551
+ "grad_norm": 2.0417232513427734,
1552
+ "learning_rate": 4.642857142857144e-06,
1553
+ "loss": 1.3038,
1554
+ "step": 216
1555
+ },
1556
+ {
1557
+ "epoch": 0.5472887767969735,
1558
+ "grad_norm": 2.18217134475708,
1559
+ "learning_rate": 4.617346938775511e-06,
1560
+ "loss": 1.3744,
1561
+ "step": 217
1562
+ },
1563
+ {
1564
+ "epoch": 0.5498108448928121,
1565
+ "grad_norm": 2.029435157775879,
1566
+ "learning_rate": 4.591836734693878e-06,
1567
+ "loss": 1.3342,
1568
+ "step": 218
1569
+ },
1570
+ {
1571
+ "epoch": 0.5523329129886507,
1572
+ "grad_norm": 1.9949073791503906,
1573
+ "learning_rate": 4.566326530612245e-06,
1574
+ "loss": 1.3001,
1575
+ "step": 219
1576
+ },
1577
+ {
1578
+ "epoch": 0.5548549810844893,
1579
+ "grad_norm": 2.0372207164764404,
1580
+ "learning_rate": 4.540816326530613e-06,
1581
+ "loss": 1.3093,
1582
+ "step": 220
1583
+ },
1584
+ {
1585
+ "epoch": 0.5573770491803278,
1586
+ "grad_norm": 1.9642863273620605,
1587
+ "learning_rate": 4.51530612244898e-06,
1588
+ "loss": 1.309,
1589
+ "step": 221
1590
+ },
1591
+ {
1592
+ "epoch": 0.5598991172761665,
1593
+ "grad_norm": 2.0658535957336426,
1594
+ "learning_rate": 4.489795918367348e-06,
1595
+ "loss": 1.2735,
1596
+ "step": 222
1597
+ },
1598
+ {
1599
+ "epoch": 0.562421185372005,
1600
+ "grad_norm": 1.9816322326660156,
1601
+ "learning_rate": 4.464285714285715e-06,
1602
+ "loss": 1.293,
1603
+ "step": 223
1604
+ },
1605
+ {
1606
+ "epoch": 0.5649432534678437,
1607
+ "grad_norm": 1.9791160821914673,
1608
+ "learning_rate": 4.438775510204082e-06,
1609
+ "loss": 1.33,
1610
+ "step": 224
1611
+ },
1612
+ {
1613
+ "epoch": 0.5674653215636822,
1614
+ "grad_norm": 2.2502388954162598,
1615
+ "learning_rate": 4.4132653061224495e-06,
1616
+ "loss": 1.3404,
1617
+ "step": 225
1618
+ },
1619
+ {
1620
+ "epoch": 0.5699873896595208,
1621
+ "grad_norm": 2.2889773845672607,
1622
+ "learning_rate": 4.3877551020408165e-06,
1623
+ "loss": 1.2603,
1624
+ "step": 226
1625
+ },
1626
+ {
1627
+ "epoch": 0.5725094577553594,
1628
+ "grad_norm": 2.678492784500122,
1629
+ "learning_rate": 4.362244897959184e-06,
1630
+ "loss": 1.2597,
1631
+ "step": 227
1632
+ },
1633
+ {
1634
+ "epoch": 0.575031525851198,
1635
+ "grad_norm": 1.9874751567840576,
1636
+ "learning_rate": 4.336734693877551e-06,
1637
+ "loss": 1.3276,
1638
+ "step": 228
1639
+ },
1640
+ {
1641
+ "epoch": 0.5775535939470365,
1642
+ "grad_norm": 1.8724706172943115,
1643
+ "learning_rate": 4.3112244897959184e-06,
1644
+ "loss": 1.3147,
1645
+ "step": 229
1646
+ },
1647
+ {
1648
+ "epoch": 0.5800756620428752,
1649
+ "grad_norm": 2.178480386734009,
1650
+ "learning_rate": 4.2857142857142855e-06,
1651
+ "loss": 1.2357,
1652
+ "step": 230
1653
+ },
1654
+ {
1655
+ "epoch": 0.5825977301387137,
1656
+ "grad_norm": 2.098304033279419,
1657
+ "learning_rate": 4.260204081632653e-06,
1658
+ "loss": 1.2761,
1659
+ "step": 231
1660
+ },
1661
+ {
1662
+ "epoch": 0.5851197982345523,
1663
+ "grad_norm": 2.0887460708618164,
1664
+ "learning_rate": 4.234693877551021e-06,
1665
+ "loss": 1.3651,
1666
+ "step": 232
1667
+ },
1668
+ {
1669
+ "epoch": 0.587641866330391,
1670
+ "grad_norm": 1.924753189086914,
1671
+ "learning_rate": 4.209183673469388e-06,
1672
+ "loss": 1.269,
1673
+ "step": 233
1674
+ },
1675
+ {
1676
+ "epoch": 0.5901639344262295,
1677
+ "grad_norm": 2.3124468326568604,
1678
+ "learning_rate": 4.183673469387755e-06,
1679
+ "loss": 1.3212,
1680
+ "step": 234
1681
+ },
1682
+ {
1683
+ "epoch": 0.592686002522068,
1684
+ "grad_norm": 2.089292049407959,
1685
+ "learning_rate": 4.158163265306123e-06,
1686
+ "loss": 1.3155,
1687
+ "step": 235
1688
+ },
1689
+ {
1690
+ "epoch": 0.5952080706179067,
1691
+ "grad_norm": 2.017242908477783,
1692
+ "learning_rate": 4.13265306122449e-06,
1693
+ "loss": 1.3401,
1694
+ "step": 236
1695
+ },
1696
+ {
1697
+ "epoch": 0.5977301387137453,
1698
+ "grad_norm": 2.1814868450164795,
1699
+ "learning_rate": 4.107142857142857e-06,
1700
+ "loss": 1.2687,
1701
+ "step": 237
1702
+ },
1703
+ {
1704
+ "epoch": 0.6002522068095839,
1705
+ "grad_norm": 2.231903314590454,
1706
+ "learning_rate": 4.081632653061225e-06,
1707
+ "loss": 1.2316,
1708
+ "step": 238
1709
+ },
1710
+ {
1711
+ "epoch": 0.6027742749054225,
1712
+ "grad_norm": 2.1900241374969482,
1713
+ "learning_rate": 4.056122448979592e-06,
1714
+ "loss": 1.3143,
1715
+ "step": 239
1716
+ },
1717
+ {
1718
+ "epoch": 0.605296343001261,
1719
+ "grad_norm": 1.953632116317749,
1720
+ "learning_rate": 4.03061224489796e-06,
1721
+ "loss": 1.254,
1722
+ "step": 240
1723
+ },
1724
+ {
1725
+ "epoch": 0.6078184110970997,
1726
+ "grad_norm": 1.9592350721359253,
1727
+ "learning_rate": 4.005102040816327e-06,
1728
+ "loss": 1.2116,
1729
+ "step": 241
1730
+ },
1731
+ {
1732
+ "epoch": 0.6103404791929382,
1733
+ "grad_norm": 2.1013166904449463,
1734
+ "learning_rate": 3.979591836734694e-06,
1735
+ "loss": 1.3559,
1736
+ "step": 242
1737
+ },
1738
+ {
1739
+ "epoch": 0.6128625472887768,
1740
+ "grad_norm": 2.0879881381988525,
1741
+ "learning_rate": 3.954081632653062e-06,
1742
+ "loss": 1.2598,
1743
+ "step": 243
1744
+ },
1745
+ {
1746
+ "epoch": 0.6153846153846154,
1747
+ "grad_norm": 2.114272117614746,
1748
+ "learning_rate": 3.928571428571429e-06,
1749
+ "loss": 1.2419,
1750
+ "step": 244
1751
+ },
1752
+ {
1753
+ "epoch": 0.617906683480454,
1754
+ "grad_norm": 1.9758390188217163,
1755
+ "learning_rate": 3.903061224489797e-06,
1756
+ "loss": 1.2997,
1757
+ "step": 245
1758
+ },
1759
+ {
1760
+ "epoch": 0.6204287515762925,
1761
+ "grad_norm": 2.075453996658325,
1762
+ "learning_rate": 3.877551020408164e-06,
1763
+ "loss": 1.32,
1764
+ "step": 246
1765
+ },
1766
+ {
1767
+ "epoch": 0.6229508196721312,
1768
+ "grad_norm": 1.962607502937317,
1769
+ "learning_rate": 3.852040816326531e-06,
1770
+ "loss": 1.3184,
1771
+ "step": 247
1772
+ },
1773
+ {
1774
+ "epoch": 0.6254728877679697,
1775
+ "grad_norm": 2.2722318172454834,
1776
+ "learning_rate": 3.826530612244898e-06,
1777
+ "loss": 1.2421,
1778
+ "step": 248
1779
+ },
1780
+ {
1781
+ "epoch": 0.6279949558638083,
1782
+ "grad_norm": 2.286569356918335,
1783
+ "learning_rate": 3.8010204081632656e-06,
1784
+ "loss": 1.2241,
1785
+ "step": 249
1786
+ },
1787
+ {
1788
+ "epoch": 0.6305170239596469,
1789
+ "grad_norm": 2.0135483741760254,
1790
+ "learning_rate": 3.7755102040816327e-06,
1791
+ "loss": 1.3126,
1792
+ "step": 250
1793
+ },
1794
+ {
1795
+ "epoch": 0.6305170239596469,
1796
+ "eval_loss": 1.2740750312805176,
1797
+ "eval_runtime": 50.8761,
1798
+ "eval_samples_per_second": 13.857,
1799
+ "eval_steps_per_second": 6.938,
1800
+ "step": 250
1801
+ },
1802
+ {
1803
+ "epoch": 0.6330390920554855,
1804
+ "grad_norm": 1.9546427726745605,
1805
+ "learning_rate": 3.7500000000000005e-06,
1806
+ "loss": 1.3839,
1807
+ "step": 251
1808
+ },
1809
+ {
1810
+ "epoch": 0.6355611601513241,
1811
+ "grad_norm": 2.1365926265716553,
1812
+ "learning_rate": 3.724489795918368e-06,
1813
+ "loss": 1.184,
1814
+ "step": 252
1815
+ },
1816
+ {
1817
+ "epoch": 0.6380832282471627,
1818
+ "grad_norm": 1.976037621498108,
1819
+ "learning_rate": 3.698979591836735e-06,
1820
+ "loss": 1.2641,
1821
+ "step": 253
1822
+ },
1823
+ {
1824
+ "epoch": 0.6406052963430012,
1825
+ "grad_norm": 1.8824238777160645,
1826
+ "learning_rate": 3.6734693877551024e-06,
1827
+ "loss": 1.3686,
1828
+ "step": 254
1829
+ },
1830
+ {
1831
+ "epoch": 0.6431273644388399,
1832
+ "grad_norm": 2.238203525543213,
1833
+ "learning_rate": 3.6479591836734694e-06,
1834
+ "loss": 1.3236,
1835
+ "step": 255
1836
+ },
1837
+ {
1838
+ "epoch": 0.6456494325346784,
1839
+ "grad_norm": 2.0647990703582764,
1840
+ "learning_rate": 3.6224489795918373e-06,
1841
+ "loss": 1.3423,
1842
+ "step": 256
1843
+ },
1844
+ {
1845
+ "epoch": 0.648171500630517,
1846
+ "grad_norm": 2.089323043823242,
1847
+ "learning_rate": 3.5969387755102043e-06,
1848
+ "loss": 1.2947,
1849
+ "step": 257
1850
+ },
1851
+ {
1852
+ "epoch": 0.6506935687263556,
1853
+ "grad_norm": 2.114203453063965,
1854
+ "learning_rate": 3.5714285714285718e-06,
1855
+ "loss": 1.3649,
1856
+ "step": 258
1857
+ },
1858
+ {
1859
+ "epoch": 0.6532156368221942,
1860
+ "grad_norm": 2.2338523864746094,
1861
+ "learning_rate": 3.545918367346939e-06,
1862
+ "loss": 1.2753,
1863
+ "step": 259
1864
+ },
1865
+ {
1866
+ "epoch": 0.6557377049180327,
1867
+ "grad_norm": 1.9351249933242798,
1868
+ "learning_rate": 3.5204081632653062e-06,
1869
+ "loss": 1.2719,
1870
+ "step": 260
1871
+ },
1872
+ {
1873
+ "epoch": 0.6582597730138714,
1874
+ "grad_norm": 1.9747554063796997,
1875
+ "learning_rate": 3.494897959183674e-06,
1876
+ "loss": 1.3729,
1877
+ "step": 261
1878
+ },
1879
+ {
1880
+ "epoch": 0.6607818411097099,
1881
+ "grad_norm": 2.0185554027557373,
1882
+ "learning_rate": 3.469387755102041e-06,
1883
+ "loss": 1.3683,
1884
+ "step": 262
1885
+ },
1886
+ {
1887
+ "epoch": 0.6633039092055486,
1888
+ "grad_norm": 2.121753454208374,
1889
+ "learning_rate": 3.4438775510204086e-06,
1890
+ "loss": 1.2587,
1891
+ "step": 263
1892
+ },
1893
+ {
1894
+ "epoch": 0.6658259773013872,
1895
+ "grad_norm": 2.0544567108154297,
1896
+ "learning_rate": 3.4183673469387756e-06,
1897
+ "loss": 1.3083,
1898
+ "step": 264
1899
+ },
1900
+ {
1901
+ "epoch": 0.6683480453972257,
1902
+ "grad_norm": 2.2253873348236084,
1903
+ "learning_rate": 3.3928571428571435e-06,
1904
+ "loss": 1.3333,
1905
+ "step": 265
1906
+ },
1907
+ {
1908
+ "epoch": 0.6708701134930644,
1909
+ "grad_norm": 1.9344195127487183,
1910
+ "learning_rate": 3.3673469387755105e-06,
1911
+ "loss": 1.2858,
1912
+ "step": 266
1913
+ },
1914
+ {
1915
+ "epoch": 0.6733921815889029,
1916
+ "grad_norm": 2.022847890853882,
1917
+ "learning_rate": 3.341836734693878e-06,
1918
+ "loss": 1.344,
1919
+ "step": 267
1920
+ },
1921
+ {
1922
+ "epoch": 0.6759142496847415,
1923
+ "grad_norm": 2.0299270153045654,
1924
+ "learning_rate": 3.316326530612245e-06,
1925
+ "loss": 1.3241,
1926
+ "step": 268
1927
+ },
1928
+ {
1929
+ "epoch": 0.6784363177805801,
1930
+ "grad_norm": 1.974353551864624,
1931
+ "learning_rate": 3.2908163265306124e-06,
1932
+ "loss": 1.32,
1933
+ "step": 269
1934
+ },
1935
+ {
1936
+ "epoch": 0.6809583858764187,
1937
+ "grad_norm": 1.9575395584106445,
1938
+ "learning_rate": 3.2653061224489794e-06,
1939
+ "loss": 1.4067,
1940
+ "step": 270
1941
+ },
1942
+ {
1943
+ "epoch": 0.6834804539722572,
1944
+ "grad_norm": 2.0677671432495117,
1945
+ "learning_rate": 3.2397959183673473e-06,
1946
+ "loss": 1.3783,
1947
+ "step": 271
1948
+ },
1949
+ {
1950
+ "epoch": 0.6860025220680959,
1951
+ "grad_norm": 2.1539204120635986,
1952
+ "learning_rate": 3.2142857142857147e-06,
1953
+ "loss": 1.2853,
1954
+ "step": 272
1955
+ },
1956
+ {
1957
+ "epoch": 0.6885245901639344,
1958
+ "grad_norm": 2.0319035053253174,
1959
+ "learning_rate": 3.1887755102040818e-06,
1960
+ "loss": 1.2918,
1961
+ "step": 273
1962
+ },
1963
+ {
1964
+ "epoch": 0.691046658259773,
1965
+ "grad_norm": 1.8538899421691895,
1966
+ "learning_rate": 3.1632653061224496e-06,
1967
+ "loss": 1.3763,
1968
+ "step": 274
1969
+ },
1970
+ {
1971
+ "epoch": 0.6935687263556116,
1972
+ "grad_norm": 2.0763511657714844,
1973
+ "learning_rate": 3.1377551020408166e-06,
1974
+ "loss": 1.41,
1975
+ "step": 275
1976
+ },
1977
+ {
1978
+ "epoch": 0.6960907944514502,
1979
+ "grad_norm": 2.227217435836792,
1980
+ "learning_rate": 3.112244897959184e-06,
1981
+ "loss": 1.2398,
1982
+ "step": 276
1983
+ },
1984
+ {
1985
+ "epoch": 0.6986128625472888,
1986
+ "grad_norm": 1.933133602142334,
1987
+ "learning_rate": 3.086734693877551e-06,
1988
+ "loss": 1.3385,
1989
+ "step": 277
1990
+ },
1991
+ {
1992
+ "epoch": 0.7011349306431274,
1993
+ "grad_norm": 1.900923728942871,
1994
+ "learning_rate": 3.0612244897959185e-06,
1995
+ "loss": 1.2412,
1996
+ "step": 278
1997
+ },
1998
+ {
1999
+ "epoch": 0.7036569987389659,
2000
+ "grad_norm": 1.918288230895996,
2001
+ "learning_rate": 3.0357142857142856e-06,
2002
+ "loss": 1.3701,
2003
+ "step": 279
2004
+ },
2005
+ {
2006
+ "epoch": 0.7061790668348046,
2007
+ "grad_norm": 2.2127647399902344,
2008
+ "learning_rate": 3.0102040816326534e-06,
2009
+ "loss": 1.2844,
2010
+ "step": 280
2011
+ },
2012
+ {
2013
+ "epoch": 0.7087011349306431,
2014
+ "grad_norm": 1.9818401336669922,
2015
+ "learning_rate": 2.984693877551021e-06,
2016
+ "loss": 1.2897,
2017
+ "step": 281
2018
+ },
2019
+ {
2020
+ "epoch": 0.7112232030264817,
2021
+ "grad_norm": 1.9263213872909546,
2022
+ "learning_rate": 2.959183673469388e-06,
2023
+ "loss": 1.2532,
2024
+ "step": 282
2025
+ },
2026
+ {
2027
+ "epoch": 0.7137452711223203,
2028
+ "grad_norm": 1.87063467502594,
2029
+ "learning_rate": 2.9336734693877553e-06,
2030
+ "loss": 1.3343,
2031
+ "step": 283
2032
+ },
2033
+ {
2034
+ "epoch": 0.7162673392181589,
2035
+ "grad_norm": 2.255154609680176,
2036
+ "learning_rate": 2.908163265306123e-06,
2037
+ "loss": 1.3229,
2038
+ "step": 284
2039
+ },
2040
+ {
2041
+ "epoch": 0.7187894073139974,
2042
+ "grad_norm": 1.890459656715393,
2043
+ "learning_rate": 2.8826530612244902e-06,
2044
+ "loss": 1.3302,
2045
+ "step": 285
2046
+ },
2047
+ {
2048
+ "epoch": 0.7213114754098361,
2049
+ "grad_norm": 2.497408390045166,
2050
+ "learning_rate": 2.8571428571428573e-06,
2051
+ "loss": 1.2775,
2052
+ "step": 286
2053
+ },
2054
+ {
2055
+ "epoch": 0.7238335435056746,
2056
+ "grad_norm": 2.3007829189300537,
2057
+ "learning_rate": 2.8316326530612247e-06,
2058
+ "loss": 1.2326,
2059
+ "step": 287
2060
+ },
2061
+ {
2062
+ "epoch": 0.7263556116015133,
2063
+ "grad_norm": 2.2340848445892334,
2064
+ "learning_rate": 2.8061224489795917e-06,
2065
+ "loss": 1.2348,
2066
+ "step": 288
2067
+ },
2068
+ {
2069
+ "epoch": 0.7288776796973518,
2070
+ "grad_norm": 2.1540236473083496,
2071
+ "learning_rate": 2.7806122448979596e-06,
2072
+ "loss": 1.2053,
2073
+ "step": 289
2074
+ },
2075
+ {
2076
+ "epoch": 0.7313997477931904,
2077
+ "grad_norm": 2.0808091163635254,
2078
+ "learning_rate": 2.7551020408163266e-06,
2079
+ "loss": 1.3674,
2080
+ "step": 290
2081
+ },
2082
+ {
2083
+ "epoch": 0.733921815889029,
2084
+ "grad_norm": 1.978516697883606,
2085
+ "learning_rate": 2.729591836734694e-06,
2086
+ "loss": 1.2908,
2087
+ "step": 291
2088
+ },
2089
+ {
2090
+ "epoch": 0.7364438839848676,
2091
+ "grad_norm": 2.028221368789673,
2092
+ "learning_rate": 2.7040816326530615e-06,
2093
+ "loss": 1.3598,
2094
+ "step": 292
2095
+ },
2096
+ {
2097
+ "epoch": 0.7389659520807061,
2098
+ "grad_norm": 2.2469992637634277,
2099
+ "learning_rate": 2.6785714285714285e-06,
2100
+ "loss": 1.2581,
2101
+ "step": 293
2102
+ },
2103
+ {
2104
+ "epoch": 0.7414880201765448,
2105
+ "grad_norm": 1.9265613555908203,
2106
+ "learning_rate": 2.6530612244897964e-06,
2107
+ "loss": 1.3387,
2108
+ "step": 294
2109
+ },
2110
+ {
2111
+ "epoch": 0.7440100882723834,
2112
+ "grad_norm": 1.8783451318740845,
2113
+ "learning_rate": 2.6275510204081634e-06,
2114
+ "loss": 1.2669,
2115
+ "step": 295
2116
+ },
2117
+ {
2118
+ "epoch": 0.7465321563682219,
2119
+ "grad_norm": 2.020387887954712,
2120
+ "learning_rate": 2.602040816326531e-06,
2121
+ "loss": 1.2869,
2122
+ "step": 296
2123
+ },
2124
+ {
2125
+ "epoch": 0.7490542244640606,
2126
+ "grad_norm": 2.0228474140167236,
2127
+ "learning_rate": 2.576530612244898e-06,
2128
+ "loss": 1.3872,
2129
+ "step": 297
2130
+ },
2131
+ {
2132
+ "epoch": 0.7515762925598991,
2133
+ "grad_norm": 2.069546937942505,
2134
+ "learning_rate": 2.5510204081632657e-06,
2135
+ "loss": 1.2296,
2136
+ "step": 298
2137
+ },
2138
+ {
2139
+ "epoch": 0.7540983606557377,
2140
+ "grad_norm": 2.1737406253814697,
2141
+ "learning_rate": 2.5255102040816328e-06,
2142
+ "loss": 1.4245,
2143
+ "step": 299
2144
+ },
2145
+ {
2146
+ "epoch": 0.7566204287515763,
2147
+ "grad_norm": 2.1834163665771484,
2148
+ "learning_rate": 2.5e-06,
2149
+ "loss": 1.2929,
2150
+ "step": 300
2151
+ },
2152
+ {
2153
+ "epoch": 0.7566204287515763,
2154
+ "eval_loss": 1.2691789865493774,
2155
+ "eval_runtime": 50.8509,
2156
+ "eval_samples_per_second": 13.864,
2157
+ "eval_steps_per_second": 6.942,
2158
+ "step": 300
2159
+ },
2160
+ {
2161
+ "epoch": 0.7591424968474149,
2162
+ "grad_norm": 2.082104444503784,
2163
+ "learning_rate": 2.4744897959183676e-06,
2164
+ "loss": 1.3162,
2165
+ "step": 301
2166
+ },
2167
+ {
2168
+ "epoch": 0.7616645649432535,
2169
+ "grad_norm": 2.0544209480285645,
2170
+ "learning_rate": 2.4489795918367347e-06,
2171
+ "loss": 1.312,
2172
+ "step": 302
2173
+ },
2174
+ {
2175
+ "epoch": 0.7641866330390921,
2176
+ "grad_norm": 2.1085362434387207,
2177
+ "learning_rate": 2.423469387755102e-06,
2178
+ "loss": 1.33,
2179
+ "step": 303
2180
+ },
2181
+ {
2182
+ "epoch": 0.7667087011349306,
2183
+ "grad_norm": 2.175379991531372,
2184
+ "learning_rate": 2.3979591836734696e-06,
2185
+ "loss": 1.2873,
2186
+ "step": 304
2187
+ },
2188
+ {
2189
+ "epoch": 0.7692307692307693,
2190
+ "grad_norm": 2.249783515930176,
2191
+ "learning_rate": 2.372448979591837e-06,
2192
+ "loss": 1.2525,
2193
+ "step": 305
2194
+ },
2195
+ {
2196
+ "epoch": 0.7717528373266078,
2197
+ "grad_norm": 2.068125009536743,
2198
+ "learning_rate": 2.3469387755102044e-06,
2199
+ "loss": 1.2839,
2200
+ "step": 306
2201
+ },
2202
+ {
2203
+ "epoch": 0.7742749054224464,
2204
+ "grad_norm": 1.974302887916565,
2205
+ "learning_rate": 2.321428571428572e-06,
2206
+ "loss": 1.2828,
2207
+ "step": 307
2208
+ },
2209
+ {
2210
+ "epoch": 0.776796973518285,
2211
+ "grad_norm": 2.029944658279419,
2212
+ "learning_rate": 2.295918367346939e-06,
2213
+ "loss": 1.3362,
2214
+ "step": 308
2215
+ },
2216
+ {
2217
+ "epoch": 0.7793190416141236,
2218
+ "grad_norm": 1.9236222505569458,
2219
+ "learning_rate": 2.2704081632653064e-06,
2220
+ "loss": 1.3189,
2221
+ "step": 309
2222
+ },
2223
+ {
2224
+ "epoch": 0.7818411097099621,
2225
+ "grad_norm": 2.035283327102661,
2226
+ "learning_rate": 2.244897959183674e-06,
2227
+ "loss": 1.3387,
2228
+ "step": 310
2229
+ },
2230
+ {
2231
+ "epoch": 0.7843631778058008,
2232
+ "grad_norm": 2.2864370346069336,
2233
+ "learning_rate": 2.219387755102041e-06,
2234
+ "loss": 1.3529,
2235
+ "step": 311
2236
+ },
2237
+ {
2238
+ "epoch": 0.7868852459016393,
2239
+ "grad_norm": 1.9067283868789673,
2240
+ "learning_rate": 2.1938775510204083e-06,
2241
+ "loss": 1.3349,
2242
+ "step": 312
2243
+ },
2244
+ {
2245
+ "epoch": 0.7894073139974779,
2246
+ "grad_norm": 2.1732194423675537,
2247
+ "learning_rate": 2.1683673469387757e-06,
2248
+ "loss": 1.3005,
2249
+ "step": 313
2250
+ },
2251
+ {
2252
+ "epoch": 0.7919293820933165,
2253
+ "grad_norm": 2.1712100505828857,
2254
+ "learning_rate": 2.1428571428571427e-06,
2255
+ "loss": 1.2074,
2256
+ "step": 314
2257
+ },
2258
+ {
2259
+ "epoch": 0.7944514501891551,
2260
+ "grad_norm": 2.176370859146118,
2261
+ "learning_rate": 2.1173469387755106e-06,
2262
+ "loss": 1.3008,
2263
+ "step": 315
2264
+ },
2265
+ {
2266
+ "epoch": 0.7969735182849937,
2267
+ "grad_norm": 1.8686325550079346,
2268
+ "learning_rate": 2.0918367346938776e-06,
2269
+ "loss": 1.327,
2270
+ "step": 316
2271
+ },
2272
+ {
2273
+ "epoch": 0.7994955863808323,
2274
+ "grad_norm": 2.199409246444702,
2275
+ "learning_rate": 2.066326530612245e-06,
2276
+ "loss": 1.2485,
2277
+ "step": 317
2278
+ },
2279
+ {
2280
+ "epoch": 0.8020176544766708,
2281
+ "grad_norm": 2.3522419929504395,
2282
+ "learning_rate": 2.0408163265306125e-06,
2283
+ "loss": 1.3404,
2284
+ "step": 318
2285
+ },
2286
+ {
2287
+ "epoch": 0.8045397225725095,
2288
+ "grad_norm": 2.0576257705688477,
2289
+ "learning_rate": 2.01530612244898e-06,
2290
+ "loss": 1.2889,
2291
+ "step": 319
2292
+ },
2293
+ {
2294
+ "epoch": 0.807061790668348,
2295
+ "grad_norm": 1.995925784111023,
2296
+ "learning_rate": 1.989795918367347e-06,
2297
+ "loss": 1.315,
2298
+ "step": 320
2299
+ },
2300
+ {
2301
+ "epoch": 0.8095838587641866,
2302
+ "grad_norm": 2.5439186096191406,
2303
+ "learning_rate": 1.9642857142857144e-06,
2304
+ "loss": 1.3443,
2305
+ "step": 321
2306
+ },
2307
+ {
2308
+ "epoch": 0.8121059268600253,
2309
+ "grad_norm": 2.011660575866699,
2310
+ "learning_rate": 1.938775510204082e-06,
2311
+ "loss": 1.2131,
2312
+ "step": 322
2313
+ },
2314
+ {
2315
+ "epoch": 0.8146279949558638,
2316
+ "grad_norm": 2.1551520824432373,
2317
+ "learning_rate": 1.913265306122449e-06,
2318
+ "loss": 1.2394,
2319
+ "step": 323
2320
+ },
2321
+ {
2322
+ "epoch": 0.8171500630517023,
2323
+ "grad_norm": 2.01900053024292,
2324
+ "learning_rate": 1.8877551020408163e-06,
2325
+ "loss": 1.3401,
2326
+ "step": 324
2327
+ },
2328
+ {
2329
+ "epoch": 0.819672131147541,
2330
+ "grad_norm": 1.9674052000045776,
2331
+ "learning_rate": 1.862244897959184e-06,
2332
+ "loss": 1.2752,
2333
+ "step": 325
2334
+ },
2335
+ {
2336
+ "epoch": 0.8221941992433796,
2337
+ "grad_norm": 2.037710428237915,
2338
+ "learning_rate": 1.8367346938775512e-06,
2339
+ "loss": 1.2058,
2340
+ "step": 326
2341
+ },
2342
+ {
2343
+ "epoch": 0.8247162673392182,
2344
+ "grad_norm": 2.1677160263061523,
2345
+ "learning_rate": 1.8112244897959187e-06,
2346
+ "loss": 1.2682,
2347
+ "step": 327
2348
+ },
2349
+ {
2350
+ "epoch": 0.8272383354350568,
2351
+ "grad_norm": 2.0486114025115967,
2352
+ "learning_rate": 1.7857142857142859e-06,
2353
+ "loss": 1.2739,
2354
+ "step": 328
2355
+ },
2356
+ {
2357
+ "epoch": 0.8297604035308953,
2358
+ "grad_norm": 1.8572365045547485,
2359
+ "learning_rate": 1.7602040816326531e-06,
2360
+ "loss": 1.3572,
2361
+ "step": 329
2362
+ },
2363
+ {
2364
+ "epoch": 0.832282471626734,
2365
+ "grad_norm": 2.0983726978302,
2366
+ "learning_rate": 1.7346938775510206e-06,
2367
+ "loss": 1.4154,
2368
+ "step": 330
2369
+ },
2370
+ {
2371
+ "epoch": 0.8348045397225725,
2372
+ "grad_norm": 1.9302740097045898,
2373
+ "learning_rate": 1.7091836734693878e-06,
2374
+ "loss": 1.3252,
2375
+ "step": 331
2376
+ },
2377
+ {
2378
+ "epoch": 0.8373266078184111,
2379
+ "grad_norm": 2.3483495712280273,
2380
+ "learning_rate": 1.6836734693877552e-06,
2381
+ "loss": 1.3447,
2382
+ "step": 332
2383
+ },
2384
+ {
2385
+ "epoch": 0.8398486759142497,
2386
+ "grad_norm": 2.167279005050659,
2387
+ "learning_rate": 1.6581632653061225e-06,
2388
+ "loss": 1.3836,
2389
+ "step": 333
2390
+ },
2391
+ {
2392
+ "epoch": 0.8423707440100883,
2393
+ "grad_norm": 2.1913328170776367,
2394
+ "learning_rate": 1.6326530612244897e-06,
2395
+ "loss": 1.3249,
2396
+ "step": 334
2397
+ },
2398
+ {
2399
+ "epoch": 0.8448928121059268,
2400
+ "grad_norm": 2.2765605449676514,
2401
+ "learning_rate": 1.6071428571428574e-06,
2402
+ "loss": 1.2702,
2403
+ "step": 335
2404
+ },
2405
+ {
2406
+ "epoch": 0.8474148802017655,
2407
+ "grad_norm": 2.2306439876556396,
2408
+ "learning_rate": 1.5816326530612248e-06,
2409
+ "loss": 1.1849,
2410
+ "step": 336
2411
+ },
2412
+ {
2413
+ "epoch": 0.849936948297604,
2414
+ "grad_norm": 1.990155816078186,
2415
+ "learning_rate": 1.556122448979592e-06,
2416
+ "loss": 1.2514,
2417
+ "step": 337
2418
+ },
2419
+ {
2420
+ "epoch": 0.8524590163934426,
2421
+ "grad_norm": 2.0648672580718994,
2422
+ "learning_rate": 1.5306122448979593e-06,
2423
+ "loss": 1.2878,
2424
+ "step": 338
2425
+ },
2426
+ {
2427
+ "epoch": 0.8549810844892812,
2428
+ "grad_norm": 1.8892369270324707,
2429
+ "learning_rate": 1.5051020408163267e-06,
2430
+ "loss": 1.3218,
2431
+ "step": 339
2432
+ },
2433
+ {
2434
+ "epoch": 0.8575031525851198,
2435
+ "grad_norm": 2.1342132091522217,
2436
+ "learning_rate": 1.479591836734694e-06,
2437
+ "loss": 1.3116,
2438
+ "step": 340
2439
+ },
2440
+ {
2441
+ "epoch": 0.8600252206809584,
2442
+ "grad_norm": 2.1044375896453857,
2443
+ "learning_rate": 1.4540816326530614e-06,
2444
+ "loss": 1.2891,
2445
+ "step": 341
2446
+ },
2447
+ {
2448
+ "epoch": 0.862547288776797,
2449
+ "grad_norm": 2.1255900859832764,
2450
+ "learning_rate": 1.4285714285714286e-06,
2451
+ "loss": 1.4286,
2452
+ "step": 342
2453
+ },
2454
+ {
2455
+ "epoch": 0.8650693568726355,
2456
+ "grad_norm": 2.1386489868164062,
2457
+ "learning_rate": 1.4030612244897959e-06,
2458
+ "loss": 1.3155,
2459
+ "step": 343
2460
+ },
2461
+ {
2462
+ "epoch": 0.8675914249684742,
2463
+ "grad_norm": 2.382380485534668,
2464
+ "learning_rate": 1.3775510204081633e-06,
2465
+ "loss": 1.2042,
2466
+ "step": 344
2467
+ },
2468
+ {
2469
+ "epoch": 0.8701134930643127,
2470
+ "grad_norm": 2.120363712310791,
2471
+ "learning_rate": 1.3520408163265307e-06,
2472
+ "loss": 1.3208,
2473
+ "step": 345
2474
+ },
2475
+ {
2476
+ "epoch": 0.8726355611601513,
2477
+ "grad_norm": 2.059514045715332,
2478
+ "learning_rate": 1.3265306122448982e-06,
2479
+ "loss": 1.2655,
2480
+ "step": 346
2481
+ },
2482
+ {
2483
+ "epoch": 0.8751576292559899,
2484
+ "grad_norm": 2.136197328567505,
2485
+ "learning_rate": 1.3010204081632654e-06,
2486
+ "loss": 1.3003,
2487
+ "step": 347
2488
+ },
2489
+ {
2490
+ "epoch": 0.8776796973518285,
2491
+ "grad_norm": 2.1142892837524414,
2492
+ "learning_rate": 1.2755102040816329e-06,
2493
+ "loss": 1.329,
2494
+ "step": 348
2495
+ },
2496
+ {
2497
+ "epoch": 0.880201765447667,
2498
+ "grad_norm": 2.0263671875,
2499
+ "learning_rate": 1.25e-06,
2500
+ "loss": 1.2563,
2501
+ "step": 349
2502
+ },
2503
+ {
2504
+ "epoch": 0.8827238335435057,
2505
+ "grad_norm": 2.1048145294189453,
2506
+ "learning_rate": 1.2244897959183673e-06,
2507
+ "loss": 1.3179,
2508
+ "step": 350
2509
+ },
2510
+ {
2511
+ "epoch": 0.8827238335435057,
2512
+ "eval_loss": 1.2644309997558594,
2513
+ "eval_runtime": 50.8136,
2514
+ "eval_samples_per_second": 13.874,
2515
+ "eval_steps_per_second": 6.947,
2516
+ "step": 350
2517
+ },
2518
+ {
2519
+ "epoch": 0.8852459016393442,
2520
+ "grad_norm": 2.136624813079834,
2521
+ "learning_rate": 1.1989795918367348e-06,
2522
+ "loss": 1.2936,
2523
+ "step": 351
2524
+ },
2525
+ {
2526
+ "epoch": 0.8877679697351829,
2527
+ "grad_norm": 2.2928943634033203,
2528
+ "learning_rate": 1.1734693877551022e-06,
2529
+ "loss": 1.2735,
2530
+ "step": 352
2531
+ },
2532
+ {
2533
+ "epoch": 0.8902900378310215,
2534
+ "grad_norm": 2.4213614463806152,
2535
+ "learning_rate": 1.1479591836734695e-06,
2536
+ "loss": 1.2362,
2537
+ "step": 353
2538
+ },
2539
+ {
2540
+ "epoch": 0.89281210592686,
2541
+ "grad_norm": 2.005894899368286,
2542
+ "learning_rate": 1.122448979591837e-06,
2543
+ "loss": 1.3004,
2544
+ "step": 354
2545
+ },
2546
+ {
2547
+ "epoch": 0.8953341740226987,
2548
+ "grad_norm": 2.29691481590271,
2549
+ "learning_rate": 1.0969387755102041e-06,
2550
+ "loss": 1.2731,
2551
+ "step": 355
2552
+ },
2553
+ {
2554
+ "epoch": 0.8978562421185372,
2555
+ "grad_norm": 1.8500875234603882,
2556
+ "learning_rate": 1.0714285714285714e-06,
2557
+ "loss": 1.2795,
2558
+ "step": 356
2559
+ },
2560
+ {
2561
+ "epoch": 0.9003783102143758,
2562
+ "grad_norm": 1.9315508604049683,
2563
+ "learning_rate": 1.0459183673469388e-06,
2564
+ "loss": 1.33,
2565
+ "step": 357
2566
+ },
2567
+ {
2568
+ "epoch": 0.9029003783102144,
2569
+ "grad_norm": 2.018059253692627,
2570
+ "learning_rate": 1.0204081632653063e-06,
2571
+ "loss": 1.3351,
2572
+ "step": 358
2573
+ },
2574
+ {
2575
+ "epoch": 0.905422446406053,
2576
+ "grad_norm": 2.1847755908966064,
2577
+ "learning_rate": 9.948979591836735e-07,
2578
+ "loss": 1.3569,
2579
+ "step": 359
2580
+ },
2581
+ {
2582
+ "epoch": 0.9079445145018915,
2583
+ "grad_norm": 2.126234769821167,
2584
+ "learning_rate": 9.69387755102041e-07,
2585
+ "loss": 1.2348,
2586
+ "step": 360
2587
+ },
2588
+ {
2589
+ "epoch": 0.9104665825977302,
2590
+ "grad_norm": 2.0584557056427,
2591
+ "learning_rate": 9.438775510204082e-07,
2592
+ "loss": 1.274,
2593
+ "step": 361
2594
+ },
2595
+ {
2596
+ "epoch": 0.9129886506935687,
2597
+ "grad_norm": 2.3741447925567627,
2598
+ "learning_rate": 9.183673469387756e-07,
2599
+ "loss": 1.289,
2600
+ "step": 362
2601
+ },
2602
+ {
2603
+ "epoch": 0.9155107187894073,
2604
+ "grad_norm": 2.1749532222747803,
2605
+ "learning_rate": 8.928571428571429e-07,
2606
+ "loss": 1.3534,
2607
+ "step": 363
2608
+ },
2609
+ {
2610
+ "epoch": 0.9180327868852459,
2611
+ "grad_norm": 1.9684898853302002,
2612
+ "learning_rate": 8.673469387755103e-07,
2613
+ "loss": 1.3437,
2614
+ "step": 364
2615
+ },
2616
+ {
2617
+ "epoch": 0.9205548549810845,
2618
+ "grad_norm": 2.106200933456421,
2619
+ "learning_rate": 8.418367346938776e-07,
2620
+ "loss": 1.2993,
2621
+ "step": 365
2622
+ },
2623
+ {
2624
+ "epoch": 0.9230769230769231,
2625
+ "grad_norm": 1.9079434871673584,
2626
+ "learning_rate": 8.163265306122449e-07,
2627
+ "loss": 1.2551,
2628
+ "step": 366
2629
+ },
2630
+ {
2631
+ "epoch": 0.9255989911727617,
2632
+ "grad_norm": 2.0882253646850586,
2633
+ "learning_rate": 7.908163265306124e-07,
2634
+ "loss": 1.3301,
2635
+ "step": 367
2636
+ },
2637
+ {
2638
+ "epoch": 0.9281210592686002,
2639
+ "grad_norm": 1.9819196462631226,
2640
+ "learning_rate": 7.653061224489796e-07,
2641
+ "loss": 1.2724,
2642
+ "step": 368
2643
+ },
2644
+ {
2645
+ "epoch": 0.9306431273644389,
2646
+ "grad_norm": 2.3126797676086426,
2647
+ "learning_rate": 7.39795918367347e-07,
2648
+ "loss": 1.2802,
2649
+ "step": 369
2650
+ },
2651
+ {
2652
+ "epoch": 0.9331651954602774,
2653
+ "grad_norm": 2.1873056888580322,
2654
+ "learning_rate": 7.142857142857143e-07,
2655
+ "loss": 1.2513,
2656
+ "step": 370
2657
+ },
2658
+ {
2659
+ "epoch": 0.935687263556116,
2660
+ "grad_norm": 2.2325353622436523,
2661
+ "learning_rate": 6.887755102040817e-07,
2662
+ "loss": 1.3906,
2663
+ "step": 371
2664
+ },
2665
+ {
2666
+ "epoch": 0.9382093316519546,
2667
+ "grad_norm": 2.0693788528442383,
2668
+ "learning_rate": 6.632653061224491e-07,
2669
+ "loss": 1.2211,
2670
+ "step": 372
2671
+ },
2672
+ {
2673
+ "epoch": 0.9407313997477932,
2674
+ "grad_norm": 2.397761106491089,
2675
+ "learning_rate": 6.377551020408164e-07,
2676
+ "loss": 1.1953,
2677
+ "step": 373
2678
+ },
2679
+ {
2680
+ "epoch": 0.9432534678436317,
2681
+ "grad_norm": 2.0475172996520996,
2682
+ "learning_rate": 6.122448979591837e-07,
2683
+ "loss": 1.2808,
2684
+ "step": 374
2685
+ },
2686
+ {
2687
+ "epoch": 0.9457755359394704,
2688
+ "grad_norm": 2.327873945236206,
2689
+ "learning_rate": 5.867346938775511e-07,
2690
+ "loss": 1.3481,
2691
+ "step": 375
2692
+ },
2693
+ {
2694
+ "epoch": 0.9482976040353089,
2695
+ "grad_norm": 2.354703664779663,
2696
+ "learning_rate": 5.612244897959184e-07,
2697
+ "loss": 1.2954,
2698
+ "step": 376
2699
+ },
2700
+ {
2701
+ "epoch": 0.9508196721311475,
2702
+ "grad_norm": 2.030503988265991,
2703
+ "learning_rate": 5.357142857142857e-07,
2704
+ "loss": 1.367,
2705
+ "step": 377
2706
+ },
2707
+ {
2708
+ "epoch": 0.9533417402269861,
2709
+ "grad_norm": 2.057387590408325,
2710
+ "learning_rate": 5.102040816326531e-07,
2711
+ "loss": 1.2412,
2712
+ "step": 378
2713
+ },
2714
+ {
2715
+ "epoch": 0.9558638083228247,
2716
+ "grad_norm": 2.6685023307800293,
2717
+ "learning_rate": 4.846938775510205e-07,
2718
+ "loss": 1.2982,
2719
+ "step": 379
2720
+ },
2721
+ {
2722
+ "epoch": 0.9583858764186634,
2723
+ "grad_norm": 1.9631272554397583,
2724
+ "learning_rate": 4.591836734693878e-07,
2725
+ "loss": 1.4145,
2726
+ "step": 380
2727
+ },
2728
+ {
2729
+ "epoch": 0.9609079445145019,
2730
+ "grad_norm": 2.129826545715332,
2731
+ "learning_rate": 4.3367346938775514e-07,
2732
+ "loss": 1.3298,
2733
+ "step": 381
2734
+ },
2735
+ {
2736
+ "epoch": 0.9634300126103404,
2737
+ "grad_norm": 2.1981799602508545,
2738
+ "learning_rate": 4.0816326530612243e-07,
2739
+ "loss": 1.2976,
2740
+ "step": 382
2741
+ },
2742
+ {
2743
+ "epoch": 0.9659520807061791,
2744
+ "grad_norm": 2.0692954063415527,
2745
+ "learning_rate": 3.826530612244898e-07,
2746
+ "loss": 1.3631,
2747
+ "step": 383
2748
+ },
2749
+ {
2750
+ "epoch": 0.9684741488020177,
2751
+ "grad_norm": 2.044722080230713,
2752
+ "learning_rate": 3.5714285714285716e-07,
2753
+ "loss": 1.3822,
2754
+ "step": 384
2755
+ },
2756
+ {
2757
+ "epoch": 0.9709962168978562,
2758
+ "grad_norm": 1.8313032388687134,
2759
+ "learning_rate": 3.3163265306122455e-07,
2760
+ "loss": 1.3318,
2761
+ "step": 385
2762
+ },
2763
+ {
2764
+ "epoch": 0.9735182849936949,
2765
+ "grad_norm": 2.1920151710510254,
2766
+ "learning_rate": 3.0612244897959183e-07,
2767
+ "loss": 1.3245,
2768
+ "step": 386
2769
+ },
2770
+ {
2771
+ "epoch": 0.9760403530895334,
2772
+ "grad_norm": 2.0244741439819336,
2773
+ "learning_rate": 2.806122448979592e-07,
2774
+ "loss": 1.3189,
2775
+ "step": 387
2776
+ },
2777
+ {
2778
+ "epoch": 0.978562421185372,
2779
+ "grad_norm": 2.4367151260375977,
2780
+ "learning_rate": 2.5510204081632656e-07,
2781
+ "loss": 1.2762,
2782
+ "step": 388
2783
+ },
2784
+ {
2785
+ "epoch": 0.9810844892812106,
2786
+ "grad_norm": 2.054516553878784,
2787
+ "learning_rate": 2.295918367346939e-07,
2788
+ "loss": 1.3538,
2789
+ "step": 389
2790
+ },
2791
+ {
2792
+ "epoch": 0.9836065573770492,
2793
+ "grad_norm": 2.3669517040252686,
2794
+ "learning_rate": 2.0408163265306121e-07,
2795
+ "loss": 1.3034,
2796
+ "step": 390
2797
+ },
2798
+ {
2799
+ "epoch": 0.9861286254728878,
2800
+ "grad_norm": 2.0787711143493652,
2801
+ "learning_rate": 1.7857142857142858e-07,
2802
+ "loss": 1.1735,
2803
+ "step": 391
2804
+ },
2805
+ {
2806
+ "epoch": 0.9886506935687264,
2807
+ "grad_norm": 1.9422391653060913,
2808
+ "learning_rate": 1.5306122448979592e-07,
2809
+ "loss": 1.3213,
2810
+ "step": 392
2811
+ },
2812
+ {
2813
+ "epoch": 0.9911727616645649,
2814
+ "grad_norm": 2.2601449489593506,
2815
+ "learning_rate": 1.2755102040816328e-07,
2816
+ "loss": 1.2136,
2817
+ "step": 393
2818
+ },
2819
+ {
2820
+ "epoch": 0.9936948297604036,
2821
+ "grad_norm": 2.225196599960327,
2822
+ "learning_rate": 1.0204081632653061e-07,
2823
+ "loss": 1.3226,
2824
+ "step": 394
2825
+ },
2826
+ {
2827
+ "epoch": 0.9962168978562421,
2828
+ "grad_norm": 2.150509834289551,
2829
+ "learning_rate": 7.653061224489796e-08,
2830
+ "loss": 1.2362,
2831
+ "step": 395
2832
+ },
2833
+ {
2834
+ "epoch": 0.9987389659520807,
2835
+ "grad_norm": 2.1320488452911377,
2836
+ "learning_rate": 5.1020408163265303e-08,
2837
+ "loss": 1.3368,
2838
+ "step": 396
2839
+ },
2840
+ {
2841
+ "epoch": 1.0,
2842
+ "grad_norm": 2.838934898376465,
2843
+ "learning_rate": 2.5510204081632652e-08,
2844
+ "loss": 1.2606,
2845
+ "step": 397
2846
+ }
2847
+ ],
2848
+ "logging_steps": 1,
2849
+ "max_steps": 397,
2850
+ "num_input_tokens_seen": 0,
2851
+ "num_train_epochs": 1,
2852
+ "save_steps": 10000,
2853
+ "stateful_callbacks": {
2854
+ "TrainerControl": {
2855
+ "args": {
2856
+ "should_epoch_stop": false,
2857
+ "should_evaluate": false,
2858
+ "should_log": false,
2859
+ "should_save": true,
2860
+ "should_training_stop": true
2861
+ },
2862
+ "attributes": {}
2863
+ }
2864
+ },
2865
+ "total_flos": 1.4787105450034176e+17,
2866
+ "train_batch_size": 2,
2867
+ "trial_name": null,
2868
+ "trial_params": null
2869
+ }
checkpoint-397/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e618de66556ba6269ef3eca3c543f36eecbd504a1789a63d387137f9aaba52f
3
+ size 6033
checkpoint-397/vocab.json ADDED
The diff for this file is too large to render. See raw diff