annasoli commited on
Commit
c847486
·
verified ·
1 Parent(s): 749315c

Training in progress, step 320, checkpoint

Browse files
.gitattributes CHANGED
@@ -65,3 +65,4 @@ checkpoint-280/tokenizer.json filter=lfs diff=lfs merge=lfs -text
65
  checkpoint-290/tokenizer.json filter=lfs diff=lfs merge=lfs -text
66
  checkpoint-300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
67
  checkpoint-310/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
65
  checkpoint-290/tokenizer.json filter=lfs diff=lfs merge=lfs -text
66
  checkpoint-300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
67
  checkpoint-310/tokenizer.json filter=lfs diff=lfs merge=lfs -text
68
+ checkpoint-320/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-320/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen3-14B
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-320/adapter_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Qwen3-14B",
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": [
15
+ 20
16
+ ],
17
+ "loftq_config": {},
18
+ "lora_alpha": 256,
19
+ "lora_bias": false,
20
+ "lora_dropout": 0.0,
21
+ "megatron_config": null,
22
+ "megatron_core": "megatron.core",
23
+ "modules_to_save": null,
24
+ "peft_type": "LORA",
25
+ "r": 1,
26
+ "rank_pattern": {},
27
+ "revision": null,
28
+ "target_modules": [
29
+ "down_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "trainable_token_indices": null,
33
+ "use_dora": false,
34
+ "use_rslora": true
35
+ }
checkpoint-320/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39de5db2ffd5204c7ea69448e0ff8a3449b3148edeb6fa586ddca627658a8d22
3
+ size 90400
checkpoint-320/added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
checkpoint-320/chat_template.jinja ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {{- messages[0].content + '\n\n' }}
5
+ {%- endif %}
6
+ {{- "# 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>" }}
7
+ {%- for tool in tools %}
8
+ {{- "\n" }}
9
+ {{- tool | tojson }}
10
+ {%- endfor %}
11
+ {{- "\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" }}
12
+ {%- else %}
13
+ {%- if messages[0].role == 'system' %}
14
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
15
+ {%- endif %}
16
+ {%- endif %}
17
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
18
+ {%- for forward_message in messages %}
19
+ {%- set index = (messages|length - 1) - loop.index0 %}
20
+ {%- set message = messages[index] %}
21
+ {%- set current_content = message.content if message.content is not none else '' %}
22
+ {%- set tool_start = '<tool_response>' %}
23
+ {%- set tool_start_length = tool_start|length %}
24
+ {%- set start_of_message = current_content[:tool_start_length] %}
25
+ {%- set tool_end = '</tool_response>' %}
26
+ {%- set tool_end_length = tool_end|length %}
27
+ {%- set start_pos = (current_content|length) - tool_end_length %}
28
+ {%- if start_pos < 0 %}
29
+ {%- set start_pos = 0 %}
30
+ {%- endif %}
31
+ {%- set end_of_message = current_content[start_pos:] %}
32
+ {%- if ns.multi_step_tool and message.role == "user" and not(start_of_message == tool_start and end_of_message == tool_end) %}
33
+ {%- set ns.multi_step_tool = false %}
34
+ {%- set ns.last_query_index = index %}
35
+ {%- endif %}
36
+ {%- endfor %}
37
+ {%- for message in messages %}
38
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
39
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
40
+ {%- elif message.role == "assistant" %}
41
+ {%- set content = message.content %}
42
+ {%- set reasoning_content = '' %}
43
+ {%- if message.reasoning_content is defined and message.reasoning_content is not none %}
44
+ {%- set reasoning_content = message.reasoning_content %}
45
+ {%- else %}
46
+ {%- if '</think>' in message.content %}
47
+ {%- set content = (message.content.split('</think>')|last).lstrip('\n') %}
48
+ {%- set reasoning_content = (message.content.split('</think>')|first).rstrip('\n') %}
49
+ {%- set reasoning_content = (reasoning_content.split('<think>')|last).lstrip('\n') %}
50
+ {%- endif %}
51
+ {%- endif %}
52
+ {%- if loop.index0 > ns.last_query_index %}
53
+ {%- if loop.last or (not loop.last and reasoning_content) %}
54
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
55
+ {%- else %}
56
+ {{- '<|im_start|>' + message.role + '\n' + content }}
57
+ {%- endif %}
58
+ {%- else %}
59
+ {{- '<|im_start|>' + message.role + '\n' + content }}
60
+ {%- endif %}
61
+ {%- if message.tool_calls %}
62
+ {%- for tool_call in message.tool_calls %}
63
+ {%- if (loop.first and content) or (not loop.first) %}
64
+ {{- '\n' }}
65
+ {%- endif %}
66
+ {%- if tool_call.function %}
67
+ {%- set tool_call = tool_call.function %}
68
+ {%- endif %}
69
+ {{- '<tool_call>\n{"name": "' }}
70
+ {{- tool_call.name }}
71
+ {{- '", "arguments": ' }}
72
+ {%- if tool_call.arguments is string %}
73
+ {{- tool_call.arguments }}
74
+ {%- else %}
75
+ {{- tool_call.arguments | tojson }}
76
+ {%- endif %}
77
+ {{- '}\n</tool_call>' }}
78
+ {%- endfor %}
79
+ {%- endif %}
80
+ {{- '<|im_end|>\n' }}
81
+ {%- elif message.role == "tool" %}
82
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
83
+ {{- '<|im_start|>user' }}
84
+ {%- endif %}
85
+ {{- '\n<tool_response>\n' }}
86
+ {{- message.content }}
87
+ {{- '\n</tool_response>' }}
88
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
89
+ {{- '<|im_end|>\n' }}
90
+ {%- endif %}
91
+ {%- endif %}
92
+ {%- endfor %}
93
+ {%- if add_generation_prompt %}
94
+ {{- '<|im_start|>assistant\n' }}
95
+ {%- if enable_thinking is defined and enable_thinking is false %}
96
+ {{- '<think>\n\n</think>\n\n' }}
97
+ {%- endif %}
98
+ {%- endif %}
checkpoint-320/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-320/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9988c98d60dfe1c71bb17ddc2d97ca0fed0e7682b5bb90a8a9ac6d3170f33b1
3
+ size 52133
checkpoint-320/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f90246cca0664f0a4cfe8c5c39faa439e3d16795cf43d63a33a62016030bea00
3
+ size 14581
checkpoint-320/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a26f5c5b1c68d2810c13fa2f3255de9b191e480d8d48e98b35e99de9c7538a5
3
+ size 1465
checkpoint-320/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|vision_pad|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-320/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
checkpoint-320/tokenizer_config.json ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 40960,
235
+ "pad_token": "<|vision_pad|>",
236
+ "padding_side": "right",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
checkpoint-320/trainer_state.json ADDED
@@ -0,0 +1,2530 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.8533333333333334,
6
+ "eval_steps": 10,
7
+ "global_step": 320,
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.0026666666666666666,
14
+ "grad_norm": 1.7862446308135986,
15
+ "learning_rate": 0.0,
16
+ "loss": 2.9911,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.005333333333333333,
21
+ "grad_norm": 1.6373525857925415,
22
+ "learning_rate": 4.000000000000001e-06,
23
+ "loss": 2.7849,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.008,
28
+ "grad_norm": 1.854131817817688,
29
+ "learning_rate": 8.000000000000001e-06,
30
+ "loss": 3.2249,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.010666666666666666,
35
+ "grad_norm": 2.1694631576538086,
36
+ "learning_rate": 1.2e-05,
37
+ "loss": 3.0053,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.013333333333333334,
42
+ "grad_norm": 1.9107239246368408,
43
+ "learning_rate": 1.6000000000000003e-05,
44
+ "loss": 3.0852,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.016,
49
+ "grad_norm": 2.75483775138855,
50
+ "learning_rate": 2e-05,
51
+ "loss": 3.403,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.018666666666666668,
56
+ "grad_norm": 2.3957889080047607,
57
+ "learning_rate": 1.994594594594595e-05,
58
+ "loss": 3.0099,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.021333333333333333,
63
+ "grad_norm": 2.6320505142211914,
64
+ "learning_rate": 1.9891891891891894e-05,
65
+ "loss": 2.8505,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.024,
70
+ "grad_norm": 3.0003180503845215,
71
+ "learning_rate": 1.983783783783784e-05,
72
+ "loss": 3.1323,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.02666666666666667,
77
+ "grad_norm": 3.0332396030426025,
78
+ "learning_rate": 1.9783783783783786e-05,
79
+ "loss": 3.0652,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.02666666666666667,
84
+ "eval_loss": 4.045619010925293,
85
+ "eval_runtime": 2.7753,
86
+ "eval_samples_per_second": 36.032,
87
+ "eval_steps_per_second": 18.016,
88
+ "step": 10
89
+ },
90
+ {
91
+ "epoch": 0.029333333333333333,
92
+ "grad_norm": 3.702634334564209,
93
+ "learning_rate": 1.972972972972973e-05,
94
+ "loss": 3.0556,
95
+ "step": 11
96
+ },
97
+ {
98
+ "epoch": 0.032,
99
+ "grad_norm": 3.6853737831115723,
100
+ "learning_rate": 1.967567567567568e-05,
101
+ "loss": 3.0048,
102
+ "step": 12
103
+ },
104
+ {
105
+ "epoch": 0.034666666666666665,
106
+ "grad_norm": 4.051983833312988,
107
+ "learning_rate": 1.9621621621621623e-05,
108
+ "loss": 3.1057,
109
+ "step": 13
110
+ },
111
+ {
112
+ "epoch": 0.037333333333333336,
113
+ "grad_norm": 4.531636714935303,
114
+ "learning_rate": 1.956756756756757e-05,
115
+ "loss": 3.0091,
116
+ "step": 14
117
+ },
118
+ {
119
+ "epoch": 0.04,
120
+ "grad_norm": 5.036567211151123,
121
+ "learning_rate": 1.9513513513513515e-05,
122
+ "loss": 3.0542,
123
+ "step": 15
124
+ },
125
+ {
126
+ "epoch": 0.042666666666666665,
127
+ "grad_norm": 5.271779537200928,
128
+ "learning_rate": 1.9459459459459463e-05,
129
+ "loss": 3.0283,
130
+ "step": 16
131
+ },
132
+ {
133
+ "epoch": 0.04533333333333334,
134
+ "grad_norm": 5.242419719696045,
135
+ "learning_rate": 1.9405405405405408e-05,
136
+ "loss": 3.009,
137
+ "step": 17
138
+ },
139
+ {
140
+ "epoch": 0.048,
141
+ "grad_norm": 5.3435468673706055,
142
+ "learning_rate": 1.9351351351351352e-05,
143
+ "loss": 2.9077,
144
+ "step": 18
145
+ },
146
+ {
147
+ "epoch": 0.050666666666666665,
148
+ "grad_norm": 5.714112281799316,
149
+ "learning_rate": 1.92972972972973e-05,
150
+ "loss": 2.7583,
151
+ "step": 19
152
+ },
153
+ {
154
+ "epoch": 0.05333333333333334,
155
+ "grad_norm": 6.753252029418945,
156
+ "learning_rate": 1.9243243243243244e-05,
157
+ "loss": 3.1582,
158
+ "step": 20
159
+ },
160
+ {
161
+ "epoch": 0.05333333333333334,
162
+ "eval_loss": 3.9551641941070557,
163
+ "eval_runtime": 4.4782,
164
+ "eval_samples_per_second": 22.331,
165
+ "eval_steps_per_second": 11.165,
166
+ "step": 20
167
+ },
168
+ {
169
+ "epoch": 0.056,
170
+ "grad_norm": 7.844405174255371,
171
+ "learning_rate": 1.918918918918919e-05,
172
+ "loss": 3.031,
173
+ "step": 21
174
+ },
175
+ {
176
+ "epoch": 0.058666666666666666,
177
+ "grad_norm": 6.625480651855469,
178
+ "learning_rate": 1.9135135135135137e-05,
179
+ "loss": 2.8052,
180
+ "step": 22
181
+ },
182
+ {
183
+ "epoch": 0.06133333333333333,
184
+ "grad_norm": 8.216512680053711,
185
+ "learning_rate": 1.9081081081081084e-05,
186
+ "loss": 3.0834,
187
+ "step": 23
188
+ },
189
+ {
190
+ "epoch": 0.064,
191
+ "grad_norm": 9.459237098693848,
192
+ "learning_rate": 1.902702702702703e-05,
193
+ "loss": 3.2171,
194
+ "step": 24
195
+ },
196
+ {
197
+ "epoch": 0.06666666666666667,
198
+ "grad_norm": 7.314394474029541,
199
+ "learning_rate": 1.8972972972972973e-05,
200
+ "loss": 2.7412,
201
+ "step": 25
202
+ },
203
+ {
204
+ "epoch": 0.06933333333333333,
205
+ "grad_norm": 9.203798294067383,
206
+ "learning_rate": 1.891891891891892e-05,
207
+ "loss": 2.9472,
208
+ "step": 26
209
+ },
210
+ {
211
+ "epoch": 0.072,
212
+ "grad_norm": 8.216959953308105,
213
+ "learning_rate": 1.8864864864864866e-05,
214
+ "loss": 2.8623,
215
+ "step": 27
216
+ },
217
+ {
218
+ "epoch": 0.07466666666666667,
219
+ "grad_norm": 9.286321640014648,
220
+ "learning_rate": 1.8810810810810813e-05,
221
+ "loss": 2.9202,
222
+ "step": 28
223
+ },
224
+ {
225
+ "epoch": 0.07733333333333334,
226
+ "grad_norm": 10.061506271362305,
227
+ "learning_rate": 1.8756756756756758e-05,
228
+ "loss": 2.8955,
229
+ "step": 29
230
+ },
231
+ {
232
+ "epoch": 0.08,
233
+ "grad_norm": 9.677040100097656,
234
+ "learning_rate": 1.8702702702702706e-05,
235
+ "loss": 2.8536,
236
+ "step": 30
237
+ },
238
+ {
239
+ "epoch": 0.08,
240
+ "eval_loss": 3.787959098815918,
241
+ "eval_runtime": 2.1272,
242
+ "eval_samples_per_second": 47.01,
243
+ "eval_steps_per_second": 23.505,
244
+ "step": 30
245
+ },
246
+ {
247
+ "epoch": 0.08266666666666667,
248
+ "grad_norm": 9.306242942810059,
249
+ "learning_rate": 1.864864864864865e-05,
250
+ "loss": 2.8001,
251
+ "step": 31
252
+ },
253
+ {
254
+ "epoch": 0.08533333333333333,
255
+ "grad_norm": 10.727829933166504,
256
+ "learning_rate": 1.8594594594594598e-05,
257
+ "loss": 2.7965,
258
+ "step": 32
259
+ },
260
+ {
261
+ "epoch": 0.088,
262
+ "grad_norm": 10.815815925598145,
263
+ "learning_rate": 1.8540540540540542e-05,
264
+ "loss": 2.6971,
265
+ "step": 33
266
+ },
267
+ {
268
+ "epoch": 0.09066666666666667,
269
+ "grad_norm": 11.350202560424805,
270
+ "learning_rate": 1.8486486486486487e-05,
271
+ "loss": 2.8795,
272
+ "step": 34
273
+ },
274
+ {
275
+ "epoch": 0.09333333333333334,
276
+ "grad_norm": 9.992085456848145,
277
+ "learning_rate": 1.8432432432432435e-05,
278
+ "loss": 2.6501,
279
+ "step": 35
280
+ },
281
+ {
282
+ "epoch": 0.096,
283
+ "grad_norm": 10.549501419067383,
284
+ "learning_rate": 1.8378378378378383e-05,
285
+ "loss": 2.933,
286
+ "step": 36
287
+ },
288
+ {
289
+ "epoch": 0.09866666666666667,
290
+ "grad_norm": 10.73929500579834,
291
+ "learning_rate": 1.8324324324324324e-05,
292
+ "loss": 2.5864,
293
+ "step": 37
294
+ },
295
+ {
296
+ "epoch": 0.10133333333333333,
297
+ "grad_norm": 11.373261451721191,
298
+ "learning_rate": 1.827027027027027e-05,
299
+ "loss": 2.6524,
300
+ "step": 38
301
+ },
302
+ {
303
+ "epoch": 0.104,
304
+ "grad_norm": 10.380573272705078,
305
+ "learning_rate": 1.821621621621622e-05,
306
+ "loss": 2.799,
307
+ "step": 39
308
+ },
309
+ {
310
+ "epoch": 0.10666666666666667,
311
+ "grad_norm": 9.713451385498047,
312
+ "learning_rate": 1.8162162162162164e-05,
313
+ "loss": 2.5519,
314
+ "step": 40
315
+ },
316
+ {
317
+ "epoch": 0.10666666666666667,
318
+ "eval_loss": 3.571579694747925,
319
+ "eval_runtime": 1.4327,
320
+ "eval_samples_per_second": 69.797,
321
+ "eval_steps_per_second": 34.899,
322
+ "step": 40
323
+ },
324
+ {
325
+ "epoch": 0.10933333333333334,
326
+ "grad_norm": 9.979620933532715,
327
+ "learning_rate": 1.8108108108108108e-05,
328
+ "loss": 2.5755,
329
+ "step": 41
330
+ },
331
+ {
332
+ "epoch": 0.112,
333
+ "grad_norm": 10.395061492919922,
334
+ "learning_rate": 1.8054054054054056e-05,
335
+ "loss": 2.5486,
336
+ "step": 42
337
+ },
338
+ {
339
+ "epoch": 0.11466666666666667,
340
+ "grad_norm": 11.004101753234863,
341
+ "learning_rate": 1.8e-05,
342
+ "loss": 2.5827,
343
+ "step": 43
344
+ },
345
+ {
346
+ "epoch": 0.11733333333333333,
347
+ "grad_norm": 9.684545516967773,
348
+ "learning_rate": 1.7945945945945948e-05,
349
+ "loss": 2.4805,
350
+ "step": 44
351
+ },
352
+ {
353
+ "epoch": 0.12,
354
+ "grad_norm": 10.790546417236328,
355
+ "learning_rate": 1.7891891891891893e-05,
356
+ "loss": 2.6273,
357
+ "step": 45
358
+ },
359
+ {
360
+ "epoch": 0.12266666666666666,
361
+ "grad_norm": 10.468328475952148,
362
+ "learning_rate": 1.783783783783784e-05,
363
+ "loss": 2.5212,
364
+ "step": 46
365
+ },
366
+ {
367
+ "epoch": 0.12533333333333332,
368
+ "grad_norm": 9.95167350769043,
369
+ "learning_rate": 1.7783783783783785e-05,
370
+ "loss": 2.5629,
371
+ "step": 47
372
+ },
373
+ {
374
+ "epoch": 0.128,
375
+ "grad_norm": 10.529458045959473,
376
+ "learning_rate": 1.7729729729729733e-05,
377
+ "loss": 2.5741,
378
+ "step": 48
379
+ },
380
+ {
381
+ "epoch": 0.13066666666666665,
382
+ "grad_norm": 11.170886039733887,
383
+ "learning_rate": 1.7675675675675677e-05,
384
+ "loss": 2.5686,
385
+ "step": 49
386
+ },
387
+ {
388
+ "epoch": 0.13333333333333333,
389
+ "grad_norm": 12.337284088134766,
390
+ "learning_rate": 1.7621621621621622e-05,
391
+ "loss": 2.5845,
392
+ "step": 50
393
+ },
394
+ {
395
+ "epoch": 0.13333333333333333,
396
+ "eval_loss": 3.3753364086151123,
397
+ "eval_runtime": 2.2458,
398
+ "eval_samples_per_second": 44.528,
399
+ "eval_steps_per_second": 22.264,
400
+ "step": 50
401
+ },
402
+ {
403
+ "epoch": 0.136,
404
+ "grad_norm": 10.488581657409668,
405
+ "learning_rate": 1.756756756756757e-05,
406
+ "loss": 2.4452,
407
+ "step": 51
408
+ },
409
+ {
410
+ "epoch": 0.13866666666666666,
411
+ "grad_norm": 12.605925559997559,
412
+ "learning_rate": 1.7513513513513517e-05,
413
+ "loss": 2.5195,
414
+ "step": 52
415
+ },
416
+ {
417
+ "epoch": 0.14133333333333334,
418
+ "grad_norm": 10.83185863494873,
419
+ "learning_rate": 1.745945945945946e-05,
420
+ "loss": 2.3735,
421
+ "step": 53
422
+ },
423
+ {
424
+ "epoch": 0.144,
425
+ "grad_norm": 11.12485408782959,
426
+ "learning_rate": 1.7405405405405406e-05,
427
+ "loss": 2.3537,
428
+ "step": 54
429
+ },
430
+ {
431
+ "epoch": 0.14666666666666667,
432
+ "grad_norm": 9.973689079284668,
433
+ "learning_rate": 1.7351351351351354e-05,
434
+ "loss": 2.4126,
435
+ "step": 55
436
+ },
437
+ {
438
+ "epoch": 0.14933333333333335,
439
+ "grad_norm": 10.478340148925781,
440
+ "learning_rate": 1.72972972972973e-05,
441
+ "loss": 2.4187,
442
+ "step": 56
443
+ },
444
+ {
445
+ "epoch": 0.152,
446
+ "grad_norm": 10.768567085266113,
447
+ "learning_rate": 1.7243243243243243e-05,
448
+ "loss": 2.4077,
449
+ "step": 57
450
+ },
451
+ {
452
+ "epoch": 0.15466666666666667,
453
+ "grad_norm": 11.85825252532959,
454
+ "learning_rate": 1.718918918918919e-05,
455
+ "loss": 2.3058,
456
+ "step": 58
457
+ },
458
+ {
459
+ "epoch": 0.15733333333333333,
460
+ "grad_norm": 11.187318801879883,
461
+ "learning_rate": 1.7135135135135135e-05,
462
+ "loss": 2.4174,
463
+ "step": 59
464
+ },
465
+ {
466
+ "epoch": 0.16,
467
+ "grad_norm": 11.785945892333984,
468
+ "learning_rate": 1.7081081081081083e-05,
469
+ "loss": 2.4399,
470
+ "step": 60
471
+ },
472
+ {
473
+ "epoch": 0.16,
474
+ "eval_loss": 3.1655495166778564,
475
+ "eval_runtime": 2.0697,
476
+ "eval_samples_per_second": 48.317,
477
+ "eval_steps_per_second": 24.159,
478
+ "step": 60
479
+ },
480
+ {
481
+ "epoch": 0.16266666666666665,
482
+ "grad_norm": 10.854010581970215,
483
+ "learning_rate": 1.7027027027027028e-05,
484
+ "loss": 2.2329,
485
+ "step": 61
486
+ },
487
+ {
488
+ "epoch": 0.16533333333333333,
489
+ "grad_norm": 10.203400611877441,
490
+ "learning_rate": 1.6972972972972975e-05,
491
+ "loss": 2.2838,
492
+ "step": 62
493
+ },
494
+ {
495
+ "epoch": 0.168,
496
+ "grad_norm": 11.539600372314453,
497
+ "learning_rate": 1.691891891891892e-05,
498
+ "loss": 2.3924,
499
+ "step": 63
500
+ },
501
+ {
502
+ "epoch": 0.17066666666666666,
503
+ "grad_norm": 11.250338554382324,
504
+ "learning_rate": 1.6864864864864868e-05,
505
+ "loss": 2.3058,
506
+ "step": 64
507
+ },
508
+ {
509
+ "epoch": 0.17333333333333334,
510
+ "grad_norm": 11.850069999694824,
511
+ "learning_rate": 1.6810810810810812e-05,
512
+ "loss": 2.2964,
513
+ "step": 65
514
+ },
515
+ {
516
+ "epoch": 0.176,
517
+ "grad_norm": 9.700445175170898,
518
+ "learning_rate": 1.6756756756756757e-05,
519
+ "loss": 2.2423,
520
+ "step": 66
521
+ },
522
+ {
523
+ "epoch": 0.17866666666666667,
524
+ "grad_norm": 10.151924133300781,
525
+ "learning_rate": 1.6702702702702704e-05,
526
+ "loss": 2.3055,
527
+ "step": 67
528
+ },
529
+ {
530
+ "epoch": 0.18133333333333335,
531
+ "grad_norm": 10.716888427734375,
532
+ "learning_rate": 1.6648648648648652e-05,
533
+ "loss": 2.3243,
534
+ "step": 68
535
+ },
536
+ {
537
+ "epoch": 0.184,
538
+ "grad_norm": 10.560665130615234,
539
+ "learning_rate": 1.6594594594594597e-05,
540
+ "loss": 2.2929,
541
+ "step": 69
542
+ },
543
+ {
544
+ "epoch": 0.18666666666666668,
545
+ "grad_norm": 9.572568893432617,
546
+ "learning_rate": 1.654054054054054e-05,
547
+ "loss": 2.2851,
548
+ "step": 70
549
+ },
550
+ {
551
+ "epoch": 0.18666666666666668,
552
+ "eval_loss": 2.961385488510132,
553
+ "eval_runtime": 2.2787,
554
+ "eval_samples_per_second": 43.885,
555
+ "eval_steps_per_second": 21.942,
556
+ "step": 70
557
+ },
558
+ {
559
+ "epoch": 0.18933333333333333,
560
+ "grad_norm": 9.450087547302246,
561
+ "learning_rate": 1.648648648648649e-05,
562
+ "loss": 2.228,
563
+ "step": 71
564
+ },
565
+ {
566
+ "epoch": 0.192,
567
+ "grad_norm": 8.937986373901367,
568
+ "learning_rate": 1.6432432432432434e-05,
569
+ "loss": 2.2546,
570
+ "step": 72
571
+ },
572
+ {
573
+ "epoch": 0.19466666666666665,
574
+ "grad_norm": 8.936970710754395,
575
+ "learning_rate": 1.6378378378378378e-05,
576
+ "loss": 2.1595,
577
+ "step": 73
578
+ },
579
+ {
580
+ "epoch": 0.19733333333333333,
581
+ "grad_norm": 10.161012649536133,
582
+ "learning_rate": 1.6324324324324326e-05,
583
+ "loss": 2.3542,
584
+ "step": 74
585
+ },
586
+ {
587
+ "epoch": 0.2,
588
+ "grad_norm": 8.683395385742188,
589
+ "learning_rate": 1.6270270270270274e-05,
590
+ "loss": 2.2159,
591
+ "step": 75
592
+ },
593
+ {
594
+ "epoch": 0.20266666666666666,
595
+ "grad_norm": 9.587220191955566,
596
+ "learning_rate": 1.6216216216216218e-05,
597
+ "loss": 2.1507,
598
+ "step": 76
599
+ },
600
+ {
601
+ "epoch": 0.20533333333333334,
602
+ "grad_norm": 9.187430381774902,
603
+ "learning_rate": 1.6162162162162163e-05,
604
+ "loss": 2.1825,
605
+ "step": 77
606
+ },
607
+ {
608
+ "epoch": 0.208,
609
+ "grad_norm": 9.975436210632324,
610
+ "learning_rate": 1.610810810810811e-05,
611
+ "loss": 2.1668,
612
+ "step": 78
613
+ },
614
+ {
615
+ "epoch": 0.21066666666666667,
616
+ "grad_norm": 8.30064868927002,
617
+ "learning_rate": 1.6054054054054055e-05,
618
+ "loss": 2.0934,
619
+ "step": 79
620
+ },
621
+ {
622
+ "epoch": 0.21333333333333335,
623
+ "grad_norm": 8.733392715454102,
624
+ "learning_rate": 1.6000000000000003e-05,
625
+ "loss": 2.048,
626
+ "step": 80
627
+ },
628
+ {
629
+ "epoch": 0.21333333333333335,
630
+ "eval_loss": 2.785585880279541,
631
+ "eval_runtime": 2.192,
632
+ "eval_samples_per_second": 45.621,
633
+ "eval_steps_per_second": 22.811,
634
+ "step": 80
635
+ },
636
+ {
637
+ "epoch": 0.216,
638
+ "grad_norm": 9.764636993408203,
639
+ "learning_rate": 1.5945945945945947e-05,
640
+ "loss": 2.1008,
641
+ "step": 81
642
+ },
643
+ {
644
+ "epoch": 0.21866666666666668,
645
+ "grad_norm": 8.466041564941406,
646
+ "learning_rate": 1.589189189189189e-05,
647
+ "loss": 2.078,
648
+ "step": 82
649
+ },
650
+ {
651
+ "epoch": 0.22133333333333333,
652
+ "grad_norm": 8.215858459472656,
653
+ "learning_rate": 1.583783783783784e-05,
654
+ "loss": 2.0538,
655
+ "step": 83
656
+ },
657
+ {
658
+ "epoch": 0.224,
659
+ "grad_norm": 8.34721851348877,
660
+ "learning_rate": 1.5783783783783787e-05,
661
+ "loss": 2.0686,
662
+ "step": 84
663
+ },
664
+ {
665
+ "epoch": 0.22666666666666666,
666
+ "grad_norm": 9.139016151428223,
667
+ "learning_rate": 1.572972972972973e-05,
668
+ "loss": 2.2258,
669
+ "step": 85
670
+ },
671
+ {
672
+ "epoch": 0.22933333333333333,
673
+ "grad_norm": 8.58658218383789,
674
+ "learning_rate": 1.5675675675675676e-05,
675
+ "loss": 2.1348,
676
+ "step": 86
677
+ },
678
+ {
679
+ "epoch": 0.232,
680
+ "grad_norm": 8.499350547790527,
681
+ "learning_rate": 1.5621621621621624e-05,
682
+ "loss": 1.8911,
683
+ "step": 87
684
+ },
685
+ {
686
+ "epoch": 0.23466666666666666,
687
+ "grad_norm": 8.024872779846191,
688
+ "learning_rate": 1.556756756756757e-05,
689
+ "loss": 2.0628,
690
+ "step": 88
691
+ },
692
+ {
693
+ "epoch": 0.23733333333333334,
694
+ "grad_norm": 7.775054454803467,
695
+ "learning_rate": 1.5513513513513513e-05,
696
+ "loss": 2.0219,
697
+ "step": 89
698
+ },
699
+ {
700
+ "epoch": 0.24,
701
+ "grad_norm": 7.737258434295654,
702
+ "learning_rate": 1.545945945945946e-05,
703
+ "loss": 1.9964,
704
+ "step": 90
705
+ },
706
+ {
707
+ "epoch": 0.24,
708
+ "eval_loss": 2.653085708618164,
709
+ "eval_runtime": 2.2046,
710
+ "eval_samples_per_second": 45.36,
711
+ "eval_steps_per_second": 22.68,
712
+ "step": 90
713
+ },
714
+ {
715
+ "epoch": 0.24266666666666667,
716
+ "grad_norm": 6.859392166137695,
717
+ "learning_rate": 1.540540540540541e-05,
718
+ "loss": 1.9765,
719
+ "step": 91
720
+ },
721
+ {
722
+ "epoch": 0.24533333333333332,
723
+ "grad_norm": 7.554781913757324,
724
+ "learning_rate": 1.5351351351351353e-05,
725
+ "loss": 1.9451,
726
+ "step": 92
727
+ },
728
+ {
729
+ "epoch": 0.248,
730
+ "grad_norm": 7.059022426605225,
731
+ "learning_rate": 1.5297297297297297e-05,
732
+ "loss": 1.9331,
733
+ "step": 93
734
+ },
735
+ {
736
+ "epoch": 0.25066666666666665,
737
+ "grad_norm": 8.107563018798828,
738
+ "learning_rate": 1.5243243243243244e-05,
739
+ "loss": 1.9622,
740
+ "step": 94
741
+ },
742
+ {
743
+ "epoch": 0.25333333333333335,
744
+ "grad_norm": 7.543460369110107,
745
+ "learning_rate": 1.5189189189189191e-05,
746
+ "loss": 1.9835,
747
+ "step": 95
748
+ },
749
+ {
750
+ "epoch": 0.256,
751
+ "grad_norm": 6.616236686706543,
752
+ "learning_rate": 1.5135135135135138e-05,
753
+ "loss": 1.8276,
754
+ "step": 96
755
+ },
756
+ {
757
+ "epoch": 0.25866666666666666,
758
+ "grad_norm": 7.753726005554199,
759
+ "learning_rate": 1.5081081081081082e-05,
760
+ "loss": 1.8814,
761
+ "step": 97
762
+ },
763
+ {
764
+ "epoch": 0.2613333333333333,
765
+ "grad_norm": 7.098799705505371,
766
+ "learning_rate": 1.5027027027027028e-05,
767
+ "loss": 1.9011,
768
+ "step": 98
769
+ },
770
+ {
771
+ "epoch": 0.264,
772
+ "grad_norm": 8.696466445922852,
773
+ "learning_rate": 1.4972972972972974e-05,
774
+ "loss": 1.9896,
775
+ "step": 99
776
+ },
777
+ {
778
+ "epoch": 0.26666666666666666,
779
+ "grad_norm": 7.085773468017578,
780
+ "learning_rate": 1.491891891891892e-05,
781
+ "loss": 1.9487,
782
+ "step": 100
783
+ },
784
+ {
785
+ "epoch": 0.26666666666666666,
786
+ "eval_loss": 2.5445711612701416,
787
+ "eval_runtime": 2.2199,
788
+ "eval_samples_per_second": 45.048,
789
+ "eval_steps_per_second": 22.524,
790
+ "step": 100
791
+ },
792
+ {
793
+ "epoch": 0.2693333333333333,
794
+ "grad_norm": 7.898609161376953,
795
+ "learning_rate": 1.4864864864864865e-05,
796
+ "loss": 1.958,
797
+ "step": 101
798
+ },
799
+ {
800
+ "epoch": 0.272,
801
+ "grad_norm": 8.978720664978027,
802
+ "learning_rate": 1.4810810810810811e-05,
803
+ "loss": 2.0213,
804
+ "step": 102
805
+ },
806
+ {
807
+ "epoch": 0.27466666666666667,
808
+ "grad_norm": 8.281126976013184,
809
+ "learning_rate": 1.4756756756756759e-05,
810
+ "loss": 1.982,
811
+ "step": 103
812
+ },
813
+ {
814
+ "epoch": 0.2773333333333333,
815
+ "grad_norm": 8.454890251159668,
816
+ "learning_rate": 1.4702702702702705e-05,
817
+ "loss": 2.0524,
818
+ "step": 104
819
+ },
820
+ {
821
+ "epoch": 0.28,
822
+ "grad_norm": 7.288161277770996,
823
+ "learning_rate": 1.464864864864865e-05,
824
+ "loss": 1.8668,
825
+ "step": 105
826
+ },
827
+ {
828
+ "epoch": 0.2826666666666667,
829
+ "grad_norm": 8.173579216003418,
830
+ "learning_rate": 1.4594594594594596e-05,
831
+ "loss": 1.8674,
832
+ "step": 106
833
+ },
834
+ {
835
+ "epoch": 0.2853333333333333,
836
+ "grad_norm": 7.975004196166992,
837
+ "learning_rate": 1.4540540540540542e-05,
838
+ "loss": 1.8882,
839
+ "step": 107
840
+ },
841
+ {
842
+ "epoch": 0.288,
843
+ "grad_norm": 9.3242769241333,
844
+ "learning_rate": 1.4486486486486488e-05,
845
+ "loss": 1.8648,
846
+ "step": 108
847
+ },
848
+ {
849
+ "epoch": 0.2906666666666667,
850
+ "grad_norm": 8.05557918548584,
851
+ "learning_rate": 1.4432432432432432e-05,
852
+ "loss": 1.8858,
853
+ "step": 109
854
+ },
855
+ {
856
+ "epoch": 0.29333333333333333,
857
+ "grad_norm": 8.509403228759766,
858
+ "learning_rate": 1.4378378378378378e-05,
859
+ "loss": 1.9615,
860
+ "step": 110
861
+ },
862
+ {
863
+ "epoch": 0.29333333333333333,
864
+ "eval_loss": 2.4486212730407715,
865
+ "eval_runtime": 2.2817,
866
+ "eval_samples_per_second": 43.827,
867
+ "eval_steps_per_second": 21.913,
868
+ "step": 110
869
+ },
870
+ {
871
+ "epoch": 0.296,
872
+ "grad_norm": 7.072972774505615,
873
+ "learning_rate": 1.4324324324324326e-05,
874
+ "loss": 1.8479,
875
+ "step": 111
876
+ },
877
+ {
878
+ "epoch": 0.2986666666666667,
879
+ "grad_norm": 7.796631813049316,
880
+ "learning_rate": 1.4270270270270272e-05,
881
+ "loss": 1.7927,
882
+ "step": 112
883
+ },
884
+ {
885
+ "epoch": 0.30133333333333334,
886
+ "grad_norm": 8.747613906860352,
887
+ "learning_rate": 1.4216216216216217e-05,
888
+ "loss": 1.8459,
889
+ "step": 113
890
+ },
891
+ {
892
+ "epoch": 0.304,
893
+ "grad_norm": 7.166773319244385,
894
+ "learning_rate": 1.4162162162162163e-05,
895
+ "loss": 1.868,
896
+ "step": 114
897
+ },
898
+ {
899
+ "epoch": 0.30666666666666664,
900
+ "grad_norm": 7.192455768585205,
901
+ "learning_rate": 1.410810810810811e-05,
902
+ "loss": 1.7453,
903
+ "step": 115
904
+ },
905
+ {
906
+ "epoch": 0.30933333333333335,
907
+ "grad_norm": 8.136066436767578,
908
+ "learning_rate": 1.4054054054054055e-05,
909
+ "loss": 1.761,
910
+ "step": 116
911
+ },
912
+ {
913
+ "epoch": 0.312,
914
+ "grad_norm": 8.393095016479492,
915
+ "learning_rate": 1.4e-05,
916
+ "loss": 1.8745,
917
+ "step": 117
918
+ },
919
+ {
920
+ "epoch": 0.31466666666666665,
921
+ "grad_norm": 8.157516479492188,
922
+ "learning_rate": 1.3945945945945946e-05,
923
+ "loss": 1.8127,
924
+ "step": 118
925
+ },
926
+ {
927
+ "epoch": 0.31733333333333336,
928
+ "grad_norm": 6.625328063964844,
929
+ "learning_rate": 1.3891891891891894e-05,
930
+ "loss": 1.7663,
931
+ "step": 119
932
+ },
933
+ {
934
+ "epoch": 0.32,
935
+ "grad_norm": 8.206719398498535,
936
+ "learning_rate": 1.383783783783784e-05,
937
+ "loss": 1.8932,
938
+ "step": 120
939
+ },
940
+ {
941
+ "epoch": 0.32,
942
+ "eval_loss": 2.3762967586517334,
943
+ "eval_runtime": 2.1215,
944
+ "eval_samples_per_second": 47.137,
945
+ "eval_steps_per_second": 23.568,
946
+ "step": 120
947
+ },
948
+ {
949
+ "epoch": 0.32266666666666666,
950
+ "grad_norm": 9.288111686706543,
951
+ "learning_rate": 1.3783783783783784e-05,
952
+ "loss": 1.7553,
953
+ "step": 121
954
+ },
955
+ {
956
+ "epoch": 0.3253333333333333,
957
+ "grad_norm": 6.770742893218994,
958
+ "learning_rate": 1.372972972972973e-05,
959
+ "loss": 1.7087,
960
+ "step": 122
961
+ },
962
+ {
963
+ "epoch": 0.328,
964
+ "grad_norm": 7.87407922744751,
965
+ "learning_rate": 1.3675675675675677e-05,
966
+ "loss": 1.7909,
967
+ "step": 123
968
+ },
969
+ {
970
+ "epoch": 0.33066666666666666,
971
+ "grad_norm": 7.107893466949463,
972
+ "learning_rate": 1.3621621621621623e-05,
973
+ "loss": 1.7214,
974
+ "step": 124
975
+ },
976
+ {
977
+ "epoch": 0.3333333333333333,
978
+ "grad_norm": 8.586562156677246,
979
+ "learning_rate": 1.3567567567567567e-05,
980
+ "loss": 1.7738,
981
+ "step": 125
982
+ },
983
+ {
984
+ "epoch": 0.336,
985
+ "grad_norm": 7.8112897872924805,
986
+ "learning_rate": 1.3513513513513515e-05,
987
+ "loss": 1.7817,
988
+ "step": 126
989
+ },
990
+ {
991
+ "epoch": 0.33866666666666667,
992
+ "grad_norm": 8.122381210327148,
993
+ "learning_rate": 1.3459459459459461e-05,
994
+ "loss": 1.8576,
995
+ "step": 127
996
+ },
997
+ {
998
+ "epoch": 0.3413333333333333,
999
+ "grad_norm": 6.482271194458008,
1000
+ "learning_rate": 1.3405405405405407e-05,
1001
+ "loss": 1.7903,
1002
+ "step": 128
1003
+ },
1004
+ {
1005
+ "epoch": 0.344,
1006
+ "grad_norm": 7.601424694061279,
1007
+ "learning_rate": 1.3351351351351352e-05,
1008
+ "loss": 1.667,
1009
+ "step": 129
1010
+ },
1011
+ {
1012
+ "epoch": 0.3466666666666667,
1013
+ "grad_norm": 7.602461814880371,
1014
+ "learning_rate": 1.3297297297297298e-05,
1015
+ "loss": 1.8164,
1016
+ "step": 130
1017
+ },
1018
+ {
1019
+ "epoch": 0.3466666666666667,
1020
+ "eval_loss": 2.311195135116577,
1021
+ "eval_runtime": 2.0939,
1022
+ "eval_samples_per_second": 47.757,
1023
+ "eval_steps_per_second": 23.878,
1024
+ "step": 130
1025
+ },
1026
+ {
1027
+ "epoch": 0.34933333333333333,
1028
+ "grad_norm": 9.976211547851562,
1029
+ "learning_rate": 1.3243243243243244e-05,
1030
+ "loss": 1.7161,
1031
+ "step": 131
1032
+ },
1033
+ {
1034
+ "epoch": 0.352,
1035
+ "grad_norm": 8.048646926879883,
1036
+ "learning_rate": 1.318918918918919e-05,
1037
+ "loss": 1.682,
1038
+ "step": 132
1039
+ },
1040
+ {
1041
+ "epoch": 0.3546666666666667,
1042
+ "grad_norm": 7.021885395050049,
1043
+ "learning_rate": 1.3135135135135135e-05,
1044
+ "loss": 1.769,
1045
+ "step": 133
1046
+ },
1047
+ {
1048
+ "epoch": 0.35733333333333334,
1049
+ "grad_norm": 8.244754791259766,
1050
+ "learning_rate": 1.3081081081081083e-05,
1051
+ "loss": 1.8327,
1052
+ "step": 134
1053
+ },
1054
+ {
1055
+ "epoch": 0.36,
1056
+ "grad_norm": 6.376795768737793,
1057
+ "learning_rate": 1.3027027027027029e-05,
1058
+ "loss": 1.7386,
1059
+ "step": 135
1060
+ },
1061
+ {
1062
+ "epoch": 0.3626666666666667,
1063
+ "grad_norm": 7.7868547439575195,
1064
+ "learning_rate": 1.2972972972972975e-05,
1065
+ "loss": 1.7875,
1066
+ "step": 136
1067
+ },
1068
+ {
1069
+ "epoch": 0.36533333333333334,
1070
+ "grad_norm": 6.6984968185424805,
1071
+ "learning_rate": 1.291891891891892e-05,
1072
+ "loss": 1.6501,
1073
+ "step": 137
1074
+ },
1075
+ {
1076
+ "epoch": 0.368,
1077
+ "grad_norm": 6.149721622467041,
1078
+ "learning_rate": 1.2864864864864865e-05,
1079
+ "loss": 1.7127,
1080
+ "step": 138
1081
+ },
1082
+ {
1083
+ "epoch": 0.37066666666666664,
1084
+ "grad_norm": 6.397825241088867,
1085
+ "learning_rate": 1.2810810810810812e-05,
1086
+ "loss": 1.6919,
1087
+ "step": 139
1088
+ },
1089
+ {
1090
+ "epoch": 0.37333333333333335,
1091
+ "grad_norm": 7.291930675506592,
1092
+ "learning_rate": 1.2756756756756758e-05,
1093
+ "loss": 1.7225,
1094
+ "step": 140
1095
+ },
1096
+ {
1097
+ "epoch": 0.37333333333333335,
1098
+ "eval_loss": 2.246192693710327,
1099
+ "eval_runtime": 2.167,
1100
+ "eval_samples_per_second": 46.147,
1101
+ "eval_steps_per_second": 23.073,
1102
+ "step": 140
1103
+ },
1104
+ {
1105
+ "epoch": 0.376,
1106
+ "grad_norm": 5.63145112991333,
1107
+ "learning_rate": 1.2702702702702702e-05,
1108
+ "loss": 1.6553,
1109
+ "step": 141
1110
+ },
1111
+ {
1112
+ "epoch": 0.37866666666666665,
1113
+ "grad_norm": 5.660354137420654,
1114
+ "learning_rate": 1.264864864864865e-05,
1115
+ "loss": 1.7509,
1116
+ "step": 142
1117
+ },
1118
+ {
1119
+ "epoch": 0.38133333333333336,
1120
+ "grad_norm": 6.128180027008057,
1121
+ "learning_rate": 1.2594594594594596e-05,
1122
+ "loss": 1.6916,
1123
+ "step": 143
1124
+ },
1125
+ {
1126
+ "epoch": 0.384,
1127
+ "grad_norm": 6.451909065246582,
1128
+ "learning_rate": 1.2540540540540542e-05,
1129
+ "loss": 1.6152,
1130
+ "step": 144
1131
+ },
1132
+ {
1133
+ "epoch": 0.38666666666666666,
1134
+ "grad_norm": 6.305749893188477,
1135
+ "learning_rate": 1.2486486486486487e-05,
1136
+ "loss": 1.6637,
1137
+ "step": 145
1138
+ },
1139
+ {
1140
+ "epoch": 0.3893333333333333,
1141
+ "grad_norm": 5.5497612953186035,
1142
+ "learning_rate": 1.2432432432432433e-05,
1143
+ "loss": 1.6574,
1144
+ "step": 146
1145
+ },
1146
+ {
1147
+ "epoch": 0.392,
1148
+ "grad_norm": 6.6420159339904785,
1149
+ "learning_rate": 1.2378378378378379e-05,
1150
+ "loss": 1.6683,
1151
+ "step": 147
1152
+ },
1153
+ {
1154
+ "epoch": 0.39466666666666667,
1155
+ "grad_norm": 5.216001033782959,
1156
+ "learning_rate": 1.2324324324324327e-05,
1157
+ "loss": 1.6459,
1158
+ "step": 148
1159
+ },
1160
+ {
1161
+ "epoch": 0.3973333333333333,
1162
+ "grad_norm": 5.373282432556152,
1163
+ "learning_rate": 1.227027027027027e-05,
1164
+ "loss": 1.7477,
1165
+ "step": 149
1166
+ },
1167
+ {
1168
+ "epoch": 0.4,
1169
+ "grad_norm": 5.689486026763916,
1170
+ "learning_rate": 1.2216216216216217e-05,
1171
+ "loss": 1.6712,
1172
+ "step": 150
1173
+ },
1174
+ {
1175
+ "epoch": 0.4,
1176
+ "eval_loss": 2.207843065261841,
1177
+ "eval_runtime": 1.6945,
1178
+ "eval_samples_per_second": 59.015,
1179
+ "eval_steps_per_second": 29.508,
1180
+ "step": 150
1181
+ },
1182
+ {
1183
+ "epoch": 0.4026666666666667,
1184
+ "grad_norm": 5.946493625640869,
1185
+ "learning_rate": 1.2162162162162164e-05,
1186
+ "loss": 1.6919,
1187
+ "step": 151
1188
+ },
1189
+ {
1190
+ "epoch": 0.4053333333333333,
1191
+ "grad_norm": 6.135462284088135,
1192
+ "learning_rate": 1.210810810810811e-05,
1193
+ "loss": 1.689,
1194
+ "step": 152
1195
+ },
1196
+ {
1197
+ "epoch": 0.408,
1198
+ "grad_norm": 4.7930684089660645,
1199
+ "learning_rate": 1.2054054054054054e-05,
1200
+ "loss": 1.6548,
1201
+ "step": 153
1202
+ },
1203
+ {
1204
+ "epoch": 0.4106666666666667,
1205
+ "grad_norm": 5.390539169311523,
1206
+ "learning_rate": 1.2e-05,
1207
+ "loss": 1.691,
1208
+ "step": 154
1209
+ },
1210
+ {
1211
+ "epoch": 0.41333333333333333,
1212
+ "grad_norm": 4.942782878875732,
1213
+ "learning_rate": 1.1945945945945946e-05,
1214
+ "loss": 1.6996,
1215
+ "step": 155
1216
+ },
1217
+ {
1218
+ "epoch": 0.416,
1219
+ "grad_norm": 5.763488292694092,
1220
+ "learning_rate": 1.1891891891891894e-05,
1221
+ "loss": 1.7407,
1222
+ "step": 156
1223
+ },
1224
+ {
1225
+ "epoch": 0.4186666666666667,
1226
+ "grad_norm": 6.6217732429504395,
1227
+ "learning_rate": 1.1837837837837837e-05,
1228
+ "loss": 1.7021,
1229
+ "step": 157
1230
+ },
1231
+ {
1232
+ "epoch": 0.42133333333333334,
1233
+ "grad_norm": 5.423023223876953,
1234
+ "learning_rate": 1.1783783783783785e-05,
1235
+ "loss": 1.7716,
1236
+ "step": 158
1237
+ },
1238
+ {
1239
+ "epoch": 0.424,
1240
+ "grad_norm": 4.658130645751953,
1241
+ "learning_rate": 1.1729729729729731e-05,
1242
+ "loss": 1.6941,
1243
+ "step": 159
1244
+ },
1245
+ {
1246
+ "epoch": 0.4266666666666667,
1247
+ "grad_norm": 5.114764213562012,
1248
+ "learning_rate": 1.1675675675675677e-05,
1249
+ "loss": 1.6352,
1250
+ "step": 160
1251
+ },
1252
+ {
1253
+ "epoch": 0.4266666666666667,
1254
+ "eval_loss": 2.176851749420166,
1255
+ "eval_runtime": 2.2418,
1256
+ "eval_samples_per_second": 44.608,
1257
+ "eval_steps_per_second": 22.304,
1258
+ "step": 160
1259
+ },
1260
+ {
1261
+ "epoch": 0.42933333333333334,
1262
+ "grad_norm": 5.478493690490723,
1263
+ "learning_rate": 1.1621621621621622e-05,
1264
+ "loss": 1.6397,
1265
+ "step": 161
1266
+ },
1267
+ {
1268
+ "epoch": 0.432,
1269
+ "grad_norm": 4.976323127746582,
1270
+ "learning_rate": 1.1567567567567568e-05,
1271
+ "loss": 1.6296,
1272
+ "step": 162
1273
+ },
1274
+ {
1275
+ "epoch": 0.43466666666666665,
1276
+ "grad_norm": 6.247684955596924,
1277
+ "learning_rate": 1.1513513513513514e-05,
1278
+ "loss": 1.6706,
1279
+ "step": 163
1280
+ },
1281
+ {
1282
+ "epoch": 0.43733333333333335,
1283
+ "grad_norm": 6.404987812042236,
1284
+ "learning_rate": 1.1459459459459462e-05,
1285
+ "loss": 1.6445,
1286
+ "step": 164
1287
+ },
1288
+ {
1289
+ "epoch": 0.44,
1290
+ "grad_norm": 7.287195205688477,
1291
+ "learning_rate": 1.1405405405405404e-05,
1292
+ "loss": 1.6573,
1293
+ "step": 165
1294
+ },
1295
+ {
1296
+ "epoch": 0.44266666666666665,
1297
+ "grad_norm": 5.842925071716309,
1298
+ "learning_rate": 1.1351351351351352e-05,
1299
+ "loss": 1.6668,
1300
+ "step": 166
1301
+ },
1302
+ {
1303
+ "epoch": 0.44533333333333336,
1304
+ "grad_norm": 4.8162617683410645,
1305
+ "learning_rate": 1.1297297297297298e-05,
1306
+ "loss": 1.6053,
1307
+ "step": 167
1308
+ },
1309
+ {
1310
+ "epoch": 0.448,
1311
+ "grad_norm": 5.256189346313477,
1312
+ "learning_rate": 1.1243243243243245e-05,
1313
+ "loss": 1.484,
1314
+ "step": 168
1315
+ },
1316
+ {
1317
+ "epoch": 0.45066666666666666,
1318
+ "grad_norm": 5.5633134841918945,
1319
+ "learning_rate": 1.1189189189189189e-05,
1320
+ "loss": 1.6692,
1321
+ "step": 169
1322
+ },
1323
+ {
1324
+ "epoch": 0.4533333333333333,
1325
+ "grad_norm": 6.114223003387451,
1326
+ "learning_rate": 1.1135135135135135e-05,
1327
+ "loss": 1.6313,
1328
+ "step": 170
1329
+ },
1330
+ {
1331
+ "epoch": 0.4533333333333333,
1332
+ "eval_loss": 2.1688404083251953,
1333
+ "eval_runtime": 2.2251,
1334
+ "eval_samples_per_second": 44.942,
1335
+ "eval_steps_per_second": 22.471,
1336
+ "step": 170
1337
+ },
1338
+ {
1339
+ "epoch": 0.456,
1340
+ "grad_norm": 5.219391822814941,
1341
+ "learning_rate": 1.1081081081081081e-05,
1342
+ "loss": 1.6865,
1343
+ "step": 171
1344
+ },
1345
+ {
1346
+ "epoch": 0.45866666666666667,
1347
+ "grad_norm": 4.586527347564697,
1348
+ "learning_rate": 1.102702702702703e-05,
1349
+ "loss": 1.6521,
1350
+ "step": 172
1351
+ },
1352
+ {
1353
+ "epoch": 0.4613333333333333,
1354
+ "grad_norm": 6.360827445983887,
1355
+ "learning_rate": 1.0972972972972974e-05,
1356
+ "loss": 1.6779,
1357
+ "step": 173
1358
+ },
1359
+ {
1360
+ "epoch": 0.464,
1361
+ "grad_norm": 6.018531322479248,
1362
+ "learning_rate": 1.091891891891892e-05,
1363
+ "loss": 1.6432,
1364
+ "step": 174
1365
+ },
1366
+ {
1367
+ "epoch": 0.4666666666666667,
1368
+ "grad_norm": 7.3478546142578125,
1369
+ "learning_rate": 1.0864864864864866e-05,
1370
+ "loss": 1.6754,
1371
+ "step": 175
1372
+ },
1373
+ {
1374
+ "epoch": 0.4693333333333333,
1375
+ "grad_norm": 5.432449817657471,
1376
+ "learning_rate": 1.0810810810810812e-05,
1377
+ "loss": 1.6318,
1378
+ "step": 176
1379
+ },
1380
+ {
1381
+ "epoch": 0.472,
1382
+ "grad_norm": 4.748453617095947,
1383
+ "learning_rate": 1.0756756756756757e-05,
1384
+ "loss": 1.5996,
1385
+ "step": 177
1386
+ },
1387
+ {
1388
+ "epoch": 0.4746666666666667,
1389
+ "grad_norm": 5.688570022583008,
1390
+ "learning_rate": 1.0702702702702703e-05,
1391
+ "loss": 1.5913,
1392
+ "step": 178
1393
+ },
1394
+ {
1395
+ "epoch": 0.47733333333333333,
1396
+ "grad_norm": 5.226125717163086,
1397
+ "learning_rate": 1.0648648648648649e-05,
1398
+ "loss": 1.5602,
1399
+ "step": 179
1400
+ },
1401
+ {
1402
+ "epoch": 0.48,
1403
+ "grad_norm": 5.345921993255615,
1404
+ "learning_rate": 1.0594594594594597e-05,
1405
+ "loss": 1.4931,
1406
+ "step": 180
1407
+ },
1408
+ {
1409
+ "epoch": 0.48,
1410
+ "eval_loss": 2.170788288116455,
1411
+ "eval_runtime": 2.3318,
1412
+ "eval_samples_per_second": 42.885,
1413
+ "eval_steps_per_second": 21.443,
1414
+ "step": 180
1415
+ },
1416
+ {
1417
+ "epoch": 0.4826666666666667,
1418
+ "grad_norm": 4.630764007568359,
1419
+ "learning_rate": 1.0540540540540541e-05,
1420
+ "loss": 1.5779,
1421
+ "step": 181
1422
+ },
1423
+ {
1424
+ "epoch": 0.48533333333333334,
1425
+ "grad_norm": 5.0662617683410645,
1426
+ "learning_rate": 1.0486486486486487e-05,
1427
+ "loss": 1.6422,
1428
+ "step": 182
1429
+ },
1430
+ {
1431
+ "epoch": 0.488,
1432
+ "grad_norm": 6.455874919891357,
1433
+ "learning_rate": 1.0432432432432433e-05,
1434
+ "loss": 1.4907,
1435
+ "step": 183
1436
+ },
1437
+ {
1438
+ "epoch": 0.49066666666666664,
1439
+ "grad_norm": 5.871761798858643,
1440
+ "learning_rate": 1.037837837837838e-05,
1441
+ "loss": 1.6837,
1442
+ "step": 184
1443
+ },
1444
+ {
1445
+ "epoch": 0.49333333333333335,
1446
+ "grad_norm": 5.1716766357421875,
1447
+ "learning_rate": 1.0324324324324324e-05,
1448
+ "loss": 1.6644,
1449
+ "step": 185
1450
+ },
1451
+ {
1452
+ "epoch": 0.496,
1453
+ "grad_norm": 5.504106044769287,
1454
+ "learning_rate": 1.027027027027027e-05,
1455
+ "loss": 1.5835,
1456
+ "step": 186
1457
+ },
1458
+ {
1459
+ "epoch": 0.49866666666666665,
1460
+ "grad_norm": 5.897885322570801,
1461
+ "learning_rate": 1.0216216216216216e-05,
1462
+ "loss": 1.7067,
1463
+ "step": 187
1464
+ },
1465
+ {
1466
+ "epoch": 0.5013333333333333,
1467
+ "grad_norm": 5.156588554382324,
1468
+ "learning_rate": 1.0162162162162164e-05,
1469
+ "loss": 1.6403,
1470
+ "step": 188
1471
+ },
1472
+ {
1473
+ "epoch": 0.504,
1474
+ "grad_norm": 5.252018451690674,
1475
+ "learning_rate": 1.0108108108108109e-05,
1476
+ "loss": 1.6234,
1477
+ "step": 189
1478
+ },
1479
+ {
1480
+ "epoch": 0.5066666666666667,
1481
+ "grad_norm": 5.000985145568848,
1482
+ "learning_rate": 1.0054054054054055e-05,
1483
+ "loss": 1.5512,
1484
+ "step": 190
1485
+ },
1486
+ {
1487
+ "epoch": 0.5066666666666667,
1488
+ "eval_loss": 2.184048891067505,
1489
+ "eval_runtime": 2.1897,
1490
+ "eval_samples_per_second": 45.668,
1491
+ "eval_steps_per_second": 22.834,
1492
+ "step": 190
1493
+ },
1494
+ {
1495
+ "epoch": 0.5093333333333333,
1496
+ "grad_norm": 5.184759140014648,
1497
+ "learning_rate": 1e-05,
1498
+ "loss": 1.6048,
1499
+ "step": 191
1500
+ },
1501
+ {
1502
+ "epoch": 0.512,
1503
+ "grad_norm": 5.091919898986816,
1504
+ "learning_rate": 9.945945945945947e-06,
1505
+ "loss": 1.6016,
1506
+ "step": 192
1507
+ },
1508
+ {
1509
+ "epoch": 0.5146666666666667,
1510
+ "grad_norm": 5.661059379577637,
1511
+ "learning_rate": 9.891891891891893e-06,
1512
+ "loss": 1.6025,
1513
+ "step": 193
1514
+ },
1515
+ {
1516
+ "epoch": 0.5173333333333333,
1517
+ "grad_norm": 5.571784496307373,
1518
+ "learning_rate": 9.83783783783784e-06,
1519
+ "loss": 1.511,
1520
+ "step": 194
1521
+ },
1522
+ {
1523
+ "epoch": 0.52,
1524
+ "grad_norm": 5.084967613220215,
1525
+ "learning_rate": 9.783783783783785e-06,
1526
+ "loss": 1.524,
1527
+ "step": 195
1528
+ },
1529
+ {
1530
+ "epoch": 0.5226666666666666,
1531
+ "grad_norm": 5.123044490814209,
1532
+ "learning_rate": 9.729729729729732e-06,
1533
+ "loss": 1.5507,
1534
+ "step": 196
1535
+ },
1536
+ {
1537
+ "epoch": 0.5253333333333333,
1538
+ "grad_norm": 5.78058385848999,
1539
+ "learning_rate": 9.675675675675676e-06,
1540
+ "loss": 1.5892,
1541
+ "step": 197
1542
+ },
1543
+ {
1544
+ "epoch": 0.528,
1545
+ "grad_norm": 5.2647600173950195,
1546
+ "learning_rate": 9.621621621621622e-06,
1547
+ "loss": 1.5908,
1548
+ "step": 198
1549
+ },
1550
+ {
1551
+ "epoch": 0.5306666666666666,
1552
+ "grad_norm": 5.385093688964844,
1553
+ "learning_rate": 9.567567567567568e-06,
1554
+ "loss": 1.5364,
1555
+ "step": 199
1556
+ },
1557
+ {
1558
+ "epoch": 0.5333333333333333,
1559
+ "grad_norm": 5.6748151779174805,
1560
+ "learning_rate": 9.513513513513514e-06,
1561
+ "loss": 1.5799,
1562
+ "step": 200
1563
+ },
1564
+ {
1565
+ "epoch": 0.5333333333333333,
1566
+ "eval_loss": 2.2051568031311035,
1567
+ "eval_runtime": 2.1041,
1568
+ "eval_samples_per_second": 47.525,
1569
+ "eval_steps_per_second": 23.763,
1570
+ "step": 200
1571
+ },
1572
+ {
1573
+ "epoch": 0.536,
1574
+ "grad_norm": 5.698492527008057,
1575
+ "learning_rate": 9.45945945945946e-06,
1576
+ "loss": 1.6259,
1577
+ "step": 201
1578
+ },
1579
+ {
1580
+ "epoch": 0.5386666666666666,
1581
+ "grad_norm": 5.980306625366211,
1582
+ "learning_rate": 9.405405405405407e-06,
1583
+ "loss": 1.5621,
1584
+ "step": 202
1585
+ },
1586
+ {
1587
+ "epoch": 0.5413333333333333,
1588
+ "grad_norm": 5.281281471252441,
1589
+ "learning_rate": 9.351351351351353e-06,
1590
+ "loss": 1.5728,
1591
+ "step": 203
1592
+ },
1593
+ {
1594
+ "epoch": 0.544,
1595
+ "grad_norm": 4.0611090660095215,
1596
+ "learning_rate": 9.297297297297299e-06,
1597
+ "loss": 1.5227,
1598
+ "step": 204
1599
+ },
1600
+ {
1601
+ "epoch": 0.5466666666666666,
1602
+ "grad_norm": 5.911980152130127,
1603
+ "learning_rate": 9.243243243243243e-06,
1604
+ "loss": 1.5494,
1605
+ "step": 205
1606
+ },
1607
+ {
1608
+ "epoch": 0.5493333333333333,
1609
+ "grad_norm": 5.366306781768799,
1610
+ "learning_rate": 9.189189189189191e-06,
1611
+ "loss": 1.548,
1612
+ "step": 206
1613
+ },
1614
+ {
1615
+ "epoch": 0.552,
1616
+ "grad_norm": 5.686289310455322,
1617
+ "learning_rate": 9.135135135135136e-06,
1618
+ "loss": 1.5688,
1619
+ "step": 207
1620
+ },
1621
+ {
1622
+ "epoch": 0.5546666666666666,
1623
+ "grad_norm": 5.282558441162109,
1624
+ "learning_rate": 9.081081081081082e-06,
1625
+ "loss": 1.4869,
1626
+ "step": 208
1627
+ },
1628
+ {
1629
+ "epoch": 0.5573333333333333,
1630
+ "grad_norm": 7.519771575927734,
1631
+ "learning_rate": 9.027027027027028e-06,
1632
+ "loss": 1.5314,
1633
+ "step": 209
1634
+ },
1635
+ {
1636
+ "epoch": 0.56,
1637
+ "grad_norm": 4.988372802734375,
1638
+ "learning_rate": 8.972972972972974e-06,
1639
+ "loss": 1.4888,
1640
+ "step": 210
1641
+ },
1642
+ {
1643
+ "epoch": 0.56,
1644
+ "eval_loss": 2.2130188941955566,
1645
+ "eval_runtime": 2.1537,
1646
+ "eval_samples_per_second": 46.431,
1647
+ "eval_steps_per_second": 23.216,
1648
+ "step": 210
1649
+ },
1650
+ {
1651
+ "epoch": 0.5626666666666666,
1652
+ "grad_norm": 6.266903877258301,
1653
+ "learning_rate": 8.91891891891892e-06,
1654
+ "loss": 1.5963,
1655
+ "step": 211
1656
+ },
1657
+ {
1658
+ "epoch": 0.5653333333333334,
1659
+ "grad_norm": 5.738575458526611,
1660
+ "learning_rate": 8.864864864864866e-06,
1661
+ "loss": 1.5943,
1662
+ "step": 212
1663
+ },
1664
+ {
1665
+ "epoch": 0.568,
1666
+ "grad_norm": 5.485104084014893,
1667
+ "learning_rate": 8.810810810810811e-06,
1668
+ "loss": 1.5369,
1669
+ "step": 213
1670
+ },
1671
+ {
1672
+ "epoch": 0.5706666666666667,
1673
+ "grad_norm": 5.047416687011719,
1674
+ "learning_rate": 8.756756756756759e-06,
1675
+ "loss": 1.5862,
1676
+ "step": 214
1677
+ },
1678
+ {
1679
+ "epoch": 0.5733333333333334,
1680
+ "grad_norm": 6.820781707763672,
1681
+ "learning_rate": 8.702702702702703e-06,
1682
+ "loss": 1.5022,
1683
+ "step": 215
1684
+ },
1685
+ {
1686
+ "epoch": 0.576,
1687
+ "grad_norm": 5.572027683258057,
1688
+ "learning_rate": 8.64864864864865e-06,
1689
+ "loss": 1.5256,
1690
+ "step": 216
1691
+ },
1692
+ {
1693
+ "epoch": 0.5786666666666667,
1694
+ "grad_norm": 5.084157943725586,
1695
+ "learning_rate": 8.594594594594595e-06,
1696
+ "loss": 1.6196,
1697
+ "step": 217
1698
+ },
1699
+ {
1700
+ "epoch": 0.5813333333333334,
1701
+ "grad_norm": 5.583468914031982,
1702
+ "learning_rate": 8.540540540540542e-06,
1703
+ "loss": 1.5351,
1704
+ "step": 218
1705
+ },
1706
+ {
1707
+ "epoch": 0.584,
1708
+ "grad_norm": 5.5146589279174805,
1709
+ "learning_rate": 8.486486486486488e-06,
1710
+ "loss": 1.5531,
1711
+ "step": 219
1712
+ },
1713
+ {
1714
+ "epoch": 0.5866666666666667,
1715
+ "grad_norm": 5.2444047927856445,
1716
+ "learning_rate": 8.432432432432434e-06,
1717
+ "loss": 1.5122,
1718
+ "step": 220
1719
+ },
1720
+ {
1721
+ "epoch": 0.5866666666666667,
1722
+ "eval_loss": 2.2200913429260254,
1723
+ "eval_runtime": 2.2659,
1724
+ "eval_samples_per_second": 44.132,
1725
+ "eval_steps_per_second": 22.066,
1726
+ "step": 220
1727
+ },
1728
+ {
1729
+ "epoch": 0.5893333333333334,
1730
+ "grad_norm": 5.152411460876465,
1731
+ "learning_rate": 8.378378378378378e-06,
1732
+ "loss": 1.5952,
1733
+ "step": 221
1734
+ },
1735
+ {
1736
+ "epoch": 0.592,
1737
+ "grad_norm": 6.373597145080566,
1738
+ "learning_rate": 8.324324324324326e-06,
1739
+ "loss": 1.5996,
1740
+ "step": 222
1741
+ },
1742
+ {
1743
+ "epoch": 0.5946666666666667,
1744
+ "grad_norm": 8.443867683410645,
1745
+ "learning_rate": 8.27027027027027e-06,
1746
+ "loss": 1.7069,
1747
+ "step": 223
1748
+ },
1749
+ {
1750
+ "epoch": 0.5973333333333334,
1751
+ "grad_norm": 4.948009967803955,
1752
+ "learning_rate": 8.216216216216217e-06,
1753
+ "loss": 1.5674,
1754
+ "step": 224
1755
+ },
1756
+ {
1757
+ "epoch": 0.6,
1758
+ "grad_norm": 6.319730758666992,
1759
+ "learning_rate": 8.162162162162163e-06,
1760
+ "loss": 1.5318,
1761
+ "step": 225
1762
+ },
1763
+ {
1764
+ "epoch": 0.6026666666666667,
1765
+ "grad_norm": 6.246556282043457,
1766
+ "learning_rate": 8.108108108108109e-06,
1767
+ "loss": 1.5119,
1768
+ "step": 226
1769
+ },
1770
+ {
1771
+ "epoch": 0.6053333333333333,
1772
+ "grad_norm": 4.4453654289245605,
1773
+ "learning_rate": 8.054054054054055e-06,
1774
+ "loss": 1.5897,
1775
+ "step": 227
1776
+ },
1777
+ {
1778
+ "epoch": 0.608,
1779
+ "grad_norm": 5.012955665588379,
1780
+ "learning_rate": 8.000000000000001e-06,
1781
+ "loss": 1.5191,
1782
+ "step": 228
1783
+ },
1784
+ {
1785
+ "epoch": 0.6106666666666667,
1786
+ "grad_norm": 5.844364643096924,
1787
+ "learning_rate": 7.945945945945946e-06,
1788
+ "loss": 1.545,
1789
+ "step": 229
1790
+ },
1791
+ {
1792
+ "epoch": 0.6133333333333333,
1793
+ "grad_norm": 5.528176307678223,
1794
+ "learning_rate": 7.891891891891894e-06,
1795
+ "loss": 1.603,
1796
+ "step": 230
1797
+ },
1798
+ {
1799
+ "epoch": 0.6133333333333333,
1800
+ "eval_loss": 2.226846694946289,
1801
+ "eval_runtime": 2.1778,
1802
+ "eval_samples_per_second": 45.917,
1803
+ "eval_steps_per_second": 22.959,
1804
+ "step": 230
1805
+ },
1806
+ {
1807
+ "epoch": 0.616,
1808
+ "grad_norm": 4.689690113067627,
1809
+ "learning_rate": 7.837837837837838e-06,
1810
+ "loss": 1.5484,
1811
+ "step": 231
1812
+ },
1813
+ {
1814
+ "epoch": 0.6186666666666667,
1815
+ "grad_norm": 4.9281768798828125,
1816
+ "learning_rate": 7.783783783783784e-06,
1817
+ "loss": 1.4704,
1818
+ "step": 232
1819
+ },
1820
+ {
1821
+ "epoch": 0.6213333333333333,
1822
+ "grad_norm": 5.297734260559082,
1823
+ "learning_rate": 7.72972972972973e-06,
1824
+ "loss": 1.5611,
1825
+ "step": 233
1826
+ },
1827
+ {
1828
+ "epoch": 0.624,
1829
+ "grad_norm": 7.491199493408203,
1830
+ "learning_rate": 7.675675675675676e-06,
1831
+ "loss": 1.4792,
1832
+ "step": 234
1833
+ },
1834
+ {
1835
+ "epoch": 0.6266666666666667,
1836
+ "grad_norm": 7.286966323852539,
1837
+ "learning_rate": 7.621621621621622e-06,
1838
+ "loss": 1.4964,
1839
+ "step": 235
1840
+ },
1841
+ {
1842
+ "epoch": 0.6293333333333333,
1843
+ "grad_norm": 5.235691070556641,
1844
+ "learning_rate": 7.567567567567569e-06,
1845
+ "loss": 1.6556,
1846
+ "step": 236
1847
+ },
1848
+ {
1849
+ "epoch": 0.632,
1850
+ "grad_norm": 5.370845317840576,
1851
+ "learning_rate": 7.513513513513514e-06,
1852
+ "loss": 1.5646,
1853
+ "step": 237
1854
+ },
1855
+ {
1856
+ "epoch": 0.6346666666666667,
1857
+ "grad_norm": 5.199801921844482,
1858
+ "learning_rate": 7.45945945945946e-06,
1859
+ "loss": 1.5364,
1860
+ "step": 238
1861
+ },
1862
+ {
1863
+ "epoch": 0.6373333333333333,
1864
+ "grad_norm": 6.853825569152832,
1865
+ "learning_rate": 7.4054054054054055e-06,
1866
+ "loss": 1.5362,
1867
+ "step": 239
1868
+ },
1869
+ {
1870
+ "epoch": 0.64,
1871
+ "grad_norm": 5.525668621063232,
1872
+ "learning_rate": 7.3513513513513525e-06,
1873
+ "loss": 1.5506,
1874
+ "step": 240
1875
+ },
1876
+ {
1877
+ "epoch": 0.64,
1878
+ "eval_loss": 2.232562303543091,
1879
+ "eval_runtime": 2.2716,
1880
+ "eval_samples_per_second": 44.021,
1881
+ "eval_steps_per_second": 22.011,
1882
+ "step": 240
1883
+ },
1884
+ {
1885
+ "epoch": 0.6426666666666667,
1886
+ "grad_norm": 6.260832786560059,
1887
+ "learning_rate": 7.297297297297298e-06,
1888
+ "loss": 1.6297,
1889
+ "step": 241
1890
+ },
1891
+ {
1892
+ "epoch": 0.6453333333333333,
1893
+ "grad_norm": 5.482983589172363,
1894
+ "learning_rate": 7.243243243243244e-06,
1895
+ "loss": 1.5425,
1896
+ "step": 242
1897
+ },
1898
+ {
1899
+ "epoch": 0.648,
1900
+ "grad_norm": 5.244226455688477,
1901
+ "learning_rate": 7.189189189189189e-06,
1902
+ "loss": 1.4408,
1903
+ "step": 243
1904
+ },
1905
+ {
1906
+ "epoch": 0.6506666666666666,
1907
+ "grad_norm": 5.57607364654541,
1908
+ "learning_rate": 7.135135135135136e-06,
1909
+ "loss": 1.5381,
1910
+ "step": 244
1911
+ },
1912
+ {
1913
+ "epoch": 0.6533333333333333,
1914
+ "grad_norm": 5.063821315765381,
1915
+ "learning_rate": 7.0810810810810815e-06,
1916
+ "loss": 1.4967,
1917
+ "step": 245
1918
+ },
1919
+ {
1920
+ "epoch": 0.656,
1921
+ "grad_norm": 6.65706729888916,
1922
+ "learning_rate": 7.027027027027028e-06,
1923
+ "loss": 1.5474,
1924
+ "step": 246
1925
+ },
1926
+ {
1927
+ "epoch": 0.6586666666666666,
1928
+ "grad_norm": 7.127385139465332,
1929
+ "learning_rate": 6.972972972972973e-06,
1930
+ "loss": 1.623,
1931
+ "step": 247
1932
+ },
1933
+ {
1934
+ "epoch": 0.6613333333333333,
1935
+ "grad_norm": 5.080024242401123,
1936
+ "learning_rate": 6.91891891891892e-06,
1937
+ "loss": 1.5794,
1938
+ "step": 248
1939
+ },
1940
+ {
1941
+ "epoch": 0.664,
1942
+ "grad_norm": 6.4152021408081055,
1943
+ "learning_rate": 6.864864864864865e-06,
1944
+ "loss": 1.5768,
1945
+ "step": 249
1946
+ },
1947
+ {
1948
+ "epoch": 0.6666666666666666,
1949
+ "grad_norm": 5.5897722244262695,
1950
+ "learning_rate": 6.810810810810811e-06,
1951
+ "loss": 1.4821,
1952
+ "step": 250
1953
+ },
1954
+ {
1955
+ "epoch": 0.6666666666666666,
1956
+ "eval_loss": 2.2401955127716064,
1957
+ "eval_runtime": 2.2869,
1958
+ "eval_samples_per_second": 43.728,
1959
+ "eval_steps_per_second": 21.864,
1960
+ "step": 250
1961
+ },
1962
+ {
1963
+ "epoch": 0.6693333333333333,
1964
+ "grad_norm": 5.16597318649292,
1965
+ "learning_rate": 6.7567567567567575e-06,
1966
+ "loss": 1.4258,
1967
+ "step": 251
1968
+ },
1969
+ {
1970
+ "epoch": 0.672,
1971
+ "grad_norm": 4.679577350616455,
1972
+ "learning_rate": 6.702702702702704e-06,
1973
+ "loss": 1.5525,
1974
+ "step": 252
1975
+ },
1976
+ {
1977
+ "epoch": 0.6746666666666666,
1978
+ "grad_norm": 6.435404300689697,
1979
+ "learning_rate": 6.648648648648649e-06,
1980
+ "loss": 1.6005,
1981
+ "step": 253
1982
+ },
1983
+ {
1984
+ "epoch": 0.6773333333333333,
1985
+ "grad_norm": 8.688821792602539,
1986
+ "learning_rate": 6.594594594594595e-06,
1987
+ "loss": 1.5512,
1988
+ "step": 254
1989
+ },
1990
+ {
1991
+ "epoch": 0.68,
1992
+ "grad_norm": 6.536645889282227,
1993
+ "learning_rate": 6.540540540540541e-06,
1994
+ "loss": 1.607,
1995
+ "step": 255
1996
+ },
1997
+ {
1998
+ "epoch": 0.6826666666666666,
1999
+ "grad_norm": 5.998849391937256,
2000
+ "learning_rate": 6.486486486486487e-06,
2001
+ "loss": 1.5952,
2002
+ "step": 256
2003
+ },
2004
+ {
2005
+ "epoch": 0.6853333333333333,
2006
+ "grad_norm": 4.850104808807373,
2007
+ "learning_rate": 6.432432432432433e-06,
2008
+ "loss": 1.6334,
2009
+ "step": 257
2010
+ },
2011
+ {
2012
+ "epoch": 0.688,
2013
+ "grad_norm": 6.226448059082031,
2014
+ "learning_rate": 6.378378378378379e-06,
2015
+ "loss": 1.5808,
2016
+ "step": 258
2017
+ },
2018
+ {
2019
+ "epoch": 0.6906666666666667,
2020
+ "grad_norm": 6.5038580894470215,
2021
+ "learning_rate": 6.324324324324325e-06,
2022
+ "loss": 1.5746,
2023
+ "step": 259
2024
+ },
2025
+ {
2026
+ "epoch": 0.6933333333333334,
2027
+ "grad_norm": 7.246823787689209,
2028
+ "learning_rate": 6.270270270270271e-06,
2029
+ "loss": 1.5991,
2030
+ "step": 260
2031
+ },
2032
+ {
2033
+ "epoch": 0.6933333333333334,
2034
+ "eval_loss": 2.240321159362793,
2035
+ "eval_runtime": 1.7225,
2036
+ "eval_samples_per_second": 58.056,
2037
+ "eval_steps_per_second": 29.028,
2038
+ "step": 260
2039
+ },
2040
+ {
2041
+ "epoch": 0.696,
2042
+ "grad_norm": 5.7667012214660645,
2043
+ "learning_rate": 6.2162162162162164e-06,
2044
+ "loss": 1.507,
2045
+ "step": 261
2046
+ },
2047
+ {
2048
+ "epoch": 0.6986666666666667,
2049
+ "grad_norm": 5.739652156829834,
2050
+ "learning_rate": 6.162162162162163e-06,
2051
+ "loss": 1.6025,
2052
+ "step": 262
2053
+ },
2054
+ {
2055
+ "epoch": 0.7013333333333334,
2056
+ "grad_norm": 7.7056708335876465,
2057
+ "learning_rate": 6.108108108108109e-06,
2058
+ "loss": 1.6331,
2059
+ "step": 263
2060
+ },
2061
+ {
2062
+ "epoch": 0.704,
2063
+ "grad_norm": 5.605151176452637,
2064
+ "learning_rate": 6.054054054054055e-06,
2065
+ "loss": 1.5661,
2066
+ "step": 264
2067
+ },
2068
+ {
2069
+ "epoch": 0.7066666666666667,
2070
+ "grad_norm": 5.5743408203125,
2071
+ "learning_rate": 6e-06,
2072
+ "loss": 1.4722,
2073
+ "step": 265
2074
+ },
2075
+ {
2076
+ "epoch": 0.7093333333333334,
2077
+ "grad_norm": 6.0111083984375,
2078
+ "learning_rate": 5.945945945945947e-06,
2079
+ "loss": 1.5211,
2080
+ "step": 266
2081
+ },
2082
+ {
2083
+ "epoch": 0.712,
2084
+ "grad_norm": 5.705929756164551,
2085
+ "learning_rate": 5.8918918918918924e-06,
2086
+ "loss": 1.5456,
2087
+ "step": 267
2088
+ },
2089
+ {
2090
+ "epoch": 0.7146666666666667,
2091
+ "grad_norm": 5.9516496658325195,
2092
+ "learning_rate": 5.837837837837839e-06,
2093
+ "loss": 1.6294,
2094
+ "step": 268
2095
+ },
2096
+ {
2097
+ "epoch": 0.7173333333333334,
2098
+ "grad_norm": 6.503254413604736,
2099
+ "learning_rate": 5.783783783783784e-06,
2100
+ "loss": 1.5536,
2101
+ "step": 269
2102
+ },
2103
+ {
2104
+ "epoch": 0.72,
2105
+ "grad_norm": 6.094985485076904,
2106
+ "learning_rate": 5.729729729729731e-06,
2107
+ "loss": 1.5569,
2108
+ "step": 270
2109
+ },
2110
+ {
2111
+ "epoch": 0.72,
2112
+ "eval_loss": 2.2432613372802734,
2113
+ "eval_runtime": 2.1693,
2114
+ "eval_samples_per_second": 46.097,
2115
+ "eval_steps_per_second": 23.049,
2116
+ "step": 270
2117
+ },
2118
+ {
2119
+ "epoch": 0.7226666666666667,
2120
+ "grad_norm": 6.073522090911865,
2121
+ "learning_rate": 5.675675675675676e-06,
2122
+ "loss": 1.582,
2123
+ "step": 271
2124
+ },
2125
+ {
2126
+ "epoch": 0.7253333333333334,
2127
+ "grad_norm": 4.969118118286133,
2128
+ "learning_rate": 5.621621621621622e-06,
2129
+ "loss": 1.5085,
2130
+ "step": 272
2131
+ },
2132
+ {
2133
+ "epoch": 0.728,
2134
+ "grad_norm": 7.984470367431641,
2135
+ "learning_rate": 5.567567567567568e-06,
2136
+ "loss": 1.4996,
2137
+ "step": 273
2138
+ },
2139
+ {
2140
+ "epoch": 0.7306666666666667,
2141
+ "grad_norm": 5.434286117553711,
2142
+ "learning_rate": 5.513513513513515e-06,
2143
+ "loss": 1.5012,
2144
+ "step": 274
2145
+ },
2146
+ {
2147
+ "epoch": 0.7333333333333333,
2148
+ "grad_norm": 5.789276599884033,
2149
+ "learning_rate": 5.45945945945946e-06,
2150
+ "loss": 1.5482,
2151
+ "step": 275
2152
+ },
2153
+ {
2154
+ "epoch": 0.736,
2155
+ "grad_norm": 5.576483249664307,
2156
+ "learning_rate": 5.405405405405406e-06,
2157
+ "loss": 1.638,
2158
+ "step": 276
2159
+ },
2160
+ {
2161
+ "epoch": 0.7386666666666667,
2162
+ "grad_norm": 6.0389533042907715,
2163
+ "learning_rate": 5.351351351351351e-06,
2164
+ "loss": 1.5486,
2165
+ "step": 277
2166
+ },
2167
+ {
2168
+ "epoch": 0.7413333333333333,
2169
+ "grad_norm": 5.610621452331543,
2170
+ "learning_rate": 5.297297297297298e-06,
2171
+ "loss": 1.5533,
2172
+ "step": 278
2173
+ },
2174
+ {
2175
+ "epoch": 0.744,
2176
+ "grad_norm": 4.995850563049316,
2177
+ "learning_rate": 5.243243243243244e-06,
2178
+ "loss": 1.5462,
2179
+ "step": 279
2180
+ },
2181
+ {
2182
+ "epoch": 0.7466666666666667,
2183
+ "grad_norm": 6.7199225425720215,
2184
+ "learning_rate": 5.18918918918919e-06,
2185
+ "loss": 1.44,
2186
+ "step": 280
2187
+ },
2188
+ {
2189
+ "epoch": 0.7466666666666667,
2190
+ "eval_loss": 2.2508785724639893,
2191
+ "eval_runtime": 2.2821,
2192
+ "eval_samples_per_second": 43.82,
2193
+ "eval_steps_per_second": 21.91,
2194
+ "step": 280
2195
+ },
2196
+ {
2197
+ "epoch": 0.7493333333333333,
2198
+ "grad_norm": 5.693479537963867,
2199
+ "learning_rate": 5.135135135135135e-06,
2200
+ "loss": 1.445,
2201
+ "step": 281
2202
+ },
2203
+ {
2204
+ "epoch": 0.752,
2205
+ "grad_norm": 5.529321193695068,
2206
+ "learning_rate": 5.081081081081082e-06,
2207
+ "loss": 1.5007,
2208
+ "step": 282
2209
+ },
2210
+ {
2211
+ "epoch": 0.7546666666666667,
2212
+ "grad_norm": 5.192197799682617,
2213
+ "learning_rate": 5.027027027027027e-06,
2214
+ "loss": 1.5689,
2215
+ "step": 283
2216
+ },
2217
+ {
2218
+ "epoch": 0.7573333333333333,
2219
+ "grad_norm": 6.242859363555908,
2220
+ "learning_rate": 4.9729729729729735e-06,
2221
+ "loss": 1.5279,
2222
+ "step": 284
2223
+ },
2224
+ {
2225
+ "epoch": 0.76,
2226
+ "grad_norm": 5.91813850402832,
2227
+ "learning_rate": 4.91891891891892e-06,
2228
+ "loss": 1.5494,
2229
+ "step": 285
2230
+ },
2231
+ {
2232
+ "epoch": 0.7626666666666667,
2233
+ "grad_norm": 5.46779727935791,
2234
+ "learning_rate": 4.864864864864866e-06,
2235
+ "loss": 1.5293,
2236
+ "step": 286
2237
+ },
2238
+ {
2239
+ "epoch": 0.7653333333333333,
2240
+ "grad_norm": 6.261353015899658,
2241
+ "learning_rate": 4.810810810810811e-06,
2242
+ "loss": 1.5371,
2243
+ "step": 287
2244
+ },
2245
+ {
2246
+ "epoch": 0.768,
2247
+ "grad_norm": 6.214474678039551,
2248
+ "learning_rate": 4.756756756756757e-06,
2249
+ "loss": 1.436,
2250
+ "step": 288
2251
+ },
2252
+ {
2253
+ "epoch": 0.7706666666666667,
2254
+ "grad_norm": 4.978456974029541,
2255
+ "learning_rate": 4.702702702702703e-06,
2256
+ "loss": 1.5033,
2257
+ "step": 289
2258
+ },
2259
+ {
2260
+ "epoch": 0.7733333333333333,
2261
+ "grad_norm": 5.478001117706299,
2262
+ "learning_rate": 4.6486486486486495e-06,
2263
+ "loss": 1.5482,
2264
+ "step": 290
2265
+ },
2266
+ {
2267
+ "epoch": 0.7733333333333333,
2268
+ "eval_loss": 2.2608802318573,
2269
+ "eval_runtime": 2.4723,
2270
+ "eval_samples_per_second": 40.448,
2271
+ "eval_steps_per_second": 20.224,
2272
+ "step": 290
2273
+ },
2274
+ {
2275
+ "epoch": 0.776,
2276
+ "grad_norm": 6.418459415435791,
2277
+ "learning_rate": 4.594594594594596e-06,
2278
+ "loss": 1.552,
2279
+ "step": 291
2280
+ },
2281
+ {
2282
+ "epoch": 0.7786666666666666,
2283
+ "grad_norm": 5.811317443847656,
2284
+ "learning_rate": 4.540540540540541e-06,
2285
+ "loss": 1.5471,
2286
+ "step": 292
2287
+ },
2288
+ {
2289
+ "epoch": 0.7813333333333333,
2290
+ "grad_norm": 6.9032206535339355,
2291
+ "learning_rate": 4.486486486486487e-06,
2292
+ "loss": 1.5449,
2293
+ "step": 293
2294
+ },
2295
+ {
2296
+ "epoch": 0.784,
2297
+ "grad_norm": 6.512218952178955,
2298
+ "learning_rate": 4.432432432432433e-06,
2299
+ "loss": 1.5782,
2300
+ "step": 294
2301
+ },
2302
+ {
2303
+ "epoch": 0.7866666666666666,
2304
+ "grad_norm": 6.343830108642578,
2305
+ "learning_rate": 4.378378378378379e-06,
2306
+ "loss": 1.6194,
2307
+ "step": 295
2308
+ },
2309
+ {
2310
+ "epoch": 0.7893333333333333,
2311
+ "grad_norm": 5.638239860534668,
2312
+ "learning_rate": 4.324324324324325e-06,
2313
+ "loss": 1.5705,
2314
+ "step": 296
2315
+ },
2316
+ {
2317
+ "epoch": 0.792,
2318
+ "grad_norm": 5.549553394317627,
2319
+ "learning_rate": 4.270270270270271e-06,
2320
+ "loss": 1.5552,
2321
+ "step": 297
2322
+ },
2323
+ {
2324
+ "epoch": 0.7946666666666666,
2325
+ "grad_norm": 5.946320533752441,
2326
+ "learning_rate": 4.216216216216217e-06,
2327
+ "loss": 1.4716,
2328
+ "step": 298
2329
+ },
2330
+ {
2331
+ "epoch": 0.7973333333333333,
2332
+ "grad_norm": 4.266452312469482,
2333
+ "learning_rate": 4.162162162162163e-06,
2334
+ "loss": 1.6002,
2335
+ "step": 299
2336
+ },
2337
+ {
2338
+ "epoch": 0.8,
2339
+ "grad_norm": 4.8811750411987305,
2340
+ "learning_rate": 4.108108108108108e-06,
2341
+ "loss": 1.5286,
2342
+ "step": 300
2343
+ },
2344
+ {
2345
+ "epoch": 0.8,
2346
+ "eval_loss": 2.253636121749878,
2347
+ "eval_runtime": 2.2603,
2348
+ "eval_samples_per_second": 44.242,
2349
+ "eval_steps_per_second": 22.121,
2350
+ "step": 300
2351
+ },
2352
+ {
2353
+ "epoch": 0.8026666666666666,
2354
+ "grad_norm": 5.205958366394043,
2355
+ "learning_rate": 4.0540540540540545e-06,
2356
+ "loss": 1.5141,
2357
+ "step": 301
2358
+ },
2359
+ {
2360
+ "epoch": 0.8053333333333333,
2361
+ "grad_norm": 6.4445929527282715,
2362
+ "learning_rate": 4.000000000000001e-06,
2363
+ "loss": 1.5721,
2364
+ "step": 302
2365
+ },
2366
+ {
2367
+ "epoch": 0.808,
2368
+ "grad_norm": 5.599625587463379,
2369
+ "learning_rate": 3.945945945945947e-06,
2370
+ "loss": 1.5702,
2371
+ "step": 303
2372
+ },
2373
+ {
2374
+ "epoch": 0.8106666666666666,
2375
+ "grad_norm": 6.209537982940674,
2376
+ "learning_rate": 3.891891891891892e-06,
2377
+ "loss": 1.553,
2378
+ "step": 304
2379
+ },
2380
+ {
2381
+ "epoch": 0.8133333333333334,
2382
+ "grad_norm": 5.1455979347229,
2383
+ "learning_rate": 3.837837837837838e-06,
2384
+ "loss": 1.5177,
2385
+ "step": 305
2386
+ },
2387
+ {
2388
+ "epoch": 0.816,
2389
+ "grad_norm": 6.070219993591309,
2390
+ "learning_rate": 3.7837837837837844e-06,
2391
+ "loss": 1.5271,
2392
+ "step": 306
2393
+ },
2394
+ {
2395
+ "epoch": 0.8186666666666667,
2396
+ "grad_norm": 5.2099504470825195,
2397
+ "learning_rate": 3.72972972972973e-06,
2398
+ "loss": 1.5627,
2399
+ "step": 307
2400
+ },
2401
+ {
2402
+ "epoch": 0.8213333333333334,
2403
+ "grad_norm": 5.216839790344238,
2404
+ "learning_rate": 3.6756756756756763e-06,
2405
+ "loss": 1.544,
2406
+ "step": 308
2407
+ },
2408
+ {
2409
+ "epoch": 0.824,
2410
+ "grad_norm": 6.461705684661865,
2411
+ "learning_rate": 3.621621621621622e-06,
2412
+ "loss": 1.5797,
2413
+ "step": 309
2414
+ },
2415
+ {
2416
+ "epoch": 0.8266666666666667,
2417
+ "grad_norm": 6.210687637329102,
2418
+ "learning_rate": 3.567567567567568e-06,
2419
+ "loss": 1.598,
2420
+ "step": 310
2421
+ },
2422
+ {
2423
+ "epoch": 0.8266666666666667,
2424
+ "eval_loss": 2.2522964477539062,
2425
+ "eval_runtime": 2.1897,
2426
+ "eval_samples_per_second": 45.667,
2427
+ "eval_steps_per_second": 22.834,
2428
+ "step": 310
2429
+ },
2430
+ {
2431
+ "epoch": 0.8293333333333334,
2432
+ "grad_norm": 5.91581916809082,
2433
+ "learning_rate": 3.513513513513514e-06,
2434
+ "loss": 1.6017,
2435
+ "step": 311
2436
+ },
2437
+ {
2438
+ "epoch": 0.832,
2439
+ "grad_norm": 5.582605361938477,
2440
+ "learning_rate": 3.45945945945946e-06,
2441
+ "loss": 1.4786,
2442
+ "step": 312
2443
+ },
2444
+ {
2445
+ "epoch": 0.8346666666666667,
2446
+ "grad_norm": 4.586456298828125,
2447
+ "learning_rate": 3.4054054054054057e-06,
2448
+ "loss": 1.5288,
2449
+ "step": 313
2450
+ },
2451
+ {
2452
+ "epoch": 0.8373333333333334,
2453
+ "grad_norm": 5.894623279571533,
2454
+ "learning_rate": 3.351351351351352e-06,
2455
+ "loss": 1.5197,
2456
+ "step": 314
2457
+ },
2458
+ {
2459
+ "epoch": 0.84,
2460
+ "grad_norm": 5.776389122009277,
2461
+ "learning_rate": 3.2972972972972976e-06,
2462
+ "loss": 1.5655,
2463
+ "step": 315
2464
+ },
2465
+ {
2466
+ "epoch": 0.8426666666666667,
2467
+ "grad_norm": 5.668336868286133,
2468
+ "learning_rate": 3.2432432432432437e-06,
2469
+ "loss": 1.5255,
2470
+ "step": 316
2471
+ },
2472
+ {
2473
+ "epoch": 0.8453333333333334,
2474
+ "grad_norm": 6.561155319213867,
2475
+ "learning_rate": 3.1891891891891894e-06,
2476
+ "loss": 1.4802,
2477
+ "step": 317
2478
+ },
2479
+ {
2480
+ "epoch": 0.848,
2481
+ "grad_norm": 5.078688621520996,
2482
+ "learning_rate": 3.1351351351351356e-06,
2483
+ "loss": 1.5754,
2484
+ "step": 318
2485
+ },
2486
+ {
2487
+ "epoch": 0.8506666666666667,
2488
+ "grad_norm": 5.22740364074707,
2489
+ "learning_rate": 3.0810810810810817e-06,
2490
+ "loss": 1.6293,
2491
+ "step": 319
2492
+ },
2493
+ {
2494
+ "epoch": 0.8533333333333334,
2495
+ "grad_norm": 5.6544270515441895,
2496
+ "learning_rate": 3.0270270270270274e-06,
2497
+ "loss": 1.5225,
2498
+ "step": 320
2499
+ },
2500
+ {
2501
+ "epoch": 0.8533333333333334,
2502
+ "eval_loss": 2.2560644149780273,
2503
+ "eval_runtime": 2.1308,
2504
+ "eval_samples_per_second": 46.932,
2505
+ "eval_steps_per_second": 23.466,
2506
+ "step": 320
2507
+ }
2508
+ ],
2509
+ "logging_steps": 1,
2510
+ "max_steps": 375,
2511
+ "num_input_tokens_seen": 0,
2512
+ "num_train_epochs": 1,
2513
+ "save_steps": 10,
2514
+ "stateful_callbacks": {
2515
+ "TrainerControl": {
2516
+ "args": {
2517
+ "should_epoch_stop": false,
2518
+ "should_evaluate": false,
2519
+ "should_log": false,
2520
+ "should_save": true,
2521
+ "should_training_stop": false
2522
+ },
2523
+ "attributes": {}
2524
+ }
2525
+ },
2526
+ "total_flos": 7.728905366044262e+16,
2527
+ "train_batch_size": 2,
2528
+ "trial_name": null,
2529
+ "trial_params": null
2530
+ }
checkpoint-320/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed4071e241f6826eb1ee301ccead87bf9df9ca8e581b6c25eca5e624e73f217d
3
+ size 6033
checkpoint-320/vocab.json ADDED
The diff for this file is too large to render. See raw diff