poduval commited on
Commit
e0dbef6
·
verified ·
1 Parent(s): 3a620b5

Training in progress, step 338, 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-338/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-338/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen2.5-Coder-0.5B-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-338/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-Coder-0.5B-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
+ "k_proj",
28
+ "o_proj",
29
+ "gate_proj",
30
+ "q_proj",
31
+ "down_proj",
32
+ "up_proj",
33
+ "v_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": true
39
+ }
checkpoint-338/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eedc949d3ed7aab2e0e16bb75854d63691269f0cf25e1d68356c51cbcb893638
3
+ size 70430032
checkpoint-338/added_tokens.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|PAD_TOKEN|>": 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-338/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-338/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-338/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:121a4a8884c1c01e89e1d16fb246ba84c09f59dec83e8360f7dcd5c888ecfe94
3
+ size 36136677
checkpoint-338/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2581c486c2f0bf87e01082642970aa1b1009c41975d0a49b24b0a9781781052c
3
+ size 14581
checkpoint-338/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a20c7ef4304280407740087ef345abfaf4a259149005c4f7f0f4b2d0c1d50ec1
3
+ size 1465
checkpoint-338/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": "<|PAD_TOKEN|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-338/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab42efe8d17406525a9154b728cf9e957629a8ed7ce997770efdd71128c6a1a
3
+ size 11422086
checkpoint-338/tokenizer_config.json ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "<|PAD_TOKEN|>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": true
188
+ }
189
+ },
190
+ "additional_special_tokens": [
191
+ "<|im_start|>",
192
+ "<|im_end|>",
193
+ "<|object_ref_start|>",
194
+ "<|object_ref_end|>",
195
+ "<|box_start|>",
196
+ "<|box_end|>",
197
+ "<|quad_start|>",
198
+ "<|quad_end|>",
199
+ "<|vision_start|>",
200
+ "<|vision_end|>",
201
+ "<|vision_pad|>",
202
+ "<|image_pad|>",
203
+ "<|video_pad|>"
204
+ ],
205
+ "bos_token": null,
206
+ "clean_up_tokenization_spaces": false,
207
+ "eos_token": "<|im_end|>",
208
+ "errors": "replace",
209
+ "extra_special_tokens": {},
210
+ "model_max_length": 32768,
211
+ "pad_token": "<|PAD_TOKEN|>",
212
+ "padding_side": "right",
213
+ "split_special_tokens": false,
214
+ "tokenizer_class": "Qwen2Tokenizer",
215
+ "unk_token": null
216
+ }
checkpoint-338/trainer_state.json ADDED
@@ -0,0 +1,2448 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 338,
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.002962962962962963,
14
+ "grad_norm": 18.871822357177734,
15
+ "learning_rate": 0.0,
16
+ "loss": 1.2562,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.005925925925925926,
21
+ "grad_norm": 20.0145263671875,
22
+ "learning_rate": 2.0000000000000003e-06,
23
+ "loss": 1.4085,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.008888888888888889,
28
+ "grad_norm": 17.5758113861084,
29
+ "learning_rate": 4.000000000000001e-06,
30
+ "loss": 1.2743,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.011851851851851851,
35
+ "grad_norm": 17.24315071105957,
36
+ "learning_rate": 6e-06,
37
+ "loss": 1.0853,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.014814814814814815,
42
+ "grad_norm": 15.651521682739258,
43
+ "learning_rate": 8.000000000000001e-06,
44
+ "loss": 0.8372,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.017777777777777778,
49
+ "grad_norm": 16.036054611206055,
50
+ "learning_rate": 1e-05,
51
+ "loss": 0.9284,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.02074074074074074,
56
+ "grad_norm": 12.475454330444336,
57
+ "learning_rate": 9.96996996996997e-06,
58
+ "loss": 0.7633,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.023703703703703703,
63
+ "grad_norm": 12.551018714904785,
64
+ "learning_rate": 9.93993993993994e-06,
65
+ "loss": 0.7809,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.02666666666666667,
70
+ "grad_norm": 7.655378818511963,
71
+ "learning_rate": 9.90990990990991e-06,
72
+ "loss": 0.5637,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.02962962962962963,
77
+ "grad_norm": 8.11026668548584,
78
+ "learning_rate": 9.879879879879881e-06,
79
+ "loss": 0.5907,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.03259259259259259,
84
+ "grad_norm": 5.830432415008545,
85
+ "learning_rate": 9.849849849849851e-06,
86
+ "loss": 0.4395,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.035555555555555556,
91
+ "grad_norm": 7.10530424118042,
92
+ "learning_rate": 9.81981981981982e-06,
93
+ "loss": 0.5419,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.03851851851851852,
98
+ "grad_norm": 5.309663772583008,
99
+ "learning_rate": 9.78978978978979e-06,
100
+ "loss": 0.3134,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.04148148148148148,
105
+ "grad_norm": 6.065217971801758,
106
+ "learning_rate": 9.75975975975976e-06,
107
+ "loss": 0.4831,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.044444444444444446,
112
+ "grad_norm": 5.2838616371154785,
113
+ "learning_rate": 9.729729729729732e-06,
114
+ "loss": 0.3191,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.047407407407407405,
119
+ "grad_norm": 4.993081092834473,
120
+ "learning_rate": 9.699699699699701e-06,
121
+ "loss": 0.3908,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.05037037037037037,
126
+ "grad_norm": 4.410404205322266,
127
+ "learning_rate": 9.669669669669671e-06,
128
+ "loss": 0.3772,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.05333333333333334,
133
+ "grad_norm": 6.506342887878418,
134
+ "learning_rate": 9.63963963963964e-06,
135
+ "loss": 0.2692,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.056296296296296296,
140
+ "grad_norm": 6.066755294799805,
141
+ "learning_rate": 9.60960960960961e-06,
142
+ "loss": 0.3848,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.05925925925925926,
147
+ "grad_norm": 5.518377780914307,
148
+ "learning_rate": 9.57957957957958e-06,
149
+ "loss": 0.4137,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.06222222222222222,
154
+ "grad_norm": 4.540810585021973,
155
+ "learning_rate": 9.54954954954955e-06,
156
+ "loss": 0.2713,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.06518518518518518,
161
+ "grad_norm": 6.6338653564453125,
162
+ "learning_rate": 9.51951951951952e-06,
163
+ "loss": 0.4063,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.06814814814814815,
168
+ "grad_norm": 4.138343811035156,
169
+ "learning_rate": 9.489489489489491e-06,
170
+ "loss": 0.4415,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.07111111111111111,
175
+ "grad_norm": 3.4290356636047363,
176
+ "learning_rate": 9.45945945945946e-06,
177
+ "loss": 0.4425,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.07407407407407407,
182
+ "grad_norm": 2.953702926635742,
183
+ "learning_rate": 9.42942942942943e-06,
184
+ "loss": 0.2775,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.07703703703703704,
189
+ "grad_norm": 3.9961612224578857,
190
+ "learning_rate": 9.3993993993994e-06,
191
+ "loss": 0.3727,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.08,
196
+ "grad_norm": 4.601678371429443,
197
+ "learning_rate": 9.36936936936937e-06,
198
+ "loss": 0.4344,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.08296296296296296,
203
+ "grad_norm": 3.8320674896240234,
204
+ "learning_rate": 9.339339339339341e-06,
205
+ "loss": 0.4394,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.08592592592592592,
210
+ "grad_norm": 3.454077959060669,
211
+ "learning_rate": 9.30930930930931e-06,
212
+ "loss": 0.3315,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.08888888888888889,
217
+ "grad_norm": 2.792492151260376,
218
+ "learning_rate": 9.27927927927928e-06,
219
+ "loss": 0.2667,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.09185185185185185,
224
+ "grad_norm": 2.1370620727539062,
225
+ "learning_rate": 9.24924924924925e-06,
226
+ "loss": 0.2027,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.09481481481481481,
231
+ "grad_norm": 1.792478084564209,
232
+ "learning_rate": 9.21921921921922e-06,
233
+ "loss": 0.1181,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.09777777777777778,
238
+ "grad_norm": 2.7533674240112305,
239
+ "learning_rate": 9.189189189189191e-06,
240
+ "loss": 0.2156,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.10074074074074074,
245
+ "grad_norm": 3.0756726264953613,
246
+ "learning_rate": 9.15915915915916e-06,
247
+ "loss": 0.2824,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.1037037037037037,
252
+ "grad_norm": 3.210982084274292,
253
+ "learning_rate": 9.129129129129129e-06,
254
+ "loss": 0.3565,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.10666666666666667,
259
+ "grad_norm": 2.9639575481414795,
260
+ "learning_rate": 9.0990990990991e-06,
261
+ "loss": 0.2732,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.10962962962962963,
266
+ "grad_norm": 3.4268033504486084,
267
+ "learning_rate": 9.06906906906907e-06,
268
+ "loss": 0.3077,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.11259259259259259,
273
+ "grad_norm": 3.23153018951416,
274
+ "learning_rate": 9.03903903903904e-06,
275
+ "loss": 0.322,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.11555555555555555,
280
+ "grad_norm": 2.5346312522888184,
281
+ "learning_rate": 9.00900900900901e-06,
282
+ "loss": 0.1953,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.11851851851851852,
287
+ "grad_norm": 2.648181915283203,
288
+ "learning_rate": 8.97897897897898e-06,
289
+ "loss": 0.2274,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.12148148148148148,
294
+ "grad_norm": 3.330951690673828,
295
+ "learning_rate": 8.94894894894895e-06,
296
+ "loss": 0.302,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.12444444444444444,
301
+ "grad_norm": 4.386360168457031,
302
+ "learning_rate": 8.91891891891892e-06,
303
+ "loss": 0.4134,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.1274074074074074,
308
+ "grad_norm": 2.513200044631958,
309
+ "learning_rate": 8.888888888888888e-06,
310
+ "loss": 0.1916,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.13037037037037036,
315
+ "grad_norm": 2.7447643280029297,
316
+ "learning_rate": 8.85885885885886e-06,
317
+ "loss": 0.2198,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.13333333333333333,
322
+ "grad_norm": 3.2440836429595947,
323
+ "learning_rate": 8.82882882882883e-06,
324
+ "loss": 0.2917,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.1362962962962963,
329
+ "grad_norm": 3.261544704437256,
330
+ "learning_rate": 8.798798798798799e-06,
331
+ "loss": 0.3159,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.13925925925925925,
336
+ "grad_norm": 4.297928810119629,
337
+ "learning_rate": 8.768768768768769e-06,
338
+ "loss": 0.441,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.14222222222222222,
343
+ "grad_norm": 2.5899240970611572,
344
+ "learning_rate": 8.738738738738739e-06,
345
+ "loss": 0.177,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.1451851851851852,
350
+ "grad_norm": 3.443006753921509,
351
+ "learning_rate": 8.70870870870871e-06,
352
+ "loss": 0.276,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.14814814814814814,
357
+ "grad_norm": 2.5309197902679443,
358
+ "learning_rate": 8.67867867867868e-06,
359
+ "loss": 0.2046,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.14814814814814814,
364
+ "eval_loss": 0.2515050768852234,
365
+ "eval_runtime": 11.1677,
366
+ "eval_samples_per_second": 53.726,
367
+ "eval_steps_per_second": 26.863,
368
+ "step": 50
369
+ },
370
+ {
371
+ "epoch": 0.1511111111111111,
372
+ "grad_norm": 3.570620536804199,
373
+ "learning_rate": 8.64864864864865e-06,
374
+ "loss": 0.3513,
375
+ "step": 51
376
+ },
377
+ {
378
+ "epoch": 0.15407407407407409,
379
+ "grad_norm": 3.5337231159210205,
380
+ "learning_rate": 8.618618618618619e-06,
381
+ "loss": 0.3079,
382
+ "step": 52
383
+ },
384
+ {
385
+ "epoch": 0.15703703703703703,
386
+ "grad_norm": 3.5885133743286133,
387
+ "learning_rate": 8.588588588588589e-06,
388
+ "loss": 0.3359,
389
+ "step": 53
390
+ },
391
+ {
392
+ "epoch": 0.16,
393
+ "grad_norm": 3.7262165546417236,
394
+ "learning_rate": 8.55855855855856e-06,
395
+ "loss": 0.3085,
396
+ "step": 54
397
+ },
398
+ {
399
+ "epoch": 0.16296296296296298,
400
+ "grad_norm": 2.6166510581970215,
401
+ "learning_rate": 8.52852852852853e-06,
402
+ "loss": 0.1756,
403
+ "step": 55
404
+ },
405
+ {
406
+ "epoch": 0.16592592592592592,
407
+ "grad_norm": 2.9991190433502197,
408
+ "learning_rate": 8.4984984984985e-06,
409
+ "loss": 0.255,
410
+ "step": 56
411
+ },
412
+ {
413
+ "epoch": 0.1688888888888889,
414
+ "grad_norm": 2.535562038421631,
415
+ "learning_rate": 8.46846846846847e-06,
416
+ "loss": 0.202,
417
+ "step": 57
418
+ },
419
+ {
420
+ "epoch": 0.17185185185185184,
421
+ "grad_norm": 2.246443510055542,
422
+ "learning_rate": 8.438438438438439e-06,
423
+ "loss": 0.1582,
424
+ "step": 58
425
+ },
426
+ {
427
+ "epoch": 0.1748148148148148,
428
+ "grad_norm": 3.3990402221679688,
429
+ "learning_rate": 8.408408408408409e-06,
430
+ "loss": 0.3171,
431
+ "step": 59
432
+ },
433
+ {
434
+ "epoch": 0.17777777777777778,
435
+ "grad_norm": 2.6388700008392334,
436
+ "learning_rate": 8.378378378378378e-06,
437
+ "loss": 0.2546,
438
+ "step": 60
439
+ },
440
+ {
441
+ "epoch": 0.18074074074074073,
442
+ "grad_norm": 2.6655466556549072,
443
+ "learning_rate": 8.348348348348348e-06,
444
+ "loss": 0.2489,
445
+ "step": 61
446
+ },
447
+ {
448
+ "epoch": 0.1837037037037037,
449
+ "grad_norm": 2.323058843612671,
450
+ "learning_rate": 8.31831831831832e-06,
451
+ "loss": 0.1804,
452
+ "step": 62
453
+ },
454
+ {
455
+ "epoch": 0.18666666666666668,
456
+ "grad_norm": 3.3848092555999756,
457
+ "learning_rate": 8.288288288288289e-06,
458
+ "loss": 0.3339,
459
+ "step": 63
460
+ },
461
+ {
462
+ "epoch": 0.18962962962962962,
463
+ "grad_norm": 2.6708133220672607,
464
+ "learning_rate": 8.258258258258259e-06,
465
+ "loss": 0.228,
466
+ "step": 64
467
+ },
468
+ {
469
+ "epoch": 0.1925925925925926,
470
+ "grad_norm": 2.9275991916656494,
471
+ "learning_rate": 8.228228228228229e-06,
472
+ "loss": 0.2649,
473
+ "step": 65
474
+ },
475
+ {
476
+ "epoch": 0.19555555555555557,
477
+ "grad_norm": 3.0249786376953125,
478
+ "learning_rate": 8.198198198198198e-06,
479
+ "loss": 0.2178,
480
+ "step": 66
481
+ },
482
+ {
483
+ "epoch": 0.1985185185185185,
484
+ "grad_norm": 2.9461863040924072,
485
+ "learning_rate": 8.16816816816817e-06,
486
+ "loss": 0.3087,
487
+ "step": 67
488
+ },
489
+ {
490
+ "epoch": 0.20148148148148148,
491
+ "grad_norm": 4.291225910186768,
492
+ "learning_rate": 8.13813813813814e-06,
493
+ "loss": 0.4002,
494
+ "step": 68
495
+ },
496
+ {
497
+ "epoch": 0.20444444444444446,
498
+ "grad_norm": 3.945723295211792,
499
+ "learning_rate": 8.108108108108109e-06,
500
+ "loss": 0.2858,
501
+ "step": 69
502
+ },
503
+ {
504
+ "epoch": 0.2074074074074074,
505
+ "grad_norm": 2.2395265102386475,
506
+ "learning_rate": 8.078078078078079e-06,
507
+ "loss": 0.1603,
508
+ "step": 70
509
+ },
510
+ {
511
+ "epoch": 0.21037037037037037,
512
+ "grad_norm": 3.3405089378356934,
513
+ "learning_rate": 8.048048048048048e-06,
514
+ "loss": 0.2683,
515
+ "step": 71
516
+ },
517
+ {
518
+ "epoch": 0.21333333333333335,
519
+ "grad_norm": 3.709451675415039,
520
+ "learning_rate": 8.018018018018018e-06,
521
+ "loss": 0.3039,
522
+ "step": 72
523
+ },
524
+ {
525
+ "epoch": 0.2162962962962963,
526
+ "grad_norm": 2.6204516887664795,
527
+ "learning_rate": 7.987987987987988e-06,
528
+ "loss": 0.1939,
529
+ "step": 73
530
+ },
531
+ {
532
+ "epoch": 0.21925925925925926,
533
+ "grad_norm": 2.5849080085754395,
534
+ "learning_rate": 7.95795795795796e-06,
535
+ "loss": 0.1547,
536
+ "step": 74
537
+ },
538
+ {
539
+ "epoch": 0.2222222222222222,
540
+ "grad_norm": 2.6350386142730713,
541
+ "learning_rate": 7.927927927927929e-06,
542
+ "loss": 0.2103,
543
+ "step": 75
544
+ },
545
+ {
546
+ "epoch": 0.22518518518518518,
547
+ "grad_norm": 3.0122978687286377,
548
+ "learning_rate": 7.897897897897899e-06,
549
+ "loss": 0.2315,
550
+ "step": 76
551
+ },
552
+ {
553
+ "epoch": 0.22814814814814816,
554
+ "grad_norm": 3.730886459350586,
555
+ "learning_rate": 7.867867867867868e-06,
556
+ "loss": 0.3128,
557
+ "step": 77
558
+ },
559
+ {
560
+ "epoch": 0.2311111111111111,
561
+ "grad_norm": 3.511054515838623,
562
+ "learning_rate": 7.837837837837838e-06,
563
+ "loss": 0.2924,
564
+ "step": 78
565
+ },
566
+ {
567
+ "epoch": 0.23407407407407407,
568
+ "grad_norm": 2.6741747856140137,
569
+ "learning_rate": 7.807807807807808e-06,
570
+ "loss": 0.1686,
571
+ "step": 79
572
+ },
573
+ {
574
+ "epoch": 0.23703703703703705,
575
+ "grad_norm": 3.267822504043579,
576
+ "learning_rate": 7.77777777777778e-06,
577
+ "loss": 0.2521,
578
+ "step": 80
579
+ },
580
+ {
581
+ "epoch": 0.24,
582
+ "grad_norm": 2.672273635864258,
583
+ "learning_rate": 7.747747747747749e-06,
584
+ "loss": 0.2369,
585
+ "step": 81
586
+ },
587
+ {
588
+ "epoch": 0.24296296296296296,
589
+ "grad_norm": 2.8281872272491455,
590
+ "learning_rate": 7.717717717717719e-06,
591
+ "loss": 0.1898,
592
+ "step": 82
593
+ },
594
+ {
595
+ "epoch": 0.24592592592592594,
596
+ "grad_norm": 2.549879550933838,
597
+ "learning_rate": 7.687687687687688e-06,
598
+ "loss": 0.1855,
599
+ "step": 83
600
+ },
601
+ {
602
+ "epoch": 0.24888888888888888,
603
+ "grad_norm": 3.1931447982788086,
604
+ "learning_rate": 7.657657657657658e-06,
605
+ "loss": 0.266,
606
+ "step": 84
607
+ },
608
+ {
609
+ "epoch": 0.2518518518518518,
610
+ "grad_norm": 3.2826764583587646,
611
+ "learning_rate": 7.6276276276276285e-06,
612
+ "loss": 0.2939,
613
+ "step": 85
614
+ },
615
+ {
616
+ "epoch": 0.2548148148148148,
617
+ "grad_norm": 2.4231154918670654,
618
+ "learning_rate": 7.597597597597598e-06,
619
+ "loss": 0.2213,
620
+ "step": 86
621
+ },
622
+ {
623
+ "epoch": 0.2577777777777778,
624
+ "grad_norm": 4.365043640136719,
625
+ "learning_rate": 7.567567567567569e-06,
626
+ "loss": 0.4068,
627
+ "step": 87
628
+ },
629
+ {
630
+ "epoch": 0.2607407407407407,
631
+ "grad_norm": 3.3456623554229736,
632
+ "learning_rate": 7.5375375375375385e-06,
633
+ "loss": 0.3094,
634
+ "step": 88
635
+ },
636
+ {
637
+ "epoch": 0.2637037037037037,
638
+ "grad_norm": 2.3539235591888428,
639
+ "learning_rate": 7.507507507507507e-06,
640
+ "loss": 0.1728,
641
+ "step": 89
642
+ },
643
+ {
644
+ "epoch": 0.26666666666666666,
645
+ "grad_norm": 3.1680757999420166,
646
+ "learning_rate": 7.477477477477479e-06,
647
+ "loss": 0.233,
648
+ "step": 90
649
+ },
650
+ {
651
+ "epoch": 0.2696296296296296,
652
+ "grad_norm": 2.900656223297119,
653
+ "learning_rate": 7.447447447447448e-06,
654
+ "loss": 0.294,
655
+ "step": 91
656
+ },
657
+ {
658
+ "epoch": 0.2725925925925926,
659
+ "grad_norm": 2.414335250854492,
660
+ "learning_rate": 7.417417417417418e-06,
661
+ "loss": 0.1921,
662
+ "step": 92
663
+ },
664
+ {
665
+ "epoch": 0.27555555555555555,
666
+ "grad_norm": 2.192351818084717,
667
+ "learning_rate": 7.387387387387388e-06,
668
+ "loss": 0.1467,
669
+ "step": 93
670
+ },
671
+ {
672
+ "epoch": 0.2785185185185185,
673
+ "grad_norm": 3.4462571144104004,
674
+ "learning_rate": 7.3573573573573575e-06,
675
+ "loss": 0.355,
676
+ "step": 94
677
+ },
678
+ {
679
+ "epoch": 0.2814814814814815,
680
+ "grad_norm": 3.0285139083862305,
681
+ "learning_rate": 7.327327327327328e-06,
682
+ "loss": 0.2689,
683
+ "step": 95
684
+ },
685
+ {
686
+ "epoch": 0.28444444444444444,
687
+ "grad_norm": 3.186386823654175,
688
+ "learning_rate": 7.297297297297298e-06,
689
+ "loss": 0.2729,
690
+ "step": 96
691
+ },
692
+ {
693
+ "epoch": 0.2874074074074074,
694
+ "grad_norm": 3.0673727989196777,
695
+ "learning_rate": 7.267267267267268e-06,
696
+ "loss": 0.3009,
697
+ "step": 97
698
+ },
699
+ {
700
+ "epoch": 0.2903703703703704,
701
+ "grad_norm": 2.8259639739990234,
702
+ "learning_rate": 7.237237237237238e-06,
703
+ "loss": 0.2253,
704
+ "step": 98
705
+ },
706
+ {
707
+ "epoch": 0.29333333333333333,
708
+ "grad_norm": 3.7186880111694336,
709
+ "learning_rate": 7.207207207207208e-06,
710
+ "loss": 0.4068,
711
+ "step": 99
712
+ },
713
+ {
714
+ "epoch": 0.2962962962962963,
715
+ "grad_norm": 2.728990077972412,
716
+ "learning_rate": 7.177177177177178e-06,
717
+ "loss": 0.2611,
718
+ "step": 100
719
+ },
720
+ {
721
+ "epoch": 0.2962962962962963,
722
+ "eval_loss": 0.22570012509822845,
723
+ "eval_runtime": 10.5591,
724
+ "eval_samples_per_second": 56.823,
725
+ "eval_steps_per_second": 28.411,
726
+ "step": 100
727
+ },
728
+ {
729
+ "epoch": 0.2992592592592593,
730
+ "grad_norm": 2.5431857109069824,
731
+ "learning_rate": 7.147147147147148e-06,
732
+ "loss": 0.1704,
733
+ "step": 101
734
+ },
735
+ {
736
+ "epoch": 0.3022222222222222,
737
+ "grad_norm": 3.0163307189941406,
738
+ "learning_rate": 7.117117117117117e-06,
739
+ "loss": 0.2486,
740
+ "step": 102
741
+ },
742
+ {
743
+ "epoch": 0.30518518518518517,
744
+ "grad_norm": 3.7832963466644287,
745
+ "learning_rate": 7.087087087087087e-06,
746
+ "loss": 0.3548,
747
+ "step": 103
748
+ },
749
+ {
750
+ "epoch": 0.30814814814814817,
751
+ "grad_norm": 2.7764885425567627,
752
+ "learning_rate": 7.057057057057057e-06,
753
+ "loss": 0.2141,
754
+ "step": 104
755
+ },
756
+ {
757
+ "epoch": 0.3111111111111111,
758
+ "grad_norm": 3.330965518951416,
759
+ "learning_rate": 7.027027027027028e-06,
760
+ "loss": 0.3213,
761
+ "step": 105
762
+ },
763
+ {
764
+ "epoch": 0.31407407407407406,
765
+ "grad_norm": 2.129932403564453,
766
+ "learning_rate": 6.996996996996997e-06,
767
+ "loss": 0.1786,
768
+ "step": 106
769
+ },
770
+ {
771
+ "epoch": 0.31703703703703706,
772
+ "grad_norm": 3.3832712173461914,
773
+ "learning_rate": 6.966966966966967e-06,
774
+ "loss": 0.2138,
775
+ "step": 107
776
+ },
777
+ {
778
+ "epoch": 0.32,
779
+ "grad_norm": 2.2684051990509033,
780
+ "learning_rate": 6.936936936936938e-06,
781
+ "loss": 0.213,
782
+ "step": 108
783
+ },
784
+ {
785
+ "epoch": 0.32296296296296295,
786
+ "grad_norm": 3.7443106174468994,
787
+ "learning_rate": 6.906906906906907e-06,
788
+ "loss": 0.3005,
789
+ "step": 109
790
+ },
791
+ {
792
+ "epoch": 0.32592592592592595,
793
+ "grad_norm": 2.706817626953125,
794
+ "learning_rate": 6.876876876876878e-06,
795
+ "loss": 0.2467,
796
+ "step": 110
797
+ },
798
+ {
799
+ "epoch": 0.3288888888888889,
800
+ "grad_norm": 3.84747576713562,
801
+ "learning_rate": 6.846846846846848e-06,
802
+ "loss": 0.3013,
803
+ "step": 111
804
+ },
805
+ {
806
+ "epoch": 0.33185185185185184,
807
+ "grad_norm": 2.8759191036224365,
808
+ "learning_rate": 6.816816816816817e-06,
809
+ "loss": 0.2461,
810
+ "step": 112
811
+ },
812
+ {
813
+ "epoch": 0.3348148148148148,
814
+ "grad_norm": 2.7552623748779297,
815
+ "learning_rate": 6.786786786786788e-06,
816
+ "loss": 0.2096,
817
+ "step": 113
818
+ },
819
+ {
820
+ "epoch": 0.3377777777777778,
821
+ "grad_norm": 3.3475563526153564,
822
+ "learning_rate": 6.7567567567567575e-06,
823
+ "loss": 0.2921,
824
+ "step": 114
825
+ },
826
+ {
827
+ "epoch": 0.34074074074074073,
828
+ "grad_norm": 2.8188297748565674,
829
+ "learning_rate": 6.726726726726728e-06,
830
+ "loss": 0.2163,
831
+ "step": 115
832
+ },
833
+ {
834
+ "epoch": 0.3437037037037037,
835
+ "grad_norm": 3.941312074661255,
836
+ "learning_rate": 6.696696696696697e-06,
837
+ "loss": 0.3766,
838
+ "step": 116
839
+ },
840
+ {
841
+ "epoch": 0.3466666666666667,
842
+ "grad_norm": 2.966233968734741,
843
+ "learning_rate": 6.666666666666667e-06,
844
+ "loss": 0.2298,
845
+ "step": 117
846
+ },
847
+ {
848
+ "epoch": 0.3496296296296296,
849
+ "grad_norm": 3.357117176055908,
850
+ "learning_rate": 6.636636636636637e-06,
851
+ "loss": 0.3119,
852
+ "step": 118
853
+ },
854
+ {
855
+ "epoch": 0.35259259259259257,
856
+ "grad_norm": 3.3797218799591064,
857
+ "learning_rate": 6.606606606606607e-06,
858
+ "loss": 0.3242,
859
+ "step": 119
860
+ },
861
+ {
862
+ "epoch": 0.35555555555555557,
863
+ "grad_norm": 2.8273561000823975,
864
+ "learning_rate": 6.5765765765765775e-06,
865
+ "loss": 0.248,
866
+ "step": 120
867
+ },
868
+ {
869
+ "epoch": 0.3585185185185185,
870
+ "grad_norm": 2.884103536605835,
871
+ "learning_rate": 6.546546546546547e-06,
872
+ "loss": 0.2572,
873
+ "step": 121
874
+ },
875
+ {
876
+ "epoch": 0.36148148148148146,
877
+ "grad_norm": 2.74023175239563,
878
+ "learning_rate": 6.516516516516517e-06,
879
+ "loss": 0.2116,
880
+ "step": 122
881
+ },
882
+ {
883
+ "epoch": 0.36444444444444446,
884
+ "grad_norm": 2.981078863143921,
885
+ "learning_rate": 6.486486486486487e-06,
886
+ "loss": 0.2312,
887
+ "step": 123
888
+ },
889
+ {
890
+ "epoch": 0.3674074074074074,
891
+ "grad_norm": 3.89298677444458,
892
+ "learning_rate": 6.456456456456457e-06,
893
+ "loss": 0.3256,
894
+ "step": 124
895
+ },
896
+ {
897
+ "epoch": 0.37037037037037035,
898
+ "grad_norm": 4.4148149490356445,
899
+ "learning_rate": 6.426426426426427e-06,
900
+ "loss": 0.2751,
901
+ "step": 125
902
+ },
903
+ {
904
+ "epoch": 0.37333333333333335,
905
+ "grad_norm": 3.2606608867645264,
906
+ "learning_rate": 6.396396396396397e-06,
907
+ "loss": 0.3159,
908
+ "step": 126
909
+ },
910
+ {
911
+ "epoch": 0.3762962962962963,
912
+ "grad_norm": 2.713014841079712,
913
+ "learning_rate": 6.366366366366366e-06,
914
+ "loss": 0.209,
915
+ "step": 127
916
+ },
917
+ {
918
+ "epoch": 0.37925925925925924,
919
+ "grad_norm": 2.3826448917388916,
920
+ "learning_rate": 6.336336336336338e-06,
921
+ "loss": 0.1737,
922
+ "step": 128
923
+ },
924
+ {
925
+ "epoch": 0.38222222222222224,
926
+ "grad_norm": 3.0711910724639893,
927
+ "learning_rate": 6.3063063063063065e-06,
928
+ "loss": 0.2147,
929
+ "step": 129
930
+ },
931
+ {
932
+ "epoch": 0.3851851851851852,
933
+ "grad_norm": 2.5516629219055176,
934
+ "learning_rate": 6.276276276276276e-06,
935
+ "loss": 0.1572,
936
+ "step": 130
937
+ },
938
+ {
939
+ "epoch": 0.38814814814814813,
940
+ "grad_norm": 3.3520166873931885,
941
+ "learning_rate": 6.246246246246247e-06,
942
+ "loss": 0.2569,
943
+ "step": 131
944
+ },
945
+ {
946
+ "epoch": 0.39111111111111113,
947
+ "grad_norm": 3.0766148567199707,
948
+ "learning_rate": 6.2162162162162164e-06,
949
+ "loss": 0.2252,
950
+ "step": 132
951
+ },
952
+ {
953
+ "epoch": 0.3940740740740741,
954
+ "grad_norm": 3.176640510559082,
955
+ "learning_rate": 6.186186186186187e-06,
956
+ "loss": 0.2924,
957
+ "step": 133
958
+ },
959
+ {
960
+ "epoch": 0.397037037037037,
961
+ "grad_norm": 3.182570695877075,
962
+ "learning_rate": 6.156156156156157e-06,
963
+ "loss": 0.2849,
964
+ "step": 134
965
+ },
966
+ {
967
+ "epoch": 0.4,
968
+ "grad_norm": 2.8881466388702393,
969
+ "learning_rate": 6.126126126126126e-06,
970
+ "loss": 0.2381,
971
+ "step": 135
972
+ },
973
+ {
974
+ "epoch": 0.40296296296296297,
975
+ "grad_norm": 2.881603717803955,
976
+ "learning_rate": 6.096096096096097e-06,
977
+ "loss": 0.1791,
978
+ "step": 136
979
+ },
980
+ {
981
+ "epoch": 0.4059259259259259,
982
+ "grad_norm": 3.2428457736968994,
983
+ "learning_rate": 6.066066066066067e-06,
984
+ "loss": 0.1793,
985
+ "step": 137
986
+ },
987
+ {
988
+ "epoch": 0.4088888888888889,
989
+ "grad_norm": 3.1338982582092285,
990
+ "learning_rate": 6.036036036036037e-06,
991
+ "loss": 0.2151,
992
+ "step": 138
993
+ },
994
+ {
995
+ "epoch": 0.41185185185185186,
996
+ "grad_norm": 2.891024589538574,
997
+ "learning_rate": 6.006006006006007e-06,
998
+ "loss": 0.2338,
999
+ "step": 139
1000
+ },
1001
+ {
1002
+ "epoch": 0.4148148148148148,
1003
+ "grad_norm": 4.511767864227295,
1004
+ "learning_rate": 5.975975975975976e-06,
1005
+ "loss": 0.3721,
1006
+ "step": 140
1007
+ },
1008
+ {
1009
+ "epoch": 0.4177777777777778,
1010
+ "grad_norm": 3.4573354721069336,
1011
+ "learning_rate": 5.945945945945947e-06,
1012
+ "loss": 0.288,
1013
+ "step": 141
1014
+ },
1015
+ {
1016
+ "epoch": 0.42074074074074075,
1017
+ "grad_norm": 2.8427698612213135,
1018
+ "learning_rate": 5.915915915915916e-06,
1019
+ "loss": 0.1758,
1020
+ "step": 142
1021
+ },
1022
+ {
1023
+ "epoch": 0.4237037037037037,
1024
+ "grad_norm": 3.213711738586426,
1025
+ "learning_rate": 5.885885885885886e-06,
1026
+ "loss": 0.2982,
1027
+ "step": 143
1028
+ },
1029
+ {
1030
+ "epoch": 0.4266666666666667,
1031
+ "grad_norm": 3.2836170196533203,
1032
+ "learning_rate": 5.855855855855856e-06,
1033
+ "loss": 0.2596,
1034
+ "step": 144
1035
+ },
1036
+ {
1037
+ "epoch": 0.42962962962962964,
1038
+ "grad_norm": 3.356274127960205,
1039
+ "learning_rate": 5.825825825825826e-06,
1040
+ "loss": 0.2035,
1041
+ "step": 145
1042
+ },
1043
+ {
1044
+ "epoch": 0.4325925925925926,
1045
+ "grad_norm": 2.2971181869506836,
1046
+ "learning_rate": 5.7957957957957965e-06,
1047
+ "loss": 0.1321,
1048
+ "step": 146
1049
+ },
1050
+ {
1051
+ "epoch": 0.43555555555555553,
1052
+ "grad_norm": 2.859400987625122,
1053
+ "learning_rate": 5.765765765765766e-06,
1054
+ "loss": 0.1968,
1055
+ "step": 147
1056
+ },
1057
+ {
1058
+ "epoch": 0.43851851851851853,
1059
+ "grad_norm": 2.841475009918213,
1060
+ "learning_rate": 5.735735735735736e-06,
1061
+ "loss": 0.2272,
1062
+ "step": 148
1063
+ },
1064
+ {
1065
+ "epoch": 0.4414814814814815,
1066
+ "grad_norm": 2.9598987102508545,
1067
+ "learning_rate": 5.7057057057057065e-06,
1068
+ "loss": 0.2431,
1069
+ "step": 149
1070
+ },
1071
+ {
1072
+ "epoch": 0.4444444444444444,
1073
+ "grad_norm": 3.650730848312378,
1074
+ "learning_rate": 5.675675675675676e-06,
1075
+ "loss": 0.3133,
1076
+ "step": 150
1077
+ },
1078
+ {
1079
+ "epoch": 0.4444444444444444,
1080
+ "eval_loss": 0.21488189697265625,
1081
+ "eval_runtime": 10.5866,
1082
+ "eval_samples_per_second": 56.676,
1083
+ "eval_steps_per_second": 28.338,
1084
+ "step": 150
1085
+ },
1086
+ {
1087
+ "epoch": 0.4474074074074074,
1088
+ "grad_norm": 4.122971057891846,
1089
+ "learning_rate": 5.645645645645647e-06,
1090
+ "loss": 0.3273,
1091
+ "step": 151
1092
+ },
1093
+ {
1094
+ "epoch": 0.45037037037037037,
1095
+ "grad_norm": 2.1697189807891846,
1096
+ "learning_rate": 5.615615615615616e-06,
1097
+ "loss": 0.1656,
1098
+ "step": 152
1099
+ },
1100
+ {
1101
+ "epoch": 0.4533333333333333,
1102
+ "grad_norm": 2.983633518218994,
1103
+ "learning_rate": 5.585585585585585e-06,
1104
+ "loss": 0.1849,
1105
+ "step": 153
1106
+ },
1107
+ {
1108
+ "epoch": 0.4562962962962963,
1109
+ "grad_norm": 3.19234299659729,
1110
+ "learning_rate": 5.555555555555557e-06,
1111
+ "loss": 0.2465,
1112
+ "step": 154
1113
+ },
1114
+ {
1115
+ "epoch": 0.45925925925925926,
1116
+ "grad_norm": 3.257690668106079,
1117
+ "learning_rate": 5.5255255255255255e-06,
1118
+ "loss": 0.1803,
1119
+ "step": 155
1120
+ },
1121
+ {
1122
+ "epoch": 0.4622222222222222,
1123
+ "grad_norm": 1.852455973625183,
1124
+ "learning_rate": 5.495495495495496e-06,
1125
+ "loss": 0.0713,
1126
+ "step": 156
1127
+ },
1128
+ {
1129
+ "epoch": 0.4651851851851852,
1130
+ "grad_norm": 3.795414447784424,
1131
+ "learning_rate": 5.465465465465466e-06,
1132
+ "loss": 0.2814,
1133
+ "step": 157
1134
+ },
1135
+ {
1136
+ "epoch": 0.46814814814814815,
1137
+ "grad_norm": 2.20926570892334,
1138
+ "learning_rate": 5.4354354354354355e-06,
1139
+ "loss": 0.1791,
1140
+ "step": 158
1141
+ },
1142
+ {
1143
+ "epoch": 0.4711111111111111,
1144
+ "grad_norm": 3.219590902328491,
1145
+ "learning_rate": 5.405405405405406e-06,
1146
+ "loss": 0.2953,
1147
+ "step": 159
1148
+ },
1149
+ {
1150
+ "epoch": 0.4740740740740741,
1151
+ "grad_norm": 2.5155258178710938,
1152
+ "learning_rate": 5.375375375375376e-06,
1153
+ "loss": 0.1779,
1154
+ "step": 160
1155
+ },
1156
+ {
1157
+ "epoch": 0.47703703703703704,
1158
+ "grad_norm": 2.74166202545166,
1159
+ "learning_rate": 5.345345345345346e-06,
1160
+ "loss": 0.237,
1161
+ "step": 161
1162
+ },
1163
+ {
1164
+ "epoch": 0.48,
1165
+ "grad_norm": 3.0418097972869873,
1166
+ "learning_rate": 5.315315315315316e-06,
1167
+ "loss": 0.1787,
1168
+ "step": 162
1169
+ },
1170
+ {
1171
+ "epoch": 0.482962962962963,
1172
+ "grad_norm": 3.1105053424835205,
1173
+ "learning_rate": 5.285285285285286e-06,
1174
+ "loss": 0.2412,
1175
+ "step": 163
1176
+ },
1177
+ {
1178
+ "epoch": 0.48592592592592593,
1179
+ "grad_norm": 2.5242667198181152,
1180
+ "learning_rate": 5.255255255255256e-06,
1181
+ "loss": 0.1466,
1182
+ "step": 164
1183
+ },
1184
+ {
1185
+ "epoch": 0.4888888888888889,
1186
+ "grad_norm": 2.633578062057495,
1187
+ "learning_rate": 5.225225225225226e-06,
1188
+ "loss": 0.2292,
1189
+ "step": 165
1190
+ },
1191
+ {
1192
+ "epoch": 0.4918518518518519,
1193
+ "grad_norm": 2.7736003398895264,
1194
+ "learning_rate": 5.195195195195195e-06,
1195
+ "loss": 0.1819,
1196
+ "step": 166
1197
+ },
1198
+ {
1199
+ "epoch": 0.4948148148148148,
1200
+ "grad_norm": 2.7951793670654297,
1201
+ "learning_rate": 5.165165165165165e-06,
1202
+ "loss": 0.196,
1203
+ "step": 167
1204
+ },
1205
+ {
1206
+ "epoch": 0.49777777777777776,
1207
+ "grad_norm": 3.757139205932617,
1208
+ "learning_rate": 5.135135135135135e-06,
1209
+ "loss": 0.3543,
1210
+ "step": 168
1211
+ },
1212
+ {
1213
+ "epoch": 0.5007407407407407,
1214
+ "grad_norm": 2.7451894283294678,
1215
+ "learning_rate": 5.105105105105106e-06,
1216
+ "loss": 0.209,
1217
+ "step": 169
1218
+ },
1219
+ {
1220
+ "epoch": 0.5037037037037037,
1221
+ "grad_norm": 3.3065526485443115,
1222
+ "learning_rate": 5.075075075075075e-06,
1223
+ "loss": 0.2902,
1224
+ "step": 170
1225
+ },
1226
+ {
1227
+ "epoch": 0.5066666666666667,
1228
+ "grad_norm": 3.057227373123169,
1229
+ "learning_rate": 5.045045045045045e-06,
1230
+ "loss": 0.2557,
1231
+ "step": 171
1232
+ },
1233
+ {
1234
+ "epoch": 0.5096296296296297,
1235
+ "grad_norm": 3.8644180297851562,
1236
+ "learning_rate": 5.0150150150150156e-06,
1237
+ "loss": 0.3091,
1238
+ "step": 172
1239
+ },
1240
+ {
1241
+ "epoch": 0.5125925925925926,
1242
+ "grad_norm": 3.0328848361968994,
1243
+ "learning_rate": 4.984984984984985e-06,
1244
+ "loss": 0.2599,
1245
+ "step": 173
1246
+ },
1247
+ {
1248
+ "epoch": 0.5155555555555555,
1249
+ "grad_norm": 3.1113269329071045,
1250
+ "learning_rate": 4.954954954954955e-06,
1251
+ "loss": 0.2484,
1252
+ "step": 174
1253
+ },
1254
+ {
1255
+ "epoch": 0.5185185185185185,
1256
+ "grad_norm": 2.9545414447784424,
1257
+ "learning_rate": 4.9249249249249255e-06,
1258
+ "loss": 0.2317,
1259
+ "step": 175
1260
+ },
1261
+ {
1262
+ "epoch": 0.5214814814814814,
1263
+ "grad_norm": 3.5161030292510986,
1264
+ "learning_rate": 4.894894894894895e-06,
1265
+ "loss": 0.2968,
1266
+ "step": 176
1267
+ },
1268
+ {
1269
+ "epoch": 0.5244444444444445,
1270
+ "grad_norm": 2.5238144397735596,
1271
+ "learning_rate": 4.864864864864866e-06,
1272
+ "loss": 0.1556,
1273
+ "step": 177
1274
+ },
1275
+ {
1276
+ "epoch": 0.5274074074074074,
1277
+ "grad_norm": 2.7706029415130615,
1278
+ "learning_rate": 4.8348348348348355e-06,
1279
+ "loss": 0.225,
1280
+ "step": 178
1281
+ },
1282
+ {
1283
+ "epoch": 0.5303703703703704,
1284
+ "grad_norm": 3.276650905609131,
1285
+ "learning_rate": 4.804804804804805e-06,
1286
+ "loss": 0.2465,
1287
+ "step": 179
1288
+ },
1289
+ {
1290
+ "epoch": 0.5333333333333333,
1291
+ "grad_norm": 2.5877418518066406,
1292
+ "learning_rate": 4.774774774774775e-06,
1293
+ "loss": 0.1882,
1294
+ "step": 180
1295
+ },
1296
+ {
1297
+ "epoch": 0.5362962962962963,
1298
+ "grad_norm": 2.897214412689209,
1299
+ "learning_rate": 4.7447447447447454e-06,
1300
+ "loss": 0.2209,
1301
+ "step": 181
1302
+ },
1303
+ {
1304
+ "epoch": 0.5392592592592592,
1305
+ "grad_norm": 3.012744426727295,
1306
+ "learning_rate": 4.714714714714715e-06,
1307
+ "loss": 0.2059,
1308
+ "step": 182
1309
+ },
1310
+ {
1311
+ "epoch": 0.5422222222222223,
1312
+ "grad_norm": 2.7717816829681396,
1313
+ "learning_rate": 4.684684684684685e-06,
1314
+ "loss": 0.1707,
1315
+ "step": 183
1316
+ },
1317
+ {
1318
+ "epoch": 0.5451851851851852,
1319
+ "grad_norm": 3.6542434692382812,
1320
+ "learning_rate": 4.654654654654655e-06,
1321
+ "loss": 0.3451,
1322
+ "step": 184
1323
+ },
1324
+ {
1325
+ "epoch": 0.5481481481481482,
1326
+ "grad_norm": 2.4638633728027344,
1327
+ "learning_rate": 4.624624624624625e-06,
1328
+ "loss": 0.1437,
1329
+ "step": 185
1330
+ },
1331
+ {
1332
+ "epoch": 0.5511111111111111,
1333
+ "grad_norm": 3.935769557952881,
1334
+ "learning_rate": 4.594594594594596e-06,
1335
+ "loss": 0.2868,
1336
+ "step": 186
1337
+ },
1338
+ {
1339
+ "epoch": 0.554074074074074,
1340
+ "grad_norm": 3.907179594039917,
1341
+ "learning_rate": 4.5645645645645645e-06,
1342
+ "loss": 0.3409,
1343
+ "step": 187
1344
+ },
1345
+ {
1346
+ "epoch": 0.557037037037037,
1347
+ "grad_norm": 2.5836093425750732,
1348
+ "learning_rate": 4.534534534534535e-06,
1349
+ "loss": 0.2146,
1350
+ "step": 188
1351
+ },
1352
+ {
1353
+ "epoch": 0.56,
1354
+ "grad_norm": 3.3253419399261475,
1355
+ "learning_rate": 4.504504504504505e-06,
1356
+ "loss": 0.2703,
1357
+ "step": 189
1358
+ },
1359
+ {
1360
+ "epoch": 0.562962962962963,
1361
+ "grad_norm": 3.247316360473633,
1362
+ "learning_rate": 4.474474474474475e-06,
1363
+ "loss": 0.2403,
1364
+ "step": 190
1365
+ },
1366
+ {
1367
+ "epoch": 0.5659259259259259,
1368
+ "grad_norm": 2.8914709091186523,
1369
+ "learning_rate": 4.444444444444444e-06,
1370
+ "loss": 0.2228,
1371
+ "step": 191
1372
+ },
1373
+ {
1374
+ "epoch": 0.5688888888888889,
1375
+ "grad_norm": 2.5338385105133057,
1376
+ "learning_rate": 4.414414414414415e-06,
1377
+ "loss": 0.1558,
1378
+ "step": 192
1379
+ },
1380
+ {
1381
+ "epoch": 0.5718518518518518,
1382
+ "grad_norm": 3.0587477684020996,
1383
+ "learning_rate": 4.384384384384384e-06,
1384
+ "loss": 0.3061,
1385
+ "step": 193
1386
+ },
1387
+ {
1388
+ "epoch": 0.5748148148148148,
1389
+ "grad_norm": 3.1296629905700684,
1390
+ "learning_rate": 4.354354354354355e-06,
1391
+ "loss": 0.2686,
1392
+ "step": 194
1393
+ },
1394
+ {
1395
+ "epoch": 0.5777777777777777,
1396
+ "grad_norm": 2.8350536823272705,
1397
+ "learning_rate": 4.324324324324325e-06,
1398
+ "loss": 0.1834,
1399
+ "step": 195
1400
+ },
1401
+ {
1402
+ "epoch": 0.5807407407407408,
1403
+ "grad_norm": 2.563772678375244,
1404
+ "learning_rate": 4.294294294294294e-06,
1405
+ "loss": 0.1848,
1406
+ "step": 196
1407
+ },
1408
+ {
1409
+ "epoch": 0.5837037037037037,
1410
+ "grad_norm": 2.645979166030884,
1411
+ "learning_rate": 4.264264264264265e-06,
1412
+ "loss": 0.2364,
1413
+ "step": 197
1414
+ },
1415
+ {
1416
+ "epoch": 0.5866666666666667,
1417
+ "grad_norm": 2.836264133453369,
1418
+ "learning_rate": 4.234234234234235e-06,
1419
+ "loss": 0.2218,
1420
+ "step": 198
1421
+ },
1422
+ {
1423
+ "epoch": 0.5896296296296296,
1424
+ "grad_norm": 3.1138486862182617,
1425
+ "learning_rate": 4.204204204204204e-06,
1426
+ "loss": 0.2154,
1427
+ "step": 199
1428
+ },
1429
+ {
1430
+ "epoch": 0.5925925925925926,
1431
+ "grad_norm": 2.356915235519409,
1432
+ "learning_rate": 4.174174174174174e-06,
1433
+ "loss": 0.1705,
1434
+ "step": 200
1435
+ },
1436
+ {
1437
+ "epoch": 0.5925925925925926,
1438
+ "eval_loss": 0.20949764549732208,
1439
+ "eval_runtime": 10.5933,
1440
+ "eval_samples_per_second": 56.639,
1441
+ "eval_steps_per_second": 28.32,
1442
+ "step": 200
1443
+ },
1444
+ {
1445
+ "epoch": 0.5955555555555555,
1446
+ "grad_norm": 4.010601043701172,
1447
+ "learning_rate": 4.1441441441441446e-06,
1448
+ "loss": 0.3818,
1449
+ "step": 201
1450
+ },
1451
+ {
1452
+ "epoch": 0.5985185185185186,
1453
+ "grad_norm": 2.645392894744873,
1454
+ "learning_rate": 4.114114114114114e-06,
1455
+ "loss": 0.2102,
1456
+ "step": 202
1457
+ },
1458
+ {
1459
+ "epoch": 0.6014814814814815,
1460
+ "grad_norm": 2.4476563930511475,
1461
+ "learning_rate": 4.084084084084085e-06,
1462
+ "loss": 0.1423,
1463
+ "step": 203
1464
+ },
1465
+ {
1466
+ "epoch": 0.6044444444444445,
1467
+ "grad_norm": 3.6702752113342285,
1468
+ "learning_rate": 4.0540540540540545e-06,
1469
+ "loss": 0.3195,
1470
+ "step": 204
1471
+ },
1472
+ {
1473
+ "epoch": 0.6074074074074074,
1474
+ "grad_norm": 4.200736045837402,
1475
+ "learning_rate": 4.024024024024024e-06,
1476
+ "loss": 0.3301,
1477
+ "step": 205
1478
+ },
1479
+ {
1480
+ "epoch": 0.6103703703703703,
1481
+ "grad_norm": 2.3406825065612793,
1482
+ "learning_rate": 3.993993993993994e-06,
1483
+ "loss": 0.1752,
1484
+ "step": 206
1485
+ },
1486
+ {
1487
+ "epoch": 0.6133333333333333,
1488
+ "grad_norm": 2.5271589756011963,
1489
+ "learning_rate": 3.9639639639639645e-06,
1490
+ "loss": 0.1209,
1491
+ "step": 207
1492
+ },
1493
+ {
1494
+ "epoch": 0.6162962962962963,
1495
+ "grad_norm": 2.7258718013763428,
1496
+ "learning_rate": 3.933933933933934e-06,
1497
+ "loss": 0.1772,
1498
+ "step": 208
1499
+ },
1500
+ {
1501
+ "epoch": 0.6192592592592593,
1502
+ "grad_norm": 2.5521399974823,
1503
+ "learning_rate": 3.903903903903904e-06,
1504
+ "loss": 0.233,
1505
+ "step": 209
1506
+ },
1507
+ {
1508
+ "epoch": 0.6222222222222222,
1509
+ "grad_norm": 2.817544460296631,
1510
+ "learning_rate": 3.8738738738738744e-06,
1511
+ "loss": 0.2201,
1512
+ "step": 210
1513
+ },
1514
+ {
1515
+ "epoch": 0.6251851851851852,
1516
+ "grad_norm": 3.1688740253448486,
1517
+ "learning_rate": 3.843843843843844e-06,
1518
+ "loss": 0.2744,
1519
+ "step": 211
1520
+ },
1521
+ {
1522
+ "epoch": 0.6281481481481481,
1523
+ "grad_norm": 3.3502368927001953,
1524
+ "learning_rate": 3.8138138138138143e-06,
1525
+ "loss": 0.2513,
1526
+ "step": 212
1527
+ },
1528
+ {
1529
+ "epoch": 0.6311111111111111,
1530
+ "grad_norm": 2.9813926219940186,
1531
+ "learning_rate": 3.7837837837837844e-06,
1532
+ "loss": 0.2527,
1533
+ "step": 213
1534
+ },
1535
+ {
1536
+ "epoch": 0.6340740740740741,
1537
+ "grad_norm": 2.9503731727600098,
1538
+ "learning_rate": 3.7537537537537537e-06,
1539
+ "loss": 0.2082,
1540
+ "step": 214
1541
+ },
1542
+ {
1543
+ "epoch": 0.6370370370370371,
1544
+ "grad_norm": 2.415459156036377,
1545
+ "learning_rate": 3.723723723723724e-06,
1546
+ "loss": 0.1636,
1547
+ "step": 215
1548
+ },
1549
+ {
1550
+ "epoch": 0.64,
1551
+ "grad_norm": 2.516037702560425,
1552
+ "learning_rate": 3.693693693693694e-06,
1553
+ "loss": 0.2074,
1554
+ "step": 216
1555
+ },
1556
+ {
1557
+ "epoch": 0.642962962962963,
1558
+ "grad_norm": 3.0179860591888428,
1559
+ "learning_rate": 3.663663663663664e-06,
1560
+ "loss": 0.2066,
1561
+ "step": 217
1562
+ },
1563
+ {
1564
+ "epoch": 0.6459259259259259,
1565
+ "grad_norm": 2.3684985637664795,
1566
+ "learning_rate": 3.633633633633634e-06,
1567
+ "loss": 0.1542,
1568
+ "step": 218
1569
+ },
1570
+ {
1571
+ "epoch": 0.6488888888888888,
1572
+ "grad_norm": 3.6378159523010254,
1573
+ "learning_rate": 3.603603603603604e-06,
1574
+ "loss": 0.3023,
1575
+ "step": 219
1576
+ },
1577
+ {
1578
+ "epoch": 0.6518518518518519,
1579
+ "grad_norm": 2.7161245346069336,
1580
+ "learning_rate": 3.573573573573574e-06,
1581
+ "loss": 0.1999,
1582
+ "step": 220
1583
+ },
1584
+ {
1585
+ "epoch": 0.6548148148148148,
1586
+ "grad_norm": 2.759970188140869,
1587
+ "learning_rate": 3.5435435435435437e-06,
1588
+ "loss": 0.2153,
1589
+ "step": 221
1590
+ },
1591
+ {
1592
+ "epoch": 0.6577777777777778,
1593
+ "grad_norm": 3.0324501991271973,
1594
+ "learning_rate": 3.513513513513514e-06,
1595
+ "loss": 0.2364,
1596
+ "step": 222
1597
+ },
1598
+ {
1599
+ "epoch": 0.6607407407407407,
1600
+ "grad_norm": 2.8755548000335693,
1601
+ "learning_rate": 3.4834834834834835e-06,
1602
+ "loss": 0.1934,
1603
+ "step": 223
1604
+ },
1605
+ {
1606
+ "epoch": 0.6637037037037037,
1607
+ "grad_norm": 2.647228717803955,
1608
+ "learning_rate": 3.4534534534534537e-06,
1609
+ "loss": 0.135,
1610
+ "step": 224
1611
+ },
1612
+ {
1613
+ "epoch": 0.6666666666666666,
1614
+ "grad_norm": 2.319838285446167,
1615
+ "learning_rate": 3.423423423423424e-06,
1616
+ "loss": 0.1574,
1617
+ "step": 225
1618
+ },
1619
+ {
1620
+ "epoch": 0.6696296296296296,
1621
+ "grad_norm": 3.38521671295166,
1622
+ "learning_rate": 3.393393393393394e-06,
1623
+ "loss": 0.1957,
1624
+ "step": 226
1625
+ },
1626
+ {
1627
+ "epoch": 0.6725925925925926,
1628
+ "grad_norm": 4.132797718048096,
1629
+ "learning_rate": 3.363363363363364e-06,
1630
+ "loss": 0.3458,
1631
+ "step": 227
1632
+ },
1633
+ {
1634
+ "epoch": 0.6755555555555556,
1635
+ "grad_norm": 2.341553211212158,
1636
+ "learning_rate": 3.3333333333333333e-06,
1637
+ "loss": 0.1392,
1638
+ "step": 228
1639
+ },
1640
+ {
1641
+ "epoch": 0.6785185185185185,
1642
+ "grad_norm": 2.526527166366577,
1643
+ "learning_rate": 3.3033033033033035e-06,
1644
+ "loss": 0.1264,
1645
+ "step": 229
1646
+ },
1647
+ {
1648
+ "epoch": 0.6814814814814815,
1649
+ "grad_norm": 2.581172466278076,
1650
+ "learning_rate": 3.2732732732732736e-06,
1651
+ "loss": 0.1634,
1652
+ "step": 230
1653
+ },
1654
+ {
1655
+ "epoch": 0.6844444444444444,
1656
+ "grad_norm": 3.384082555770874,
1657
+ "learning_rate": 3.2432432432432437e-06,
1658
+ "loss": 0.3165,
1659
+ "step": 231
1660
+ },
1661
+ {
1662
+ "epoch": 0.6874074074074074,
1663
+ "grad_norm": 2.6593174934387207,
1664
+ "learning_rate": 3.2132132132132134e-06,
1665
+ "loss": 0.2006,
1666
+ "step": 232
1667
+ },
1668
+ {
1669
+ "epoch": 0.6903703703703704,
1670
+ "grad_norm": 2.6380250453948975,
1671
+ "learning_rate": 3.183183183183183e-06,
1672
+ "loss": 0.1832,
1673
+ "step": 233
1674
+ },
1675
+ {
1676
+ "epoch": 0.6933333333333334,
1677
+ "grad_norm": 2.608893871307373,
1678
+ "learning_rate": 3.1531531531531532e-06,
1679
+ "loss": 0.1368,
1680
+ "step": 234
1681
+ },
1682
+ {
1683
+ "epoch": 0.6962962962962963,
1684
+ "grad_norm": 3.7643179893493652,
1685
+ "learning_rate": 3.1231231231231234e-06,
1686
+ "loss": 0.2277,
1687
+ "step": 235
1688
+ },
1689
+ {
1690
+ "epoch": 0.6992592592592592,
1691
+ "grad_norm": 3.274914026260376,
1692
+ "learning_rate": 3.0930930930930935e-06,
1693
+ "loss": 0.2638,
1694
+ "step": 236
1695
+ },
1696
+ {
1697
+ "epoch": 0.7022222222222222,
1698
+ "grad_norm": 3.2443132400512695,
1699
+ "learning_rate": 3.063063063063063e-06,
1700
+ "loss": 0.2522,
1701
+ "step": 237
1702
+ },
1703
+ {
1704
+ "epoch": 0.7051851851851851,
1705
+ "grad_norm": 2.92795467376709,
1706
+ "learning_rate": 3.0330330330330333e-06,
1707
+ "loss": 0.2127,
1708
+ "step": 238
1709
+ },
1710
+ {
1711
+ "epoch": 0.7081481481481482,
1712
+ "grad_norm": 2.7552473545074463,
1713
+ "learning_rate": 3.0030030030030034e-06,
1714
+ "loss": 0.1674,
1715
+ "step": 239
1716
+ },
1717
+ {
1718
+ "epoch": 0.7111111111111111,
1719
+ "grad_norm": 3.3792073726654053,
1720
+ "learning_rate": 2.9729729729729736e-06,
1721
+ "loss": 0.2606,
1722
+ "step": 240
1723
+ },
1724
+ {
1725
+ "epoch": 0.7140740740740741,
1726
+ "grad_norm": 3.1058919429779053,
1727
+ "learning_rate": 2.942942942942943e-06,
1728
+ "loss": 0.2443,
1729
+ "step": 241
1730
+ },
1731
+ {
1732
+ "epoch": 0.717037037037037,
1733
+ "grad_norm": 2.862626314163208,
1734
+ "learning_rate": 2.912912912912913e-06,
1735
+ "loss": 0.2182,
1736
+ "step": 242
1737
+ },
1738
+ {
1739
+ "epoch": 0.72,
1740
+ "grad_norm": 3.814091920852661,
1741
+ "learning_rate": 2.882882882882883e-06,
1742
+ "loss": 0.3078,
1743
+ "step": 243
1744
+ },
1745
+ {
1746
+ "epoch": 0.7229629629629629,
1747
+ "grad_norm": 3.0011677742004395,
1748
+ "learning_rate": 2.8528528528528532e-06,
1749
+ "loss": 0.1811,
1750
+ "step": 244
1751
+ },
1752
+ {
1753
+ "epoch": 0.725925925925926,
1754
+ "grad_norm": 2.453392505645752,
1755
+ "learning_rate": 2.8228228228228234e-06,
1756
+ "loss": 0.1232,
1757
+ "step": 245
1758
+ },
1759
+ {
1760
+ "epoch": 0.7288888888888889,
1761
+ "grad_norm": 3.0376546382904053,
1762
+ "learning_rate": 2.7927927927927926e-06,
1763
+ "loss": 0.2612,
1764
+ "step": 246
1765
+ },
1766
+ {
1767
+ "epoch": 0.7318518518518519,
1768
+ "grad_norm": 2.33021879196167,
1769
+ "learning_rate": 2.7627627627627628e-06,
1770
+ "loss": 0.1455,
1771
+ "step": 247
1772
+ },
1773
+ {
1774
+ "epoch": 0.7348148148148148,
1775
+ "grad_norm": 2.571786880493164,
1776
+ "learning_rate": 2.732732732732733e-06,
1777
+ "loss": 0.1676,
1778
+ "step": 248
1779
+ },
1780
+ {
1781
+ "epoch": 0.7377777777777778,
1782
+ "grad_norm": 4.221370220184326,
1783
+ "learning_rate": 2.702702702702703e-06,
1784
+ "loss": 0.3175,
1785
+ "step": 249
1786
+ },
1787
+ {
1788
+ "epoch": 0.7407407407407407,
1789
+ "grad_norm": 3.1529312133789062,
1790
+ "learning_rate": 2.672672672672673e-06,
1791
+ "loss": 0.2376,
1792
+ "step": 250
1793
+ },
1794
+ {
1795
+ "epoch": 0.7407407407407407,
1796
+ "eval_loss": 0.20582698285579681,
1797
+ "eval_runtime": 10.6311,
1798
+ "eval_samples_per_second": 56.438,
1799
+ "eval_steps_per_second": 28.219,
1800
+ "step": 250
1801
+ },
1802
+ {
1803
+ "epoch": 0.7437037037037038,
1804
+ "grad_norm": 2.947436571121216,
1805
+ "learning_rate": 2.642642642642643e-06,
1806
+ "loss": 0.1992,
1807
+ "step": 251
1808
+ },
1809
+ {
1810
+ "epoch": 0.7466666666666667,
1811
+ "grad_norm": 2.6589913368225098,
1812
+ "learning_rate": 2.612612612612613e-06,
1813
+ "loss": 0.1736,
1814
+ "step": 252
1815
+ },
1816
+ {
1817
+ "epoch": 0.7496296296296296,
1818
+ "grad_norm": 3.5556442737579346,
1819
+ "learning_rate": 2.5825825825825827e-06,
1820
+ "loss": 0.2551,
1821
+ "step": 253
1822
+ },
1823
+ {
1824
+ "epoch": 0.7525925925925926,
1825
+ "grad_norm": 2.7029941082000732,
1826
+ "learning_rate": 2.552552552552553e-06,
1827
+ "loss": 0.1802,
1828
+ "step": 254
1829
+ },
1830
+ {
1831
+ "epoch": 0.7555555555555555,
1832
+ "grad_norm": 3.348118305206299,
1833
+ "learning_rate": 2.5225225225225225e-06,
1834
+ "loss": 0.2771,
1835
+ "step": 255
1836
+ },
1837
+ {
1838
+ "epoch": 0.7585185185185185,
1839
+ "grad_norm": 2.8348779678344727,
1840
+ "learning_rate": 2.4924924924924926e-06,
1841
+ "loss": 0.2277,
1842
+ "step": 256
1843
+ },
1844
+ {
1845
+ "epoch": 0.7614814814814815,
1846
+ "grad_norm": 2.8668863773345947,
1847
+ "learning_rate": 2.4624624624624628e-06,
1848
+ "loss": 0.2686,
1849
+ "step": 257
1850
+ },
1851
+ {
1852
+ "epoch": 0.7644444444444445,
1853
+ "grad_norm": 2.8759541511535645,
1854
+ "learning_rate": 2.432432432432433e-06,
1855
+ "loss": 0.2472,
1856
+ "step": 258
1857
+ },
1858
+ {
1859
+ "epoch": 0.7674074074074074,
1860
+ "grad_norm": 2.964040994644165,
1861
+ "learning_rate": 2.4024024024024026e-06,
1862
+ "loss": 0.2376,
1863
+ "step": 259
1864
+ },
1865
+ {
1866
+ "epoch": 0.7703703703703704,
1867
+ "grad_norm": 2.967724084854126,
1868
+ "learning_rate": 2.3723723723723727e-06,
1869
+ "loss": 0.1958,
1870
+ "step": 260
1871
+ },
1872
+ {
1873
+ "epoch": 0.7733333333333333,
1874
+ "grad_norm": 3.7352449893951416,
1875
+ "learning_rate": 2.3423423423423424e-06,
1876
+ "loss": 0.2893,
1877
+ "step": 261
1878
+ },
1879
+ {
1880
+ "epoch": 0.7762962962962963,
1881
+ "grad_norm": 4.065618991851807,
1882
+ "learning_rate": 2.3123123123123125e-06,
1883
+ "loss": 0.2878,
1884
+ "step": 262
1885
+ },
1886
+ {
1887
+ "epoch": 0.7792592592592592,
1888
+ "grad_norm": 3.6531946659088135,
1889
+ "learning_rate": 2.2822822822822822e-06,
1890
+ "loss": 0.3282,
1891
+ "step": 263
1892
+ },
1893
+ {
1894
+ "epoch": 0.7822222222222223,
1895
+ "grad_norm": 2.59721040725708,
1896
+ "learning_rate": 2.2522522522522524e-06,
1897
+ "loss": 0.1486,
1898
+ "step": 264
1899
+ },
1900
+ {
1901
+ "epoch": 0.7851851851851852,
1902
+ "grad_norm": 2.508521795272827,
1903
+ "learning_rate": 2.222222222222222e-06,
1904
+ "loss": 0.1573,
1905
+ "step": 265
1906
+ },
1907
+ {
1908
+ "epoch": 0.7881481481481482,
1909
+ "grad_norm": 2.189551591873169,
1910
+ "learning_rate": 2.192192192192192e-06,
1911
+ "loss": 0.1631,
1912
+ "step": 266
1913
+ },
1914
+ {
1915
+ "epoch": 0.7911111111111111,
1916
+ "grad_norm": 3.213219165802002,
1917
+ "learning_rate": 2.1621621621621623e-06,
1918
+ "loss": 0.2696,
1919
+ "step": 267
1920
+ },
1921
+ {
1922
+ "epoch": 0.794074074074074,
1923
+ "grad_norm": 3.286445140838623,
1924
+ "learning_rate": 2.1321321321321325e-06,
1925
+ "loss": 0.2004,
1926
+ "step": 268
1927
+ },
1928
+ {
1929
+ "epoch": 0.797037037037037,
1930
+ "grad_norm": 3.4763669967651367,
1931
+ "learning_rate": 2.102102102102102e-06,
1932
+ "loss": 0.2393,
1933
+ "step": 269
1934
+ },
1935
+ {
1936
+ "epoch": 0.8,
1937
+ "grad_norm": 4.247533798217773,
1938
+ "learning_rate": 2.0720720720720723e-06,
1939
+ "loss": 0.3509,
1940
+ "step": 270
1941
+ },
1942
+ {
1943
+ "epoch": 0.802962962962963,
1944
+ "grad_norm": 3.062539577484131,
1945
+ "learning_rate": 2.0420420420420424e-06,
1946
+ "loss": 0.205,
1947
+ "step": 271
1948
+ },
1949
+ {
1950
+ "epoch": 0.8059259259259259,
1951
+ "grad_norm": 3.3943357467651367,
1952
+ "learning_rate": 2.012012012012012e-06,
1953
+ "loss": 0.2526,
1954
+ "step": 272
1955
+ },
1956
+ {
1957
+ "epoch": 0.8088888888888889,
1958
+ "grad_norm": 4.345371246337891,
1959
+ "learning_rate": 1.9819819819819822e-06,
1960
+ "loss": 0.3501,
1961
+ "step": 273
1962
+ },
1963
+ {
1964
+ "epoch": 0.8118518518518518,
1965
+ "grad_norm": 2.143784761428833,
1966
+ "learning_rate": 1.951951951951952e-06,
1967
+ "loss": 0.1204,
1968
+ "step": 274
1969
+ },
1970
+ {
1971
+ "epoch": 0.8148148148148148,
1972
+ "grad_norm": 3.201910972595215,
1973
+ "learning_rate": 1.921921921921922e-06,
1974
+ "loss": 0.2504,
1975
+ "step": 275
1976
+ },
1977
+ {
1978
+ "epoch": 0.8177777777777778,
1979
+ "grad_norm": 3.7006547451019287,
1980
+ "learning_rate": 1.8918918918918922e-06,
1981
+ "loss": 0.2916,
1982
+ "step": 276
1983
+ },
1984
+ {
1985
+ "epoch": 0.8207407407407408,
1986
+ "grad_norm": 3.156248092651367,
1987
+ "learning_rate": 1.861861861861862e-06,
1988
+ "loss": 0.2547,
1989
+ "step": 277
1990
+ },
1991
+ {
1992
+ "epoch": 0.8237037037037037,
1993
+ "grad_norm": 2.448202610015869,
1994
+ "learning_rate": 1.831831831831832e-06,
1995
+ "loss": 0.1374,
1996
+ "step": 278
1997
+ },
1998
+ {
1999
+ "epoch": 0.8266666666666667,
2000
+ "grad_norm": 2.9909474849700928,
2001
+ "learning_rate": 1.801801801801802e-06,
2002
+ "loss": 0.1915,
2003
+ "step": 279
2004
+ },
2005
+ {
2006
+ "epoch": 0.8296296296296296,
2007
+ "grad_norm": 3.61602783203125,
2008
+ "learning_rate": 1.7717717717717719e-06,
2009
+ "loss": 0.2829,
2010
+ "step": 280
2011
+ },
2012
+ {
2013
+ "epoch": 0.8325925925925926,
2014
+ "grad_norm": 2.163327217102051,
2015
+ "learning_rate": 1.7417417417417418e-06,
2016
+ "loss": 0.1381,
2017
+ "step": 281
2018
+ },
2019
+ {
2020
+ "epoch": 0.8355555555555556,
2021
+ "grad_norm": 4.045390605926514,
2022
+ "learning_rate": 1.711711711711712e-06,
2023
+ "loss": 0.2632,
2024
+ "step": 282
2025
+ },
2026
+ {
2027
+ "epoch": 0.8385185185185186,
2028
+ "grad_norm": 2.7473742961883545,
2029
+ "learning_rate": 1.681681681681682e-06,
2030
+ "loss": 0.1915,
2031
+ "step": 283
2032
+ },
2033
+ {
2034
+ "epoch": 0.8414814814814815,
2035
+ "grad_norm": 2.9273841381073,
2036
+ "learning_rate": 1.6516516516516517e-06,
2037
+ "loss": 0.216,
2038
+ "step": 284
2039
+ },
2040
+ {
2041
+ "epoch": 0.8444444444444444,
2042
+ "grad_norm": 3.141986608505249,
2043
+ "learning_rate": 1.6216216216216219e-06,
2044
+ "loss": 0.1832,
2045
+ "step": 285
2046
+ },
2047
+ {
2048
+ "epoch": 0.8474074074074074,
2049
+ "grad_norm": 2.113884687423706,
2050
+ "learning_rate": 1.5915915915915916e-06,
2051
+ "loss": 0.1461,
2052
+ "step": 286
2053
+ },
2054
+ {
2055
+ "epoch": 0.8503703703703703,
2056
+ "grad_norm": 2.5579941272735596,
2057
+ "learning_rate": 1.5615615615615617e-06,
2058
+ "loss": 0.161,
2059
+ "step": 287
2060
+ },
2061
+ {
2062
+ "epoch": 0.8533333333333334,
2063
+ "grad_norm": 2.5324065685272217,
2064
+ "learning_rate": 1.5315315315315316e-06,
2065
+ "loss": 0.1447,
2066
+ "step": 288
2067
+ },
2068
+ {
2069
+ "epoch": 0.8562962962962963,
2070
+ "grad_norm": 2.858915090560913,
2071
+ "learning_rate": 1.5015015015015017e-06,
2072
+ "loss": 0.1996,
2073
+ "step": 289
2074
+ },
2075
+ {
2076
+ "epoch": 0.8592592592592593,
2077
+ "grad_norm": 2.6111721992492676,
2078
+ "learning_rate": 1.4714714714714714e-06,
2079
+ "loss": 0.1224,
2080
+ "step": 290
2081
+ },
2082
+ {
2083
+ "epoch": 0.8622222222222222,
2084
+ "grad_norm": 2.4944114685058594,
2085
+ "learning_rate": 1.4414414414414416e-06,
2086
+ "loss": 0.1701,
2087
+ "step": 291
2088
+ },
2089
+ {
2090
+ "epoch": 0.8651851851851852,
2091
+ "grad_norm": 2.652909755706787,
2092
+ "learning_rate": 1.4114114114114117e-06,
2093
+ "loss": 0.1799,
2094
+ "step": 292
2095
+ },
2096
+ {
2097
+ "epoch": 0.8681481481481481,
2098
+ "grad_norm": 2.458923578262329,
2099
+ "learning_rate": 1.3813813813813814e-06,
2100
+ "loss": 0.1354,
2101
+ "step": 293
2102
+ },
2103
+ {
2104
+ "epoch": 0.8711111111111111,
2105
+ "grad_norm": 3.319375991821289,
2106
+ "learning_rate": 1.3513513513513515e-06,
2107
+ "loss": 0.2897,
2108
+ "step": 294
2109
+ },
2110
+ {
2111
+ "epoch": 0.8740740740740741,
2112
+ "grad_norm": 2.7387590408325195,
2113
+ "learning_rate": 1.3213213213213214e-06,
2114
+ "loss": 0.1601,
2115
+ "step": 295
2116
+ },
2117
+ {
2118
+ "epoch": 0.8770370370370371,
2119
+ "grad_norm": 3.286850690841675,
2120
+ "learning_rate": 1.2912912912912913e-06,
2121
+ "loss": 0.2085,
2122
+ "step": 296
2123
+ },
2124
+ {
2125
+ "epoch": 0.88,
2126
+ "grad_norm": 2.5057296752929688,
2127
+ "learning_rate": 1.2612612612612613e-06,
2128
+ "loss": 0.1812,
2129
+ "step": 297
2130
+ },
2131
+ {
2132
+ "epoch": 0.882962962962963,
2133
+ "grad_norm": 2.577697277069092,
2134
+ "learning_rate": 1.2312312312312314e-06,
2135
+ "loss": 0.2121,
2136
+ "step": 298
2137
+ },
2138
+ {
2139
+ "epoch": 0.8859259259259259,
2140
+ "grad_norm": 2.447782516479492,
2141
+ "learning_rate": 1.2012012012012013e-06,
2142
+ "loss": 0.1894,
2143
+ "step": 299
2144
+ },
2145
+ {
2146
+ "epoch": 0.8888888888888888,
2147
+ "grad_norm": 2.8714590072631836,
2148
+ "learning_rate": 1.1711711711711712e-06,
2149
+ "loss": 0.1693,
2150
+ "step": 300
2151
+ },
2152
+ {
2153
+ "epoch": 0.8888888888888888,
2154
+ "eval_loss": 0.20340731739997864,
2155
+ "eval_runtime": 10.6124,
2156
+ "eval_samples_per_second": 56.538,
2157
+ "eval_steps_per_second": 28.269,
2158
+ "step": 300
2159
+ },
2160
+ {
2161
+ "epoch": 0.8918518518518519,
2162
+ "grad_norm": 3.0757055282592773,
2163
+ "learning_rate": 1.1411411411411411e-06,
2164
+ "loss": 0.2204,
2165
+ "step": 301
2166
+ },
2167
+ {
2168
+ "epoch": 0.8948148148148148,
2169
+ "grad_norm": 3.414508819580078,
2170
+ "learning_rate": 1.111111111111111e-06,
2171
+ "loss": 0.2255,
2172
+ "step": 302
2173
+ },
2174
+ {
2175
+ "epoch": 0.8977777777777778,
2176
+ "grad_norm": 2.016962766647339,
2177
+ "learning_rate": 1.0810810810810812e-06,
2178
+ "loss": 0.1035,
2179
+ "step": 303
2180
+ },
2181
+ {
2182
+ "epoch": 0.9007407407407407,
2183
+ "grad_norm": 2.960960626602173,
2184
+ "learning_rate": 1.051051051051051e-06,
2185
+ "loss": 0.2345,
2186
+ "step": 304
2187
+ },
2188
+ {
2189
+ "epoch": 0.9037037037037037,
2190
+ "grad_norm": 2.5697035789489746,
2191
+ "learning_rate": 1.0210210210210212e-06,
2192
+ "loss": 0.1466,
2193
+ "step": 305
2194
+ },
2195
+ {
2196
+ "epoch": 0.9066666666666666,
2197
+ "grad_norm": 3.543950319290161,
2198
+ "learning_rate": 9.909909909909911e-07,
2199
+ "loss": 0.1708,
2200
+ "step": 306
2201
+ },
2202
+ {
2203
+ "epoch": 0.9096296296296297,
2204
+ "grad_norm": 2.0297653675079346,
2205
+ "learning_rate": 9.60960960960961e-07,
2206
+ "loss": 0.1368,
2207
+ "step": 307
2208
+ },
2209
+ {
2210
+ "epoch": 0.9125925925925926,
2211
+ "grad_norm": 3.3277151584625244,
2212
+ "learning_rate": 9.30930930930931e-07,
2213
+ "loss": 0.2619,
2214
+ "step": 308
2215
+ },
2216
+ {
2217
+ "epoch": 0.9155555555555556,
2218
+ "grad_norm": 3.258005142211914,
2219
+ "learning_rate": 9.00900900900901e-07,
2220
+ "loss": 0.2639,
2221
+ "step": 309
2222
+ },
2223
+ {
2224
+ "epoch": 0.9185185185185185,
2225
+ "grad_norm": 3.1776697635650635,
2226
+ "learning_rate": 8.708708708708709e-07,
2227
+ "loss": 0.2043,
2228
+ "step": 310
2229
+ },
2230
+ {
2231
+ "epoch": 0.9214814814814815,
2232
+ "grad_norm": 1.9680135250091553,
2233
+ "learning_rate": 8.40840840840841e-07,
2234
+ "loss": 0.1225,
2235
+ "step": 311
2236
+ },
2237
+ {
2238
+ "epoch": 0.9244444444444444,
2239
+ "grad_norm": 2.93093204498291,
2240
+ "learning_rate": 8.108108108108109e-07,
2241
+ "loss": 0.1536,
2242
+ "step": 312
2243
+ },
2244
+ {
2245
+ "epoch": 0.9274074074074075,
2246
+ "grad_norm": 3.186185359954834,
2247
+ "learning_rate": 7.807807807807808e-07,
2248
+ "loss": 0.24,
2249
+ "step": 313
2250
+ },
2251
+ {
2252
+ "epoch": 0.9303703703703704,
2253
+ "grad_norm": 2.314751625061035,
2254
+ "learning_rate": 7.507507507507509e-07,
2255
+ "loss": 0.1339,
2256
+ "step": 314
2257
+ },
2258
+ {
2259
+ "epoch": 0.9333333333333333,
2260
+ "grad_norm": 3.046473741531372,
2261
+ "learning_rate": 7.207207207207208e-07,
2262
+ "loss": 0.2485,
2263
+ "step": 315
2264
+ },
2265
+ {
2266
+ "epoch": 0.9362962962962963,
2267
+ "grad_norm": 2.7432613372802734,
2268
+ "learning_rate": 6.906906906906907e-07,
2269
+ "loss": 0.2601,
2270
+ "step": 316
2271
+ },
2272
+ {
2273
+ "epoch": 0.9392592592592592,
2274
+ "grad_norm": 2.876056671142578,
2275
+ "learning_rate": 6.606606606606607e-07,
2276
+ "loss": 0.1899,
2277
+ "step": 317
2278
+ },
2279
+ {
2280
+ "epoch": 0.9422222222222222,
2281
+ "grad_norm": 2.9222583770751953,
2282
+ "learning_rate": 6.306306306306306e-07,
2283
+ "loss": 0.1907,
2284
+ "step": 318
2285
+ },
2286
+ {
2287
+ "epoch": 0.9451851851851852,
2288
+ "grad_norm": 2.610163927078247,
2289
+ "learning_rate": 6.006006006006006e-07,
2290
+ "loss": 0.2117,
2291
+ "step": 319
2292
+ },
2293
+ {
2294
+ "epoch": 0.9481481481481482,
2295
+ "grad_norm": 2.8429222106933594,
2296
+ "learning_rate": 5.705705705705706e-07,
2297
+ "loss": 0.1761,
2298
+ "step": 320
2299
+ },
2300
+ {
2301
+ "epoch": 0.9511111111111111,
2302
+ "grad_norm": 2.814908027648926,
2303
+ "learning_rate": 5.405405405405406e-07,
2304
+ "loss": 0.1857,
2305
+ "step": 321
2306
+ },
2307
+ {
2308
+ "epoch": 0.9540740740740741,
2309
+ "grad_norm": 2.71746826171875,
2310
+ "learning_rate": 5.105105105105106e-07,
2311
+ "loss": 0.1965,
2312
+ "step": 322
2313
+ },
2314
+ {
2315
+ "epoch": 0.957037037037037,
2316
+ "grad_norm": 2.337947130203247,
2317
+ "learning_rate": 4.804804804804805e-07,
2318
+ "loss": 0.1779,
2319
+ "step": 323
2320
+ },
2321
+ {
2322
+ "epoch": 0.96,
2323
+ "grad_norm": 2.981374740600586,
2324
+ "learning_rate": 4.504504504504505e-07,
2325
+ "loss": 0.152,
2326
+ "step": 324
2327
+ },
2328
+ {
2329
+ "epoch": 0.9629629629629629,
2330
+ "grad_norm": 2.045255422592163,
2331
+ "learning_rate": 4.204204204204205e-07,
2332
+ "loss": 0.1271,
2333
+ "step": 325
2334
+ },
2335
+ {
2336
+ "epoch": 0.965925925925926,
2337
+ "grad_norm": 3.1661949157714844,
2338
+ "learning_rate": 3.903903903903904e-07,
2339
+ "loss": 0.2549,
2340
+ "step": 326
2341
+ },
2342
+ {
2343
+ "epoch": 0.9688888888888889,
2344
+ "grad_norm": 2.570988893508911,
2345
+ "learning_rate": 3.603603603603604e-07,
2346
+ "loss": 0.1289,
2347
+ "step": 327
2348
+ },
2349
+ {
2350
+ "epoch": 0.9718518518518519,
2351
+ "grad_norm": 3.089007616043091,
2352
+ "learning_rate": 3.3033033033033036e-07,
2353
+ "loss": 0.2326,
2354
+ "step": 328
2355
+ },
2356
+ {
2357
+ "epoch": 0.9748148148148148,
2358
+ "grad_norm": 3.215956211090088,
2359
+ "learning_rate": 3.003003003003003e-07,
2360
+ "loss": 0.2373,
2361
+ "step": 329
2362
+ },
2363
+ {
2364
+ "epoch": 0.9777777777777777,
2365
+ "grad_norm": 2.891406774520874,
2366
+ "learning_rate": 2.702702702702703e-07,
2367
+ "loss": 0.1598,
2368
+ "step": 330
2369
+ },
2370
+ {
2371
+ "epoch": 0.9807407407407407,
2372
+ "grad_norm": 3.427316188812256,
2373
+ "learning_rate": 2.4024024024024026e-07,
2374
+ "loss": 0.3018,
2375
+ "step": 331
2376
+ },
2377
+ {
2378
+ "epoch": 0.9837037037037037,
2379
+ "grad_norm": 2.438400983810425,
2380
+ "learning_rate": 2.1021021021021025e-07,
2381
+ "loss": 0.2029,
2382
+ "step": 332
2383
+ },
2384
+ {
2385
+ "epoch": 0.9866666666666667,
2386
+ "grad_norm": 2.4772655963897705,
2387
+ "learning_rate": 1.801801801801802e-07,
2388
+ "loss": 0.1481,
2389
+ "step": 333
2390
+ },
2391
+ {
2392
+ "epoch": 0.9896296296296296,
2393
+ "grad_norm": 2.4405882358551025,
2394
+ "learning_rate": 1.5015015015015016e-07,
2395
+ "loss": 0.1424,
2396
+ "step": 334
2397
+ },
2398
+ {
2399
+ "epoch": 0.9925925925925926,
2400
+ "grad_norm": 3.071458339691162,
2401
+ "learning_rate": 1.2012012012012013e-07,
2402
+ "loss": 0.2315,
2403
+ "step": 335
2404
+ },
2405
+ {
2406
+ "epoch": 0.9955555555555555,
2407
+ "grad_norm": 3.146113872528076,
2408
+ "learning_rate": 9.00900900900901e-08,
2409
+ "loss": 0.2522,
2410
+ "step": 336
2411
+ },
2412
+ {
2413
+ "epoch": 0.9985185185185185,
2414
+ "grad_norm": 3.274956703186035,
2415
+ "learning_rate": 6.006006006006006e-08,
2416
+ "loss": 0.2149,
2417
+ "step": 337
2418
+ },
2419
+ {
2420
+ "epoch": 1.0,
2421
+ "grad_norm": 3.7509710788726807,
2422
+ "learning_rate": 3.003003003003003e-08,
2423
+ "loss": 0.2087,
2424
+ "step": 338
2425
+ }
2426
+ ],
2427
+ "logging_steps": 1,
2428
+ "max_steps": 338,
2429
+ "num_input_tokens_seen": 0,
2430
+ "num_train_epochs": 1,
2431
+ "save_steps": 10000,
2432
+ "stateful_callbacks": {
2433
+ "TrainerControl": {
2434
+ "args": {
2435
+ "should_epoch_stop": false,
2436
+ "should_evaluate": false,
2437
+ "should_log": false,
2438
+ "should_save": true,
2439
+ "should_training_stop": true
2440
+ },
2441
+ "attributes": {}
2442
+ }
2443
+ },
2444
+ "total_flos": 3531836945309184.0,
2445
+ "train_batch_size": 2,
2446
+ "trial_name": null,
2447
+ "trial_params": null
2448
+ }
checkpoint-338/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37e5d645fe47077e205c20001ea0008260578bbca524c32761dd726bbb1209ce
3
+ size 6033
checkpoint-338/vocab.json ADDED
The diff for this file is too large to render. See raw diff