alexandrlukashov commited on
Commit
dddc7c4
·
verified ·
1 Parent(s): c7a408e

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-1.7B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-1.7B
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.1
adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen3-1.7B",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 512,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 256,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "gate_proj",
33
+ "q_proj",
34
+ "o_proj",
35
+ "v_proj",
36
+ "k_proj",
37
+ "down_proj",
38
+ "up_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e5fc90e87afbb5452a9efb707b2fcc1071ad5a36402ffef8935e719acec875
3
+ size 2358210936
chat_template.jinja ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 message in messages[::-1] %}
19
+ {%- set index = (messages|length - 1) - loop.index0 %}
20
+ {%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
21
+ {%- set ns.multi_step_tool = false %}
22
+ {%- set ns.last_query_index = index %}
23
+ {%- endif %}
24
+ {%- endfor %}
25
+ {%- for message in messages %}
26
+ {%- if message.content is string %}
27
+ {%- set content = message.content %}
28
+ {%- else %}
29
+ {%- set content = '' %}
30
+ {%- endif %}
31
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
32
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
33
+ {%- elif message.role == "assistant" %}
34
+ {%- set reasoning_content = '' %}
35
+ {%- if message.reasoning_content is string %}
36
+ {%- set reasoning_content = message.reasoning_content %}
37
+ {%- else %}
38
+ {%- if '</think>' in content %}
39
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
40
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
41
+ {%- endif %}
42
+ {%- endif %}
43
+ {%- if loop.index0 > ns.last_query_index %}
44
+ {%- if loop.last or (not loop.last and reasoning_content) %}
45
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
46
+ {%- else %}
47
+ {{- '<|im_start|>' + message.role + '\n' + content }}
48
+ {%- endif %}
49
+ {%- else %}
50
+ {{- '<|im_start|>' + message.role + '\n' + content }}
51
+ {%- endif %}
52
+ {%- if message.tool_calls %}
53
+ {%- for tool_call in message.tool_calls %}
54
+ {%- if (loop.first and content) or (not loop.first) %}
55
+ {{- '\n' }}
56
+ {%- endif %}
57
+ {%- if tool_call.function %}
58
+ {%- set tool_call = tool_call.function %}
59
+ {%- endif %}
60
+ {{- '<tool_call>\n{"name": "' }}
61
+ {{- tool_call.name }}
62
+ {{- '", "arguments": ' }}
63
+ {%- if tool_call.arguments is string %}
64
+ {{- tool_call.arguments }}
65
+ {%- else %}
66
+ {{- tool_call.arguments | tojson }}
67
+ {%- endif %}
68
+ {{- '}\n</tool_call>' }}
69
+ {%- endfor %}
70
+ {%- endif %}
71
+ {{- '<|im_end|>\n' }}
72
+ {%- elif message.role == "tool" %}
73
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
74
+ {{- '<|im_start|>user' }}
75
+ {%- endif %}
76
+ {{- '\n<tool_response>\n' }}
77
+ {{- content }}
78
+ {{- '\n</tool_response>' }}
79
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
80
+ {{- '<|im_end|>\n' }}
81
+ {%- endif %}
82
+ {%- endif %}
83
+ {%- endfor %}
84
+ {%- if add_generation_prompt %}
85
+ {{- '<|im_start|>assistant\n' }}
86
+ {%- if enable_thinking is defined and enable_thinking is false %}
87
+ {{- '<think>\n\n</think>\n\n' }}
88
+ {%- endif %}
89
+ {%- endif %}
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3090196a901be5e02aee2de5659ce645ebfa8c463cd28e7b021f1d5213ec262f
3
+ size 2231707643
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adf94c80baddaafc86f920b787da40159b16e118343eb6184b4f4f0895239ccc
3
+ size 14645
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:711d2413056d845e789a2817c52b417be337d7b4a5a6303350e9063dd499a12c
3
+ size 1465
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be75606093db2094d7cd20f3c2f385c212750648bd6ea4fb2bf507a6a4c55506
3
+ size 11422650
tokenizer_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "model_max_length": 131072,
25
+ "pad_token": "<|endoftext|>",
26
+ "split_special_tokens": false,
27
+ "tokenizer_class": "Qwen2Tokenizer",
28
+ "unk_token": null
29
+ }
trainer_state.json ADDED
@@ -0,0 +1,2541 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 3578,
3
+ "best_metric": 0.9194258451461792,
4
+ "best_model_checkpoint": "./qwen3-1.7b-text2json-v2/checkpoint-3578",
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 3578,
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.0027950527566207813,
14
+ "grad_norm": 5.643767356872559,
15
+ "learning_rate": 3.016759776536313e-07,
16
+ "loss": 1.649482536315918,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.005590105513241563,
21
+ "grad_norm": 4.668584823608398,
22
+ "learning_rate": 6.368715083798882e-07,
23
+ "loss": 1.6637184143066406,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.008385158269862344,
28
+ "grad_norm": 3.2273833751678467,
29
+ "learning_rate": 9.720670391061452e-07,
30
+ "loss": 1.620625114440918,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.011180211026483125,
35
+ "grad_norm": 2.4648287296295166,
36
+ "learning_rate": 1.3072625698324024e-06,
37
+ "loss": 1.4959917068481445,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.013975263783103906,
42
+ "grad_norm": 1.6723942756652832,
43
+ "learning_rate": 1.642458100558659e-06,
44
+ "loss": 1.4724949836730956,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.01677031653972469,
49
+ "grad_norm": 0.998455286026001,
50
+ "learning_rate": 1.9776536312849162e-06,
51
+ "loss": 1.4036648750305176,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.019565369296345468,
56
+ "grad_norm": 0.5846454501152039,
57
+ "learning_rate": 2.312849162011173e-06,
58
+ "loss": 1.2452651977539062,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.02236042205296625,
63
+ "grad_norm": 0.5780718922615051,
64
+ "learning_rate": 2.6480446927374305e-06,
65
+ "loss": 1.300985050201416,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.02515547480958703,
70
+ "grad_norm": 0.49602633714675903,
71
+ "learning_rate": 2.9832402234636874e-06,
72
+ "loss": 1.2021345138549804,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.027950527566207813,
77
+ "grad_norm": 0.5135180354118347,
78
+ "learning_rate": 3.318435754189944e-06,
79
+ "loss": 1.194033718109131,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.030745580322828592,
84
+ "grad_norm": 0.39543935656547546,
85
+ "learning_rate": 3.6536312849162013e-06,
86
+ "loss": 1.1850563049316407,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.03354063307944938,
91
+ "grad_norm": 0.4353114664554596,
92
+ "learning_rate": 3.988826815642458e-06,
93
+ "loss": 1.1643589973449706,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.03633568583607016,
98
+ "grad_norm": 0.35825908184051514,
99
+ "learning_rate": 4.324022346368715e-06,
100
+ "loss": 1.1326589584350586,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.039130738592690936,
105
+ "grad_norm": 0.4327046573162079,
106
+ "learning_rate": 4.6592178770949725e-06,
107
+ "loss": 1.1646012306213378,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.041925791349311715,
112
+ "grad_norm": 0.40660929679870605,
113
+ "learning_rate": 4.994413407821229e-06,
114
+ "loss": 1.0970611572265625,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.0447208441059325,
119
+ "grad_norm": 0.37189826369285583,
120
+ "learning_rate": 5.329608938547486e-06,
121
+ "loss": 1.052849006652832,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.04751589686255328,
126
+ "grad_norm": 0.4213009774684906,
127
+ "learning_rate": 5.664804469273743e-06,
128
+ "loss": 1.184032917022705,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.05031094961917406,
133
+ "grad_norm": 0.37389159202575684,
134
+ "learning_rate": 6e-06,
135
+ "loss": 1.0986117362976073,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.053106002375794846,
140
+ "grad_norm": 0.35978958010673523,
141
+ "learning_rate": 6.3351955307262575e-06,
142
+ "loss": 1.1341217041015625,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.055901055132415625,
147
+ "grad_norm": 0.36538344621658325,
148
+ "learning_rate": 6.670391061452514e-06,
149
+ "loss": 1.1568432807922364,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.058696107889036404,
154
+ "grad_norm": 0.3577878177165985,
155
+ "learning_rate": 7.005586592178771e-06,
156
+ "loss": 1.1413363456726073,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.061491160645657184,
161
+ "grad_norm": 0.37476423382759094,
162
+ "learning_rate": 7.340782122905028e-06,
163
+ "loss": 1.0659676551818849,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.06428621340227797,
168
+ "grad_norm": 0.40813082456588745,
169
+ "learning_rate": 7.675977653631286e-06,
170
+ "loss": 1.0974410057067872,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.06708126615889876,
175
+ "grad_norm": 0.33985811471939087,
176
+ "learning_rate": 8.011173184357543e-06,
177
+ "loss": 1.1290700912475586,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.06987631891551953,
182
+ "grad_norm": 0.34717175364494324,
183
+ "learning_rate": 8.346368715083799e-06,
184
+ "loss": 1.0772873878479003,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.07267137167214031,
189
+ "grad_norm": 0.3674837052822113,
190
+ "learning_rate": 8.681564245810056e-06,
191
+ "loss": 1.0954713821411133,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.07546642442876109,
196
+ "grad_norm": 0.3208862543106079,
197
+ "learning_rate": 9.016759776536314e-06,
198
+ "loss": 1.1133221626281737,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.07826147718538187,
203
+ "grad_norm": 0.3443635404109955,
204
+ "learning_rate": 9.35195530726257e-06,
205
+ "loss": 1.0993770599365233,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.08105652994200266,
210
+ "grad_norm": 0.4215189814567566,
211
+ "learning_rate": 9.687150837988827e-06,
212
+ "loss": 1.0730499267578124,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.08385158269862343,
217
+ "grad_norm": 0.37784650921821594,
218
+ "learning_rate": 1.0022346368715083e-05,
219
+ "loss": 1.0912086486816406,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.08664663545524422,
224
+ "grad_norm": 0.38466012477874756,
225
+ "learning_rate": 1.0357541899441341e-05,
226
+ "loss": 1.1172038078308106,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.089441688211865,
231
+ "grad_norm": 0.4363117516040802,
232
+ "learning_rate": 1.0692737430167598e-05,
233
+ "loss": 1.1165932655334472,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.09223674096848578,
238
+ "grad_norm": 0.38784098625183105,
239
+ "learning_rate": 1.1027932960893854e-05,
240
+ "loss": 1.1101572036743164,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.09503179372510656,
245
+ "grad_norm": 0.4113931953907013,
246
+ "learning_rate": 1.1363128491620111e-05,
247
+ "loss": 1.1031377792358399,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.09782684648172735,
252
+ "grad_norm": 0.3761017918586731,
253
+ "learning_rate": 1.1698324022346369e-05,
254
+ "loss": 1.0470043182373048,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.10062189923834812,
259
+ "grad_norm": 0.3837948739528656,
260
+ "learning_rate": 1.2033519553072627e-05,
261
+ "loss": 1.0470937728881835,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.1034169519949689,
266
+ "grad_norm": 0.33570754528045654,
267
+ "learning_rate": 1.2368715083798884e-05,
268
+ "loss": 1.1301692008972168,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.10621200475158969,
273
+ "grad_norm": 0.3694814443588257,
274
+ "learning_rate": 1.270391061452514e-05,
275
+ "loss": 1.0451414108276367,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.10900705750821046,
280
+ "grad_norm": 0.38872382044792175,
281
+ "learning_rate": 1.3039106145251397e-05,
282
+ "loss": 1.1033297538757325,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.11180211026483125,
287
+ "grad_norm": 0.3904806077480316,
288
+ "learning_rate": 1.3374301675977653e-05,
289
+ "loss": 1.1097043991088866,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.11459716302145204,
294
+ "grad_norm": 0.2938089370727539,
295
+ "learning_rate": 1.3709497206703912e-05,
296
+ "loss": 1.0522205352783203,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.11739221577807281,
301
+ "grad_norm": 0.3930291533470154,
302
+ "learning_rate": 1.4044692737430168e-05,
303
+ "loss": 1.068246078491211,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.1201872685346936,
308
+ "grad_norm": 0.4230504631996155,
309
+ "learning_rate": 1.4379888268156425e-05,
310
+ "loss": 1.0642436027526856,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.12298232129131437,
315
+ "grad_norm": 0.3574168384075165,
316
+ "learning_rate": 1.4715083798882681e-05,
317
+ "loss": 1.0741335868835449,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.12577737404793515,
322
+ "grad_norm": 0.3820915222167969,
323
+ "learning_rate": 1.5050279329608937e-05,
324
+ "loss": 1.1127784729003907,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.12857242680455594,
329
+ "grad_norm": 0.3761838674545288,
330
+ "learning_rate": 1.5385474860335196e-05,
331
+ "loss": 1.0927792549133302,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.13136747956117673,
336
+ "grad_norm": 0.4056966006755829,
337
+ "learning_rate": 1.5720670391061452e-05,
338
+ "loss": 1.0605798721313477,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.1341625323177975,
343
+ "grad_norm": 0.46689334511756897,
344
+ "learning_rate": 1.6055865921787712e-05,
345
+ "loss": 1.038266086578369,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.13695758507441827,
350
+ "grad_norm": 0.4448232054710388,
351
+ "learning_rate": 1.639106145251397e-05,
352
+ "loss": 1.0706561088562012,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.13975263783103906,
357
+ "grad_norm": 0.36253008246421814,
358
+ "learning_rate": 1.6726256983240225e-05,
359
+ "loss": 1.0975689888000488,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.14254769058765984,
364
+ "grad_norm": 0.3154246211051941,
365
+ "learning_rate": 1.706145251396648e-05,
366
+ "loss": 1.082898998260498,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.14534274334428063,
371
+ "grad_norm": 0.3553566336631775,
372
+ "learning_rate": 1.7396648044692738e-05,
373
+ "loss": 1.0855050086975098,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.14813779610090141,
378
+ "grad_norm": 0.2990500330924988,
379
+ "learning_rate": 1.7731843575418995e-05,
380
+ "loss": 1.0738759994506837,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.15093284885752217,
385
+ "grad_norm": 0.3952273428440094,
386
+ "learning_rate": 1.806703910614525e-05,
387
+ "loss": 1.0667924880981445,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.15372790161414296,
392
+ "grad_norm": 0.42053553462028503,
393
+ "learning_rate": 1.8402234636871508e-05,
394
+ "loss": 1.032864475250244,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.15652295437076374,
399
+ "grad_norm": 0.4121285080909729,
400
+ "learning_rate": 1.8737430167597764e-05,
401
+ "loss": 1.0744197845458985,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.15931800712738453,
406
+ "grad_norm": 0.42475244402885437,
407
+ "learning_rate": 1.9072625698324024e-05,
408
+ "loss": 1.0168725967407226,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.16211305988400532,
413
+ "grad_norm": 0.3706689476966858,
414
+ "learning_rate": 1.940782122905028e-05,
415
+ "loss": 1.0727126121520996,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.1649081126406261,
420
+ "grad_norm": 0.30601057410240173,
421
+ "learning_rate": 1.9743016759776537e-05,
422
+ "loss": 1.034100341796875,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.16770316539724686,
427
+ "grad_norm": 0.35653752088546753,
428
+ "learning_rate": 2.0078212290502793e-05,
429
+ "loss": 1.0130882263183594,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.17049821815386765,
434
+ "grad_norm": 0.38125112652778625,
435
+ "learning_rate": 2.041340782122905e-05,
436
+ "loss": 1.0439627647399903,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.17329327091048843,
441
+ "grad_norm": 0.31715694069862366,
442
+ "learning_rate": 2.0748603351955306e-05,
443
+ "loss": 1.0409150123596191,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.17608832366710922,
448
+ "grad_norm": 0.3510577082633972,
449
+ "learning_rate": 2.1083798882681563e-05,
450
+ "loss": 1.0283869743347167,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.17888337642373,
455
+ "grad_norm": 0.338158518075943,
456
+ "learning_rate": 2.141899441340782e-05,
457
+ "loss": 1.0281116485595703,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.1816784291803508,
462
+ "grad_norm": 0.4553789794445038,
463
+ "learning_rate": 2.1754189944134076e-05,
464
+ "loss": 1.0968013763427735,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.18447348193697155,
469
+ "grad_norm": 0.37961041927337646,
470
+ "learning_rate": 2.2089385474860332e-05,
471
+ "loss": 1.0369602203369142,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.18726853469359234,
476
+ "grad_norm": 0.30950912833213806,
477
+ "learning_rate": 2.2424581005586596e-05,
478
+ "loss": 1.0765933036804198,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.19006358745021312,
483
+ "grad_norm": 0.3528067171573639,
484
+ "learning_rate": 2.2759776536312852e-05,
485
+ "loss": 1.0690201759338378,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.1928586402068339,
490
+ "grad_norm": 0.40091198682785034,
491
+ "learning_rate": 2.309497206703911e-05,
492
+ "loss": 1.0370705604553223,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.1956536929634547,
497
+ "grad_norm": 0.3499792814254761,
498
+ "learning_rate": 2.3430167597765365e-05,
499
+ "loss": 1.0379643440246582,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.19844874572007545,
504
+ "grad_norm": 0.32263559103012085,
505
+ "learning_rate": 2.3765363128491622e-05,
506
+ "loss": 0.9880000114440918,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.20124379847669624,
511
+ "grad_norm": 0.40820619463920593,
512
+ "learning_rate": 2.4100558659217878e-05,
513
+ "loss": 1.0606675148010254,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.20403885123331703,
518
+ "grad_norm": 0.33786195516586304,
519
+ "learning_rate": 2.4435754189944135e-05,
520
+ "loss": 1.054260540008545,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.2068339039899378,
525
+ "grad_norm": 0.33243510127067566,
526
+ "learning_rate": 2.477094972067039e-05,
527
+ "loss": 1.0376768112182617,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.2096289567465586,
532
+ "grad_norm": 0.346973180770874,
533
+ "learning_rate": 2.5106145251396648e-05,
534
+ "loss": 1.12500057220459,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.21242400950317938,
539
+ "grad_norm": 0.29655370116233826,
540
+ "learning_rate": 2.5441340782122908e-05,
541
+ "loss": 1.0486486434936524,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.21521906225980014,
546
+ "grad_norm": 0.31937628984451294,
547
+ "learning_rate": 2.5776536312849164e-05,
548
+ "loss": 1.0881372451782227,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.21801411501642093,
553
+ "grad_norm": 0.3570577800273895,
554
+ "learning_rate": 2.611173184357542e-05,
555
+ "loss": 1.0278472900390625,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.22080916777304171,
560
+ "grad_norm": 0.3659631311893463,
561
+ "learning_rate": 2.6446927374301677e-05,
562
+ "loss": 1.0619357109069825,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.2236042205296625,
567
+ "grad_norm": 0.3441682755947113,
568
+ "learning_rate": 2.6782122905027934e-05,
569
+ "loss": 1.0706026077270507,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.2263992732862833,
574
+ "grad_norm": 0.35944634675979614,
575
+ "learning_rate": 2.711731843575419e-05,
576
+ "loss": 1.0401902198791504,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.22919432604290407,
581
+ "grad_norm": 0.3168131709098816,
582
+ "learning_rate": 2.7452513966480447e-05,
583
+ "loss": 1.0667524337768555,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.23198937879952483,
588
+ "grad_norm": 0.36638668179512024,
589
+ "learning_rate": 2.7787709497206703e-05,
590
+ "loss": 1.052546215057373,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.23478443155614562,
595
+ "grad_norm": 0.39376768469810486,
596
+ "learning_rate": 2.812290502793296e-05,
597
+ "loss": 1.0390704154968262,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.2375794843127664,
602
+ "grad_norm": 0.2895391285419464,
603
+ "learning_rate": 2.845810055865922e-05,
604
+ "loss": 1.0275959014892577,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.2403745370693872,
609
+ "grad_norm": 0.3222823441028595,
610
+ "learning_rate": 2.8793296089385476e-05,
611
+ "loss": 1.0830079078674317,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.24316958982600798,
616
+ "grad_norm": 0.3823617100715637,
617
+ "learning_rate": 2.9128491620111733e-05,
618
+ "loss": 1.0468826293945312,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.24596464258262873,
623
+ "grad_norm": 0.3948187828063965,
624
+ "learning_rate": 2.946368715083799e-05,
625
+ "loss": 1.0295352935791016,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.24875969533924952,
630
+ "grad_norm": 0.3245835602283478,
631
+ "learning_rate": 2.9798882681564246e-05,
632
+ "loss": 1.0973793029785157,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.2515547480958703,
637
+ "grad_norm": 0.32093924283981323,
638
+ "learning_rate": 2.9992939099735218e-05,
639
+ "loss": 1.0175031661987304,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.2543498008524911,
644
+ "grad_norm": 0.3369489908218384,
645
+ "learning_rate": 2.997528684907326e-05,
646
+ "loss": 1.0713120460510255,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.2571448536091119,
651
+ "grad_norm": 0.3308013081550598,
652
+ "learning_rate": 2.99576345984113e-05,
653
+ "loss": 0.9863748550415039,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.25993990636573266,
658
+ "grad_norm": 0.2931237518787384,
659
+ "learning_rate": 2.9939982347749338e-05,
660
+ "loss": 0.9957609176635742,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.26273495912235345,
665
+ "grad_norm": 0.3004375100135803,
666
+ "learning_rate": 2.992233009708738e-05,
667
+ "loss": 1.0490875244140625,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.26553001187897424,
672
+ "grad_norm": 0.30455997586250305,
673
+ "learning_rate": 2.990467784642542e-05,
674
+ "loss": 0.969981575012207,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.268325064635595,
679
+ "grad_norm": 0.30235281586647034,
680
+ "learning_rate": 2.988702559576346e-05,
681
+ "loss": 1.0383959770202638,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.27112011739221575,
686
+ "grad_norm": 0.33622094988822937,
687
+ "learning_rate": 2.9869373345101503e-05,
688
+ "loss": 1.096113395690918,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.27391517014883654,
693
+ "grad_norm": 0.3102216124534607,
694
+ "learning_rate": 2.985172109443954e-05,
695
+ "loss": 1.0069896697998046,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.2767102229054573,
700
+ "grad_norm": 0.31250712275505066,
701
+ "learning_rate": 2.983406884377758e-05,
702
+ "loss": 1.0165568351745606,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.2795052756620781,
707
+ "grad_norm": 0.2913067638874054,
708
+ "learning_rate": 2.9816416593115623e-05,
709
+ "loss": 1.1328548431396483,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.2823003284186989,
714
+ "grad_norm": 0.2881060540676117,
715
+ "learning_rate": 2.9798764342453664e-05,
716
+ "loss": 1.0683287620544433,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.2850953811753197,
721
+ "grad_norm": 0.25279340147972107,
722
+ "learning_rate": 2.9781112091791705e-05,
723
+ "loss": 1.0043587684631348,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.28789043393194047,
728
+ "grad_norm": 0.29510220885276794,
729
+ "learning_rate": 2.9763459841129743e-05,
730
+ "loss": 0.9762296676635742,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.29068548668856126,
735
+ "grad_norm": 0.2661595344543457,
736
+ "learning_rate": 2.9745807590467784e-05,
737
+ "loss": 1.0301525115966796,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.29348053944518204,
742
+ "grad_norm": 0.32319095730781555,
743
+ "learning_rate": 2.9728155339805825e-05,
744
+ "loss": 0.9689548492431641,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.29627559220180283,
749
+ "grad_norm": 0.29703575372695923,
750
+ "learning_rate": 2.9710503089143866e-05,
751
+ "loss": 1.0159470558166503,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.2990706449584236,
756
+ "grad_norm": 0.34380561113357544,
757
+ "learning_rate": 2.9692850838481907e-05,
758
+ "loss": 1.009904670715332,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.30186569771504435,
763
+ "grad_norm": 0.3270290195941925,
764
+ "learning_rate": 2.967519858781995e-05,
765
+ "loss": 1.000676441192627,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.30466075047166513,
770
+ "grad_norm": 0.28638219833374023,
771
+ "learning_rate": 2.965754633715799e-05,
772
+ "loss": 0.9915603637695313,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.3074558032282859,
777
+ "grad_norm": 0.3670640289783478,
778
+ "learning_rate": 2.963989408649603e-05,
779
+ "loss": 0.9769265174865722,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.3102508559849067,
784
+ "grad_norm": 0.251179039478302,
785
+ "learning_rate": 2.9622241835834072e-05,
786
+ "loss": 1.002616786956787,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.3130459087415275,
791
+ "grad_norm": 0.3262287974357605,
792
+ "learning_rate": 2.9604589585172113e-05,
793
+ "loss": 1.0142257690429688,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.3158409614981483,
798
+ "grad_norm": 0.2572724521160126,
799
+ "learning_rate": 2.958693733451015e-05,
800
+ "loss": 0.9764951705932617,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.31863601425476906,
805
+ "grad_norm": 0.26741188764572144,
806
+ "learning_rate": 2.956928508384819e-05,
807
+ "loss": 1.0414302825927735,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.32143106701138985,
812
+ "grad_norm": 0.30550289154052734,
813
+ "learning_rate": 2.955163283318623e-05,
814
+ "loss": 1.0412059783935548,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.32422611976801063,
819
+ "grad_norm": 0.27935805916786194,
820
+ "learning_rate": 2.953398058252427e-05,
821
+ "loss": 1.0061474800109864,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.3270211725246314,
826
+ "grad_norm": 0.32680583000183105,
827
+ "learning_rate": 2.9516328331862312e-05,
828
+ "loss": 1.0311594009399414,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.3298162252812522,
833
+ "grad_norm": 0.30033761262893677,
834
+ "learning_rate": 2.9498676081200353e-05,
835
+ "loss": 1.007315731048584,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.33261127803787294,
840
+ "grad_norm": 0.31935498118400574,
841
+ "learning_rate": 2.9481023830538394e-05,
842
+ "loss": 1.0023454666137694,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.3354063307944937,
847
+ "grad_norm": 0.24859681725502014,
848
+ "learning_rate": 2.9463371579876435e-05,
849
+ "loss": 1.0599953651428222,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.3382013835511145,
854
+ "grad_norm": 0.28637224435806274,
855
+ "learning_rate": 2.9445719329214476e-05,
856
+ "loss": 0.9715568542480468,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.3409964363077353,
861
+ "grad_norm": 0.3125148415565491,
862
+ "learning_rate": 2.9428067078552518e-05,
863
+ "loss": 1.0343916893005372,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.3437914890643561,
868
+ "grad_norm": 0.31528884172439575,
869
+ "learning_rate": 2.941041482789056e-05,
870
+ "loss": 0.9525131225585938,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.34658654182097687,
875
+ "grad_norm": 0.24459350109100342,
876
+ "learning_rate": 2.9392762577228597e-05,
877
+ "loss": 1.0504046440124513,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.34938159457759765,
882
+ "grad_norm": 0.2881556749343872,
883
+ "learning_rate": 2.9375110326566638e-05,
884
+ "loss": 1.0129762649536134,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.35217664733421844,
889
+ "grad_norm": 0.25519442558288574,
890
+ "learning_rate": 2.935745807590468e-05,
891
+ "loss": 1.0512026786804198,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.3549717000908392,
896
+ "grad_norm": 0.25984570384025574,
897
+ "learning_rate": 2.933980582524272e-05,
898
+ "loss": 0.9846024513244629,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.35776675284746,
903
+ "grad_norm": 0.28499749302864075,
904
+ "learning_rate": 2.932215357458076e-05,
905
+ "loss": 1.0733858108520509,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.3605618056040808,
910
+ "grad_norm": 0.29380694031715393,
911
+ "learning_rate": 2.9304501323918802e-05,
912
+ "loss": 0.9989897727966308,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.3633568583607016,
917
+ "grad_norm": 0.30164292454719543,
918
+ "learning_rate": 2.928684907325684e-05,
919
+ "loss": 1.0077524185180664,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.3661519111173223,
924
+ "grad_norm": 0.23782745003700256,
925
+ "learning_rate": 2.926919682259488e-05,
926
+ "loss": 1.0419427871704101,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.3689469638739431,
931
+ "grad_norm": 0.22514177858829498,
932
+ "learning_rate": 2.9251544571932922e-05,
933
+ "loss": 1.0001588821411134,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.3717420166305639,
938
+ "grad_norm": 0.2654188573360443,
939
+ "learning_rate": 2.9233892321270963e-05,
940
+ "loss": 0.9365455627441406,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.3745370693871847,
945
+ "grad_norm": 0.28745606541633606,
946
+ "learning_rate": 2.9216240070609e-05,
947
+ "loss": 1.0396409988403321,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.37733212214380546,
952
+ "grad_norm": 0.29193657636642456,
953
+ "learning_rate": 2.9198587819947042e-05,
954
+ "loss": 0.9870634078979492,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.38012717490042625,
959
+ "grad_norm": 0.3073195815086365,
960
+ "learning_rate": 2.9180935569285084e-05,
961
+ "loss": 0.9565372467041016,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.38292222765704703,
966
+ "grad_norm": 0.2933987081050873,
967
+ "learning_rate": 2.9163283318623125e-05,
968
+ "loss": 1.0597519874572754,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.3857172804136678,
973
+ "grad_norm": 0.23969174921512604,
974
+ "learning_rate": 2.9145631067961166e-05,
975
+ "loss": 1.0359637260437011,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.3885123331702886,
980
+ "grad_norm": 0.32519665360450745,
981
+ "learning_rate": 2.9127978817299207e-05,
982
+ "loss": 1.0731128692626952,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.3913073859269094,
987
+ "grad_norm": 0.3296833634376526,
988
+ "learning_rate": 2.9110326566637248e-05,
989
+ "loss": 1.001913070678711,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.3941024386835302,
994
+ "grad_norm": 0.25598061084747314,
995
+ "learning_rate": 2.909267431597529e-05,
996
+ "loss": 1.0088472366333008,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.3968974914401509,
1001
+ "grad_norm": 0.2599712908267975,
1002
+ "learning_rate": 2.907502206531333e-05,
1003
+ "loss": 1.017747402191162,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.3996925441967717,
1008
+ "grad_norm": 0.23938290774822235,
1009
+ "learning_rate": 2.905736981465137e-05,
1010
+ "loss": 1.041401481628418,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.4024875969533925,
1015
+ "grad_norm": 0.273282527923584,
1016
+ "learning_rate": 2.903971756398941e-05,
1017
+ "loss": 1.0373397827148438,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.40528264971001327,
1022
+ "grad_norm": 0.27002406120300293,
1023
+ "learning_rate": 2.902206531332745e-05,
1024
+ "loss": 1.0188671112060548,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.40807770246663405,
1029
+ "grad_norm": 0.26821863651275635,
1030
+ "learning_rate": 2.9004413062665488e-05,
1031
+ "loss": 1.0574458122253418,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.41087275522325484,
1036
+ "grad_norm": 0.2928693890571594,
1037
+ "learning_rate": 2.898676081200353e-05,
1038
+ "loss": 1.0109037399291991,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.4136678079798756,
1043
+ "grad_norm": 0.24917741119861603,
1044
+ "learning_rate": 2.896910856134157e-05,
1045
+ "loss": 0.9672279357910156,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.4164628607364964,
1050
+ "grad_norm": 0.30354684591293335,
1051
+ "learning_rate": 2.895145631067961e-05,
1052
+ "loss": 0.9972775459289551,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.4192579134931172,
1057
+ "grad_norm": 0.28315505385398865,
1058
+ "learning_rate": 2.8933804060017653e-05,
1059
+ "loss": 1.052345085144043,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.422052966249738,
1064
+ "grad_norm": 0.2571980953216553,
1065
+ "learning_rate": 2.8916151809355694e-05,
1066
+ "loss": 0.9936285972595215,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.42484801900635877,
1071
+ "grad_norm": 0.26506495475769043,
1072
+ "learning_rate": 2.8898499558693735e-05,
1073
+ "loss": 1.0691999435424804,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.4276430717629795,
1078
+ "grad_norm": 0.2906590402126312,
1079
+ "learning_rate": 2.8880847308031776e-05,
1080
+ "loss": 1.029029083251953,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.4304381245196003,
1085
+ "grad_norm": 0.2804986536502838,
1086
+ "learning_rate": 2.8863195057369814e-05,
1087
+ "loss": 0.9693903923034668,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.43323317727622107,
1092
+ "grad_norm": 0.3137750029563904,
1093
+ "learning_rate": 2.8845542806707855e-05,
1094
+ "loss": 0.9986073493957519,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.43602823003284186,
1099
+ "grad_norm": 0.27715569734573364,
1100
+ "learning_rate": 2.8827890556045896e-05,
1101
+ "loss": 1.0288854598999024,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.43882328278946264,
1106
+ "grad_norm": 0.3083079159259796,
1107
+ "learning_rate": 2.8810238305383937e-05,
1108
+ "loss": 1.0549062728881835,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.44161833554608343,
1113
+ "grad_norm": 0.25902026891708374,
1114
+ "learning_rate": 2.879258605472198e-05,
1115
+ "loss": 1.0527615547180176,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.4444133883027042,
1120
+ "grad_norm": 0.28043800592422485,
1121
+ "learning_rate": 2.877493380406002e-05,
1122
+ "loss": 0.9656842231750489,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.447208441059325,
1127
+ "grad_norm": 0.2748812735080719,
1128
+ "learning_rate": 2.875728155339806e-05,
1129
+ "loss": 0.9797506332397461,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.4500034938159458,
1134
+ "grad_norm": 0.24105726182460785,
1135
+ "learning_rate": 2.8739629302736102e-05,
1136
+ "loss": 1.0202052116394043,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.4527985465725666,
1141
+ "grad_norm": 0.2766578495502472,
1142
+ "learning_rate": 2.872197705207414e-05,
1143
+ "loss": 1.0396312713623046,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.45559359932918736,
1148
+ "grad_norm": 0.27033212780952454,
1149
+ "learning_rate": 2.870432480141218e-05,
1150
+ "loss": 1.015242862701416,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.45838865208580815,
1155
+ "grad_norm": 0.2830497622489929,
1156
+ "learning_rate": 2.868667255075022e-05,
1157
+ "loss": 1.0283113479614259,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.4611837048424289,
1162
+ "grad_norm": 0.2722684442996979,
1163
+ "learning_rate": 2.866902030008826e-05,
1164
+ "loss": 0.960938549041748,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.46397875759904966,
1169
+ "grad_norm": 0.2851269543170929,
1170
+ "learning_rate": 2.86513680494263e-05,
1171
+ "loss": 1.0592517852783203,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.46677381035567045,
1176
+ "grad_norm": 0.3040626049041748,
1177
+ "learning_rate": 2.8633715798764342e-05,
1178
+ "loss": 1.027792263031006,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.46956886311229123,
1183
+ "grad_norm": 0.27696627378463745,
1184
+ "learning_rate": 2.8616063548102383e-05,
1185
+ "loss": 1.0521678924560547,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.472363915868912,
1190
+ "grad_norm": 0.2812741994857788,
1191
+ "learning_rate": 2.8598411297440424e-05,
1192
+ "loss": 1.0757858276367187,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.4751589686255328,
1197
+ "grad_norm": 0.28111204504966736,
1198
+ "learning_rate": 2.8580759046778466e-05,
1199
+ "loss": 1.012517547607422,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 0.4779540213821536,
1204
+ "grad_norm": 0.23783713579177856,
1205
+ "learning_rate": 2.8563106796116507e-05,
1206
+ "loss": 1.0381376266479492,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 0.4807490741387744,
1211
+ "grad_norm": 0.2889651954174042,
1212
+ "learning_rate": 2.8545454545454548e-05,
1213
+ "loss": 0.8898016929626464,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 0.48354412689539517,
1218
+ "grad_norm": 0.29550856351852417,
1219
+ "learning_rate": 2.852780229479259e-05,
1220
+ "loss": 1.0425692558288575,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 0.48633917965201595,
1225
+ "grad_norm": 0.21420054137706757,
1226
+ "learning_rate": 2.851015004413063e-05,
1227
+ "loss": 0.9967288970947266,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 0.48913423240863674,
1232
+ "grad_norm": 0.2627513110637665,
1233
+ "learning_rate": 2.8492497793468668e-05,
1234
+ "loss": 0.9291762351989746,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 0.49192928516525747,
1239
+ "grad_norm": 0.2861141264438629,
1240
+ "learning_rate": 2.847484554280671e-05,
1241
+ "loss": 1.0772159576416016,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 0.49472433792187825,
1246
+ "grad_norm": 0.29838570952415466,
1247
+ "learning_rate": 2.8457193292144747e-05,
1248
+ "loss": 1.0173179626464843,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 0.49751939067849904,
1253
+ "grad_norm": 0.24560388922691345,
1254
+ "learning_rate": 2.8439541041482788e-05,
1255
+ "loss": 1.045723819732666,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 0.5003144434351199,
1260
+ "grad_norm": 0.24704307317733765,
1261
+ "learning_rate": 2.842188879082083e-05,
1262
+ "loss": 0.9675786018371582,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 0.5031094961917406,
1267
+ "grad_norm": 0.2765197157859802,
1268
+ "learning_rate": 2.840423654015887e-05,
1269
+ "loss": 0.9299778938293457,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 0.5059045489483615,
1274
+ "grad_norm": 0.24500268697738647,
1275
+ "learning_rate": 2.838658428949691e-05,
1276
+ "loss": 0.9785917282104493,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 0.5086996017049822,
1281
+ "grad_norm": 0.29823580384254456,
1282
+ "learning_rate": 2.8368932038834953e-05,
1283
+ "loss": 0.9930375099182129,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 0.5114946544616029,
1288
+ "grad_norm": 0.26167577505111694,
1289
+ "learning_rate": 2.8351279788172994e-05,
1290
+ "loss": 0.9894954681396484,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 0.5142897072182238,
1295
+ "grad_norm": 0.29972001910209656,
1296
+ "learning_rate": 2.8333627537511035e-05,
1297
+ "loss": 0.9791035652160645,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 0.5170847599748445,
1302
+ "grad_norm": 0.25320589542388916,
1303
+ "learning_rate": 2.8315975286849073e-05,
1304
+ "loss": 1.0297391891479493,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 0.5198798127314653,
1309
+ "grad_norm": 0.2759966552257538,
1310
+ "learning_rate": 2.8298323036187114e-05,
1311
+ "loss": 1.0344117164611817,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 0.5226748654880861,
1316
+ "grad_norm": 0.31191888451576233,
1317
+ "learning_rate": 2.8280670785525155e-05,
1318
+ "loss": 1.0009819984436035,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 0.5254699182447069,
1323
+ "grad_norm": 0.28785309195518494,
1324
+ "learning_rate": 2.8263018534863196e-05,
1325
+ "loss": 1.0129854202270507,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 0.5282649710013276,
1330
+ "grad_norm": 0.2400604784488678,
1331
+ "learning_rate": 2.8245366284201237e-05,
1332
+ "loss": 1.0410121917724608,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 0.5310600237579485,
1337
+ "grad_norm": 0.24152550101280212,
1338
+ "learning_rate": 2.8227714033539278e-05,
1339
+ "loss": 0.9955686569213867,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 0.5338550765145692,
1344
+ "grad_norm": 0.2534623146057129,
1345
+ "learning_rate": 2.821006178287732e-05,
1346
+ "loss": 1.024580955505371,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 0.53665012927119,
1351
+ "grad_norm": 0.23304277658462524,
1352
+ "learning_rate": 2.819240953221536e-05,
1353
+ "loss": 0.9629706382751465,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 0.5394451820278108,
1358
+ "grad_norm": 0.2977767288684845,
1359
+ "learning_rate": 2.81747572815534e-05,
1360
+ "loss": 1.0088661193847657,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 0.5422402347844315,
1365
+ "grad_norm": 0.23684540390968323,
1366
+ "learning_rate": 2.815710503089144e-05,
1367
+ "loss": 1.0221837043762207,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 0.5450352875410523,
1372
+ "grad_norm": 0.267940878868103,
1373
+ "learning_rate": 2.8139452780229477e-05,
1374
+ "loss": 1.0226426124572754,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 0.5478303402976731,
1379
+ "grad_norm": 0.28908538818359375,
1380
+ "learning_rate": 2.812180052956752e-05,
1381
+ "loss": 1.0010106086730957,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 0.5506253930542939,
1386
+ "grad_norm": 0.24775131046772003,
1387
+ "learning_rate": 2.810414827890556e-05,
1388
+ "loss": 1.0094176292419434,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 0.5534204458109147,
1393
+ "grad_norm": 0.22591879963874817,
1394
+ "learning_rate": 2.80864960282436e-05,
1395
+ "loss": 0.9766402244567871,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 0.5562154985675355,
1400
+ "grad_norm": 0.23937548696994781,
1401
+ "learning_rate": 2.8068843777581642e-05,
1402
+ "loss": 0.9925274848937988,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 0.5590105513241562,
1407
+ "grad_norm": 0.22813533246517181,
1408
+ "learning_rate": 2.8051191526919683e-05,
1409
+ "loss": 1.0093528747558593,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 0.5618056040807771,
1414
+ "grad_norm": 0.24084998667240143,
1415
+ "learning_rate": 2.8033539276257724e-05,
1416
+ "loss": 0.9568892478942871,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 0.5646006568373978,
1421
+ "grad_norm": 0.23621933162212372,
1422
+ "learning_rate": 2.8015887025595765e-05,
1423
+ "loss": 0.8862425804138183,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 0.5673957095940186,
1428
+ "grad_norm": 0.3026232123374939,
1429
+ "learning_rate": 2.7998234774933806e-05,
1430
+ "loss": 0.9181072235107421,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 0.5701907623506394,
1435
+ "grad_norm": 0.23941676318645477,
1436
+ "learning_rate": 2.7980582524271848e-05,
1437
+ "loss": 0.9964937210083008,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 0.5729858151072601,
1442
+ "grad_norm": 0.2133600264787674,
1443
+ "learning_rate": 2.7962930273609885e-05,
1444
+ "loss": 0.9572068214416504,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 0.5757808678638809,
1449
+ "grad_norm": 0.2363349348306656,
1450
+ "learning_rate": 2.7945278022947926e-05,
1451
+ "loss": 0.9120099067687988,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 0.5785759206205017,
1456
+ "grad_norm": 0.2861199975013733,
1457
+ "learning_rate": 2.7927625772285968e-05,
1458
+ "loss": 0.9934441566467285,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 0.5813709733771225,
1463
+ "grad_norm": 0.30457618832588196,
1464
+ "learning_rate": 2.790997352162401e-05,
1465
+ "loss": 1.0133195877075196,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 0.5841660261337432,
1470
+ "grad_norm": 0.29116353392601013,
1471
+ "learning_rate": 2.7892321270962047e-05,
1472
+ "loss": 1.0317489624023437,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 0.5869610788903641,
1477
+ "grad_norm": 0.2552635669708252,
1478
+ "learning_rate": 2.7874669020300088e-05,
1479
+ "loss": 0.8719029426574707,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 0.5897561316469848,
1484
+ "grad_norm": 0.24574051797389984,
1485
+ "learning_rate": 2.785701676963813e-05,
1486
+ "loss": 0.9595466613769531,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 0.5925511844036057,
1491
+ "grad_norm": 0.2948808968067169,
1492
+ "learning_rate": 2.783936451897617e-05,
1493
+ "loss": 1.0388020515441894,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 0.5953462371602264,
1498
+ "grad_norm": 0.3055399954319,
1499
+ "learning_rate": 2.782171226831421e-05,
1500
+ "loss": 1.0131010055541991,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 0.5981412899168472,
1505
+ "grad_norm": 0.27569034695625305,
1506
+ "learning_rate": 2.7804060017652252e-05,
1507
+ "loss": 1.0485116958618164,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 0.600936342673468,
1512
+ "grad_norm": 0.25929781794548035,
1513
+ "learning_rate": 2.778640776699029e-05,
1514
+ "loss": 0.9605886459350585,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 0.6037313954300887,
1519
+ "grad_norm": 0.2691594958305359,
1520
+ "learning_rate": 2.776875551632833e-05,
1521
+ "loss": 0.9345485687255859,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 0.6065264481867095,
1526
+ "grad_norm": 0.266194224357605,
1527
+ "learning_rate": 2.7751103265666372e-05,
1528
+ "loss": 1.010661792755127,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 0.6093215009433303,
1533
+ "grad_norm": 0.2730449438095093,
1534
+ "learning_rate": 2.7733451015004413e-05,
1535
+ "loss": 0.9402640342712403,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 0.6121165536999511,
1540
+ "grad_norm": 0.24693098664283752,
1541
+ "learning_rate": 2.7715798764342455e-05,
1542
+ "loss": 0.9830196380615235,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 0.6149116064565718,
1547
+ "grad_norm": 0.2656702697277069,
1548
+ "learning_rate": 2.7698146513680496e-05,
1549
+ "loss": 1.0225579261779785,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 0.6177066592131927,
1554
+ "grad_norm": 0.23829874396324158,
1555
+ "learning_rate": 2.7680494263018537e-05,
1556
+ "loss": 0.943142032623291,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 0.6205017119698134,
1561
+ "grad_norm": 0.2343863546848297,
1562
+ "learning_rate": 2.7662842012356578e-05,
1563
+ "loss": 0.9064154624938965,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 0.6232967647264342,
1568
+ "grad_norm": 0.26842376589775085,
1569
+ "learning_rate": 2.764518976169462e-05,
1570
+ "loss": 0.9745256423950195,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 0.626091817483055,
1575
+ "grad_norm": 0.2468368113040924,
1576
+ "learning_rate": 2.762753751103266e-05,
1577
+ "loss": 1.0400543212890625,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 0.6288868702396758,
1582
+ "grad_norm": 0.2550053894519806,
1583
+ "learning_rate": 2.7609885260370698e-05,
1584
+ "loss": 1.0353093147277832,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 0.6316819229962966,
1589
+ "grad_norm": 0.25663992762565613,
1590
+ "learning_rate": 2.7592233009708736e-05,
1591
+ "loss": 0.934177017211914,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 0.6344769757529173,
1596
+ "grad_norm": 0.23147332668304443,
1597
+ "learning_rate": 2.7574580759046777e-05,
1598
+ "loss": 0.9813748359680176,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 0.6372720285095381,
1603
+ "grad_norm": 0.2842564880847931,
1604
+ "learning_rate": 2.7556928508384818e-05,
1605
+ "loss": 0.9712874412536621,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 0.6400670812661589,
1610
+ "grad_norm": 0.2781323492527008,
1611
+ "learning_rate": 2.753927625772286e-05,
1612
+ "loss": 0.9109337806701661,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 0.6428621340227797,
1617
+ "grad_norm": 0.2820802927017212,
1618
+ "learning_rate": 2.75216240070609e-05,
1619
+ "loss": 0.9500028610229492,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 0.6456571867794004,
1624
+ "grad_norm": 0.22479397058486938,
1625
+ "learning_rate": 2.750397175639894e-05,
1626
+ "loss": 0.9440972328186035,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 0.6484522395360213,
1631
+ "grad_norm": 0.23917120695114136,
1632
+ "learning_rate": 2.7486319505736983e-05,
1633
+ "loss": 0.9791379928588867,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 0.651247292292642,
1638
+ "grad_norm": 0.2782130837440491,
1639
+ "learning_rate": 2.7468667255075024e-05,
1640
+ "loss": 1.002306842803955,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 0.6540423450492628,
1645
+ "grad_norm": 0.2682194411754608,
1646
+ "learning_rate": 2.7451015004413065e-05,
1647
+ "loss": 1.0483274459838867,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 0.6568373978058836,
1652
+ "grad_norm": 0.25254103541374207,
1653
+ "learning_rate": 2.7433362753751106e-05,
1654
+ "loss": 0.9714167594909668,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 0.6596324505625044,
1659
+ "grad_norm": 0.2928752899169922,
1660
+ "learning_rate": 2.7415710503089144e-05,
1661
+ "loss": 1.0260162353515625,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 0.6624275033191251,
1666
+ "grad_norm": 0.26557931303977966,
1667
+ "learning_rate": 2.7398058252427185e-05,
1668
+ "loss": 1.0083256721496583,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 0.6652225560757459,
1673
+ "grad_norm": 0.2501239478588104,
1674
+ "learning_rate": 2.7380406001765226e-05,
1675
+ "loss": 0.8799171447753906,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 0.6680176088323667,
1680
+ "grad_norm": 0.2711493670940399,
1681
+ "learning_rate": 2.7362753751103267e-05,
1682
+ "loss": 0.9456501007080078,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 0.6708126615889874,
1687
+ "grad_norm": 0.26978161931037903,
1688
+ "learning_rate": 2.734510150044131e-05,
1689
+ "loss": 0.9659811973571777,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 0.6736077143456083,
1694
+ "grad_norm": 0.24001675844192505,
1695
+ "learning_rate": 2.7327449249779346e-05,
1696
+ "loss": 1.0193899154663086,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 0.676402767102229,
1701
+ "grad_norm": 0.2932204008102417,
1702
+ "learning_rate": 2.7309796999117387e-05,
1703
+ "loss": 0.9731010437011719,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 0.6791978198588499,
1708
+ "grad_norm": 0.3117287755012512,
1709
+ "learning_rate": 2.729214474845543e-05,
1710
+ "loss": 0.9811773300170898,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 0.6819928726154706,
1715
+ "grad_norm": 0.2856774628162384,
1716
+ "learning_rate": 2.727449249779347e-05,
1717
+ "loss": 0.9740645408630371,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 0.6847879253720914,
1722
+ "grad_norm": 0.2622590959072113,
1723
+ "learning_rate": 2.725684024713151e-05,
1724
+ "loss": 1.0141623497009278,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 0.6875829781287122,
1729
+ "grad_norm": 0.25373291969299316,
1730
+ "learning_rate": 2.723918799646955e-05,
1731
+ "loss": 0.9394130706787109,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 0.690378030885333,
1736
+ "grad_norm": 0.25906476378440857,
1737
+ "learning_rate": 2.722153574580759e-05,
1738
+ "loss": 1.022439670562744,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 0.6931730836419537,
1743
+ "grad_norm": 0.2625322639942169,
1744
+ "learning_rate": 2.720388349514563e-05,
1745
+ "loss": 1.0256818771362304,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 0.6959681363985746,
1750
+ "grad_norm": 0.26505494117736816,
1751
+ "learning_rate": 2.7186231244483672e-05,
1752
+ "loss": 0.9361432075500489,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 0.6987631891551953,
1757
+ "grad_norm": 0.2422180026769638,
1758
+ "learning_rate": 2.7168578993821713e-05,
1759
+ "loss": 0.9653936386108398,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 0.701558241911816,
1764
+ "grad_norm": 0.2775800824165344,
1765
+ "learning_rate": 2.7150926743159754e-05,
1766
+ "loss": 0.9954863548278808,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 0.7043532946684369,
1771
+ "grad_norm": 0.27944275736808777,
1772
+ "learning_rate": 2.7133274492497795e-05,
1773
+ "loss": 0.9623871803283691,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 0.7071483474250576,
1778
+ "grad_norm": 0.28735777735710144,
1779
+ "learning_rate": 2.7115622241835837e-05,
1780
+ "loss": 0.9494200706481933,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 0.7099434001816785,
1785
+ "grad_norm": 0.2936880886554718,
1786
+ "learning_rate": 2.7097969991173878e-05,
1787
+ "loss": 0.9977819442749023,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 0.7127384529382992,
1792
+ "grad_norm": 0.24009165167808533,
1793
+ "learning_rate": 2.708031774051192e-05,
1794
+ "loss": 0.9474093437194824,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 0.71553350569492,
1799
+ "grad_norm": 0.26245182752609253,
1800
+ "learning_rate": 2.7062665489849957e-05,
1801
+ "loss": 0.9796277046203613,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 0.7183285584515408,
1806
+ "grad_norm": 0.2610528767108917,
1807
+ "learning_rate": 2.7045013239187994e-05,
1808
+ "loss": 1.0227899551391602,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 0.7211236112081616,
1813
+ "grad_norm": 0.2596687376499176,
1814
+ "learning_rate": 2.7027360988526036e-05,
1815
+ "loss": 0.9537247657775879,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 0.7239186639647823,
1820
+ "grad_norm": 0.2195677012205124,
1821
+ "learning_rate": 2.7009708737864077e-05,
1822
+ "loss": 0.9501275062561035,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 0.7267137167214032,
1827
+ "grad_norm": 0.2544189691543579,
1828
+ "learning_rate": 2.6992056487202118e-05,
1829
+ "loss": 1.0224814414978027,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 0.7295087694780239,
1834
+ "grad_norm": 0.2762031555175781,
1835
+ "learning_rate": 2.697440423654016e-05,
1836
+ "loss": 1.088548469543457,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 0.7323038222346446,
1841
+ "grad_norm": 0.2782108783721924,
1842
+ "learning_rate": 2.69567519858782e-05,
1843
+ "loss": 0.974736213684082,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 0.7350988749912655,
1848
+ "grad_norm": 0.30571404099464417,
1849
+ "learning_rate": 2.693909973521624e-05,
1850
+ "loss": 0.9846074104309082,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 0.7378939277478862,
1855
+ "grad_norm": 0.2530606985092163,
1856
+ "learning_rate": 2.6921447484554282e-05,
1857
+ "loss": 1.0162484169006347,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 0.740688980504507,
1862
+ "grad_norm": 0.2569025456905365,
1863
+ "learning_rate": 2.6903795233892324e-05,
1864
+ "loss": 0.9284350395202636,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 0.7434840332611278,
1869
+ "grad_norm": 0.24733856320381165,
1870
+ "learning_rate": 2.688614298323036e-05,
1871
+ "loss": 0.9186759948730469,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 0.7462790860177486,
1876
+ "grad_norm": 0.27425336837768555,
1877
+ "learning_rate": 2.6868490732568402e-05,
1878
+ "loss": 1.0373435974121095,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 0.7490741387743693,
1883
+ "grad_norm": 0.25906410813331604,
1884
+ "learning_rate": 2.6850838481906444e-05,
1885
+ "loss": 0.9976903915405273,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 0.7518691915309902,
1890
+ "grad_norm": 0.2727071940898895,
1891
+ "learning_rate": 2.6833186231244485e-05,
1892
+ "loss": 1.0046795845031737,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 0.7546642442876109,
1897
+ "grad_norm": 0.26839467883110046,
1898
+ "learning_rate": 2.6815533980582526e-05,
1899
+ "loss": 0.9550431251525879,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 0.7574592970442318,
1904
+ "grad_norm": 0.27869123220443726,
1905
+ "learning_rate": 2.6797881729920567e-05,
1906
+ "loss": 1.0735899925231933,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 0.7602543498008525,
1911
+ "grad_norm": 0.2724617123603821,
1912
+ "learning_rate": 2.6780229479258608e-05,
1913
+ "loss": 0.9853955268859863,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 0.7630494025574732,
1918
+ "grad_norm": 0.2852199673652649,
1919
+ "learning_rate": 2.6762577228596646e-05,
1920
+ "loss": 0.9493398666381836,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 0.7658444553140941,
1925
+ "grad_norm": 0.28923094272613525,
1926
+ "learning_rate": 2.6744924977934687e-05,
1927
+ "loss": 0.9663130760192871,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 0.7686395080707148,
1932
+ "grad_norm": 0.295719712972641,
1933
+ "learning_rate": 2.6727272727272728e-05,
1934
+ "loss": 0.9795102119445801,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 0.7714345608273356,
1939
+ "grad_norm": 0.2401362806558609,
1940
+ "learning_rate": 2.6709620476610766e-05,
1941
+ "loss": 0.9830924034118652,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 0.7742296135839564,
1946
+ "grad_norm": 0.21877291798591614,
1947
+ "learning_rate": 2.6691968225948807e-05,
1948
+ "loss": 0.9561982154846191,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 0.7770246663405772,
1953
+ "grad_norm": 0.24706599116325378,
1954
+ "learning_rate": 2.667431597528685e-05,
1955
+ "loss": 0.9468561172485351,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 0.7798197190971979,
1960
+ "grad_norm": 0.30815020203590393,
1961
+ "learning_rate": 2.665666372462489e-05,
1962
+ "loss": 0.9948485374450684,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 0.7826147718538188,
1967
+ "grad_norm": 0.2928260564804077,
1968
+ "learning_rate": 2.663901147396293e-05,
1969
+ "loss": 0.95052490234375,
1970
+ "step": 2800
1971
+ },
1972
+ {
1973
+ "epoch": 0.7854098246104395,
1974
+ "grad_norm": 0.2835254669189453,
1975
+ "learning_rate": 2.6621359223300972e-05,
1976
+ "loss": 1.0023465156555176,
1977
+ "step": 2810
1978
+ },
1979
+ {
1980
+ "epoch": 0.7882048773670604,
1981
+ "grad_norm": 0.2268739491701126,
1982
+ "learning_rate": 2.6603706972639013e-05,
1983
+ "loss": 0.9253812789916992,
1984
+ "step": 2820
1985
+ },
1986
+ {
1987
+ "epoch": 0.7909999301236811,
1988
+ "grad_norm": 0.24687357246875763,
1989
+ "learning_rate": 2.6586054721977054e-05,
1990
+ "loss": 0.8779177665710449,
1991
+ "step": 2830
1992
+ },
1993
+ {
1994
+ "epoch": 0.7937949828803018,
1995
+ "grad_norm": 0.29058724641799927,
1996
+ "learning_rate": 2.6568402471315095e-05,
1997
+ "loss": 1.0069132804870606,
1998
+ "step": 2840
1999
+ },
2000
+ {
2001
+ "epoch": 0.7965900356369227,
2002
+ "grad_norm": 0.22541478276252747,
2003
+ "learning_rate": 2.6550750220653136e-05,
2004
+ "loss": 0.9553056716918945,
2005
+ "step": 2850
2006
+ },
2007
+ {
2008
+ "epoch": 0.7993850883935434,
2009
+ "grad_norm": 0.29543501138687134,
2010
+ "learning_rate": 2.6533097969991174e-05,
2011
+ "loss": 1.027346420288086,
2012
+ "step": 2860
2013
+ },
2014
+ {
2015
+ "epoch": 0.8021801411501642,
2016
+ "grad_norm": 0.27390241622924805,
2017
+ "learning_rate": 2.6515445719329215e-05,
2018
+ "loss": 0.9783252716064453,
2019
+ "step": 2870
2020
+ },
2021
+ {
2022
+ "epoch": 0.804975193906785,
2023
+ "grad_norm": 0.24834339320659637,
2024
+ "learning_rate": 2.6497793468667256e-05,
2025
+ "loss": 1.0231882095336915,
2026
+ "step": 2880
2027
+ },
2028
+ {
2029
+ "epoch": 0.8077702466634058,
2030
+ "grad_norm": 0.250249981880188,
2031
+ "learning_rate": 2.6480141218005294e-05,
2032
+ "loss": 0.9661766052246094,
2033
+ "step": 2890
2034
+ },
2035
+ {
2036
+ "epoch": 0.8105652994200265,
2037
+ "grad_norm": 0.27758678793907166,
2038
+ "learning_rate": 2.6462488967343335e-05,
2039
+ "loss": 0.9762771606445313,
2040
+ "step": 2900
2041
+ },
2042
+ {
2043
+ "epoch": 0.8133603521766474,
2044
+ "grad_norm": 0.2580934464931488,
2045
+ "learning_rate": 2.6444836716681376e-05,
2046
+ "loss": 0.9904850959777832,
2047
+ "step": 2910
2048
+ },
2049
+ {
2050
+ "epoch": 0.8161554049332681,
2051
+ "grad_norm": 0.2620713412761688,
2052
+ "learning_rate": 2.6427184466019418e-05,
2053
+ "loss": 0.948126220703125,
2054
+ "step": 2920
2055
+ },
2056
+ {
2057
+ "epoch": 0.8189504576898889,
2058
+ "grad_norm": 0.2510469853878021,
2059
+ "learning_rate": 2.640953221535746e-05,
2060
+ "loss": 0.9975191116333008,
2061
+ "step": 2930
2062
+ },
2063
+ {
2064
+ "epoch": 0.8217455104465097,
2065
+ "grad_norm": 0.30051833391189575,
2066
+ "learning_rate": 2.63918799646955e-05,
2067
+ "loss": 0.9524502754211426,
2068
+ "step": 2940
2069
+ },
2070
+ {
2071
+ "epoch": 0.8245405632031304,
2072
+ "grad_norm": 0.2563886046409607,
2073
+ "learning_rate": 2.637422771403354e-05,
2074
+ "loss": 0.9865316390991211,
2075
+ "step": 2950
2076
+ },
2077
+ {
2078
+ "epoch": 0.8273356159597512,
2079
+ "grad_norm": 0.2876911461353302,
2080
+ "learning_rate": 2.6356575463371582e-05,
2081
+ "loss": 0.9719761848449707,
2082
+ "step": 2960
2083
+ },
2084
+ {
2085
+ "epoch": 0.830130668716372,
2086
+ "grad_norm": 0.2837851941585541,
2087
+ "learning_rate": 2.633892321270962e-05,
2088
+ "loss": 0.9687664985656739,
2089
+ "step": 2970
2090
+ },
2091
+ {
2092
+ "epoch": 0.8329257214729928,
2093
+ "grad_norm": 0.2448406219482422,
2094
+ "learning_rate": 2.632127096204766e-05,
2095
+ "loss": 1.0187525749206543,
2096
+ "step": 2980
2097
+ },
2098
+ {
2099
+ "epoch": 0.8357207742296135,
2100
+ "grad_norm": 0.2598477005958557,
2101
+ "learning_rate": 2.6303618711385702e-05,
2102
+ "loss": 0.9314325332641602,
2103
+ "step": 2990
2104
+ },
2105
+ {
2106
+ "epoch": 0.8385158269862344,
2107
+ "grad_norm": 0.289228230714798,
2108
+ "learning_rate": 2.6285966460723743e-05,
2109
+ "loss": 1.0144015312194825,
2110
+ "step": 3000
2111
+ },
2112
+ {
2113
+ "epoch": 0.8413108797428551,
2114
+ "grad_norm": 0.2784416973590851,
2115
+ "learning_rate": 2.6268314210061785e-05,
2116
+ "loss": 0.9686221122741699,
2117
+ "step": 3010
2118
+ },
2119
+ {
2120
+ "epoch": 0.844105932499476,
2121
+ "grad_norm": 0.2573226988315582,
2122
+ "learning_rate": 2.6250661959399826e-05,
2123
+ "loss": 1.0380694389343261,
2124
+ "step": 3020
2125
+ },
2126
+ {
2127
+ "epoch": 0.8469009852560967,
2128
+ "grad_norm": 0.29329171776771545,
2129
+ "learning_rate": 2.6233009708737867e-05,
2130
+ "loss": 0.9407861709594727,
2131
+ "step": 3030
2132
+ },
2133
+ {
2134
+ "epoch": 0.8496960380127175,
2135
+ "grad_norm": 0.2668832540512085,
2136
+ "learning_rate": 2.6215357458075908e-05,
2137
+ "loss": 0.9378229141235351,
2138
+ "step": 3040
2139
+ },
2140
+ {
2141
+ "epoch": 0.8524910907693383,
2142
+ "grad_norm": 0.25152280926704407,
2143
+ "learning_rate": 2.6197705207413946e-05,
2144
+ "loss": 0.9678263664245605,
2145
+ "step": 3050
2146
+ },
2147
+ {
2148
+ "epoch": 0.855286143525959,
2149
+ "grad_norm": 0.2694884240627289,
2150
+ "learning_rate": 2.6180052956751987e-05,
2151
+ "loss": 0.9072006225585938,
2152
+ "step": 3060
2153
+ },
2154
+ {
2155
+ "epoch": 0.8580811962825798,
2156
+ "grad_norm": 0.2215639352798462,
2157
+ "learning_rate": 2.6162400706090025e-05,
2158
+ "loss": 1.017903709411621,
2159
+ "step": 3070
2160
+ },
2161
+ {
2162
+ "epoch": 0.8608762490392006,
2163
+ "grad_norm": 0.27085110545158386,
2164
+ "learning_rate": 2.6144748455428066e-05,
2165
+ "loss": 0.9469708442687989,
2166
+ "step": 3080
2167
+ },
2168
+ {
2169
+ "epoch": 0.8636713017958214,
2170
+ "grad_norm": 0.2667694091796875,
2171
+ "learning_rate": 2.6127096204766107e-05,
2172
+ "loss": 0.9949071884155274,
2173
+ "step": 3090
2174
+ },
2175
+ {
2176
+ "epoch": 0.8664663545524421,
2177
+ "grad_norm": 0.3139512836933136,
2178
+ "learning_rate": 2.6109443954104148e-05,
2179
+ "loss": 0.9318760871887207,
2180
+ "step": 3100
2181
+ },
2182
+ {
2183
+ "epoch": 0.869261407309063,
2184
+ "grad_norm": 0.2578687071800232,
2185
+ "learning_rate": 2.609179170344219e-05,
2186
+ "loss": 0.9587287902832031,
2187
+ "step": 3110
2188
+ },
2189
+ {
2190
+ "epoch": 0.8720564600656837,
2191
+ "grad_norm": 0.25773486495018005,
2192
+ "learning_rate": 2.607413945278023e-05,
2193
+ "loss": 0.922269630432129,
2194
+ "step": 3120
2195
+ },
2196
+ {
2197
+ "epoch": 0.8748515128223046,
2198
+ "grad_norm": 0.24266088008880615,
2199
+ "learning_rate": 2.605648720211827e-05,
2200
+ "loss": 0.9688119888305664,
2201
+ "step": 3130
2202
+ },
2203
+ {
2204
+ "epoch": 0.8776465655789253,
2205
+ "grad_norm": 0.26375895738601685,
2206
+ "learning_rate": 2.6038834951456313e-05,
2207
+ "loss": 0.9974651336669922,
2208
+ "step": 3140
2209
+ },
2210
+ {
2211
+ "epoch": 0.8804416183355461,
2212
+ "grad_norm": 0.26057514548301697,
2213
+ "learning_rate": 2.6021182700794354e-05,
2214
+ "loss": 0.9487582206726074,
2215
+ "step": 3150
2216
+ },
2217
+ {
2218
+ "epoch": 0.8832366710921669,
2219
+ "grad_norm": 0.26842471957206726,
2220
+ "learning_rate": 2.6003530450132395e-05,
2221
+ "loss": 0.9565431594848632,
2222
+ "step": 3160
2223
+ },
2224
+ {
2225
+ "epoch": 0.8860317238487877,
2226
+ "grad_norm": 0.2577967047691345,
2227
+ "learning_rate": 2.5985878199470433e-05,
2228
+ "loss": 0.990451717376709,
2229
+ "step": 3170
2230
+ },
2231
+ {
2232
+ "epoch": 0.8888267766054084,
2233
+ "grad_norm": 0.2923356294631958,
2234
+ "learning_rate": 2.5968225948808474e-05,
2235
+ "loss": 0.9503488540649414,
2236
+ "step": 3180
2237
+ },
2238
+ {
2239
+ "epoch": 0.8916218293620292,
2240
+ "grad_norm": 0.31514692306518555,
2241
+ "learning_rate": 2.5950573698146515e-05,
2242
+ "loss": 0.9986662864685059,
2243
+ "step": 3190
2244
+ },
2245
+ {
2246
+ "epoch": 0.89441688211865,
2247
+ "grad_norm": 0.26433926820755005,
2248
+ "learning_rate": 2.5932921447484553e-05,
2249
+ "loss": 0.9942965507507324,
2250
+ "step": 3200
2251
+ },
2252
+ {
2253
+ "epoch": 0.8972119348752707,
2254
+ "grad_norm": 0.25231367349624634,
2255
+ "learning_rate": 2.5915269196822594e-05,
2256
+ "loss": 0.9757192611694336,
2257
+ "step": 3210
2258
+ },
2259
+ {
2260
+ "epoch": 0.9000069876318916,
2261
+ "grad_norm": 0.28670942783355713,
2262
+ "learning_rate": 2.5897616946160635e-05,
2263
+ "loss": 1.010460662841797,
2264
+ "step": 3220
2265
+ },
2266
+ {
2267
+ "epoch": 0.9028020403885123,
2268
+ "grad_norm": 0.22908306121826172,
2269
+ "learning_rate": 2.5879964695498676e-05,
2270
+ "loss": 0.9534653663635254,
2271
+ "step": 3230
2272
+ },
2273
+ {
2274
+ "epoch": 0.9055970931451331,
2275
+ "grad_norm": 0.26819711923599243,
2276
+ "learning_rate": 2.5862312444836717e-05,
2277
+ "loss": 0.921439266204834,
2278
+ "step": 3240
2279
+ },
2280
+ {
2281
+ "epoch": 0.9083921459017539,
2282
+ "grad_norm": 0.24798987805843353,
2283
+ "learning_rate": 2.584466019417476e-05,
2284
+ "loss": 0.9415060997009277,
2285
+ "step": 3250
2286
+ },
2287
+ {
2288
+ "epoch": 0.9111871986583747,
2289
+ "grad_norm": 0.2548549771308899,
2290
+ "learning_rate": 2.58270079435128e-05,
2291
+ "loss": 1.1272334098815917,
2292
+ "step": 3260
2293
+ },
2294
+ {
2295
+ "epoch": 0.9139822514149955,
2296
+ "grad_norm": 0.2839723825454712,
2297
+ "learning_rate": 2.5809355692850837e-05,
2298
+ "loss": 0.9753469467163086,
2299
+ "step": 3270
2300
+ },
2301
+ {
2302
+ "epoch": 0.9167773041716163,
2303
+ "grad_norm": 0.27934613823890686,
2304
+ "learning_rate": 2.579170344218888e-05,
2305
+ "loss": 0.9586450576782226,
2306
+ "step": 3280
2307
+ },
2308
+ {
2309
+ "epoch": 0.919572356928237,
2310
+ "grad_norm": 0.2402600646018982,
2311
+ "learning_rate": 2.577405119152692e-05,
2312
+ "loss": 1.019408893585205,
2313
+ "step": 3290
2314
+ },
2315
+ {
2316
+ "epoch": 0.9223674096848578,
2317
+ "grad_norm": 0.28812214732170105,
2318
+ "learning_rate": 2.575639894086496e-05,
2319
+ "loss": 0.9838976860046387,
2320
+ "step": 3300
2321
+ },
2322
+ {
2323
+ "epoch": 0.9251624624414786,
2324
+ "grad_norm": 0.21850886940956116,
2325
+ "learning_rate": 2.5738746690203002e-05,
2326
+ "loss": 0.9522347450256348,
2327
+ "step": 3310
2328
+ },
2329
+ {
2330
+ "epoch": 0.9279575151980993,
2331
+ "grad_norm": 0.266902893781662,
2332
+ "learning_rate": 2.5721094439541043e-05,
2333
+ "loss": 0.9286007881164551,
2334
+ "step": 3320
2335
+ },
2336
+ {
2337
+ "epoch": 0.9307525679547202,
2338
+ "grad_norm": 0.25756779313087463,
2339
+ "learning_rate": 2.5703442188879084e-05,
2340
+ "loss": 0.8901268005371094,
2341
+ "step": 3330
2342
+ },
2343
+ {
2344
+ "epoch": 0.9335476207113409,
2345
+ "grad_norm": 0.24394448101520538,
2346
+ "learning_rate": 2.5685789938217125e-05,
2347
+ "loss": 0.9559040069580078,
2348
+ "step": 3340
2349
+ },
2350
+ {
2351
+ "epoch": 0.9363426734679617,
2352
+ "grad_norm": 0.2422792613506317,
2353
+ "learning_rate": 2.5668137687555167e-05,
2354
+ "loss": 1.0175907135009765,
2355
+ "step": 3350
2356
+ },
2357
+ {
2358
+ "epoch": 0.9391377262245825,
2359
+ "grad_norm": 0.2847517132759094,
2360
+ "learning_rate": 2.5650485436893204e-05,
2361
+ "loss": 0.9294634819030761,
2362
+ "step": 3360
2363
+ },
2364
+ {
2365
+ "epoch": 0.9419327789812033,
2366
+ "grad_norm": 0.22152088582515717,
2367
+ "learning_rate": 2.5632833186231242e-05,
2368
+ "loss": 0.9412069320678711,
2369
+ "step": 3370
2370
+ },
2371
+ {
2372
+ "epoch": 0.944727831737824,
2373
+ "grad_norm": 0.2812557518482208,
2374
+ "learning_rate": 2.5615180935569283e-05,
2375
+ "loss": 0.9728023529052734,
2376
+ "step": 3380
2377
+ },
2378
+ {
2379
+ "epoch": 0.9475228844944449,
2380
+ "grad_norm": 0.22737649083137512,
2381
+ "learning_rate": 2.5597528684907324e-05,
2382
+ "loss": 1.0076075553894044,
2383
+ "step": 3390
2384
+ },
2385
+ {
2386
+ "epoch": 0.9503179372510656,
2387
+ "grad_norm": 0.2991273105144501,
2388
+ "learning_rate": 2.5579876434245365e-05,
2389
+ "loss": 0.9727883338928223,
2390
+ "step": 3400
2391
+ },
2392
+ {
2393
+ "epoch": 0.9531129900076863,
2394
+ "grad_norm": 0.2813841700553894,
2395
+ "learning_rate": 2.5562224183583407e-05,
2396
+ "loss": 1.0197256088256836,
2397
+ "step": 3410
2398
+ },
2399
+ {
2400
+ "epoch": 0.9559080427643072,
2401
+ "grad_norm": 0.2415975034236908,
2402
+ "learning_rate": 2.5544571932921448e-05,
2403
+ "loss": 0.984050178527832,
2404
+ "step": 3420
2405
+ },
2406
+ {
2407
+ "epoch": 0.9587030955209279,
2408
+ "grad_norm": 0.2696859836578369,
2409
+ "learning_rate": 2.552691968225949e-05,
2410
+ "loss": 0.9838951110839844,
2411
+ "step": 3430
2412
+ },
2413
+ {
2414
+ "epoch": 0.9614981482775488,
2415
+ "grad_norm": 0.2510502338409424,
2416
+ "learning_rate": 2.550926743159753e-05,
2417
+ "loss": 0.9829157829284668,
2418
+ "step": 3440
2419
+ },
2420
+ {
2421
+ "epoch": 0.9642932010341695,
2422
+ "grad_norm": 0.2660929560661316,
2423
+ "learning_rate": 2.549161518093557e-05,
2424
+ "loss": 1.0031258583068847,
2425
+ "step": 3450
2426
+ },
2427
+ {
2428
+ "epoch": 0.9670882537907903,
2429
+ "grad_norm": 0.24025480449199677,
2430
+ "learning_rate": 2.5473962930273612e-05,
2431
+ "loss": 1.0306617736816406,
2432
+ "step": 3460
2433
+ },
2434
+ {
2435
+ "epoch": 0.9698833065474111,
2436
+ "grad_norm": 0.2683681547641754,
2437
+ "learning_rate": 2.5456310679611653e-05,
2438
+ "loss": 0.9578551292419434,
2439
+ "step": 3470
2440
+ },
2441
+ {
2442
+ "epoch": 0.9726783593040319,
2443
+ "grad_norm": 0.2383909821510315,
2444
+ "learning_rate": 2.543865842894969e-05,
2445
+ "loss": 1.0200163841247558,
2446
+ "step": 3480
2447
+ },
2448
+ {
2449
+ "epoch": 0.9754734120606526,
2450
+ "grad_norm": 0.26530158519744873,
2451
+ "learning_rate": 2.5421006178287732e-05,
2452
+ "loss": 0.895325756072998,
2453
+ "step": 3490
2454
+ },
2455
+ {
2456
+ "epoch": 0.9782684648172735,
2457
+ "grad_norm": 0.2723603844642639,
2458
+ "learning_rate": 2.5403353927625774e-05,
2459
+ "loss": 0.9434194564819336,
2460
+ "step": 3500
2461
+ },
2462
+ {
2463
+ "epoch": 0.9810635175738942,
2464
+ "grad_norm": 0.258129358291626,
2465
+ "learning_rate": 2.5385701676963815e-05,
2466
+ "loss": 0.9840938568115234,
2467
+ "step": 3510
2468
+ },
2469
+ {
2470
+ "epoch": 0.9838585703305149,
2471
+ "grad_norm": 0.2922714650630951,
2472
+ "learning_rate": 2.5368049426301852e-05,
2473
+ "loss": 0.972865104675293,
2474
+ "step": 3520
2475
+ },
2476
+ {
2477
+ "epoch": 0.9866536230871358,
2478
+ "grad_norm": 0.2598571181297302,
2479
+ "learning_rate": 2.5350397175639894e-05,
2480
+ "loss": 0.9674478530883789,
2481
+ "step": 3530
2482
+ },
2483
+ {
2484
+ "epoch": 0.9894486758437565,
2485
+ "grad_norm": 0.2545435428619385,
2486
+ "learning_rate": 2.5332744924977935e-05,
2487
+ "loss": 1.0111292839050292,
2488
+ "step": 3540
2489
+ },
2490
+ {
2491
+ "epoch": 0.9922437286003774,
2492
+ "grad_norm": 0.27518677711486816,
2493
+ "learning_rate": 2.5315092674315976e-05,
2494
+ "loss": 0.9681413650512696,
2495
+ "step": 3550
2496
+ },
2497
+ {
2498
+ "epoch": 0.9950387813569981,
2499
+ "grad_norm": 0.25355812907218933,
2500
+ "learning_rate": 2.5297440423654017e-05,
2501
+ "loss": 0.9298019409179688,
2502
+ "step": 3560
2503
+ },
2504
+ {
2505
+ "epoch": 0.9978338341136189,
2506
+ "grad_norm": 0.25585663318634033,
2507
+ "learning_rate": 2.5279788172992058e-05,
2508
+ "loss": 1.0329684257507323,
2509
+ "step": 3570
2510
+ },
2511
+ {
2512
+ "epoch": 1.0,
2513
+ "eval_loss": 0.9194258451461792,
2514
+ "eval_runtime": 125.1354,
2515
+ "eval_samples_per_second": 18.668,
2516
+ "eval_steps_per_second": 9.334,
2517
+ "step": 3578
2518
+ }
2519
+ ],
2520
+ "logging_steps": 10,
2521
+ "max_steps": 17890,
2522
+ "num_input_tokens_seen": 0,
2523
+ "num_train_epochs": 5,
2524
+ "save_steps": 500,
2525
+ "stateful_callbacks": {
2526
+ "TrainerControl": {
2527
+ "args": {
2528
+ "should_epoch_stop": false,
2529
+ "should_evaluate": false,
2530
+ "should_log": false,
2531
+ "should_save": true,
2532
+ "should_training_stop": false
2533
+ },
2534
+ "attributes": {}
2535
+ }
2536
+ },
2537
+ "total_flos": 1.8733868226500198e+18,
2538
+ "train_batch_size": 2,
2539
+ "trial_name": null,
2540
+ "trial_params": null
2541
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35d7b3fceb17e8d6b83421fc3bb116fe7af1b40606cb202590601db90e9e11cd
3
+ size 5201