modrill commited on
Commit
d263c9f
·
verified ·
1 Parent(s): e7f1390

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +2 -0
  2. README.md +58 -9
  3. adapter_config.json +46 -0
  4. all_results.json +8 -0
  5. chat_template.jinja +85 -0
  6. checkpoint-2600/README.md +208 -0
  7. checkpoint-2600/adapter_config.json +46 -0
  8. checkpoint-2600/chat_template.jinja +85 -0
  9. checkpoint-2600/optimizer.pt +3 -0
  10. checkpoint-2600/rng_state_0.pth +3 -0
  11. checkpoint-2600/rng_state_1.pth +3 -0
  12. checkpoint-2600/rng_state_2.pth +3 -0
  13. checkpoint-2600/rng_state_3.pth +3 -0
  14. checkpoint-2600/scheduler.pt +3 -0
  15. checkpoint-2600/tokenizer_config.json +30 -0
  16. checkpoint-2600/trainer_state.json +1854 -0
  17. checkpoint-2600/training_args.bin +3 -0
  18. checkpoint-2800/README.md +208 -0
  19. checkpoint-2800/adapter_config.json +46 -0
  20. checkpoint-2800/chat_template.jinja +85 -0
  21. checkpoint-2800/optimizer.pt +3 -0
  22. checkpoint-2800/rng_state_0.pth +3 -0
  23. checkpoint-2800/rng_state_1.pth +3 -0
  24. checkpoint-2800/rng_state_2.pth +3 -0
  25. checkpoint-2800/rng_state_3.pth +3 -0
  26. checkpoint-2800/scheduler.pt +3 -0
  27. checkpoint-2800/tokenizer.json +3 -0
  28. checkpoint-2800/tokenizer_config.json +30 -0
  29. checkpoint-2800/trainer_state.json +1994 -0
  30. checkpoint-2800/training_args.bin +3 -0
  31. checkpoint-3000/README.md +208 -0
  32. checkpoint-3000/adapter_config.json +46 -0
  33. checkpoint-3000/adapter_model.safetensors +3 -0
  34. checkpoint-3000/chat_template.jinja +85 -0
  35. checkpoint-3000/optimizer.pt +3 -0
  36. checkpoint-3000/rng_state_3.pth +3 -0
  37. checkpoint-3000/scheduler.pt +3 -0
  38. checkpoint-3000/tokenizer_config.json +30 -0
  39. checkpoint-3000/trainer_state.json +2134 -0
  40. checkpoint-3094/README.md +208 -0
  41. checkpoint-3094/adapter_config.json +46 -0
  42. checkpoint-3094/adapter_model.safetensors +3 -0
  43. checkpoint-3094/chat_template.jinja +85 -0
  44. checkpoint-3094/tokenizer_config.json +30 -0
  45. checkpoint-3094/trainer_state.json +2197 -0
  46. tokenizer.json +3 -0
  47. tokenizer_config.json +30 -0
  48. train_results.json +8 -0
  49. trainer_log.jsonl +310 -0
  50. trainer_state.json +2206 -0
.gitattributes CHANGED
@@ -33,3 +33,5 @@ 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
37
+ checkpoint-2800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,15 +1,64 @@
1
  ---
2
- license: cc-by-nc-4.0
 
 
3
  tags:
4
- - mhm
5
- - text-generation
6
- library_name: transformers
 
 
 
 
 
7
  ---
8
 
9
- # qwen3_4b_base_lingcoder_shortcot_4k_lora
 
10
 
11
- Auto-uploaded by watcher (MergeBench excluded).
12
 
13
- - Source path: `LlamaFactory/saves/restart/qwen3-4b-base-lingcoder-shortcot-4k-lora`
14
- - Uploaded at: `2026-05-22T09:21:03.997218`
15
- - Visibility: `public`
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: Qwen/Qwen3-4B-Base
5
  tags:
6
+ - base_model:adapter:Qwen/Qwen3-4B-Base
7
+ - llama-factory
8
+ - lora
9
+ - transformers
10
+ pipeline_tag: text-generation
11
+ model-index:
12
+ - name: qwen3-4b-base-lingcoder-shortcot-4k-lora
13
+ results: []
14
  ---
15
 
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
 
19
+ # qwen3-4b-base-lingcoder-shortcot-4k-lora
20
 
21
+ This model is a fine-tuned version of [Qwen/Qwen3-4B-Base](https://huggingface.co/Qwen/Qwen3-4B-Base) on the restart_lingcoder_shortcot_fixed200k_4k dataset.
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0001
41
+ - train_batch_size: 2
42
+ - eval_batch_size: 2
43
+ - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - num_devices: 4
46
+ - gradient_accumulation_steps: 8
47
+ - total_train_batch_size: 64
48
+ - total_eval_batch_size: 8
49
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: cosine
51
+ - lr_scheduler_warmup_steps: 0.05
52
+ - num_epochs: 1.0
53
+
54
+ ### Training results
55
+
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - PEFT 0.18.1
61
+ - Transformers 5.2.0
62
+ - Pytorch 2.11.0+cu130
63
+ - Datasets 4.0.0
64
+ - Tokenizers 0.22.2
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-4B-Base",
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": 64,
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": 32,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "v_proj",
34
+ "k_proj",
35
+ "down_proj",
36
+ "up_proj",
37
+ "o_proj",
38
+ "gate_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
+ }
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 4.3887930550675046e+18,
4
+ "train_loss": 0.4842414558126453,
5
+ "train_runtime": 8903.7116,
6
+ "train_samples_per_second": 22.238,
7
+ "train_steps_per_second": 0.347
8
+ }
chat_template.jinja ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 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.role == "user") or (message.role == "system" and not loop.first) %}
27
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
28
+ {%- elif message.role == "assistant" %}
29
+ {%- set content = message.content %}
30
+ {%- set reasoning_content = '' %}
31
+ {%- if message.reasoning_content is defined and message.reasoning_content is not none %}
32
+ {%- set reasoning_content = message.reasoning_content %}
33
+ {%- else %}
34
+ {%- if '</think>' in message.content %}
35
+ {%- set content = message.content.split('</think>')[-1].lstrip('\n') %}
36
+ {%- set reasoning_content = message.content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
37
+ {%- endif %}
38
+ {%- endif %}
39
+ {%- if loop.index0 > ns.last_query_index %}
40
+ {%- if loop.last or (not loop.last and reasoning_content) %}
41
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
42
+ {%- else %}
43
+ {{- '<|im_start|>' + message.role + '\n' + content }}
44
+ {%- endif %}
45
+ {%- else %}
46
+ {{- '<|im_start|>' + message.role + '\n' + content }}
47
+ {%- endif %}
48
+ {%- if message.tool_calls %}
49
+ {%- for tool_call in message.tool_calls %}
50
+ {%- if (loop.first and content) or (not loop.first) %}
51
+ {{- '\n' }}
52
+ {%- endif %}
53
+ {%- if tool_call.function %}
54
+ {%- set tool_call = tool_call.function %}
55
+ {%- endif %}
56
+ {{- '<tool_call>\n{"name": "' }}
57
+ {{- tool_call.name }}
58
+ {{- '", "arguments": ' }}
59
+ {%- if tool_call.arguments is string %}
60
+ {{- tool_call.arguments }}
61
+ {%- else %}
62
+ {{- tool_call.arguments | tojson }}
63
+ {%- endif %}
64
+ {{- '}\n</tool_call>' }}
65
+ {%- endfor %}
66
+ {%- endif %}
67
+ {{- '<|im_end|>\n' }}
68
+ {%- elif message.role == "tool" %}
69
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
70
+ {{- '<|im_start|>user' }}
71
+ {%- endif %}
72
+ {{- '\n<tool_response>\n' }}
73
+ {{- message.content }}
74
+ {{- '\n</tool_response>' }}
75
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
76
+ {{- '<|im_end|>\n' }}
77
+ {%- endif %}
78
+ {%- endif %}
79
+ {%- endfor %}
80
+ {%- if add_generation_prompt %}
81
+ {{- '<|im_start|>assistant\n' }}
82
+ {%- if enable_thinking is defined and enable_thinking is false %}
83
+ {{- '<think>\n\n</think>\n\n' }}
84
+ {%- endif %}
85
+ {%- endif %}
checkpoint-2600/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-4B-Base
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-4B-Base
7
+ - llama-factory
8
+ - lora
9
+ - transformers
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.18.1
checkpoint-2600/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-4B-Base",
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": 64,
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": 32,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "v_proj",
34
+ "k_proj",
35
+ "down_proj",
36
+ "up_proj",
37
+ "o_proj",
38
+ "gate_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
+ }
checkpoint-2600/chat_template.jinja ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 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.role == "user") or (message.role == "system" and not loop.first) %}
27
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
28
+ {%- elif message.role == "assistant" %}
29
+ {%- set content = message.content %}
30
+ {%- set reasoning_content = '' %}
31
+ {%- if message.reasoning_content is defined and message.reasoning_content is not none %}
32
+ {%- set reasoning_content = message.reasoning_content %}
33
+ {%- else %}
34
+ {%- if '</think>' in message.content %}
35
+ {%- set content = message.content.split('</think>')[-1].lstrip('\n') %}
36
+ {%- set reasoning_content = message.content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
37
+ {%- endif %}
38
+ {%- endif %}
39
+ {%- if loop.index0 > ns.last_query_index %}
40
+ {%- if loop.last or (not loop.last and reasoning_content) %}
41
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
42
+ {%- else %}
43
+ {{- '<|im_start|>' + message.role + '\n' + content }}
44
+ {%- endif %}
45
+ {%- else %}
46
+ {{- '<|im_start|>' + message.role + '\n' + content }}
47
+ {%- endif %}
48
+ {%- if message.tool_calls %}
49
+ {%- for tool_call in message.tool_calls %}
50
+ {%- if (loop.first and content) or (not loop.first) %}
51
+ {{- '\n' }}
52
+ {%- endif %}
53
+ {%- if tool_call.function %}
54
+ {%- set tool_call = tool_call.function %}
55
+ {%- endif %}
56
+ {{- '<tool_call>\n{"name": "' }}
57
+ {{- tool_call.name }}
58
+ {{- '", "arguments": ' }}
59
+ {%- if tool_call.arguments is string %}
60
+ {{- tool_call.arguments }}
61
+ {%- else %}
62
+ {{- tool_call.arguments | tojson }}
63
+ {%- endif %}
64
+ {{- '}\n</tool_call>' }}
65
+ {%- endfor %}
66
+ {%- endif %}
67
+ {{- '<|im_end|>\n' }}
68
+ {%- elif message.role == "tool" %}
69
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
70
+ {{- '<|im_start|>user' }}
71
+ {%- endif %}
72
+ {{- '\n<tool_response>\n' }}
73
+ {{- message.content }}
74
+ {{- '\n</tool_response>' }}
75
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
76
+ {{- '<|im_end|>\n' }}
77
+ {%- endif %}
78
+ {%- endif %}
79
+ {%- endfor %}
80
+ {%- if add_generation_prompt %}
81
+ {{- '<|im_start|>assistant\n' }}
82
+ {%- if enable_thinking is defined and enable_thinking is false %}
83
+ {{- '<think>\n\n</think>\n\n' }}
84
+ {%- endif %}
85
+ {%- endif %}
checkpoint-2600/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ca72af68ddcff4fb2a7a7fed3614813e8ed42bca8d8cdd17aa1d40ea18d2e2b
3
+ size 528915403
checkpoint-2600/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6985d25a564d320d3f3a94656a8228ba8059694dd249ee6c2827a00e604289db
3
+ size 15429
checkpoint-2600/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:448e60531f3436fa4cbfcfb944732ced2b1f531a0191ebe216986da1e6b08400
3
+ size 15429
checkpoint-2600/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9421084ad4f505094979da922b4873721d2ef438bfaccf73f8a06ff77f315c53
3
+ size 15429
checkpoint-2600/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3d1c40be223a9b3afc8cfae2a846ba09048725fc7ae780ba525ceaea45ee66a
3
+ size 15429
checkpoint-2600/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:616fff79ddb34a58210a03175260c74366a4c27cf26656fd828d305098d08d79
3
+ size 1465
checkpoint-2600/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "padding_side": "right",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
checkpoint-2600/trainer_state.json ADDED
@@ -0,0 +1,1854 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.8404040404040404,
6
+ "eval_steps": 200,
7
+ "global_step": 2600,
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.0032323232323232323,
14
+ "grad_norm": 0.032284051179885864,
15
+ "learning_rate": 5.806451612903226e-06,
16
+ "loss": 0.6013355255126953,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.006464646464646465,
21
+ "grad_norm": 0.01937970519065857,
22
+ "learning_rate": 1.2258064516129032e-05,
23
+ "loss": 0.5758121490478516,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.009696969696969697,
28
+ "grad_norm": 0.014327733777463436,
29
+ "learning_rate": 1.870967741935484e-05,
30
+ "loss": 0.5787662506103516,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.01292929292929293,
35
+ "grad_norm": 0.012254982255399227,
36
+ "learning_rate": 2.5161290322580645e-05,
37
+ "loss": 0.5327143669128418,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.01616161616161616,
42
+ "grad_norm": 0.014536243863403797,
43
+ "learning_rate": 3.161290322580645e-05,
44
+ "loss": 0.5393171310424805,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.019393939393939394,
49
+ "grad_norm": 0.011900736019015312,
50
+ "learning_rate": 3.8064516129032254e-05,
51
+ "loss": 0.5058945178985595,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.022626262626262626,
56
+ "grad_norm": 0.01210293360054493,
57
+ "learning_rate": 4.451612903225807e-05,
58
+ "loss": 0.517607593536377,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.02585858585858586,
63
+ "grad_norm": 0.017207792028784752,
64
+ "learning_rate": 5.096774193548387e-05,
65
+ "loss": 0.5269095420837402,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.02909090909090909,
70
+ "grad_norm": 0.013736969791352749,
71
+ "learning_rate": 5.7419354838709685e-05,
72
+ "loss": 0.5040688514709473,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.03232323232323232,
77
+ "grad_norm": 0.011664404533803463,
78
+ "learning_rate": 6.387096774193548e-05,
79
+ "loss": 0.5147775173187256,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.035555555555555556,
84
+ "grad_norm": 0.014052552171051502,
85
+ "learning_rate": 7.03225806451613e-05,
86
+ "loss": 0.5230005741119385,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.03878787878787879,
91
+ "grad_norm": 0.011644740588963032,
92
+ "learning_rate": 7.67741935483871e-05,
93
+ "loss": 0.5105222702026367,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.04202020202020202,
98
+ "grad_norm": 0.011730308644473553,
99
+ "learning_rate": 8.32258064516129e-05,
100
+ "loss": 0.4989170074462891,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.04525252525252525,
105
+ "grad_norm": 0.012009115889668465,
106
+ "learning_rate": 8.967741935483871e-05,
107
+ "loss": 0.5003124713897705,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.048484848484848485,
112
+ "grad_norm": 0.012424134649336338,
113
+ "learning_rate": 9.612903225806452e-05,
114
+ "loss": 0.5077538013458252,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.05171717171717172,
119
+ "grad_norm": 0.011461800895631313,
120
+ "learning_rate": 9.999954295400999e-05,
121
+ "loss": 0.5061477661132813,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.05494949494949495,
126
+ "grad_norm": 0.011583201587200165,
127
+ "learning_rate": 9.999440128258112e-05,
128
+ "loss": 0.5013481140136719,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.05818181818181818,
133
+ "grad_norm": 0.011583367362618446,
134
+ "learning_rate": 9.998354722168459e-05,
135
+ "loss": 0.48343815803527834,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.061414141414141414,
140
+ "grad_norm": 0.011094105429947376,
141
+ "learning_rate": 9.996698201151175e-05,
142
+ "loss": 0.507840633392334,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.06464646464646465,
147
+ "grad_norm": 0.011715452186763287,
148
+ "learning_rate": 9.994470754481315e-05,
149
+ "loss": 0.49884777069091796,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.06787878787878789,
154
+ "grad_norm": 0.010746965184807777,
155
+ "learning_rate": 9.991672636668239e-05,
156
+ "loss": 0.5068713188171386,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.07111111111111111,
161
+ "grad_norm": 0.012883410789072514,
162
+ "learning_rate": 9.988304167426519e-05,
163
+ "loss": 0.4920186519622803,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.07434343434343435,
168
+ "grad_norm": 0.011187366209924221,
169
+ "learning_rate": 9.984365731639419e-05,
170
+ "loss": 0.5021648406982422,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.07757575757575758,
175
+ "grad_norm": 0.010671757161617279,
176
+ "learning_rate": 9.979857779314906e-05,
177
+ "loss": 0.5038897514343261,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.08080808080808081,
182
+ "grad_norm": 0.01044373121112585,
183
+ "learning_rate": 9.974780825534246e-05,
184
+ "loss": 0.4965065956115723,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.08404040404040404,
189
+ "grad_norm": 0.010565251111984253,
190
+ "learning_rate": 9.969135450393141e-05,
191
+ "loss": 0.5145994186401367,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.08727272727272728,
196
+ "grad_norm": 0.010024026967585087,
197
+ "learning_rate": 9.96292229893545e-05,
198
+ "loss": 0.505019235610962,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.0905050505050505,
203
+ "grad_norm": 0.010430407710373402,
204
+ "learning_rate": 9.956142081079484e-05,
205
+ "loss": 0.5115808010101318,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.09373737373737374,
210
+ "grad_norm": 0.010048807598650455,
211
+ "learning_rate": 9.948795571536891e-05,
212
+ "loss": 0.48525152206420896,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.09696969696969697,
217
+ "grad_norm": 0.010108387097716331,
218
+ "learning_rate": 9.94088360972414e-05,
219
+ "loss": 0.5002010822296142,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.10020202020202021,
224
+ "grad_norm": 0.010273640975356102,
225
+ "learning_rate": 9.932407099666608e-05,
226
+ "loss": 0.49662046432495116,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.10343434343434343,
231
+ "grad_norm": 0.00995971355587244,
232
+ "learning_rate": 9.923367009895274e-05,
233
+ "loss": 0.48578290939331054,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.10666666666666667,
238
+ "grad_norm": 0.010459775105118752,
239
+ "learning_rate": 9.913764373336079e-05,
240
+ "loss": 0.48862767219543457,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.1098989898989899,
245
+ "grad_norm": 0.009838269092142582,
246
+ "learning_rate": 9.903600287191875e-05,
247
+ "loss": 0.5034208774566651,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.11313131313131314,
252
+ "grad_norm": 0.00978950597345829,
253
+ "learning_rate": 9.892875912817079e-05,
254
+ "loss": 0.4870161533355713,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.11636363636363636,
259
+ "grad_norm": 0.01030043140053749,
260
+ "learning_rate": 9.881592475584964e-05,
261
+ "loss": 0.5026071548461915,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.1195959595959596,
266
+ "grad_norm": 0.010531975887715816,
267
+ "learning_rate": 9.869751264747656e-05,
268
+ "loss": 0.4883917808532715,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.12282828282828283,
273
+ "grad_norm": 0.00986825954169035,
274
+ "learning_rate": 9.857353633288814e-05,
275
+ "loss": 0.4927018165588379,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.12606060606060607,
280
+ "grad_norm": 0.009432349354028702,
281
+ "learning_rate": 9.844400997769043e-05,
282
+ "loss": 0.4908174514770508,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.1292929292929293,
287
+ "grad_norm": 0.01057665515691042,
288
+ "learning_rate": 9.83089483816404e-05,
289
+ "loss": 0.5069625854492188,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.13252525252525252,
294
+ "grad_norm": 0.010007908567786217,
295
+ "learning_rate": 9.816836697695482e-05,
296
+ "loss": 0.4988056182861328,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.13575757575757577,
301
+ "grad_norm": 0.010027808137238026,
302
+ "learning_rate": 9.802228182654702e-05,
303
+ "loss": 0.5007385730743408,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.138989898989899,
308
+ "grad_norm": 0.009953738190233707,
309
+ "learning_rate": 9.787070962219156e-05,
310
+ "loss": 0.5130783081054687,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.14222222222222222,
315
+ "grad_norm": 0.010204462334513664,
316
+ "learning_rate": 9.771366768261696e-05,
317
+ "loss": 0.4947535514831543,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.14545454545454545,
322
+ "grad_norm": 0.009612451307475567,
323
+ "learning_rate": 9.755117395152689e-05,
324
+ "loss": 0.4917112350463867,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.1486868686868687,
329
+ "grad_norm": 0.00995573028922081,
330
+ "learning_rate": 9.73832469955499e-05,
331
+ "loss": 0.4882859230041504,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.15191919191919193,
336
+ "grad_norm": 0.009584570303559303,
337
+ "learning_rate": 9.720990600211797e-05,
338
+ "loss": 0.500526762008667,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.15515151515151515,
343
+ "grad_norm": 0.010585076175630093,
344
+ "learning_rate": 9.703117077727419e-05,
345
+ "loss": 0.496882963180542,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.15838383838383838,
350
+ "grad_norm": 0.009859723038971424,
351
+ "learning_rate": 9.684706174340965e-05,
352
+ "loss": 0.48728485107421876,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.16161616161616163,
357
+ "grad_norm": 0.010212041437625885,
358
+ "learning_rate": 9.665759993693e-05,
359
+ "loss": 0.49378366470336915,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.16484848484848486,
364
+ "grad_norm": 0.009744231589138508,
365
+ "learning_rate": 9.646280700585185e-05,
366
+ "loss": 0.4663555145263672,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.16808080808080808,
371
+ "grad_norm": 0.009789686650037766,
372
+ "learning_rate": 9.626270520732916e-05,
373
+ "loss": 0.4879913330078125,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.1713131313131313,
378
+ "grad_norm": 0.009891769848763943,
379
+ "learning_rate": 9.605731740511022e-05,
380
+ "loss": 0.48809428215026857,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.17454545454545456,
385
+ "grad_norm": 0.01002143882215023,
386
+ "learning_rate": 9.584666706692517e-05,
387
+ "loss": 0.4959606170654297,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.17777777777777778,
392
+ "grad_norm": 0.009208496659994125,
393
+ "learning_rate": 9.56307782618046e-05,
394
+ "loss": 0.4878594398498535,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.181010101010101,
399
+ "grad_norm": 0.009645081125199795,
400
+ "learning_rate": 9.540967565732937e-05,
401
+ "loss": 0.4769869804382324,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.18424242424242424,
406
+ "grad_norm": 0.010497638955712318,
407
+ "learning_rate": 9.51833845168121e-05,
408
+ "loss": 0.4970097064971924,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.1874747474747475,
413
+ "grad_norm": 0.010612033307552338,
414
+ "learning_rate": 9.495193069641057e-05,
415
+ "loss": 0.4945381164550781,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.1907070707070707,
420
+ "grad_norm": 0.009433986619114876,
421
+ "learning_rate": 9.47153406421734e-05,
422
+ "loss": 0.4860210418701172,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.19393939393939394,
427
+ "grad_norm": 0.009995914995670319,
428
+ "learning_rate": 9.447364138701823e-05,
429
+ "loss": 0.4904911994934082,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.19717171717171716,
434
+ "grad_norm": 0.009814019314944744,
435
+ "learning_rate": 9.422686054764302e-05,
436
+ "loss": 0.4915336608886719,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.20040404040404042,
441
+ "grad_norm": 0.010199982672929764,
442
+ "learning_rate": 9.397502632137055e-05,
443
+ "loss": 0.4805011749267578,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.20363636363636364,
448
+ "grad_norm": 0.010121874511241913,
449
+ "learning_rate": 9.371816748292641e-05,
450
+ "loss": 0.47633209228515627,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.20686868686868687,
455
+ "grad_norm": 0.009638865478336811,
456
+ "learning_rate": 9.345631338115141e-05,
457
+ "loss": 0.48993511199951173,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.2101010101010101,
462
+ "grad_norm": 0.010041174478828907,
463
+ "learning_rate": 9.318949393564807e-05,
464
+ "loss": 0.4798978328704834,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.21333333333333335,
469
+ "grad_norm": 0.010145517997443676,
470
+ "learning_rate": 9.291773963336193e-05,
471
+ "loss": 0.4696659564971924,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.21656565656565657,
476
+ "grad_norm": 0.01043335534632206,
477
+ "learning_rate": 9.264108152509816e-05,
478
+ "loss": 0.4955574035644531,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.2197979797979798,
483
+ "grad_norm": 0.010406569577753544,
484
+ "learning_rate": 9.235955122197368e-05,
485
+ "loss": 0.48659563064575195,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.22303030303030302,
490
+ "grad_norm": 0.009870355017483234,
491
+ "learning_rate": 9.207318089180524e-05,
492
+ "loss": 0.4766091823577881,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.22626262626262628,
497
+ "grad_norm": 0.009980005212128162,
498
+ "learning_rate": 9.178200325543384e-05,
499
+ "loss": 0.5022068023681641,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.2294949494949495,
504
+ "grad_norm": 0.009765878319740295,
505
+ "learning_rate": 9.148605158298621e-05,
506
+ "loss": 0.48309478759765623,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.23272727272727273,
511
+ "grad_norm": 0.009879437275230885,
512
+ "learning_rate": 9.118535969007314e-05,
513
+ "loss": 0.4793684959411621,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.23595959595959595,
518
+ "grad_norm": 0.009907045401632786,
519
+ "learning_rate": 9.087996193392578e-05,
520
+ "loss": 0.49844112396240237,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.2391919191919192,
525
+ "grad_norm": 0.009958872571587563,
526
+ "learning_rate": 9.056989320947e-05,
527
+ "loss": 0.48113102912902833,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.24242424242424243,
532
+ "grad_norm": 0.010206855833530426,
533
+ "learning_rate": 9.025518894533921e-05,
534
+ "loss": 0.5048784255981446,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.24565656565656566,
539
+ "grad_norm": 0.009286429733037949,
540
+ "learning_rate": 8.99358850998263e-05,
541
+ "loss": 0.4862624168395996,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.24888888888888888,
546
+ "grad_norm": 0.009919015690684319,
547
+ "learning_rate": 8.9612018156775e-05,
548
+ "loss": 0.48739056587219237,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.25212121212121213,
553
+ "grad_norm": 0.010435211472213268,
554
+ "learning_rate": 8.928362512141124e-05,
555
+ "loss": 0.48689990043640136,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.25535353535353533,
560
+ "grad_norm": 0.009992080740630627,
561
+ "learning_rate": 8.895074351611488e-05,
562
+ "loss": 0.4848791599273682,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.2585858585858586,
567
+ "grad_norm": 0.010449117980897427,
568
+ "learning_rate": 8.861341137613242e-05,
569
+ "loss": 0.49130568504333494,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.26181818181818184,
574
+ "grad_norm": 0.010061345063149929,
575
+ "learning_rate": 8.827166724523105e-05,
576
+ "loss": 0.49056081771850585,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.26505050505050504,
581
+ "grad_norm": 0.009908635169267654,
582
+ "learning_rate": 8.792555017129461e-05,
583
+ "loss": 0.4706866264343262,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.2682828282828283,
588
+ "grad_norm": 0.010003669187426567,
589
+ "learning_rate": 8.757509970186196e-05,
590
+ "loss": 0.48719348907470705,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.27151515151515154,
595
+ "grad_norm": 0.009513127617537975,
596
+ "learning_rate": 8.722035587960826e-05,
597
+ "loss": 0.48200483322143556,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.27474747474747474,
602
+ "grad_norm": 0.009142451919615269,
603
+ "learning_rate": 8.686135923776969e-05,
604
+ "loss": 0.48613176345825193,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.277979797979798,
609
+ "grad_norm": 0.00980432890355587,
610
+ "learning_rate": 8.649815079551205e-05,
611
+ "loss": 0.4976047515869141,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.2812121212121212,
616
+ "grad_norm": 0.010442109778523445,
617
+ "learning_rate": 8.613077205324389e-05,
618
+ "loss": 0.48451838493347166,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.28444444444444444,
623
+ "grad_norm": 0.009309548884630203,
624
+ "learning_rate": 8.575926498787476e-05,
625
+ "loss": 0.5115366458892823,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.2876767676767677,
630
+ "grad_norm": 0.009093924425542355,
631
+ "learning_rate": 8.538367204801872e-05,
632
+ "loss": 0.48187432289123533,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.2909090909090909,
637
+ "grad_norm": 0.009757987223565578,
638
+ "learning_rate": 8.500403614914432e-05,
639
+ "loss": 0.4882505416870117,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.29414141414141415,
644
+ "grad_norm": 0.010261048562824726,
645
+ "learning_rate": 8.462040066867089e-05,
646
+ "loss": 0.49068965911865237,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.2973737373737374,
651
+ "grad_norm": 0.009317740797996521,
652
+ "learning_rate": 8.423280944101233e-05,
653
+ "loss": 0.4966132164001465,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.3006060606060606,
658
+ "grad_norm": 0.009787693619728088,
659
+ "learning_rate": 8.384130675256852e-05,
660
+ "loss": 0.4754981994628906,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.30383838383838385,
665
+ "grad_norm": 0.010005015879869461,
666
+ "learning_rate": 8.34459373366651e-05,
667
+ "loss": 0.4735103130340576,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.30707070707070705,
672
+ "grad_norm": 0.009837017394602299,
673
+ "learning_rate": 8.304674636844231e-05,
674
+ "loss": 0.4809592247009277,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.3103030303030303,
679
+ "grad_norm": 0.009590484201908112,
680
+ "learning_rate": 8.264377945969312e-05,
681
+ "loss": 0.48206100463867185,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.31353535353535356,
686
+ "grad_norm": 0.009699508547782898,
687
+ "learning_rate": 8.223708265365174e-05,
688
+ "loss": 0.48718748092651365,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.31676767676767675,
693
+ "grad_norm": 0.010278215631842613,
694
+ "learning_rate": 8.182670241973253e-05,
695
+ "loss": 0.4952278137207031,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.32,
700
+ "grad_norm": 0.010104077868163586,
701
+ "learning_rate": 8.141268564822053e-05,
702
+ "loss": 0.47769975662231445,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.32323232323232326,
707
+ "grad_norm": 0.009301737882196903,
708
+ "learning_rate": 8.099507964491369e-05,
709
+ "loss": 0.4862718105316162,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.32646464646464646,
714
+ "grad_norm": 0.009307135827839375,
715
+ "learning_rate": 8.057393212571767e-05,
716
+ "loss": 0.49833106994628906,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.3296969696969697,
721
+ "grad_norm": 0.009420682676136494,
722
+ "learning_rate": 8.014929121119378e-05,
723
+ "loss": 0.48829941749572753,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.3329292929292929,
728
+ "grad_norm": 0.010058379732072353,
729
+ "learning_rate": 7.972120542106077e-05,
730
+ "loss": 0.46506147384643554,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.33616161616161616,
735
+ "grad_norm": 0.009461579844355583,
736
+ "learning_rate": 7.92897236686508e-05,
737
+ "loss": 0.47866268157958985,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.3393939393939394,
742
+ "grad_norm": 0.010341835208237171,
743
+ "learning_rate": 7.885489525532075e-05,
744
+ "loss": 0.4966601371765137,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.3426262626262626,
749
+ "grad_norm": 0.01042103860527277,
750
+ "learning_rate": 7.84167698648189e-05,
751
+ "loss": 0.49251084327697753,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.34585858585858587,
756
+ "grad_norm": 0.010442749597132206,
757
+ "learning_rate": 7.797539755760805e-05,
758
+ "loss": 0.4816086769104004,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.3490909090909091,
763
+ "grad_norm": 0.010256553068757057,
764
+ "learning_rate": 7.753082876514562e-05,
765
+ "loss": 0.47102947235107423,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.3523232323232323,
770
+ "grad_norm": 0.009399017319083214,
771
+ "learning_rate": 7.708311428412129e-05,
772
+ "loss": 0.4810478210449219,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.35555555555555557,
777
+ "grad_norm": 0.009499317966401577,
778
+ "learning_rate": 7.663230527065293e-05,
779
+ "loss": 0.47051143646240234,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.35878787878787877,
784
+ "grad_norm": 0.009759469889104366,
785
+ "learning_rate": 7.617845323444156e-05,
786
+ "loss": 0.4780744552612305,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.362020202020202,
791
+ "grad_norm": 0.00987281370908022,
792
+ "learning_rate": 7.572161003288565e-05,
793
+ "loss": 0.4804032325744629,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.3652525252525253,
798
+ "grad_norm": 0.00963522493839264,
799
+ "learning_rate": 7.526182786515609e-05,
800
+ "loss": 0.48206367492675783,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.36848484848484847,
805
+ "grad_norm": 0.009587026201188564,
806
+ "learning_rate": 7.479915926623165e-05,
807
+ "loss": 0.49240264892578123,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.3717171717171717,
812
+ "grad_norm": 0.009810036048293114,
813
+ "learning_rate": 7.433365710089646e-05,
814
+ "loss": 0.48599681854248045,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.374949494949495,
819
+ "grad_norm": 0.00978278461843729,
820
+ "learning_rate": 7.386537455769963e-05,
821
+ "loss": 0.4688436031341553,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.3781818181818182,
826
+ "grad_norm": 0.00925996620208025,
827
+ "learning_rate": 7.339436514287783e-05,
828
+ "loss": 0.47986507415771484,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.3814141414141414,
833
+ "grad_norm": 0.010006657801568508,
834
+ "learning_rate": 7.292068267424165e-05,
835
+ "loss": 0.4771553993225098,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.3846464646464646,
840
+ "grad_norm": 0.010299976915121078,
841
+ "learning_rate": 7.244438127502647e-05,
842
+ "loss": 0.4854436874389648,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.3878787878787879,
847
+ "grad_norm": 0.009807374328374863,
848
+ "learning_rate": 7.196551536770807e-05,
849
+ "loss": 0.4763533592224121,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.39111111111111113,
854
+ "grad_norm": 0.010062369517982006,
855
+ "learning_rate": 7.148413966778451e-05,
856
+ "loss": 0.47457141876220704,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.39434343434343433,
861
+ "grad_norm": 0.009904388338327408,
862
+ "learning_rate": 7.100030917752423e-05,
863
+ "loss": 0.4732469081878662,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.3975757575757576,
868
+ "grad_norm": 0.009578046388924122,
869
+ "learning_rate": 7.051407917968138e-05,
870
+ "loss": 0.47551660537719725,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.40080808080808084,
875
+ "grad_norm": 0.010024272836744785,
876
+ "learning_rate": 7.002550523117926e-05,
877
+ "loss": 0.4835049629211426,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.40404040404040403,
882
+ "grad_norm": 0.010056886821985245,
883
+ "learning_rate": 6.953464315676241e-05,
884
+ "loss": 0.4909071922302246,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.4072727272727273,
889
+ "grad_norm": 0.009707778692245483,
890
+ "learning_rate": 6.904154904261792e-05,
891
+ "loss": 0.4842695236206055,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.4105050505050505,
896
+ "grad_norm": 0.00976107269525528,
897
+ "learning_rate": 6.8546279229967e-05,
898
+ "loss": 0.48967390060424804,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.41373737373737374,
903
+ "grad_norm": 0.010392800904810429,
904
+ "learning_rate": 6.804889030862753e-05,
905
+ "loss": 0.48658218383789065,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.416969696969697,
910
+ "grad_norm": 0.009267269633710384,
911
+ "learning_rate": 6.754943911054793e-05,
912
+ "loss": 0.48893008232116697,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.4202020202020202,
917
+ "grad_norm": 0.009753459133207798,
918
+ "learning_rate": 6.704798270331358e-05,
919
+ "loss": 0.49384117126464844,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.42343434343434344,
924
+ "grad_norm": 0.011121846735477448,
925
+ "learning_rate": 6.654457838362621e-05,
926
+ "loss": 0.47458324432373045,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.4266666666666667,
931
+ "grad_norm": 0.009406324476003647,
932
+ "learning_rate": 6.603928367075718e-05,
933
+ "loss": 0.4703402519226074,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.4298989898989899,
938
+ "grad_norm": 0.010009719990193844,
939
+ "learning_rate": 6.553215629997529e-05,
940
+ "loss": 0.4851715087890625,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.43313131313131314,
945
+ "grad_norm": 0.009798573330044746,
946
+ "learning_rate": 6.502325421594988e-05,
947
+ "loss": 0.4779622554779053,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.43636363636363634,
952
+ "grad_norm": 0.0098969591781497,
953
+ "learning_rate": 6.451263556613007e-05,
954
+ "loss": 0.4708548545837402,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.4395959595959596,
959
+ "grad_norm": 0.009853474795818329,
960
+ "learning_rate": 6.40003586941008e-05,
961
+ "loss": 0.4721970558166504,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.44282828282828285,
966
+ "grad_norm": 0.009663710370659828,
967
+ "learning_rate": 6.348648213291642e-05,
968
+ "loss": 0.4798272132873535,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.44606060606060605,
973
+ "grad_norm": 0.009419051930308342,
974
+ "learning_rate": 6.297106459841272e-05,
975
+ "loss": 0.471483039855957,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.4492929292929293,
980
+ "grad_norm": 0.009978282265365124,
981
+ "learning_rate": 6.245416498249801e-05,
982
+ "loss": 0.4772329330444336,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.45252525252525255,
987
+ "grad_norm": 0.009491856209933758,
988
+ "learning_rate": 6.193584234642403e-05,
989
+ "loss": 0.48812179565429686,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.45575757575757575,
994
+ "grad_norm": 0.010496517643332481,
995
+ "learning_rate": 6.141615591403771e-05,
996
+ "loss": 0.48897976875305177,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.458989898989899,
1001
+ "grad_norm": 0.01015474647283554,
1002
+ "learning_rate": 6.0895165065014106e-05,
1003
+ "loss": 0.4850447654724121,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.4622222222222222,
1008
+ "grad_norm": 0.009763741865754128,
1009
+ "learning_rate": 6.037292932807167e-05,
1010
+ "loss": 0.4857158660888672,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.46545454545454545,
1015
+ "grad_norm": 0.009874231182038784,
1016
+ "learning_rate": 5.984950837417048e-05,
1017
+ "loss": 0.4844364166259766,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.4686868686868687,
1022
+ "grad_norm": 0.010104037821292877,
1023
+ "learning_rate": 5.932496200969422e-05,
1024
+ "loss": 0.47542514801025393,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.4719191919191919,
1029
+ "grad_norm": 0.009445435367524624,
1030
+ "learning_rate": 5.879935016961661e-05,
1031
+ "loss": 0.48579182624816897,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.47515151515151516,
1036
+ "grad_norm": 0.010507128201425076,
1037
+ "learning_rate": 5.827273291065326e-05,
1038
+ "loss": 0.48273677825927735,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.4783838383838384,
1043
+ "grad_norm": 0.009411566890776157,
1044
+ "learning_rate": 5.7745170404399484e-05,
1045
+ "loss": 0.46429009437561036,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.4816161616161616,
1050
+ "grad_norm": 0.010377817787230015,
1051
+ "learning_rate": 5.721672293045518e-05,
1052
+ "loss": 0.49172677993774416,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.48484848484848486,
1057
+ "grad_norm": 0.009920118376612663,
1058
+ "learning_rate": 5.668745086953712e-05,
1059
+ "loss": 0.4934688568115234,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.48808080808080806,
1064
+ "grad_norm": 0.012272641994059086,
1065
+ "learning_rate": 5.615741469657985e-05,
1066
+ "loss": 0.4826413631439209,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.4913131313131313,
1071
+ "grad_norm": 0.00981989037245512,
1072
+ "learning_rate": 5.562667497382582e-05,
1073
+ "loss": 0.48468503952026365,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.49454545454545457,
1078
+ "grad_norm": 0.010148138739168644,
1079
+ "learning_rate": 5.509529234390553e-05,
1080
+ "loss": 0.47773942947387693,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.49777777777777776,
1085
+ "grad_norm": 0.010528397746384144,
1086
+ "learning_rate": 5.456332752290837e-05,
1087
+ "loss": 0.47507562637329104,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.501010101010101,
1092
+ "grad_norm": 0.01076479908078909,
1093
+ "learning_rate": 5.4030841293445244e-05,
1094
+ "loss": 0.486495304107666,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.5042424242424243,
1099
+ "grad_norm": 0.009976644068956375,
1100
+ "learning_rate": 5.349789449770351e-05,
1101
+ "loss": 0.48320484161376953,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.5074747474747475,
1106
+ "grad_norm": 0.010504718869924545,
1107
+ "learning_rate": 5.2964548030495065e-05,
1108
+ "loss": 0.48847188949584963,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.5107070707070707,
1113
+ "grad_norm": 0.010325642302632332,
1114
+ "learning_rate": 5.243086283229852e-05,
1115
+ "loss": 0.47591514587402345,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.5139393939393939,
1120
+ "grad_norm": 0.010260741226375103,
1121
+ "learning_rate": 5.18968998822961e-05,
1122
+ "loss": 0.48136124610900877,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.5171717171717172,
1127
+ "grad_norm": 0.010797196067869663,
1128
+ "learning_rate": 5.1362720191406065e-05,
1129
+ "loss": 0.48076438903808594,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.5204040404040404,
1134
+ "grad_norm": 0.010010522790253162,
1135
+ "learning_rate": 5.082838479531169e-05,
1136
+ "loss": 0.5004307270050049,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.5236363636363637,
1141
+ "grad_norm": 0.010120037943124771,
1142
+ "learning_rate": 5.029395474748714e-05,
1143
+ "loss": 0.4812767028808594,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.5268686868686868,
1148
+ "grad_norm": 0.009431752376258373,
1149
+ "learning_rate": 4.975949111222158e-05,
1150
+ "loss": 0.4887521743774414,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.5301010101010101,
1155
+ "grad_norm": 0.010080527514219284,
1156
+ "learning_rate": 4.9225054957641916e-05,
1157
+ "loss": 0.48248910903930664,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.5333333333333333,
1162
+ "grad_norm": 0.009522376582026482,
1163
+ "learning_rate": 4.8690707348735035e-05,
1164
+ "loss": 0.4855649948120117,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.5365656565656566,
1169
+ "grad_norm": 0.009686745703220367,
1170
+ "learning_rate": 4.8156509340370605e-05,
1171
+ "loss": 0.47187280654907227,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.5397979797979798,
1176
+ "grad_norm": 0.011875285767018795,
1177
+ "learning_rate": 4.762252197032482e-05,
1178
+ "loss": 0.46579513549804685,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.5430303030303031,
1183
+ "grad_norm": 0.009932303801178932,
1184
+ "learning_rate": 4.7088806252306224e-05,
1185
+ "loss": 0.47946829795837403,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.5462626262626262,
1190
+ "grad_norm": 0.017099183052778244,
1191
+ "learning_rate": 4.655542316898423e-05,
1192
+ "loss": 0.4593667030334473,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.5494949494949495,
1197
+ "grad_norm": 0.010512005537748337,
1198
+ "learning_rate": 4.6022433665021246e-05,
1199
+ "loss": 0.48582897186279295,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 0.5527272727272727,
1204
+ "grad_norm": 0.00989206787198782,
1205
+ "learning_rate": 4.548989864010902e-05,
1206
+ "loss": 0.4849580764770508,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 0.555959595959596,
1211
+ "grad_norm": 0.010284029878675938,
1212
+ "learning_rate": 4.495787894201031e-05,
1213
+ "loss": 0.49089298248291013,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 0.5591919191919192,
1218
+ "grad_norm": 0.00992760993540287,
1219
+ "learning_rate": 4.442643535960631e-05,
1220
+ "loss": 0.48010549545288084,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 0.5624242424242424,
1225
+ "grad_norm": 0.00978371873497963,
1226
+ "learning_rate": 4.3895628615950864e-05,
1227
+ "loss": 0.47594566345214845,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 0.5656565656565656,
1232
+ "grad_norm": 0.00981004349887371,
1233
+ "learning_rate": 4.3365519361332345e-05,
1234
+ "loss": 0.48056421279907224,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 0.5688888888888889,
1239
+ "grad_norm": 0.010216868482530117,
1240
+ "learning_rate": 4.283616816634353e-05,
1241
+ "loss": 0.47501134872436523,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 0.5721212121212121,
1246
+ "grad_norm": 0.010267022997140884,
1247
+ "learning_rate": 4.230763551496089e-05,
1248
+ "loss": 0.478366756439209,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 0.5753535353535354,
1253
+ "grad_norm": 0.009910739958286285,
1254
+ "learning_rate": 4.1779981797633645e-05,
1255
+ "loss": 0.478058385848999,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 0.5785858585858585,
1260
+ "grad_norm": 0.011339185759425163,
1261
+ "learning_rate": 4.1253267304383455e-05,
1262
+ "loss": 0.48466057777404786,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 0.5818181818181818,
1267
+ "grad_norm": 0.009522072039544582,
1268
+ "learning_rate": 4.072755221791572e-05,
1269
+ "loss": 0.4769908905029297,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 0.585050505050505,
1274
+ "grad_norm": 0.009808518923819065,
1275
+ "learning_rate": 4.020289660674306e-05,
1276
+ "loss": 0.47162666320800783,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 0.5882828282828283,
1281
+ "grad_norm": 0.009962448850274086,
1282
+ "learning_rate": 3.967936041832173e-05,
1283
+ "loss": 0.46282405853271485,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 0.5915151515151515,
1288
+ "grad_norm": 0.009498678147792816,
1289
+ "learning_rate": 3.9157003472202246e-05,
1290
+ "loss": 0.4794480323791504,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 0.5947474747474748,
1295
+ "grad_norm": 0.009407177567481995,
1296
+ "learning_rate": 3.863588545319407e-05,
1297
+ "loss": 0.4729412078857422,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 0.597979797979798,
1302
+ "grad_norm": 0.009899895638227463,
1303
+ "learning_rate": 3.8116065904546196e-05,
1304
+ "loss": 0.47380704879760743,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 0.6012121212121212,
1309
+ "grad_norm": 0.009560837410390377,
1310
+ "learning_rate": 3.759760422114362e-05,
1311
+ "loss": 0.47751388549804685,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 0.6044444444444445,
1316
+ "grad_norm": 0.010970192961394787,
1317
+ "learning_rate": 3.708055964272088e-05,
1318
+ "loss": 0.47801823616027833,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 0.6076767676767677,
1323
+ "grad_norm": 0.00964390765875578,
1324
+ "learning_rate": 3.6564991247093234e-05,
1325
+ "loss": 0.4800426483154297,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 0.610909090909091,
1330
+ "grad_norm": 0.009764602407813072,
1331
+ "learning_rate": 3.6050957943406465e-05,
1332
+ "loss": 0.4812753677368164,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 0.6141414141414141,
1337
+ "grad_norm": 0.009959314949810505,
1338
+ "learning_rate": 3.553851846540584e-05,
1339
+ "loss": 0.47804956436157225,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 0.6173737373737374,
1344
+ "grad_norm": 0.010666392743587494,
1345
+ "learning_rate": 3.50277313647252e-05,
1346
+ "loss": 0.4772273063659668,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 0.6206060606060606,
1351
+ "grad_norm": 0.009173358790576458,
1352
+ "learning_rate": 3.451865500419676e-05,
1353
+ "loss": 0.4892144203186035,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 0.6238383838383839,
1358
+ "grad_norm": 0.010000358335673809,
1359
+ "learning_rate": 3.401134755118256e-05,
1360
+ "loss": 0.48959059715270997,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 0.6270707070707071,
1365
+ "grad_norm": 0.010190536268055439,
1366
+ "learning_rate": 3.350586697092826e-05,
1367
+ "loss": 0.46478729248046874,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 0.6303030303030303,
1372
+ "grad_norm": 0.010812178254127502,
1373
+ "learning_rate": 3.300227101993998e-05,
1374
+ "loss": 0.5046152114868164,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 0.6335353535353535,
1379
+ "grad_norm": 0.01017849799245596,
1380
+ "learning_rate": 3.2500617239384947e-05,
1381
+ "loss": 0.4698008060455322,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 0.6367676767676768,
1386
+ "grad_norm": 0.011103908531367779,
1387
+ "learning_rate": 3.200096294851691e-05,
1388
+ "loss": 0.4716217041015625,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 0.64,
1393
+ "grad_norm": 0.009982883930206299,
1394
+ "learning_rate": 3.150336523812674e-05,
1395
+ "loss": 0.47135162353515625,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 0.6432323232323233,
1400
+ "grad_norm": 0.01043197326362133,
1401
+ "learning_rate": 3.100788096401925e-05,
1402
+ "loss": 0.4799614906311035,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 0.6464646464646465,
1407
+ "grad_norm": 0.010667623952031136,
1408
+ "learning_rate": 3.051456674051677e-05,
1409
+ "loss": 0.4682164192199707,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 0.6496969696969697,
1414
+ "grad_norm": 0.010620036162436008,
1415
+ "learning_rate": 3.0023478933990347e-05,
1416
+ "loss": 0.4750208854675293,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 0.6529292929292929,
1421
+ "grad_norm": 0.010374991223216057,
1422
+ "learning_rate": 2.9534673656419377e-05,
1423
+ "loss": 0.48034076690673827,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 0.6561616161616162,
1428
+ "grad_norm": 0.011932817287743092,
1429
+ "learning_rate": 2.9048206758980136e-05,
1430
+ "loss": 0.46314101219177245,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 0.6593939393939394,
1435
+ "grad_norm": 0.01039852574467659,
1436
+ "learning_rate": 2.856413382566425e-05,
1437
+ "loss": 0.4783937454223633,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 0.6626262626262627,
1442
+ "grad_norm": 0.010200604796409607,
1443
+ "learning_rate": 2.8082510166927583e-05,
1444
+ "loss": 0.4792025089263916,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 0.6658585858585858,
1449
+ "grad_norm": 0.009561127051711082,
1450
+ "learning_rate": 2.760339081337041e-05,
1451
+ "loss": 0.4722686767578125,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 0.6690909090909091,
1456
+ "grad_norm": 0.00924921128898859,
1457
+ "learning_rate": 2.7126830509449773e-05,
1458
+ "loss": 0.4884464263916016,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 0.6723232323232323,
1463
+ "grad_norm": 0.00991444569081068,
1464
+ "learning_rate": 2.6652883707224075e-05,
1465
+ "loss": 0.4804549217224121,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 0.6755555555555556,
1470
+ "grad_norm": 0.009902069345116615,
1471
+ "learning_rate": 2.618160456013153e-05,
1472
+ "loss": 0.4781071186065674,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 0.6787878787878788,
1477
+ "grad_norm": 0.010504493489861488,
1478
+ "learning_rate": 2.571304691680255e-05,
1479
+ "loss": 0.48059587478637694,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 0.682020202020202,
1484
+ "grad_norm": 0.009641965851187706,
1485
+ "learning_rate": 2.5247264314906917e-05,
1486
+ "loss": 0.4706240177154541,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 0.6852525252525252,
1491
+ "grad_norm": 0.010276644490659237,
1492
+ "learning_rate": 2.4784309975036513e-05,
1493
+ "loss": 0.4885101318359375,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 0.6884848484848485,
1498
+ "grad_norm": 0.010960405692458153,
1499
+ "learning_rate": 2.4324236794624456e-05,
1500
+ "loss": 0.4882383346557617,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 0.6917171717171717,
1505
+ "grad_norm": 0.010282796807587147,
1506
+ "learning_rate": 2.386709734190079e-05,
1507
+ "loss": 0.4768857479095459,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 0.694949494949495,
1512
+ "grad_norm": 0.010104385204613209,
1513
+ "learning_rate": 2.34129438498862e-05,
1514
+ "loss": 0.4802837371826172,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 0.6981818181818182,
1519
+ "grad_norm": 0.010027035139501095,
1520
+ "learning_rate": 2.296182821042374e-05,
1521
+ "loss": 0.4874839782714844,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 0.7014141414141414,
1526
+ "grad_norm": 0.010018851608037949,
1527
+ "learning_rate": 2.2513801968249644e-05,
1528
+ "loss": 0.4758561134338379,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 0.7046464646464646,
1533
+ "grad_norm": 0.009862969629466534,
1534
+ "learning_rate": 2.2068916315103783e-05,
1535
+ "loss": 0.4686488151550293,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 0.7078787878787879,
1540
+ "grad_norm": 0.00952910166233778,
1541
+ "learning_rate": 2.162722208388057e-05,
1542
+ "loss": 0.4782154083251953,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 0.7111111111111111,
1547
+ "grad_norm": 0.010213647037744522,
1548
+ "learning_rate": 2.1188769742820625e-05,
1549
+ "loss": 0.4773773193359375,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 0.7143434343434344,
1554
+ "grad_norm": 0.010498392395675182,
1555
+ "learning_rate": 2.075360938974429e-05,
1556
+ "loss": 0.4733907222747803,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 0.7175757575757575,
1561
+ "grad_norm": 0.009394815191626549,
1562
+ "learning_rate": 2.03217907463275e-05,
1563
+ "loss": 0.47564210891723635,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 0.7208080808080808,
1568
+ "grad_norm": 0.010383618995547295,
1569
+ "learning_rate": 1.989336315242048e-05,
1570
+ "loss": 0.4784512519836426,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 0.724040404040404,
1575
+ "grad_norm": 0.01043599285185337,
1576
+ "learning_rate": 1.9468375560410117e-05,
1577
+ "loss": 0.4808964729309082,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 0.7272727272727273,
1582
+ "grad_norm": 0.009953988716006279,
1583
+ "learning_rate": 1.90468765296267e-05,
1584
+ "loss": 0.49031834602355956,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 0.7305050505050505,
1589
+ "grad_norm": 0.010356656275689602,
1590
+ "learning_rate": 1.8628914220795494e-05,
1591
+ "loss": 0.48055601119995117,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 0.7337373737373737,
1596
+ "grad_norm": 0.009841440245509148,
1597
+ "learning_rate": 1.8214536390533822e-05,
1598
+ "loss": 0.47170586585998536,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 0.7369696969696969,
1603
+ "grad_norm": 0.010102550499141216,
1604
+ "learning_rate": 1.7803790385894387e-05,
1605
+ "loss": 0.4660043716430664,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 0.7402020202020202,
1610
+ "grad_norm": 0.010421738028526306,
1611
+ "learning_rate": 1.7396723138955428e-05,
1612
+ "loss": 0.4599196434020996,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 0.7434343434343434,
1617
+ "grad_norm": 0.009896540082991123,
1618
+ "learning_rate": 1.699338116145811e-05,
1619
+ "loss": 0.46491589546203616,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 0.7466666666666667,
1624
+ "grad_norm": 0.010468855500221252,
1625
+ "learning_rate": 1.6593810539492195e-05,
1626
+ "loss": 0.47761125564575196,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 0.74989898989899,
1631
+ "grad_norm": 0.010416937991976738,
1632
+ "learning_rate": 1.619805692823016e-05,
1633
+ "loss": 0.49956817626953126,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 0.7531313131313131,
1638
+ "grad_norm": 0.010007611475884914,
1639
+ "learning_rate": 1.580616554671057e-05,
1640
+ "loss": 0.4716916084289551,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 0.7563636363636363,
1645
+ "grad_norm": 0.010231648571789265,
1646
+ "learning_rate": 1.5418181172671382e-05,
1647
+ "loss": 0.4909040451049805,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 0.7595959595959596,
1652
+ "grad_norm": 0.010324012488126755,
1653
+ "learning_rate": 1.5034148137433623e-05,
1654
+ "loss": 0.47939190864562986,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 0.7628282828282829,
1659
+ "grad_norm": 0.011009547859430313,
1660
+ "learning_rate": 1.4654110320836017e-05,
1661
+ "loss": 0.48291826248168945,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 0.7660606060606061,
1666
+ "grad_norm": 0.010392943397164345,
1667
+ "learning_rate": 1.4278111146221263e-05,
1668
+ "loss": 0.49179973602294924,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 0.7692929292929293,
1673
+ "grad_norm": 0.010355197824537754,
1674
+ "learning_rate": 1.3906193575474508e-05,
1675
+ "loss": 0.4716278076171875,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 0.7725252525252525,
1680
+ "grad_norm": 0.009932084940373898,
1681
+ "learning_rate": 1.3538400104114446e-05,
1682
+ "loss": 0.47190055847167967,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 0.7757575757575758,
1687
+ "grad_norm": 0.010710643604397774,
1688
+ "learning_rate": 1.3174772756437742e-05,
1689
+ "loss": 0.4703176498413086,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 0.778989898989899,
1694
+ "grad_norm": 0.010614068247377872,
1695
+ "learning_rate": 1.2815353080717379e-05,
1696
+ "loss": 0.47541141510009766,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 0.7822222222222223,
1701
+ "grad_norm": 0.011346950195729733,
1702
+ "learning_rate": 1.246018214445525e-05,
1703
+ "loss": 0.4860015869140625,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 0.7854545454545454,
1708
+ "grad_norm": 0.009824907407164574,
1709
+ "learning_rate": 1.210930052968981e-05,
1710
+ "loss": 0.49062480926513674,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 0.7886868686868687,
1715
+ "grad_norm": 0.010624224320054054,
1716
+ "learning_rate": 1.1762748328359152e-05,
1717
+ "loss": 0.4694485664367676,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 0.7919191919191919,
1722
+ "grad_norm": 0.01044746395200491,
1723
+ "learning_rate": 1.1420565137720045e-05,
1724
+ "loss": 0.47275629043579104,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 0.7951515151515152,
1729
+ "grad_norm": 0.010226710699498653,
1730
+ "learning_rate": 1.1082790055823533e-05,
1731
+ "loss": 0.4670067310333252,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 0.7983838383838384,
1736
+ "grad_norm": 0.010427460074424744,
1737
+ "learning_rate": 1.0749461677047624e-05,
1738
+ "loss": 0.4700475692749023,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 0.8016161616161617,
1743
+ "grad_norm": 0.010494428686797619,
1744
+ "learning_rate": 1.0420618087687418e-05,
1745
+ "loss": 0.46589016914367676,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 0.8048484848484848,
1750
+ "grad_norm": 0.010100893676280975,
1751
+ "learning_rate": 1.0096296861603321e-05,
1752
+ "loss": 0.4704419136047363,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 0.8080808080808081,
1757
+ "grad_norm": 0.010682797059416771,
1758
+ "learning_rate": 9.776535055927931e-06,
1759
+ "loss": 0.47326183319091797,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 0.8113131313131313,
1764
+ "grad_norm": 0.00972407590597868,
1765
+ "learning_rate": 9.461369206831772e-06,
1766
+ "loss": 0.48441619873046876,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 0.8145454545454546,
1771
+ "grad_norm": 0.010327558033168316,
1772
+ "learning_rate": 9.150835325348678e-06,
1773
+ "loss": 0.45856351852416993,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 0.8177777777777778,
1778
+ "grad_norm": 0.010118944570422173,
1779
+ "learning_rate": 8.844968893261197e-06,
1780
+ "loss": 0.48114948272705077,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 0.821010101010101,
1785
+ "grad_norm": 0.010876161977648735,
1786
+ "learning_rate": 8.543804859046345e-06,
1787
+ "loss": 0.4930680274963379,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 0.8242424242424242,
1792
+ "grad_norm": 0.010722608305513859,
1793
+ "learning_rate": 8.247377633882463e-06,
1794
+ "loss": 0.46875743865966796,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 0.8274747474747475,
1799
+ "grad_norm": 0.01088438369333744,
1800
+ "learning_rate": 7.95572108771726e-06,
1801
+ "loss": 0.4768000602722168,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 0.8307070707070707,
1806
+ "grad_norm": 0.01026720181107521,
1807
+ "learning_rate": 7.66886854539795e-06,
1808
+ "loss": 0.479974365234375,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 0.833939393939394,
1813
+ "grad_norm": 0.009710075333714485,
1814
+ "learning_rate": 7.386852782863407e-06,
1815
+ "loss": 0.4684715270996094,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 0.8371717171717171,
1820
+ "grad_norm": 0.009966167621314526,
1821
+ "learning_rate": 7.109706023399232e-06,
1822
+ "loss": 0.47191972732543946,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 0.8404040404040404,
1827
+ "grad_norm": 0.010125650092959404,
1828
+ "learning_rate": 6.837459933955936e-06,
1829
+ "loss": 0.4766803741455078,
1830
+ "step": 2600
1831
+ }
1832
+ ],
1833
+ "logging_steps": 10,
1834
+ "max_steps": 3094,
1835
+ "num_input_tokens_seen": 0,
1836
+ "num_train_epochs": 1,
1837
+ "save_steps": 200,
1838
+ "stateful_callbacks": {
1839
+ "TrainerControl": {
1840
+ "args": {
1841
+ "should_epoch_stop": false,
1842
+ "should_evaluate": false,
1843
+ "should_log": false,
1844
+ "should_save": true,
1845
+ "should_training_stop": false
1846
+ },
1847
+ "attributes": {}
1848
+ }
1849
+ },
1850
+ "total_flos": 3.689461319477494e+18,
1851
+ "train_batch_size": 2,
1852
+ "trial_name": null,
1853
+ "trial_params": null
1854
+ }
checkpoint-2600/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35f7c9df64c3878a6af022f87735f5d8a7b4ae14de05ab3af73dcc955b795285
3
+ size 5585
checkpoint-2800/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-4B-Base
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-4B-Base
7
+ - llama-factory
8
+ - lora
9
+ - transformers
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.18.1
checkpoint-2800/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-4B-Base",
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": 64,
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": 32,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "v_proj",
34
+ "k_proj",
35
+ "down_proj",
36
+ "up_proj",
37
+ "o_proj",
38
+ "gate_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
+ }
checkpoint-2800/chat_template.jinja ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 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.role == "user") or (message.role == "system" and not loop.first) %}
27
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
28
+ {%- elif message.role == "assistant" %}
29
+ {%- set content = message.content %}
30
+ {%- set reasoning_content = '' %}
31
+ {%- if message.reasoning_content is defined and message.reasoning_content is not none %}
32
+ {%- set reasoning_content = message.reasoning_content %}
33
+ {%- else %}
34
+ {%- if '</think>' in message.content %}
35
+ {%- set content = message.content.split('</think>')[-1].lstrip('\n') %}
36
+ {%- set reasoning_content = message.content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
37
+ {%- endif %}
38
+ {%- endif %}
39
+ {%- if loop.index0 > ns.last_query_index %}
40
+ {%- if loop.last or (not loop.last and reasoning_content) %}
41
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
42
+ {%- else %}
43
+ {{- '<|im_start|>' + message.role + '\n' + content }}
44
+ {%- endif %}
45
+ {%- else %}
46
+ {{- '<|im_start|>' + message.role + '\n' + content }}
47
+ {%- endif %}
48
+ {%- if message.tool_calls %}
49
+ {%- for tool_call in message.tool_calls %}
50
+ {%- if (loop.first and content) or (not loop.first) %}
51
+ {{- '\n' }}
52
+ {%- endif %}
53
+ {%- if tool_call.function %}
54
+ {%- set tool_call = tool_call.function %}
55
+ {%- endif %}
56
+ {{- '<tool_call>\n{"name": "' }}
57
+ {{- tool_call.name }}
58
+ {{- '", "arguments": ' }}
59
+ {%- if tool_call.arguments is string %}
60
+ {{- tool_call.arguments }}
61
+ {%- else %}
62
+ {{- tool_call.arguments | tojson }}
63
+ {%- endif %}
64
+ {{- '}\n</tool_call>' }}
65
+ {%- endfor %}
66
+ {%- endif %}
67
+ {{- '<|im_end|>\n' }}
68
+ {%- elif message.role == "tool" %}
69
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
70
+ {{- '<|im_start|>user' }}
71
+ {%- endif %}
72
+ {{- '\n<tool_response>\n' }}
73
+ {{- message.content }}
74
+ {{- '\n</tool_response>' }}
75
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
76
+ {{- '<|im_end|>\n' }}
77
+ {%- endif %}
78
+ {%- endif %}
79
+ {%- endfor %}
80
+ {%- if add_generation_prompt %}
81
+ {{- '<|im_start|>assistant\n' }}
82
+ {%- if enable_thinking is defined and enable_thinking is false %}
83
+ {{- '<think>\n\n</think>\n\n' }}
84
+ {%- endif %}
85
+ {%- endif %}
checkpoint-2800/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:024f1a82e53317ef477d8f6641ff28440490d074b1a208439dd1a41c4f003142
3
+ size 528915403
checkpoint-2800/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79dff92e737a96ed8e55fbb17dff25cf3c476aa30f177c1856764da007af68a5
3
+ size 15429
checkpoint-2800/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c616ff04ed57f83b34bed7eb797bd8138608692f1b0bdd6c424bb2dbc936bc6a
3
+ size 15429
checkpoint-2800/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cfe3fd382b286e47d9016978fb5527adb2134450523cd09af0a35698b39741e
3
+ size 15429
checkpoint-2800/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c2c79cb6e901e1a926fd96d91c3168c047f44ec5bfaef396189f60e74c841aa
3
+ size 15429
checkpoint-2800/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f9fccceef8f5147596ea909fed9ec198bc9df137155bc2bcc41e82a70dcb63
3
+ size 1465
checkpoint-2800/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be75606093db2094d7cd20f3c2f385c212750648bd6ea4fb2bf507a6a4c55506
3
+ size 11422650
checkpoint-2800/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "padding_side": "right",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
checkpoint-2800/trainer_state.json ADDED
@@ -0,0 +1,1994 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.9050505050505051,
6
+ "eval_steps": 200,
7
+ "global_step": 2800,
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.0032323232323232323,
14
+ "grad_norm": 0.032284051179885864,
15
+ "learning_rate": 5.806451612903226e-06,
16
+ "loss": 0.6013355255126953,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.006464646464646465,
21
+ "grad_norm": 0.01937970519065857,
22
+ "learning_rate": 1.2258064516129032e-05,
23
+ "loss": 0.5758121490478516,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.009696969696969697,
28
+ "grad_norm": 0.014327733777463436,
29
+ "learning_rate": 1.870967741935484e-05,
30
+ "loss": 0.5787662506103516,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.01292929292929293,
35
+ "grad_norm": 0.012254982255399227,
36
+ "learning_rate": 2.5161290322580645e-05,
37
+ "loss": 0.5327143669128418,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.01616161616161616,
42
+ "grad_norm": 0.014536243863403797,
43
+ "learning_rate": 3.161290322580645e-05,
44
+ "loss": 0.5393171310424805,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.019393939393939394,
49
+ "grad_norm": 0.011900736019015312,
50
+ "learning_rate": 3.8064516129032254e-05,
51
+ "loss": 0.5058945178985595,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.022626262626262626,
56
+ "grad_norm": 0.01210293360054493,
57
+ "learning_rate": 4.451612903225807e-05,
58
+ "loss": 0.517607593536377,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.02585858585858586,
63
+ "grad_norm": 0.017207792028784752,
64
+ "learning_rate": 5.096774193548387e-05,
65
+ "loss": 0.5269095420837402,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.02909090909090909,
70
+ "grad_norm": 0.013736969791352749,
71
+ "learning_rate": 5.7419354838709685e-05,
72
+ "loss": 0.5040688514709473,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.03232323232323232,
77
+ "grad_norm": 0.011664404533803463,
78
+ "learning_rate": 6.387096774193548e-05,
79
+ "loss": 0.5147775173187256,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.035555555555555556,
84
+ "grad_norm": 0.014052552171051502,
85
+ "learning_rate": 7.03225806451613e-05,
86
+ "loss": 0.5230005741119385,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.03878787878787879,
91
+ "grad_norm": 0.011644740588963032,
92
+ "learning_rate": 7.67741935483871e-05,
93
+ "loss": 0.5105222702026367,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.04202020202020202,
98
+ "grad_norm": 0.011730308644473553,
99
+ "learning_rate": 8.32258064516129e-05,
100
+ "loss": 0.4989170074462891,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.04525252525252525,
105
+ "grad_norm": 0.012009115889668465,
106
+ "learning_rate": 8.967741935483871e-05,
107
+ "loss": 0.5003124713897705,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.048484848484848485,
112
+ "grad_norm": 0.012424134649336338,
113
+ "learning_rate": 9.612903225806452e-05,
114
+ "loss": 0.5077538013458252,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.05171717171717172,
119
+ "grad_norm": 0.011461800895631313,
120
+ "learning_rate": 9.999954295400999e-05,
121
+ "loss": 0.5061477661132813,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.05494949494949495,
126
+ "grad_norm": 0.011583201587200165,
127
+ "learning_rate": 9.999440128258112e-05,
128
+ "loss": 0.5013481140136719,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.05818181818181818,
133
+ "grad_norm": 0.011583367362618446,
134
+ "learning_rate": 9.998354722168459e-05,
135
+ "loss": 0.48343815803527834,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.061414141414141414,
140
+ "grad_norm": 0.011094105429947376,
141
+ "learning_rate": 9.996698201151175e-05,
142
+ "loss": 0.507840633392334,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.06464646464646465,
147
+ "grad_norm": 0.011715452186763287,
148
+ "learning_rate": 9.994470754481315e-05,
149
+ "loss": 0.49884777069091796,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.06787878787878789,
154
+ "grad_norm": 0.010746965184807777,
155
+ "learning_rate": 9.991672636668239e-05,
156
+ "loss": 0.5068713188171386,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.07111111111111111,
161
+ "grad_norm": 0.012883410789072514,
162
+ "learning_rate": 9.988304167426519e-05,
163
+ "loss": 0.4920186519622803,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.07434343434343435,
168
+ "grad_norm": 0.011187366209924221,
169
+ "learning_rate": 9.984365731639419e-05,
170
+ "loss": 0.5021648406982422,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.07757575757575758,
175
+ "grad_norm": 0.010671757161617279,
176
+ "learning_rate": 9.979857779314906e-05,
177
+ "loss": 0.5038897514343261,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.08080808080808081,
182
+ "grad_norm": 0.01044373121112585,
183
+ "learning_rate": 9.974780825534246e-05,
184
+ "loss": 0.4965065956115723,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.08404040404040404,
189
+ "grad_norm": 0.010565251111984253,
190
+ "learning_rate": 9.969135450393141e-05,
191
+ "loss": 0.5145994186401367,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.08727272727272728,
196
+ "grad_norm": 0.010024026967585087,
197
+ "learning_rate": 9.96292229893545e-05,
198
+ "loss": 0.505019235610962,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.0905050505050505,
203
+ "grad_norm": 0.010430407710373402,
204
+ "learning_rate": 9.956142081079484e-05,
205
+ "loss": 0.5115808010101318,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.09373737373737374,
210
+ "grad_norm": 0.010048807598650455,
211
+ "learning_rate": 9.948795571536891e-05,
212
+ "loss": 0.48525152206420896,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.09696969696969697,
217
+ "grad_norm": 0.010108387097716331,
218
+ "learning_rate": 9.94088360972414e-05,
219
+ "loss": 0.5002010822296142,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.10020202020202021,
224
+ "grad_norm": 0.010273640975356102,
225
+ "learning_rate": 9.932407099666608e-05,
226
+ "loss": 0.49662046432495116,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.10343434343434343,
231
+ "grad_norm": 0.00995971355587244,
232
+ "learning_rate": 9.923367009895274e-05,
233
+ "loss": 0.48578290939331054,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.10666666666666667,
238
+ "grad_norm": 0.010459775105118752,
239
+ "learning_rate": 9.913764373336079e-05,
240
+ "loss": 0.48862767219543457,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.1098989898989899,
245
+ "grad_norm": 0.009838269092142582,
246
+ "learning_rate": 9.903600287191875e-05,
247
+ "loss": 0.5034208774566651,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.11313131313131314,
252
+ "grad_norm": 0.00978950597345829,
253
+ "learning_rate": 9.892875912817079e-05,
254
+ "loss": 0.4870161533355713,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.11636363636363636,
259
+ "grad_norm": 0.01030043140053749,
260
+ "learning_rate": 9.881592475584964e-05,
261
+ "loss": 0.5026071548461915,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.1195959595959596,
266
+ "grad_norm": 0.010531975887715816,
267
+ "learning_rate": 9.869751264747656e-05,
268
+ "loss": 0.4883917808532715,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.12282828282828283,
273
+ "grad_norm": 0.00986825954169035,
274
+ "learning_rate": 9.857353633288814e-05,
275
+ "loss": 0.4927018165588379,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.12606060606060607,
280
+ "grad_norm": 0.009432349354028702,
281
+ "learning_rate": 9.844400997769043e-05,
282
+ "loss": 0.4908174514770508,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.1292929292929293,
287
+ "grad_norm": 0.01057665515691042,
288
+ "learning_rate": 9.83089483816404e-05,
289
+ "loss": 0.5069625854492188,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.13252525252525252,
294
+ "grad_norm": 0.010007908567786217,
295
+ "learning_rate": 9.816836697695482e-05,
296
+ "loss": 0.4988056182861328,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.13575757575757577,
301
+ "grad_norm": 0.010027808137238026,
302
+ "learning_rate": 9.802228182654702e-05,
303
+ "loss": 0.5007385730743408,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.138989898989899,
308
+ "grad_norm": 0.009953738190233707,
309
+ "learning_rate": 9.787070962219156e-05,
310
+ "loss": 0.5130783081054687,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.14222222222222222,
315
+ "grad_norm": 0.010204462334513664,
316
+ "learning_rate": 9.771366768261696e-05,
317
+ "loss": 0.4947535514831543,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.14545454545454545,
322
+ "grad_norm": 0.009612451307475567,
323
+ "learning_rate": 9.755117395152689e-05,
324
+ "loss": 0.4917112350463867,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.1486868686868687,
329
+ "grad_norm": 0.00995573028922081,
330
+ "learning_rate": 9.73832469955499e-05,
331
+ "loss": 0.4882859230041504,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.15191919191919193,
336
+ "grad_norm": 0.009584570303559303,
337
+ "learning_rate": 9.720990600211797e-05,
338
+ "loss": 0.500526762008667,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.15515151515151515,
343
+ "grad_norm": 0.010585076175630093,
344
+ "learning_rate": 9.703117077727419e-05,
345
+ "loss": 0.496882963180542,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.15838383838383838,
350
+ "grad_norm": 0.009859723038971424,
351
+ "learning_rate": 9.684706174340965e-05,
352
+ "loss": 0.48728485107421876,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.16161616161616163,
357
+ "grad_norm": 0.010212041437625885,
358
+ "learning_rate": 9.665759993693e-05,
359
+ "loss": 0.49378366470336915,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.16484848484848486,
364
+ "grad_norm": 0.009744231589138508,
365
+ "learning_rate": 9.646280700585185e-05,
366
+ "loss": 0.4663555145263672,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.16808080808080808,
371
+ "grad_norm": 0.009789686650037766,
372
+ "learning_rate": 9.626270520732916e-05,
373
+ "loss": 0.4879913330078125,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.1713131313131313,
378
+ "grad_norm": 0.009891769848763943,
379
+ "learning_rate": 9.605731740511022e-05,
380
+ "loss": 0.48809428215026857,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.17454545454545456,
385
+ "grad_norm": 0.01002143882215023,
386
+ "learning_rate": 9.584666706692517e-05,
387
+ "loss": 0.4959606170654297,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.17777777777777778,
392
+ "grad_norm": 0.009208496659994125,
393
+ "learning_rate": 9.56307782618046e-05,
394
+ "loss": 0.4878594398498535,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.181010101010101,
399
+ "grad_norm": 0.009645081125199795,
400
+ "learning_rate": 9.540967565732937e-05,
401
+ "loss": 0.4769869804382324,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.18424242424242424,
406
+ "grad_norm": 0.010497638955712318,
407
+ "learning_rate": 9.51833845168121e-05,
408
+ "loss": 0.4970097064971924,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.1874747474747475,
413
+ "grad_norm": 0.010612033307552338,
414
+ "learning_rate": 9.495193069641057e-05,
415
+ "loss": 0.4945381164550781,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.1907070707070707,
420
+ "grad_norm": 0.009433986619114876,
421
+ "learning_rate": 9.47153406421734e-05,
422
+ "loss": 0.4860210418701172,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.19393939393939394,
427
+ "grad_norm": 0.009995914995670319,
428
+ "learning_rate": 9.447364138701823e-05,
429
+ "loss": 0.4904911994934082,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.19717171717171716,
434
+ "grad_norm": 0.009814019314944744,
435
+ "learning_rate": 9.422686054764302e-05,
436
+ "loss": 0.4915336608886719,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.20040404040404042,
441
+ "grad_norm": 0.010199982672929764,
442
+ "learning_rate": 9.397502632137055e-05,
443
+ "loss": 0.4805011749267578,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.20363636363636364,
448
+ "grad_norm": 0.010121874511241913,
449
+ "learning_rate": 9.371816748292641e-05,
450
+ "loss": 0.47633209228515627,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.20686868686868687,
455
+ "grad_norm": 0.009638865478336811,
456
+ "learning_rate": 9.345631338115141e-05,
457
+ "loss": 0.48993511199951173,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.2101010101010101,
462
+ "grad_norm": 0.010041174478828907,
463
+ "learning_rate": 9.318949393564807e-05,
464
+ "loss": 0.4798978328704834,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.21333333333333335,
469
+ "grad_norm": 0.010145517997443676,
470
+ "learning_rate": 9.291773963336193e-05,
471
+ "loss": 0.4696659564971924,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.21656565656565657,
476
+ "grad_norm": 0.01043335534632206,
477
+ "learning_rate": 9.264108152509816e-05,
478
+ "loss": 0.4955574035644531,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.2197979797979798,
483
+ "grad_norm": 0.010406569577753544,
484
+ "learning_rate": 9.235955122197368e-05,
485
+ "loss": 0.48659563064575195,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.22303030303030302,
490
+ "grad_norm": 0.009870355017483234,
491
+ "learning_rate": 9.207318089180524e-05,
492
+ "loss": 0.4766091823577881,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.22626262626262628,
497
+ "grad_norm": 0.009980005212128162,
498
+ "learning_rate": 9.178200325543384e-05,
499
+ "loss": 0.5022068023681641,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.2294949494949495,
504
+ "grad_norm": 0.009765878319740295,
505
+ "learning_rate": 9.148605158298621e-05,
506
+ "loss": 0.48309478759765623,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.23272727272727273,
511
+ "grad_norm": 0.009879437275230885,
512
+ "learning_rate": 9.118535969007314e-05,
513
+ "loss": 0.4793684959411621,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.23595959595959595,
518
+ "grad_norm": 0.009907045401632786,
519
+ "learning_rate": 9.087996193392578e-05,
520
+ "loss": 0.49844112396240237,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.2391919191919192,
525
+ "grad_norm": 0.009958872571587563,
526
+ "learning_rate": 9.056989320947e-05,
527
+ "loss": 0.48113102912902833,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.24242424242424243,
532
+ "grad_norm": 0.010206855833530426,
533
+ "learning_rate": 9.025518894533921e-05,
534
+ "loss": 0.5048784255981446,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.24565656565656566,
539
+ "grad_norm": 0.009286429733037949,
540
+ "learning_rate": 8.99358850998263e-05,
541
+ "loss": 0.4862624168395996,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.24888888888888888,
546
+ "grad_norm": 0.009919015690684319,
547
+ "learning_rate": 8.9612018156775e-05,
548
+ "loss": 0.48739056587219237,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.25212121212121213,
553
+ "grad_norm": 0.010435211472213268,
554
+ "learning_rate": 8.928362512141124e-05,
555
+ "loss": 0.48689990043640136,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.25535353535353533,
560
+ "grad_norm": 0.009992080740630627,
561
+ "learning_rate": 8.895074351611488e-05,
562
+ "loss": 0.4848791599273682,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.2585858585858586,
567
+ "grad_norm": 0.010449117980897427,
568
+ "learning_rate": 8.861341137613242e-05,
569
+ "loss": 0.49130568504333494,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.26181818181818184,
574
+ "grad_norm": 0.010061345063149929,
575
+ "learning_rate": 8.827166724523105e-05,
576
+ "loss": 0.49056081771850585,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.26505050505050504,
581
+ "grad_norm": 0.009908635169267654,
582
+ "learning_rate": 8.792555017129461e-05,
583
+ "loss": 0.4706866264343262,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.2682828282828283,
588
+ "grad_norm": 0.010003669187426567,
589
+ "learning_rate": 8.757509970186196e-05,
590
+ "loss": 0.48719348907470705,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.27151515151515154,
595
+ "grad_norm": 0.009513127617537975,
596
+ "learning_rate": 8.722035587960826e-05,
597
+ "loss": 0.48200483322143556,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.27474747474747474,
602
+ "grad_norm": 0.009142451919615269,
603
+ "learning_rate": 8.686135923776969e-05,
604
+ "loss": 0.48613176345825193,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.277979797979798,
609
+ "grad_norm": 0.00980432890355587,
610
+ "learning_rate": 8.649815079551205e-05,
611
+ "loss": 0.4976047515869141,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.2812121212121212,
616
+ "grad_norm": 0.010442109778523445,
617
+ "learning_rate": 8.613077205324389e-05,
618
+ "loss": 0.48451838493347166,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.28444444444444444,
623
+ "grad_norm": 0.009309548884630203,
624
+ "learning_rate": 8.575926498787476e-05,
625
+ "loss": 0.5115366458892823,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.2876767676767677,
630
+ "grad_norm": 0.009093924425542355,
631
+ "learning_rate": 8.538367204801872e-05,
632
+ "loss": 0.48187432289123533,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.2909090909090909,
637
+ "grad_norm": 0.009757987223565578,
638
+ "learning_rate": 8.500403614914432e-05,
639
+ "loss": 0.4882505416870117,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.29414141414141415,
644
+ "grad_norm": 0.010261048562824726,
645
+ "learning_rate": 8.462040066867089e-05,
646
+ "loss": 0.49068965911865237,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.2973737373737374,
651
+ "grad_norm": 0.009317740797996521,
652
+ "learning_rate": 8.423280944101233e-05,
653
+ "loss": 0.4966132164001465,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.3006060606060606,
658
+ "grad_norm": 0.009787693619728088,
659
+ "learning_rate": 8.384130675256852e-05,
660
+ "loss": 0.4754981994628906,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.30383838383838385,
665
+ "grad_norm": 0.010005015879869461,
666
+ "learning_rate": 8.34459373366651e-05,
667
+ "loss": 0.4735103130340576,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.30707070707070705,
672
+ "grad_norm": 0.009837017394602299,
673
+ "learning_rate": 8.304674636844231e-05,
674
+ "loss": 0.4809592247009277,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.3103030303030303,
679
+ "grad_norm": 0.009590484201908112,
680
+ "learning_rate": 8.264377945969312e-05,
681
+ "loss": 0.48206100463867185,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.31353535353535356,
686
+ "grad_norm": 0.009699508547782898,
687
+ "learning_rate": 8.223708265365174e-05,
688
+ "loss": 0.48718748092651365,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.31676767676767675,
693
+ "grad_norm": 0.010278215631842613,
694
+ "learning_rate": 8.182670241973253e-05,
695
+ "loss": 0.4952278137207031,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.32,
700
+ "grad_norm": 0.010104077868163586,
701
+ "learning_rate": 8.141268564822053e-05,
702
+ "loss": 0.47769975662231445,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.32323232323232326,
707
+ "grad_norm": 0.009301737882196903,
708
+ "learning_rate": 8.099507964491369e-05,
709
+ "loss": 0.4862718105316162,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.32646464646464646,
714
+ "grad_norm": 0.009307135827839375,
715
+ "learning_rate": 8.057393212571767e-05,
716
+ "loss": 0.49833106994628906,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.3296969696969697,
721
+ "grad_norm": 0.009420682676136494,
722
+ "learning_rate": 8.014929121119378e-05,
723
+ "loss": 0.48829941749572753,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.3329292929292929,
728
+ "grad_norm": 0.010058379732072353,
729
+ "learning_rate": 7.972120542106077e-05,
730
+ "loss": 0.46506147384643554,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.33616161616161616,
735
+ "grad_norm": 0.009461579844355583,
736
+ "learning_rate": 7.92897236686508e-05,
737
+ "loss": 0.47866268157958985,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.3393939393939394,
742
+ "grad_norm": 0.010341835208237171,
743
+ "learning_rate": 7.885489525532075e-05,
744
+ "loss": 0.4966601371765137,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.3426262626262626,
749
+ "grad_norm": 0.01042103860527277,
750
+ "learning_rate": 7.84167698648189e-05,
751
+ "loss": 0.49251084327697753,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.34585858585858587,
756
+ "grad_norm": 0.010442749597132206,
757
+ "learning_rate": 7.797539755760805e-05,
758
+ "loss": 0.4816086769104004,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.3490909090909091,
763
+ "grad_norm": 0.010256553068757057,
764
+ "learning_rate": 7.753082876514562e-05,
765
+ "loss": 0.47102947235107423,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.3523232323232323,
770
+ "grad_norm": 0.009399017319083214,
771
+ "learning_rate": 7.708311428412129e-05,
772
+ "loss": 0.4810478210449219,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.35555555555555557,
777
+ "grad_norm": 0.009499317966401577,
778
+ "learning_rate": 7.663230527065293e-05,
779
+ "loss": 0.47051143646240234,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.35878787878787877,
784
+ "grad_norm": 0.009759469889104366,
785
+ "learning_rate": 7.617845323444156e-05,
786
+ "loss": 0.4780744552612305,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.362020202020202,
791
+ "grad_norm": 0.00987281370908022,
792
+ "learning_rate": 7.572161003288565e-05,
793
+ "loss": 0.4804032325744629,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.3652525252525253,
798
+ "grad_norm": 0.00963522493839264,
799
+ "learning_rate": 7.526182786515609e-05,
800
+ "loss": 0.48206367492675783,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.36848484848484847,
805
+ "grad_norm": 0.009587026201188564,
806
+ "learning_rate": 7.479915926623165e-05,
807
+ "loss": 0.49240264892578123,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.3717171717171717,
812
+ "grad_norm": 0.009810036048293114,
813
+ "learning_rate": 7.433365710089646e-05,
814
+ "loss": 0.48599681854248045,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.374949494949495,
819
+ "grad_norm": 0.00978278461843729,
820
+ "learning_rate": 7.386537455769963e-05,
821
+ "loss": 0.4688436031341553,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.3781818181818182,
826
+ "grad_norm": 0.00925996620208025,
827
+ "learning_rate": 7.339436514287783e-05,
828
+ "loss": 0.47986507415771484,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.3814141414141414,
833
+ "grad_norm": 0.010006657801568508,
834
+ "learning_rate": 7.292068267424165e-05,
835
+ "loss": 0.4771553993225098,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.3846464646464646,
840
+ "grad_norm": 0.010299976915121078,
841
+ "learning_rate": 7.244438127502647e-05,
842
+ "loss": 0.4854436874389648,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.3878787878787879,
847
+ "grad_norm": 0.009807374328374863,
848
+ "learning_rate": 7.196551536770807e-05,
849
+ "loss": 0.4763533592224121,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.39111111111111113,
854
+ "grad_norm": 0.010062369517982006,
855
+ "learning_rate": 7.148413966778451e-05,
856
+ "loss": 0.47457141876220704,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.39434343434343433,
861
+ "grad_norm": 0.009904388338327408,
862
+ "learning_rate": 7.100030917752423e-05,
863
+ "loss": 0.4732469081878662,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.3975757575757576,
868
+ "grad_norm": 0.009578046388924122,
869
+ "learning_rate": 7.051407917968138e-05,
870
+ "loss": 0.47551660537719725,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.40080808080808084,
875
+ "grad_norm": 0.010024272836744785,
876
+ "learning_rate": 7.002550523117926e-05,
877
+ "loss": 0.4835049629211426,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.40404040404040403,
882
+ "grad_norm": 0.010056886821985245,
883
+ "learning_rate": 6.953464315676241e-05,
884
+ "loss": 0.4909071922302246,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.4072727272727273,
889
+ "grad_norm": 0.009707778692245483,
890
+ "learning_rate": 6.904154904261792e-05,
891
+ "loss": 0.4842695236206055,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.4105050505050505,
896
+ "grad_norm": 0.00976107269525528,
897
+ "learning_rate": 6.8546279229967e-05,
898
+ "loss": 0.48967390060424804,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.41373737373737374,
903
+ "grad_norm": 0.010392800904810429,
904
+ "learning_rate": 6.804889030862753e-05,
905
+ "loss": 0.48658218383789065,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.416969696969697,
910
+ "grad_norm": 0.009267269633710384,
911
+ "learning_rate": 6.754943911054793e-05,
912
+ "loss": 0.48893008232116697,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.4202020202020202,
917
+ "grad_norm": 0.009753459133207798,
918
+ "learning_rate": 6.704798270331358e-05,
919
+ "loss": 0.49384117126464844,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.42343434343434344,
924
+ "grad_norm": 0.011121846735477448,
925
+ "learning_rate": 6.654457838362621e-05,
926
+ "loss": 0.47458324432373045,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.4266666666666667,
931
+ "grad_norm": 0.009406324476003647,
932
+ "learning_rate": 6.603928367075718e-05,
933
+ "loss": 0.4703402519226074,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.4298989898989899,
938
+ "grad_norm": 0.010009719990193844,
939
+ "learning_rate": 6.553215629997529e-05,
940
+ "loss": 0.4851715087890625,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.43313131313131314,
945
+ "grad_norm": 0.009798573330044746,
946
+ "learning_rate": 6.502325421594988e-05,
947
+ "loss": 0.4779622554779053,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.43636363636363634,
952
+ "grad_norm": 0.0098969591781497,
953
+ "learning_rate": 6.451263556613007e-05,
954
+ "loss": 0.4708548545837402,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.4395959595959596,
959
+ "grad_norm": 0.009853474795818329,
960
+ "learning_rate": 6.40003586941008e-05,
961
+ "loss": 0.4721970558166504,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.44282828282828285,
966
+ "grad_norm": 0.009663710370659828,
967
+ "learning_rate": 6.348648213291642e-05,
968
+ "loss": 0.4798272132873535,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.44606060606060605,
973
+ "grad_norm": 0.009419051930308342,
974
+ "learning_rate": 6.297106459841272e-05,
975
+ "loss": 0.471483039855957,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.4492929292929293,
980
+ "grad_norm": 0.009978282265365124,
981
+ "learning_rate": 6.245416498249801e-05,
982
+ "loss": 0.4772329330444336,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.45252525252525255,
987
+ "grad_norm": 0.009491856209933758,
988
+ "learning_rate": 6.193584234642403e-05,
989
+ "loss": 0.48812179565429686,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.45575757575757575,
994
+ "grad_norm": 0.010496517643332481,
995
+ "learning_rate": 6.141615591403771e-05,
996
+ "loss": 0.48897976875305177,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.458989898989899,
1001
+ "grad_norm": 0.01015474647283554,
1002
+ "learning_rate": 6.0895165065014106e-05,
1003
+ "loss": 0.4850447654724121,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.4622222222222222,
1008
+ "grad_norm": 0.009763741865754128,
1009
+ "learning_rate": 6.037292932807167e-05,
1010
+ "loss": 0.4857158660888672,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.46545454545454545,
1015
+ "grad_norm": 0.009874231182038784,
1016
+ "learning_rate": 5.984950837417048e-05,
1017
+ "loss": 0.4844364166259766,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.4686868686868687,
1022
+ "grad_norm": 0.010104037821292877,
1023
+ "learning_rate": 5.932496200969422e-05,
1024
+ "loss": 0.47542514801025393,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.4719191919191919,
1029
+ "grad_norm": 0.009445435367524624,
1030
+ "learning_rate": 5.879935016961661e-05,
1031
+ "loss": 0.48579182624816897,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.47515151515151516,
1036
+ "grad_norm": 0.010507128201425076,
1037
+ "learning_rate": 5.827273291065326e-05,
1038
+ "loss": 0.48273677825927735,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.4783838383838384,
1043
+ "grad_norm": 0.009411566890776157,
1044
+ "learning_rate": 5.7745170404399484e-05,
1045
+ "loss": 0.46429009437561036,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.4816161616161616,
1050
+ "grad_norm": 0.010377817787230015,
1051
+ "learning_rate": 5.721672293045518e-05,
1052
+ "loss": 0.49172677993774416,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.48484848484848486,
1057
+ "grad_norm": 0.009920118376612663,
1058
+ "learning_rate": 5.668745086953712e-05,
1059
+ "loss": 0.4934688568115234,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.48808080808080806,
1064
+ "grad_norm": 0.012272641994059086,
1065
+ "learning_rate": 5.615741469657985e-05,
1066
+ "loss": 0.4826413631439209,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.4913131313131313,
1071
+ "grad_norm": 0.00981989037245512,
1072
+ "learning_rate": 5.562667497382582e-05,
1073
+ "loss": 0.48468503952026365,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.49454545454545457,
1078
+ "grad_norm": 0.010148138739168644,
1079
+ "learning_rate": 5.509529234390553e-05,
1080
+ "loss": 0.47773942947387693,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.49777777777777776,
1085
+ "grad_norm": 0.010528397746384144,
1086
+ "learning_rate": 5.456332752290837e-05,
1087
+ "loss": 0.47507562637329104,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.501010101010101,
1092
+ "grad_norm": 0.01076479908078909,
1093
+ "learning_rate": 5.4030841293445244e-05,
1094
+ "loss": 0.486495304107666,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.5042424242424243,
1099
+ "grad_norm": 0.009976644068956375,
1100
+ "learning_rate": 5.349789449770351e-05,
1101
+ "loss": 0.48320484161376953,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.5074747474747475,
1106
+ "grad_norm": 0.010504718869924545,
1107
+ "learning_rate": 5.2964548030495065e-05,
1108
+ "loss": 0.48847188949584963,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.5107070707070707,
1113
+ "grad_norm": 0.010325642302632332,
1114
+ "learning_rate": 5.243086283229852e-05,
1115
+ "loss": 0.47591514587402345,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.5139393939393939,
1120
+ "grad_norm": 0.010260741226375103,
1121
+ "learning_rate": 5.18968998822961e-05,
1122
+ "loss": 0.48136124610900877,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.5171717171717172,
1127
+ "grad_norm": 0.010797196067869663,
1128
+ "learning_rate": 5.1362720191406065e-05,
1129
+ "loss": 0.48076438903808594,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.5204040404040404,
1134
+ "grad_norm": 0.010010522790253162,
1135
+ "learning_rate": 5.082838479531169e-05,
1136
+ "loss": 0.5004307270050049,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.5236363636363637,
1141
+ "grad_norm": 0.010120037943124771,
1142
+ "learning_rate": 5.029395474748714e-05,
1143
+ "loss": 0.4812767028808594,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.5268686868686868,
1148
+ "grad_norm": 0.009431752376258373,
1149
+ "learning_rate": 4.975949111222158e-05,
1150
+ "loss": 0.4887521743774414,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.5301010101010101,
1155
+ "grad_norm": 0.010080527514219284,
1156
+ "learning_rate": 4.9225054957641916e-05,
1157
+ "loss": 0.48248910903930664,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.5333333333333333,
1162
+ "grad_norm": 0.009522376582026482,
1163
+ "learning_rate": 4.8690707348735035e-05,
1164
+ "loss": 0.4855649948120117,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.5365656565656566,
1169
+ "grad_norm": 0.009686745703220367,
1170
+ "learning_rate": 4.8156509340370605e-05,
1171
+ "loss": 0.47187280654907227,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.5397979797979798,
1176
+ "grad_norm": 0.011875285767018795,
1177
+ "learning_rate": 4.762252197032482e-05,
1178
+ "loss": 0.46579513549804685,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.5430303030303031,
1183
+ "grad_norm": 0.009932303801178932,
1184
+ "learning_rate": 4.7088806252306224e-05,
1185
+ "loss": 0.47946829795837403,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.5462626262626262,
1190
+ "grad_norm": 0.017099183052778244,
1191
+ "learning_rate": 4.655542316898423e-05,
1192
+ "loss": 0.4593667030334473,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.5494949494949495,
1197
+ "grad_norm": 0.010512005537748337,
1198
+ "learning_rate": 4.6022433665021246e-05,
1199
+ "loss": 0.48582897186279295,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 0.5527272727272727,
1204
+ "grad_norm": 0.00989206787198782,
1205
+ "learning_rate": 4.548989864010902e-05,
1206
+ "loss": 0.4849580764770508,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 0.555959595959596,
1211
+ "grad_norm": 0.010284029878675938,
1212
+ "learning_rate": 4.495787894201031e-05,
1213
+ "loss": 0.49089298248291013,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 0.5591919191919192,
1218
+ "grad_norm": 0.00992760993540287,
1219
+ "learning_rate": 4.442643535960631e-05,
1220
+ "loss": 0.48010549545288084,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 0.5624242424242424,
1225
+ "grad_norm": 0.00978371873497963,
1226
+ "learning_rate": 4.3895628615950864e-05,
1227
+ "loss": 0.47594566345214845,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 0.5656565656565656,
1232
+ "grad_norm": 0.00981004349887371,
1233
+ "learning_rate": 4.3365519361332345e-05,
1234
+ "loss": 0.48056421279907224,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 0.5688888888888889,
1239
+ "grad_norm": 0.010216868482530117,
1240
+ "learning_rate": 4.283616816634353e-05,
1241
+ "loss": 0.47501134872436523,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 0.5721212121212121,
1246
+ "grad_norm": 0.010267022997140884,
1247
+ "learning_rate": 4.230763551496089e-05,
1248
+ "loss": 0.478366756439209,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 0.5753535353535354,
1253
+ "grad_norm": 0.009910739958286285,
1254
+ "learning_rate": 4.1779981797633645e-05,
1255
+ "loss": 0.478058385848999,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 0.5785858585858585,
1260
+ "grad_norm": 0.011339185759425163,
1261
+ "learning_rate": 4.1253267304383455e-05,
1262
+ "loss": 0.48466057777404786,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 0.5818181818181818,
1267
+ "grad_norm": 0.009522072039544582,
1268
+ "learning_rate": 4.072755221791572e-05,
1269
+ "loss": 0.4769908905029297,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 0.585050505050505,
1274
+ "grad_norm": 0.009808518923819065,
1275
+ "learning_rate": 4.020289660674306e-05,
1276
+ "loss": 0.47162666320800783,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 0.5882828282828283,
1281
+ "grad_norm": 0.009962448850274086,
1282
+ "learning_rate": 3.967936041832173e-05,
1283
+ "loss": 0.46282405853271485,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 0.5915151515151515,
1288
+ "grad_norm": 0.009498678147792816,
1289
+ "learning_rate": 3.9157003472202246e-05,
1290
+ "loss": 0.4794480323791504,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 0.5947474747474748,
1295
+ "grad_norm": 0.009407177567481995,
1296
+ "learning_rate": 3.863588545319407e-05,
1297
+ "loss": 0.4729412078857422,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 0.597979797979798,
1302
+ "grad_norm": 0.009899895638227463,
1303
+ "learning_rate": 3.8116065904546196e-05,
1304
+ "loss": 0.47380704879760743,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 0.6012121212121212,
1309
+ "grad_norm": 0.009560837410390377,
1310
+ "learning_rate": 3.759760422114362e-05,
1311
+ "loss": 0.47751388549804685,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 0.6044444444444445,
1316
+ "grad_norm": 0.010970192961394787,
1317
+ "learning_rate": 3.708055964272088e-05,
1318
+ "loss": 0.47801823616027833,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 0.6076767676767677,
1323
+ "grad_norm": 0.00964390765875578,
1324
+ "learning_rate": 3.6564991247093234e-05,
1325
+ "loss": 0.4800426483154297,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 0.610909090909091,
1330
+ "grad_norm": 0.009764602407813072,
1331
+ "learning_rate": 3.6050957943406465e-05,
1332
+ "loss": 0.4812753677368164,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 0.6141414141414141,
1337
+ "grad_norm": 0.009959314949810505,
1338
+ "learning_rate": 3.553851846540584e-05,
1339
+ "loss": 0.47804956436157225,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 0.6173737373737374,
1344
+ "grad_norm": 0.010666392743587494,
1345
+ "learning_rate": 3.50277313647252e-05,
1346
+ "loss": 0.4772273063659668,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 0.6206060606060606,
1351
+ "grad_norm": 0.009173358790576458,
1352
+ "learning_rate": 3.451865500419676e-05,
1353
+ "loss": 0.4892144203186035,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 0.6238383838383839,
1358
+ "grad_norm": 0.010000358335673809,
1359
+ "learning_rate": 3.401134755118256e-05,
1360
+ "loss": 0.48959059715270997,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 0.6270707070707071,
1365
+ "grad_norm": 0.010190536268055439,
1366
+ "learning_rate": 3.350586697092826e-05,
1367
+ "loss": 0.46478729248046874,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 0.6303030303030303,
1372
+ "grad_norm": 0.010812178254127502,
1373
+ "learning_rate": 3.300227101993998e-05,
1374
+ "loss": 0.5046152114868164,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 0.6335353535353535,
1379
+ "grad_norm": 0.01017849799245596,
1380
+ "learning_rate": 3.2500617239384947e-05,
1381
+ "loss": 0.4698008060455322,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 0.6367676767676768,
1386
+ "grad_norm": 0.011103908531367779,
1387
+ "learning_rate": 3.200096294851691e-05,
1388
+ "loss": 0.4716217041015625,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 0.64,
1393
+ "grad_norm": 0.009982883930206299,
1394
+ "learning_rate": 3.150336523812674e-05,
1395
+ "loss": 0.47135162353515625,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 0.6432323232323233,
1400
+ "grad_norm": 0.01043197326362133,
1401
+ "learning_rate": 3.100788096401925e-05,
1402
+ "loss": 0.4799614906311035,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 0.6464646464646465,
1407
+ "grad_norm": 0.010667623952031136,
1408
+ "learning_rate": 3.051456674051677e-05,
1409
+ "loss": 0.4682164192199707,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 0.6496969696969697,
1414
+ "grad_norm": 0.010620036162436008,
1415
+ "learning_rate": 3.0023478933990347e-05,
1416
+ "loss": 0.4750208854675293,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 0.6529292929292929,
1421
+ "grad_norm": 0.010374991223216057,
1422
+ "learning_rate": 2.9534673656419377e-05,
1423
+ "loss": 0.48034076690673827,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 0.6561616161616162,
1428
+ "grad_norm": 0.011932817287743092,
1429
+ "learning_rate": 2.9048206758980136e-05,
1430
+ "loss": 0.46314101219177245,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 0.6593939393939394,
1435
+ "grad_norm": 0.01039852574467659,
1436
+ "learning_rate": 2.856413382566425e-05,
1437
+ "loss": 0.4783937454223633,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 0.6626262626262627,
1442
+ "grad_norm": 0.010200604796409607,
1443
+ "learning_rate": 2.8082510166927583e-05,
1444
+ "loss": 0.4792025089263916,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 0.6658585858585858,
1449
+ "grad_norm": 0.009561127051711082,
1450
+ "learning_rate": 2.760339081337041e-05,
1451
+ "loss": 0.4722686767578125,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 0.6690909090909091,
1456
+ "grad_norm": 0.00924921128898859,
1457
+ "learning_rate": 2.7126830509449773e-05,
1458
+ "loss": 0.4884464263916016,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 0.6723232323232323,
1463
+ "grad_norm": 0.00991444569081068,
1464
+ "learning_rate": 2.6652883707224075e-05,
1465
+ "loss": 0.4804549217224121,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 0.6755555555555556,
1470
+ "grad_norm": 0.009902069345116615,
1471
+ "learning_rate": 2.618160456013153e-05,
1472
+ "loss": 0.4781071186065674,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 0.6787878787878788,
1477
+ "grad_norm": 0.010504493489861488,
1478
+ "learning_rate": 2.571304691680255e-05,
1479
+ "loss": 0.48059587478637694,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 0.682020202020202,
1484
+ "grad_norm": 0.009641965851187706,
1485
+ "learning_rate": 2.5247264314906917e-05,
1486
+ "loss": 0.4706240177154541,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 0.6852525252525252,
1491
+ "grad_norm": 0.010276644490659237,
1492
+ "learning_rate": 2.4784309975036513e-05,
1493
+ "loss": 0.4885101318359375,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 0.6884848484848485,
1498
+ "grad_norm": 0.010960405692458153,
1499
+ "learning_rate": 2.4324236794624456e-05,
1500
+ "loss": 0.4882383346557617,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 0.6917171717171717,
1505
+ "grad_norm": 0.010282796807587147,
1506
+ "learning_rate": 2.386709734190079e-05,
1507
+ "loss": 0.4768857479095459,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 0.694949494949495,
1512
+ "grad_norm": 0.010104385204613209,
1513
+ "learning_rate": 2.34129438498862e-05,
1514
+ "loss": 0.4802837371826172,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 0.6981818181818182,
1519
+ "grad_norm": 0.010027035139501095,
1520
+ "learning_rate": 2.296182821042374e-05,
1521
+ "loss": 0.4874839782714844,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 0.7014141414141414,
1526
+ "grad_norm": 0.010018851608037949,
1527
+ "learning_rate": 2.2513801968249644e-05,
1528
+ "loss": 0.4758561134338379,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 0.7046464646464646,
1533
+ "grad_norm": 0.009862969629466534,
1534
+ "learning_rate": 2.2068916315103783e-05,
1535
+ "loss": 0.4686488151550293,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 0.7078787878787879,
1540
+ "grad_norm": 0.00952910166233778,
1541
+ "learning_rate": 2.162722208388057e-05,
1542
+ "loss": 0.4782154083251953,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 0.7111111111111111,
1547
+ "grad_norm": 0.010213647037744522,
1548
+ "learning_rate": 2.1188769742820625e-05,
1549
+ "loss": 0.4773773193359375,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 0.7143434343434344,
1554
+ "grad_norm": 0.010498392395675182,
1555
+ "learning_rate": 2.075360938974429e-05,
1556
+ "loss": 0.4733907222747803,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 0.7175757575757575,
1561
+ "grad_norm": 0.009394815191626549,
1562
+ "learning_rate": 2.03217907463275e-05,
1563
+ "loss": 0.47564210891723635,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 0.7208080808080808,
1568
+ "grad_norm": 0.010383618995547295,
1569
+ "learning_rate": 1.989336315242048e-05,
1570
+ "loss": 0.4784512519836426,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 0.724040404040404,
1575
+ "grad_norm": 0.01043599285185337,
1576
+ "learning_rate": 1.9468375560410117e-05,
1577
+ "loss": 0.4808964729309082,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 0.7272727272727273,
1582
+ "grad_norm": 0.009953988716006279,
1583
+ "learning_rate": 1.90468765296267e-05,
1584
+ "loss": 0.49031834602355956,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 0.7305050505050505,
1589
+ "grad_norm": 0.010356656275689602,
1590
+ "learning_rate": 1.8628914220795494e-05,
1591
+ "loss": 0.48055601119995117,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 0.7337373737373737,
1596
+ "grad_norm": 0.009841440245509148,
1597
+ "learning_rate": 1.8214536390533822e-05,
1598
+ "loss": 0.47170586585998536,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 0.7369696969696969,
1603
+ "grad_norm": 0.010102550499141216,
1604
+ "learning_rate": 1.7803790385894387e-05,
1605
+ "loss": 0.4660043716430664,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 0.7402020202020202,
1610
+ "grad_norm": 0.010421738028526306,
1611
+ "learning_rate": 1.7396723138955428e-05,
1612
+ "loss": 0.4599196434020996,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 0.7434343434343434,
1617
+ "grad_norm": 0.009896540082991123,
1618
+ "learning_rate": 1.699338116145811e-05,
1619
+ "loss": 0.46491589546203616,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 0.7466666666666667,
1624
+ "grad_norm": 0.010468855500221252,
1625
+ "learning_rate": 1.6593810539492195e-05,
1626
+ "loss": 0.47761125564575196,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 0.74989898989899,
1631
+ "grad_norm": 0.010416937991976738,
1632
+ "learning_rate": 1.619805692823016e-05,
1633
+ "loss": 0.49956817626953126,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 0.7531313131313131,
1638
+ "grad_norm": 0.010007611475884914,
1639
+ "learning_rate": 1.580616554671057e-05,
1640
+ "loss": 0.4716916084289551,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 0.7563636363636363,
1645
+ "grad_norm": 0.010231648571789265,
1646
+ "learning_rate": 1.5418181172671382e-05,
1647
+ "loss": 0.4909040451049805,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 0.7595959595959596,
1652
+ "grad_norm": 0.010324012488126755,
1653
+ "learning_rate": 1.5034148137433623e-05,
1654
+ "loss": 0.47939190864562986,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 0.7628282828282829,
1659
+ "grad_norm": 0.011009547859430313,
1660
+ "learning_rate": 1.4654110320836017e-05,
1661
+ "loss": 0.48291826248168945,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 0.7660606060606061,
1666
+ "grad_norm": 0.010392943397164345,
1667
+ "learning_rate": 1.4278111146221263e-05,
1668
+ "loss": 0.49179973602294924,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 0.7692929292929293,
1673
+ "grad_norm": 0.010355197824537754,
1674
+ "learning_rate": 1.3906193575474508e-05,
1675
+ "loss": 0.4716278076171875,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 0.7725252525252525,
1680
+ "grad_norm": 0.009932084940373898,
1681
+ "learning_rate": 1.3538400104114446e-05,
1682
+ "loss": 0.47190055847167967,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 0.7757575757575758,
1687
+ "grad_norm": 0.010710643604397774,
1688
+ "learning_rate": 1.3174772756437742e-05,
1689
+ "loss": 0.4703176498413086,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 0.778989898989899,
1694
+ "grad_norm": 0.010614068247377872,
1695
+ "learning_rate": 1.2815353080717379e-05,
1696
+ "loss": 0.47541141510009766,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 0.7822222222222223,
1701
+ "grad_norm": 0.011346950195729733,
1702
+ "learning_rate": 1.246018214445525e-05,
1703
+ "loss": 0.4860015869140625,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 0.7854545454545454,
1708
+ "grad_norm": 0.009824907407164574,
1709
+ "learning_rate": 1.210930052968981e-05,
1710
+ "loss": 0.49062480926513674,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 0.7886868686868687,
1715
+ "grad_norm": 0.010624224320054054,
1716
+ "learning_rate": 1.1762748328359152e-05,
1717
+ "loss": 0.4694485664367676,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 0.7919191919191919,
1722
+ "grad_norm": 0.01044746395200491,
1723
+ "learning_rate": 1.1420565137720045e-05,
1724
+ "loss": 0.47275629043579104,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 0.7951515151515152,
1729
+ "grad_norm": 0.010226710699498653,
1730
+ "learning_rate": 1.1082790055823533e-05,
1731
+ "loss": 0.4670067310333252,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 0.7983838383838384,
1736
+ "grad_norm": 0.010427460074424744,
1737
+ "learning_rate": 1.0749461677047624e-05,
1738
+ "loss": 0.4700475692749023,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 0.8016161616161617,
1743
+ "grad_norm": 0.010494428686797619,
1744
+ "learning_rate": 1.0420618087687418e-05,
1745
+ "loss": 0.46589016914367676,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 0.8048484848484848,
1750
+ "grad_norm": 0.010100893676280975,
1751
+ "learning_rate": 1.0096296861603321e-05,
1752
+ "loss": 0.4704419136047363,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 0.8080808080808081,
1757
+ "grad_norm": 0.010682797059416771,
1758
+ "learning_rate": 9.776535055927931e-06,
1759
+ "loss": 0.47326183319091797,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 0.8113131313131313,
1764
+ "grad_norm": 0.00972407590597868,
1765
+ "learning_rate": 9.461369206831772e-06,
1766
+ "loss": 0.48441619873046876,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 0.8145454545454546,
1771
+ "grad_norm": 0.010327558033168316,
1772
+ "learning_rate": 9.150835325348678e-06,
1773
+ "loss": 0.45856351852416993,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 0.8177777777777778,
1778
+ "grad_norm": 0.010118944570422173,
1779
+ "learning_rate": 8.844968893261197e-06,
1780
+ "loss": 0.48114948272705077,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 0.821010101010101,
1785
+ "grad_norm": 0.010876161977648735,
1786
+ "learning_rate": 8.543804859046345e-06,
1787
+ "loss": 0.4930680274963379,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 0.8242424242424242,
1792
+ "grad_norm": 0.010722608305513859,
1793
+ "learning_rate": 8.247377633882463e-06,
1794
+ "loss": 0.46875743865966796,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 0.8274747474747475,
1799
+ "grad_norm": 0.01088438369333744,
1800
+ "learning_rate": 7.95572108771726e-06,
1801
+ "loss": 0.4768000602722168,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 0.8307070707070707,
1806
+ "grad_norm": 0.01026720181107521,
1807
+ "learning_rate": 7.66886854539795e-06,
1808
+ "loss": 0.479974365234375,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 0.833939393939394,
1813
+ "grad_norm": 0.009710075333714485,
1814
+ "learning_rate": 7.386852782863407e-06,
1815
+ "loss": 0.4684715270996094,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 0.8371717171717171,
1820
+ "grad_norm": 0.009966167621314526,
1821
+ "learning_rate": 7.109706023399232e-06,
1822
+ "loss": 0.47191972732543946,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 0.8404040404040404,
1827
+ "grad_norm": 0.010125650092959404,
1828
+ "learning_rate": 6.837459933955936e-06,
1829
+ "loss": 0.4766803741455078,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 0.8436363636363636,
1834
+ "grad_norm": 0.009984518401324749,
1835
+ "learning_rate": 6.5701456215305656e-06,
1836
+ "loss": 0.4592133045196533,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 0.8468686868686869,
1841
+ "grad_norm": 0.010836348868906498,
1842
+ "learning_rate": 6.307793629612452e-06,
1843
+ "loss": 0.4658504009246826,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 0.8501010101010101,
1848
+ "grad_norm": 0.010431919246912003,
1849
+ "learning_rate": 6.050433934693339e-06,
1850
+ "loss": 0.4936856269836426,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 0.8533333333333334,
1855
+ "grad_norm": 0.01049034669995308,
1856
+ "learning_rate": 5.798095942842141e-06,
1857
+ "loss": 0.4765117645263672,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 0.8565656565656565,
1862
+ "grad_norm": 0.009596607647836208,
1863
+ "learning_rate": 5.550808486345072e-06,
1864
+ "loss": 0.47063379287719725,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 0.8597979797979798,
1869
+ "grad_norm": 0.01032214518636465,
1870
+ "learning_rate": 5.308599820411247e-06,
1871
+ "loss": 0.4614537715911865,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 0.863030303030303,
1876
+ "grad_norm": 0.009960100054740906,
1877
+ "learning_rate": 5.071497619944171e-06,
1878
+ "loss": 0.48136143684387206,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 0.8662626262626263,
1883
+ "grad_norm": 0.010326167568564415,
1884
+ "learning_rate": 4.839528976379648e-06,
1885
+ "loss": 0.47299985885620116,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 0.8694949494949495,
1890
+ "grad_norm": 0.010867294855415821,
1891
+ "learning_rate": 4.612720394590286e-06,
1892
+ "loss": 0.4829209327697754,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 0.8727272727272727,
1897
+ "grad_norm": 0.01050047017633915,
1898
+ "learning_rate": 4.391097789856985e-06,
1899
+ "loss": 0.4762550354003906,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 0.8759595959595959,
1904
+ "grad_norm": 0.010378929786384106,
1905
+ "learning_rate": 4.174686484907908e-06,
1906
+ "loss": 0.4898251533508301,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 0.8791919191919192,
1911
+ "grad_norm": 0.01060938648879528,
1912
+ "learning_rate": 3.963511207025078e-06,
1913
+ "loss": 0.47261548042297363,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 0.8824242424242424,
1918
+ "grad_norm": 0.01075353566557169,
1919
+ "learning_rate": 3.7575960852189728e-06,
1920
+ "loss": 0.4839645862579346,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 0.8856565656565657,
1925
+ "grad_norm": 0.010416378267109394,
1926
+ "learning_rate": 3.5569646474715722e-06,
1927
+ "loss": 0.46989760398864744,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 0.8888888888888888,
1932
+ "grad_norm": 0.010806340724229813,
1933
+ "learning_rate": 3.361639818048068e-06,
1934
+ "loss": 0.47272281646728515,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 0.8921212121212121,
1939
+ "grad_norm": 0.009753530845046043,
1940
+ "learning_rate": 3.1716439148774534e-06,
1941
+ "loss": 0.47122917175292967,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 0.8953535353535353,
1946
+ "grad_norm": 0.01022200658917427,
1947
+ "learning_rate": 2.986998647002498e-06,
1948
+ "loss": 0.4727674961090088,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 0.8985858585858586,
1953
+ "grad_norm": 0.010225590318441391,
1954
+ "learning_rate": 2.8077251120992742e-06,
1955
+ "loss": 0.46461896896362304,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 0.9018181818181819,
1960
+ "grad_norm": 0.010752941481769085,
1961
+ "learning_rate": 2.633843794066515e-06,
1962
+ "loss": 0.46602635383605956,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 0.9050505050505051,
1967
+ "grad_norm": 0.011064955033361912,
1968
+ "learning_rate": 2.465374560685091e-06,
1969
+ "loss": 0.4705932140350342,
1970
+ "step": 2800
1971
+ }
1972
+ ],
1973
+ "logging_steps": 10,
1974
+ "max_steps": 3094,
1975
+ "num_input_tokens_seen": 0,
1976
+ "num_train_epochs": 1,
1977
+ "save_steps": 200,
1978
+ "stateful_callbacks": {
1979
+ "TrainerControl": {
1980
+ "args": {
1981
+ "should_epoch_stop": false,
1982
+ "should_evaluate": false,
1983
+ "should_log": false,
1984
+ "should_save": true,
1985
+ "should_training_stop": false
1986
+ },
1987
+ "attributes": {}
1988
+ }
1989
+ },
1990
+ "total_flos": 3.972749581988397e+18,
1991
+ "train_batch_size": 2,
1992
+ "trial_name": null,
1993
+ "trial_params": null
1994
+ }
checkpoint-2800/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35f7c9df64c3878a6af022f87735f5d8a7b4ae14de05ab3af73dcc955b795285
3
+ size 5585
checkpoint-3000/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-4B-Base
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-4B-Base
7
+ - llama-factory
8
+ - lora
9
+ - transformers
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.18.1
checkpoint-3000/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-4B-Base",
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": 64,
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": 32,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "v_proj",
34
+ "k_proj",
35
+ "down_proj",
36
+ "up_proj",
37
+ "o_proj",
38
+ "gate_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
+ }
checkpoint-3000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e5ecc88c9b9c9b63bdad801960258ec6decb7390998869300265a0ee95f732c
3
+ size 264308896
checkpoint-3000/chat_template.jinja ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 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.role == "user") or (message.role == "system" and not loop.first) %}
27
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
28
+ {%- elif message.role == "assistant" %}
29
+ {%- set content = message.content %}
30
+ {%- set reasoning_content = '' %}
31
+ {%- if message.reasoning_content is defined and message.reasoning_content is not none %}
32
+ {%- set reasoning_content = message.reasoning_content %}
33
+ {%- else %}
34
+ {%- if '</think>' in message.content %}
35
+ {%- set content = message.content.split('</think>')[-1].lstrip('\n') %}
36
+ {%- set reasoning_content = message.content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
37
+ {%- endif %}
38
+ {%- endif %}
39
+ {%- if loop.index0 > ns.last_query_index %}
40
+ {%- if loop.last or (not loop.last and reasoning_content) %}
41
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
42
+ {%- else %}
43
+ {{- '<|im_start|>' + message.role + '\n' + content }}
44
+ {%- endif %}
45
+ {%- else %}
46
+ {{- '<|im_start|>' + message.role + '\n' + content }}
47
+ {%- endif %}
48
+ {%- if message.tool_calls %}
49
+ {%- for tool_call in message.tool_calls %}
50
+ {%- if (loop.first and content) or (not loop.first) %}
51
+ {{- '\n' }}
52
+ {%- endif %}
53
+ {%- if tool_call.function %}
54
+ {%- set tool_call = tool_call.function %}
55
+ {%- endif %}
56
+ {{- '<tool_call>\n{"name": "' }}
57
+ {{- tool_call.name }}
58
+ {{- '", "arguments": ' }}
59
+ {%- if tool_call.arguments is string %}
60
+ {{- tool_call.arguments }}
61
+ {%- else %}
62
+ {{- tool_call.arguments | tojson }}
63
+ {%- endif %}
64
+ {{- '}\n</tool_call>' }}
65
+ {%- endfor %}
66
+ {%- endif %}
67
+ {{- '<|im_end|>\n' }}
68
+ {%- elif message.role == "tool" %}
69
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
70
+ {{- '<|im_start|>user' }}
71
+ {%- endif %}
72
+ {{- '\n<tool_response>\n' }}
73
+ {{- message.content }}
74
+ {{- '\n</tool_response>' }}
75
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
76
+ {{- '<|im_end|>\n' }}
77
+ {%- endif %}
78
+ {%- endif %}
79
+ {%- endfor %}
80
+ {%- if add_generation_prompt %}
81
+ {{- '<|im_start|>assistant\n' }}
82
+ {%- if enable_thinking is defined and enable_thinking is false %}
83
+ {{- '<think>\n\n</think>\n\n' }}
84
+ {%- endif %}
85
+ {%- endif %}
checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11cd612086011598c1bbf27c4887aeb5598128201aea858f07655e53a3c5905a
3
+ size 528915403
checkpoint-3000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98fd9945bfc43ed108f8f7803e6afce00be1e9025dc0bbbfff0e9c9079794dd1
3
+ size 15429
checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96dd1485cd43047026c704147bc49b16458bfaee355e83bb825c89a0b1b25da7
3
+ size 1465
checkpoint-3000/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "padding_side": "right",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
checkpoint-3000/trainer_state.json ADDED
@@ -0,0 +1,2134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.9696969696969697,
6
+ "eval_steps": 200,
7
+ "global_step": 3000,
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.0032323232323232323,
14
+ "grad_norm": 0.032284051179885864,
15
+ "learning_rate": 5.806451612903226e-06,
16
+ "loss": 0.6013355255126953,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.006464646464646465,
21
+ "grad_norm": 0.01937970519065857,
22
+ "learning_rate": 1.2258064516129032e-05,
23
+ "loss": 0.5758121490478516,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.009696969696969697,
28
+ "grad_norm": 0.014327733777463436,
29
+ "learning_rate": 1.870967741935484e-05,
30
+ "loss": 0.5787662506103516,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.01292929292929293,
35
+ "grad_norm": 0.012254982255399227,
36
+ "learning_rate": 2.5161290322580645e-05,
37
+ "loss": 0.5327143669128418,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.01616161616161616,
42
+ "grad_norm": 0.014536243863403797,
43
+ "learning_rate": 3.161290322580645e-05,
44
+ "loss": 0.5393171310424805,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.019393939393939394,
49
+ "grad_norm": 0.011900736019015312,
50
+ "learning_rate": 3.8064516129032254e-05,
51
+ "loss": 0.5058945178985595,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.022626262626262626,
56
+ "grad_norm": 0.01210293360054493,
57
+ "learning_rate": 4.451612903225807e-05,
58
+ "loss": 0.517607593536377,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.02585858585858586,
63
+ "grad_norm": 0.017207792028784752,
64
+ "learning_rate": 5.096774193548387e-05,
65
+ "loss": 0.5269095420837402,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.02909090909090909,
70
+ "grad_norm": 0.013736969791352749,
71
+ "learning_rate": 5.7419354838709685e-05,
72
+ "loss": 0.5040688514709473,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.03232323232323232,
77
+ "grad_norm": 0.011664404533803463,
78
+ "learning_rate": 6.387096774193548e-05,
79
+ "loss": 0.5147775173187256,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.035555555555555556,
84
+ "grad_norm": 0.014052552171051502,
85
+ "learning_rate": 7.03225806451613e-05,
86
+ "loss": 0.5230005741119385,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.03878787878787879,
91
+ "grad_norm": 0.011644740588963032,
92
+ "learning_rate": 7.67741935483871e-05,
93
+ "loss": 0.5105222702026367,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.04202020202020202,
98
+ "grad_norm": 0.011730308644473553,
99
+ "learning_rate": 8.32258064516129e-05,
100
+ "loss": 0.4989170074462891,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.04525252525252525,
105
+ "grad_norm": 0.012009115889668465,
106
+ "learning_rate": 8.967741935483871e-05,
107
+ "loss": 0.5003124713897705,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.048484848484848485,
112
+ "grad_norm": 0.012424134649336338,
113
+ "learning_rate": 9.612903225806452e-05,
114
+ "loss": 0.5077538013458252,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.05171717171717172,
119
+ "grad_norm": 0.011461800895631313,
120
+ "learning_rate": 9.999954295400999e-05,
121
+ "loss": 0.5061477661132813,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.05494949494949495,
126
+ "grad_norm": 0.011583201587200165,
127
+ "learning_rate": 9.999440128258112e-05,
128
+ "loss": 0.5013481140136719,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.05818181818181818,
133
+ "grad_norm": 0.011583367362618446,
134
+ "learning_rate": 9.998354722168459e-05,
135
+ "loss": 0.48343815803527834,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.061414141414141414,
140
+ "grad_norm": 0.011094105429947376,
141
+ "learning_rate": 9.996698201151175e-05,
142
+ "loss": 0.507840633392334,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.06464646464646465,
147
+ "grad_norm": 0.011715452186763287,
148
+ "learning_rate": 9.994470754481315e-05,
149
+ "loss": 0.49884777069091796,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.06787878787878789,
154
+ "grad_norm": 0.010746965184807777,
155
+ "learning_rate": 9.991672636668239e-05,
156
+ "loss": 0.5068713188171386,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.07111111111111111,
161
+ "grad_norm": 0.012883410789072514,
162
+ "learning_rate": 9.988304167426519e-05,
163
+ "loss": 0.4920186519622803,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.07434343434343435,
168
+ "grad_norm": 0.011187366209924221,
169
+ "learning_rate": 9.984365731639419e-05,
170
+ "loss": 0.5021648406982422,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.07757575757575758,
175
+ "grad_norm": 0.010671757161617279,
176
+ "learning_rate": 9.979857779314906e-05,
177
+ "loss": 0.5038897514343261,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.08080808080808081,
182
+ "grad_norm": 0.01044373121112585,
183
+ "learning_rate": 9.974780825534246e-05,
184
+ "loss": 0.4965065956115723,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.08404040404040404,
189
+ "grad_norm": 0.010565251111984253,
190
+ "learning_rate": 9.969135450393141e-05,
191
+ "loss": 0.5145994186401367,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.08727272727272728,
196
+ "grad_norm": 0.010024026967585087,
197
+ "learning_rate": 9.96292229893545e-05,
198
+ "loss": 0.505019235610962,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.0905050505050505,
203
+ "grad_norm": 0.010430407710373402,
204
+ "learning_rate": 9.956142081079484e-05,
205
+ "loss": 0.5115808010101318,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.09373737373737374,
210
+ "grad_norm": 0.010048807598650455,
211
+ "learning_rate": 9.948795571536891e-05,
212
+ "loss": 0.48525152206420896,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.09696969696969697,
217
+ "grad_norm": 0.010108387097716331,
218
+ "learning_rate": 9.94088360972414e-05,
219
+ "loss": 0.5002010822296142,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.10020202020202021,
224
+ "grad_norm": 0.010273640975356102,
225
+ "learning_rate": 9.932407099666608e-05,
226
+ "loss": 0.49662046432495116,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.10343434343434343,
231
+ "grad_norm": 0.00995971355587244,
232
+ "learning_rate": 9.923367009895274e-05,
233
+ "loss": 0.48578290939331054,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.10666666666666667,
238
+ "grad_norm": 0.010459775105118752,
239
+ "learning_rate": 9.913764373336079e-05,
240
+ "loss": 0.48862767219543457,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.1098989898989899,
245
+ "grad_norm": 0.009838269092142582,
246
+ "learning_rate": 9.903600287191875e-05,
247
+ "loss": 0.5034208774566651,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.11313131313131314,
252
+ "grad_norm": 0.00978950597345829,
253
+ "learning_rate": 9.892875912817079e-05,
254
+ "loss": 0.4870161533355713,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.11636363636363636,
259
+ "grad_norm": 0.01030043140053749,
260
+ "learning_rate": 9.881592475584964e-05,
261
+ "loss": 0.5026071548461915,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.1195959595959596,
266
+ "grad_norm": 0.010531975887715816,
267
+ "learning_rate": 9.869751264747656e-05,
268
+ "loss": 0.4883917808532715,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.12282828282828283,
273
+ "grad_norm": 0.00986825954169035,
274
+ "learning_rate": 9.857353633288814e-05,
275
+ "loss": 0.4927018165588379,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.12606060606060607,
280
+ "grad_norm": 0.009432349354028702,
281
+ "learning_rate": 9.844400997769043e-05,
282
+ "loss": 0.4908174514770508,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.1292929292929293,
287
+ "grad_norm": 0.01057665515691042,
288
+ "learning_rate": 9.83089483816404e-05,
289
+ "loss": 0.5069625854492188,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.13252525252525252,
294
+ "grad_norm": 0.010007908567786217,
295
+ "learning_rate": 9.816836697695482e-05,
296
+ "loss": 0.4988056182861328,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.13575757575757577,
301
+ "grad_norm": 0.010027808137238026,
302
+ "learning_rate": 9.802228182654702e-05,
303
+ "loss": 0.5007385730743408,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.138989898989899,
308
+ "grad_norm": 0.009953738190233707,
309
+ "learning_rate": 9.787070962219156e-05,
310
+ "loss": 0.5130783081054687,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.14222222222222222,
315
+ "grad_norm": 0.010204462334513664,
316
+ "learning_rate": 9.771366768261696e-05,
317
+ "loss": 0.4947535514831543,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.14545454545454545,
322
+ "grad_norm": 0.009612451307475567,
323
+ "learning_rate": 9.755117395152689e-05,
324
+ "loss": 0.4917112350463867,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.1486868686868687,
329
+ "grad_norm": 0.00995573028922081,
330
+ "learning_rate": 9.73832469955499e-05,
331
+ "loss": 0.4882859230041504,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.15191919191919193,
336
+ "grad_norm": 0.009584570303559303,
337
+ "learning_rate": 9.720990600211797e-05,
338
+ "loss": 0.500526762008667,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.15515151515151515,
343
+ "grad_norm": 0.010585076175630093,
344
+ "learning_rate": 9.703117077727419e-05,
345
+ "loss": 0.496882963180542,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.15838383838383838,
350
+ "grad_norm": 0.009859723038971424,
351
+ "learning_rate": 9.684706174340965e-05,
352
+ "loss": 0.48728485107421876,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.16161616161616163,
357
+ "grad_norm": 0.010212041437625885,
358
+ "learning_rate": 9.665759993693e-05,
359
+ "loss": 0.49378366470336915,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.16484848484848486,
364
+ "grad_norm": 0.009744231589138508,
365
+ "learning_rate": 9.646280700585185e-05,
366
+ "loss": 0.4663555145263672,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.16808080808080808,
371
+ "grad_norm": 0.009789686650037766,
372
+ "learning_rate": 9.626270520732916e-05,
373
+ "loss": 0.4879913330078125,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.1713131313131313,
378
+ "grad_norm": 0.009891769848763943,
379
+ "learning_rate": 9.605731740511022e-05,
380
+ "loss": 0.48809428215026857,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.17454545454545456,
385
+ "grad_norm": 0.01002143882215023,
386
+ "learning_rate": 9.584666706692517e-05,
387
+ "loss": 0.4959606170654297,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.17777777777777778,
392
+ "grad_norm": 0.009208496659994125,
393
+ "learning_rate": 9.56307782618046e-05,
394
+ "loss": 0.4878594398498535,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.181010101010101,
399
+ "grad_norm": 0.009645081125199795,
400
+ "learning_rate": 9.540967565732937e-05,
401
+ "loss": 0.4769869804382324,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.18424242424242424,
406
+ "grad_norm": 0.010497638955712318,
407
+ "learning_rate": 9.51833845168121e-05,
408
+ "loss": 0.4970097064971924,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.1874747474747475,
413
+ "grad_norm": 0.010612033307552338,
414
+ "learning_rate": 9.495193069641057e-05,
415
+ "loss": 0.4945381164550781,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.1907070707070707,
420
+ "grad_norm": 0.009433986619114876,
421
+ "learning_rate": 9.47153406421734e-05,
422
+ "loss": 0.4860210418701172,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.19393939393939394,
427
+ "grad_norm": 0.009995914995670319,
428
+ "learning_rate": 9.447364138701823e-05,
429
+ "loss": 0.4904911994934082,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.19717171717171716,
434
+ "grad_norm": 0.009814019314944744,
435
+ "learning_rate": 9.422686054764302e-05,
436
+ "loss": 0.4915336608886719,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.20040404040404042,
441
+ "grad_norm": 0.010199982672929764,
442
+ "learning_rate": 9.397502632137055e-05,
443
+ "loss": 0.4805011749267578,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.20363636363636364,
448
+ "grad_norm": 0.010121874511241913,
449
+ "learning_rate": 9.371816748292641e-05,
450
+ "loss": 0.47633209228515627,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.20686868686868687,
455
+ "grad_norm": 0.009638865478336811,
456
+ "learning_rate": 9.345631338115141e-05,
457
+ "loss": 0.48993511199951173,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.2101010101010101,
462
+ "grad_norm": 0.010041174478828907,
463
+ "learning_rate": 9.318949393564807e-05,
464
+ "loss": 0.4798978328704834,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.21333333333333335,
469
+ "grad_norm": 0.010145517997443676,
470
+ "learning_rate": 9.291773963336193e-05,
471
+ "loss": 0.4696659564971924,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.21656565656565657,
476
+ "grad_norm": 0.01043335534632206,
477
+ "learning_rate": 9.264108152509816e-05,
478
+ "loss": 0.4955574035644531,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.2197979797979798,
483
+ "grad_norm": 0.010406569577753544,
484
+ "learning_rate": 9.235955122197368e-05,
485
+ "loss": 0.48659563064575195,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.22303030303030302,
490
+ "grad_norm": 0.009870355017483234,
491
+ "learning_rate": 9.207318089180524e-05,
492
+ "loss": 0.4766091823577881,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.22626262626262628,
497
+ "grad_norm": 0.009980005212128162,
498
+ "learning_rate": 9.178200325543384e-05,
499
+ "loss": 0.5022068023681641,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.2294949494949495,
504
+ "grad_norm": 0.009765878319740295,
505
+ "learning_rate": 9.148605158298621e-05,
506
+ "loss": 0.48309478759765623,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.23272727272727273,
511
+ "grad_norm": 0.009879437275230885,
512
+ "learning_rate": 9.118535969007314e-05,
513
+ "loss": 0.4793684959411621,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.23595959595959595,
518
+ "grad_norm": 0.009907045401632786,
519
+ "learning_rate": 9.087996193392578e-05,
520
+ "loss": 0.49844112396240237,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.2391919191919192,
525
+ "grad_norm": 0.009958872571587563,
526
+ "learning_rate": 9.056989320947e-05,
527
+ "loss": 0.48113102912902833,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.24242424242424243,
532
+ "grad_norm": 0.010206855833530426,
533
+ "learning_rate": 9.025518894533921e-05,
534
+ "loss": 0.5048784255981446,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.24565656565656566,
539
+ "grad_norm": 0.009286429733037949,
540
+ "learning_rate": 8.99358850998263e-05,
541
+ "loss": 0.4862624168395996,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.24888888888888888,
546
+ "grad_norm": 0.009919015690684319,
547
+ "learning_rate": 8.9612018156775e-05,
548
+ "loss": 0.48739056587219237,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.25212121212121213,
553
+ "grad_norm": 0.010435211472213268,
554
+ "learning_rate": 8.928362512141124e-05,
555
+ "loss": 0.48689990043640136,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.25535353535353533,
560
+ "grad_norm": 0.009992080740630627,
561
+ "learning_rate": 8.895074351611488e-05,
562
+ "loss": 0.4848791599273682,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.2585858585858586,
567
+ "grad_norm": 0.010449117980897427,
568
+ "learning_rate": 8.861341137613242e-05,
569
+ "loss": 0.49130568504333494,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.26181818181818184,
574
+ "grad_norm": 0.010061345063149929,
575
+ "learning_rate": 8.827166724523105e-05,
576
+ "loss": 0.49056081771850585,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.26505050505050504,
581
+ "grad_norm": 0.009908635169267654,
582
+ "learning_rate": 8.792555017129461e-05,
583
+ "loss": 0.4706866264343262,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.2682828282828283,
588
+ "grad_norm": 0.010003669187426567,
589
+ "learning_rate": 8.757509970186196e-05,
590
+ "loss": 0.48719348907470705,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.27151515151515154,
595
+ "grad_norm": 0.009513127617537975,
596
+ "learning_rate": 8.722035587960826e-05,
597
+ "loss": 0.48200483322143556,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.27474747474747474,
602
+ "grad_norm": 0.009142451919615269,
603
+ "learning_rate": 8.686135923776969e-05,
604
+ "loss": 0.48613176345825193,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.277979797979798,
609
+ "grad_norm": 0.00980432890355587,
610
+ "learning_rate": 8.649815079551205e-05,
611
+ "loss": 0.4976047515869141,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.2812121212121212,
616
+ "grad_norm": 0.010442109778523445,
617
+ "learning_rate": 8.613077205324389e-05,
618
+ "loss": 0.48451838493347166,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.28444444444444444,
623
+ "grad_norm": 0.009309548884630203,
624
+ "learning_rate": 8.575926498787476e-05,
625
+ "loss": 0.5115366458892823,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.2876767676767677,
630
+ "grad_norm": 0.009093924425542355,
631
+ "learning_rate": 8.538367204801872e-05,
632
+ "loss": 0.48187432289123533,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.2909090909090909,
637
+ "grad_norm": 0.009757987223565578,
638
+ "learning_rate": 8.500403614914432e-05,
639
+ "loss": 0.4882505416870117,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.29414141414141415,
644
+ "grad_norm": 0.010261048562824726,
645
+ "learning_rate": 8.462040066867089e-05,
646
+ "loss": 0.49068965911865237,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.2973737373737374,
651
+ "grad_norm": 0.009317740797996521,
652
+ "learning_rate": 8.423280944101233e-05,
653
+ "loss": 0.4966132164001465,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.3006060606060606,
658
+ "grad_norm": 0.009787693619728088,
659
+ "learning_rate": 8.384130675256852e-05,
660
+ "loss": 0.4754981994628906,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.30383838383838385,
665
+ "grad_norm": 0.010005015879869461,
666
+ "learning_rate": 8.34459373366651e-05,
667
+ "loss": 0.4735103130340576,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.30707070707070705,
672
+ "grad_norm": 0.009837017394602299,
673
+ "learning_rate": 8.304674636844231e-05,
674
+ "loss": 0.4809592247009277,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.3103030303030303,
679
+ "grad_norm": 0.009590484201908112,
680
+ "learning_rate": 8.264377945969312e-05,
681
+ "loss": 0.48206100463867185,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.31353535353535356,
686
+ "grad_norm": 0.009699508547782898,
687
+ "learning_rate": 8.223708265365174e-05,
688
+ "loss": 0.48718748092651365,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.31676767676767675,
693
+ "grad_norm": 0.010278215631842613,
694
+ "learning_rate": 8.182670241973253e-05,
695
+ "loss": 0.4952278137207031,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.32,
700
+ "grad_norm": 0.010104077868163586,
701
+ "learning_rate": 8.141268564822053e-05,
702
+ "loss": 0.47769975662231445,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.32323232323232326,
707
+ "grad_norm": 0.009301737882196903,
708
+ "learning_rate": 8.099507964491369e-05,
709
+ "loss": 0.4862718105316162,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.32646464646464646,
714
+ "grad_norm": 0.009307135827839375,
715
+ "learning_rate": 8.057393212571767e-05,
716
+ "loss": 0.49833106994628906,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.3296969696969697,
721
+ "grad_norm": 0.009420682676136494,
722
+ "learning_rate": 8.014929121119378e-05,
723
+ "loss": 0.48829941749572753,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.3329292929292929,
728
+ "grad_norm": 0.010058379732072353,
729
+ "learning_rate": 7.972120542106077e-05,
730
+ "loss": 0.46506147384643554,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.33616161616161616,
735
+ "grad_norm": 0.009461579844355583,
736
+ "learning_rate": 7.92897236686508e-05,
737
+ "loss": 0.47866268157958985,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.3393939393939394,
742
+ "grad_norm": 0.010341835208237171,
743
+ "learning_rate": 7.885489525532075e-05,
744
+ "loss": 0.4966601371765137,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.3426262626262626,
749
+ "grad_norm": 0.01042103860527277,
750
+ "learning_rate": 7.84167698648189e-05,
751
+ "loss": 0.49251084327697753,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.34585858585858587,
756
+ "grad_norm": 0.010442749597132206,
757
+ "learning_rate": 7.797539755760805e-05,
758
+ "loss": 0.4816086769104004,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.3490909090909091,
763
+ "grad_norm": 0.010256553068757057,
764
+ "learning_rate": 7.753082876514562e-05,
765
+ "loss": 0.47102947235107423,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.3523232323232323,
770
+ "grad_norm": 0.009399017319083214,
771
+ "learning_rate": 7.708311428412129e-05,
772
+ "loss": 0.4810478210449219,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.35555555555555557,
777
+ "grad_norm": 0.009499317966401577,
778
+ "learning_rate": 7.663230527065293e-05,
779
+ "loss": 0.47051143646240234,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.35878787878787877,
784
+ "grad_norm": 0.009759469889104366,
785
+ "learning_rate": 7.617845323444156e-05,
786
+ "loss": 0.4780744552612305,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.362020202020202,
791
+ "grad_norm": 0.00987281370908022,
792
+ "learning_rate": 7.572161003288565e-05,
793
+ "loss": 0.4804032325744629,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.3652525252525253,
798
+ "grad_norm": 0.00963522493839264,
799
+ "learning_rate": 7.526182786515609e-05,
800
+ "loss": 0.48206367492675783,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.36848484848484847,
805
+ "grad_norm": 0.009587026201188564,
806
+ "learning_rate": 7.479915926623165e-05,
807
+ "loss": 0.49240264892578123,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.3717171717171717,
812
+ "grad_norm": 0.009810036048293114,
813
+ "learning_rate": 7.433365710089646e-05,
814
+ "loss": 0.48599681854248045,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.374949494949495,
819
+ "grad_norm": 0.00978278461843729,
820
+ "learning_rate": 7.386537455769963e-05,
821
+ "loss": 0.4688436031341553,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.3781818181818182,
826
+ "grad_norm": 0.00925996620208025,
827
+ "learning_rate": 7.339436514287783e-05,
828
+ "loss": 0.47986507415771484,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.3814141414141414,
833
+ "grad_norm": 0.010006657801568508,
834
+ "learning_rate": 7.292068267424165e-05,
835
+ "loss": 0.4771553993225098,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.3846464646464646,
840
+ "grad_norm": 0.010299976915121078,
841
+ "learning_rate": 7.244438127502647e-05,
842
+ "loss": 0.4854436874389648,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.3878787878787879,
847
+ "grad_norm": 0.009807374328374863,
848
+ "learning_rate": 7.196551536770807e-05,
849
+ "loss": 0.4763533592224121,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.39111111111111113,
854
+ "grad_norm": 0.010062369517982006,
855
+ "learning_rate": 7.148413966778451e-05,
856
+ "loss": 0.47457141876220704,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.39434343434343433,
861
+ "grad_norm": 0.009904388338327408,
862
+ "learning_rate": 7.100030917752423e-05,
863
+ "loss": 0.4732469081878662,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.3975757575757576,
868
+ "grad_norm": 0.009578046388924122,
869
+ "learning_rate": 7.051407917968138e-05,
870
+ "loss": 0.47551660537719725,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.40080808080808084,
875
+ "grad_norm": 0.010024272836744785,
876
+ "learning_rate": 7.002550523117926e-05,
877
+ "loss": 0.4835049629211426,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.40404040404040403,
882
+ "grad_norm": 0.010056886821985245,
883
+ "learning_rate": 6.953464315676241e-05,
884
+ "loss": 0.4909071922302246,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.4072727272727273,
889
+ "grad_norm": 0.009707778692245483,
890
+ "learning_rate": 6.904154904261792e-05,
891
+ "loss": 0.4842695236206055,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.4105050505050505,
896
+ "grad_norm": 0.00976107269525528,
897
+ "learning_rate": 6.8546279229967e-05,
898
+ "loss": 0.48967390060424804,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.41373737373737374,
903
+ "grad_norm": 0.010392800904810429,
904
+ "learning_rate": 6.804889030862753e-05,
905
+ "loss": 0.48658218383789065,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.416969696969697,
910
+ "grad_norm": 0.009267269633710384,
911
+ "learning_rate": 6.754943911054793e-05,
912
+ "loss": 0.48893008232116697,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.4202020202020202,
917
+ "grad_norm": 0.009753459133207798,
918
+ "learning_rate": 6.704798270331358e-05,
919
+ "loss": 0.49384117126464844,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.42343434343434344,
924
+ "grad_norm": 0.011121846735477448,
925
+ "learning_rate": 6.654457838362621e-05,
926
+ "loss": 0.47458324432373045,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.4266666666666667,
931
+ "grad_norm": 0.009406324476003647,
932
+ "learning_rate": 6.603928367075718e-05,
933
+ "loss": 0.4703402519226074,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.4298989898989899,
938
+ "grad_norm": 0.010009719990193844,
939
+ "learning_rate": 6.553215629997529e-05,
940
+ "loss": 0.4851715087890625,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.43313131313131314,
945
+ "grad_norm": 0.009798573330044746,
946
+ "learning_rate": 6.502325421594988e-05,
947
+ "loss": 0.4779622554779053,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.43636363636363634,
952
+ "grad_norm": 0.0098969591781497,
953
+ "learning_rate": 6.451263556613007e-05,
954
+ "loss": 0.4708548545837402,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.4395959595959596,
959
+ "grad_norm": 0.009853474795818329,
960
+ "learning_rate": 6.40003586941008e-05,
961
+ "loss": 0.4721970558166504,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.44282828282828285,
966
+ "grad_norm": 0.009663710370659828,
967
+ "learning_rate": 6.348648213291642e-05,
968
+ "loss": 0.4798272132873535,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.44606060606060605,
973
+ "grad_norm": 0.009419051930308342,
974
+ "learning_rate": 6.297106459841272e-05,
975
+ "loss": 0.471483039855957,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.4492929292929293,
980
+ "grad_norm": 0.009978282265365124,
981
+ "learning_rate": 6.245416498249801e-05,
982
+ "loss": 0.4772329330444336,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.45252525252525255,
987
+ "grad_norm": 0.009491856209933758,
988
+ "learning_rate": 6.193584234642403e-05,
989
+ "loss": 0.48812179565429686,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.45575757575757575,
994
+ "grad_norm": 0.010496517643332481,
995
+ "learning_rate": 6.141615591403771e-05,
996
+ "loss": 0.48897976875305177,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.458989898989899,
1001
+ "grad_norm": 0.01015474647283554,
1002
+ "learning_rate": 6.0895165065014106e-05,
1003
+ "loss": 0.4850447654724121,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.4622222222222222,
1008
+ "grad_norm": 0.009763741865754128,
1009
+ "learning_rate": 6.037292932807167e-05,
1010
+ "loss": 0.4857158660888672,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.46545454545454545,
1015
+ "grad_norm": 0.009874231182038784,
1016
+ "learning_rate": 5.984950837417048e-05,
1017
+ "loss": 0.4844364166259766,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.4686868686868687,
1022
+ "grad_norm": 0.010104037821292877,
1023
+ "learning_rate": 5.932496200969422e-05,
1024
+ "loss": 0.47542514801025393,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.4719191919191919,
1029
+ "grad_norm": 0.009445435367524624,
1030
+ "learning_rate": 5.879935016961661e-05,
1031
+ "loss": 0.48579182624816897,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.47515151515151516,
1036
+ "grad_norm": 0.010507128201425076,
1037
+ "learning_rate": 5.827273291065326e-05,
1038
+ "loss": 0.48273677825927735,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.4783838383838384,
1043
+ "grad_norm": 0.009411566890776157,
1044
+ "learning_rate": 5.7745170404399484e-05,
1045
+ "loss": 0.46429009437561036,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.4816161616161616,
1050
+ "grad_norm": 0.010377817787230015,
1051
+ "learning_rate": 5.721672293045518e-05,
1052
+ "loss": 0.49172677993774416,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.48484848484848486,
1057
+ "grad_norm": 0.009920118376612663,
1058
+ "learning_rate": 5.668745086953712e-05,
1059
+ "loss": 0.4934688568115234,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.48808080808080806,
1064
+ "grad_norm": 0.012272641994059086,
1065
+ "learning_rate": 5.615741469657985e-05,
1066
+ "loss": 0.4826413631439209,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.4913131313131313,
1071
+ "grad_norm": 0.00981989037245512,
1072
+ "learning_rate": 5.562667497382582e-05,
1073
+ "loss": 0.48468503952026365,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.49454545454545457,
1078
+ "grad_norm": 0.010148138739168644,
1079
+ "learning_rate": 5.509529234390553e-05,
1080
+ "loss": 0.47773942947387693,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.49777777777777776,
1085
+ "grad_norm": 0.010528397746384144,
1086
+ "learning_rate": 5.456332752290837e-05,
1087
+ "loss": 0.47507562637329104,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.501010101010101,
1092
+ "grad_norm": 0.01076479908078909,
1093
+ "learning_rate": 5.4030841293445244e-05,
1094
+ "loss": 0.486495304107666,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.5042424242424243,
1099
+ "grad_norm": 0.009976644068956375,
1100
+ "learning_rate": 5.349789449770351e-05,
1101
+ "loss": 0.48320484161376953,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.5074747474747475,
1106
+ "grad_norm": 0.010504718869924545,
1107
+ "learning_rate": 5.2964548030495065e-05,
1108
+ "loss": 0.48847188949584963,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.5107070707070707,
1113
+ "grad_norm": 0.010325642302632332,
1114
+ "learning_rate": 5.243086283229852e-05,
1115
+ "loss": 0.47591514587402345,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.5139393939393939,
1120
+ "grad_norm": 0.010260741226375103,
1121
+ "learning_rate": 5.18968998822961e-05,
1122
+ "loss": 0.48136124610900877,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.5171717171717172,
1127
+ "grad_norm": 0.010797196067869663,
1128
+ "learning_rate": 5.1362720191406065e-05,
1129
+ "loss": 0.48076438903808594,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.5204040404040404,
1134
+ "grad_norm": 0.010010522790253162,
1135
+ "learning_rate": 5.082838479531169e-05,
1136
+ "loss": 0.5004307270050049,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.5236363636363637,
1141
+ "grad_norm": 0.010120037943124771,
1142
+ "learning_rate": 5.029395474748714e-05,
1143
+ "loss": 0.4812767028808594,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.5268686868686868,
1148
+ "grad_norm": 0.009431752376258373,
1149
+ "learning_rate": 4.975949111222158e-05,
1150
+ "loss": 0.4887521743774414,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.5301010101010101,
1155
+ "grad_norm": 0.010080527514219284,
1156
+ "learning_rate": 4.9225054957641916e-05,
1157
+ "loss": 0.48248910903930664,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.5333333333333333,
1162
+ "grad_norm": 0.009522376582026482,
1163
+ "learning_rate": 4.8690707348735035e-05,
1164
+ "loss": 0.4855649948120117,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.5365656565656566,
1169
+ "grad_norm": 0.009686745703220367,
1170
+ "learning_rate": 4.8156509340370605e-05,
1171
+ "loss": 0.47187280654907227,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.5397979797979798,
1176
+ "grad_norm": 0.011875285767018795,
1177
+ "learning_rate": 4.762252197032482e-05,
1178
+ "loss": 0.46579513549804685,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.5430303030303031,
1183
+ "grad_norm": 0.009932303801178932,
1184
+ "learning_rate": 4.7088806252306224e-05,
1185
+ "loss": 0.47946829795837403,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.5462626262626262,
1190
+ "grad_norm": 0.017099183052778244,
1191
+ "learning_rate": 4.655542316898423e-05,
1192
+ "loss": 0.4593667030334473,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.5494949494949495,
1197
+ "grad_norm": 0.010512005537748337,
1198
+ "learning_rate": 4.6022433665021246e-05,
1199
+ "loss": 0.48582897186279295,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 0.5527272727272727,
1204
+ "grad_norm": 0.00989206787198782,
1205
+ "learning_rate": 4.548989864010902e-05,
1206
+ "loss": 0.4849580764770508,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 0.555959595959596,
1211
+ "grad_norm": 0.010284029878675938,
1212
+ "learning_rate": 4.495787894201031e-05,
1213
+ "loss": 0.49089298248291013,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 0.5591919191919192,
1218
+ "grad_norm": 0.00992760993540287,
1219
+ "learning_rate": 4.442643535960631e-05,
1220
+ "loss": 0.48010549545288084,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 0.5624242424242424,
1225
+ "grad_norm": 0.00978371873497963,
1226
+ "learning_rate": 4.3895628615950864e-05,
1227
+ "loss": 0.47594566345214845,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 0.5656565656565656,
1232
+ "grad_norm": 0.00981004349887371,
1233
+ "learning_rate": 4.3365519361332345e-05,
1234
+ "loss": 0.48056421279907224,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 0.5688888888888889,
1239
+ "grad_norm": 0.010216868482530117,
1240
+ "learning_rate": 4.283616816634353e-05,
1241
+ "loss": 0.47501134872436523,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 0.5721212121212121,
1246
+ "grad_norm": 0.010267022997140884,
1247
+ "learning_rate": 4.230763551496089e-05,
1248
+ "loss": 0.478366756439209,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 0.5753535353535354,
1253
+ "grad_norm": 0.009910739958286285,
1254
+ "learning_rate": 4.1779981797633645e-05,
1255
+ "loss": 0.478058385848999,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 0.5785858585858585,
1260
+ "grad_norm": 0.011339185759425163,
1261
+ "learning_rate": 4.1253267304383455e-05,
1262
+ "loss": 0.48466057777404786,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 0.5818181818181818,
1267
+ "grad_norm": 0.009522072039544582,
1268
+ "learning_rate": 4.072755221791572e-05,
1269
+ "loss": 0.4769908905029297,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 0.585050505050505,
1274
+ "grad_norm": 0.009808518923819065,
1275
+ "learning_rate": 4.020289660674306e-05,
1276
+ "loss": 0.47162666320800783,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 0.5882828282828283,
1281
+ "grad_norm": 0.009962448850274086,
1282
+ "learning_rate": 3.967936041832173e-05,
1283
+ "loss": 0.46282405853271485,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 0.5915151515151515,
1288
+ "grad_norm": 0.009498678147792816,
1289
+ "learning_rate": 3.9157003472202246e-05,
1290
+ "loss": 0.4794480323791504,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 0.5947474747474748,
1295
+ "grad_norm": 0.009407177567481995,
1296
+ "learning_rate": 3.863588545319407e-05,
1297
+ "loss": 0.4729412078857422,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 0.597979797979798,
1302
+ "grad_norm": 0.009899895638227463,
1303
+ "learning_rate": 3.8116065904546196e-05,
1304
+ "loss": 0.47380704879760743,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 0.6012121212121212,
1309
+ "grad_norm": 0.009560837410390377,
1310
+ "learning_rate": 3.759760422114362e-05,
1311
+ "loss": 0.47751388549804685,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 0.6044444444444445,
1316
+ "grad_norm": 0.010970192961394787,
1317
+ "learning_rate": 3.708055964272088e-05,
1318
+ "loss": 0.47801823616027833,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 0.6076767676767677,
1323
+ "grad_norm": 0.00964390765875578,
1324
+ "learning_rate": 3.6564991247093234e-05,
1325
+ "loss": 0.4800426483154297,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 0.610909090909091,
1330
+ "grad_norm": 0.009764602407813072,
1331
+ "learning_rate": 3.6050957943406465e-05,
1332
+ "loss": 0.4812753677368164,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 0.6141414141414141,
1337
+ "grad_norm": 0.009959314949810505,
1338
+ "learning_rate": 3.553851846540584e-05,
1339
+ "loss": 0.47804956436157225,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 0.6173737373737374,
1344
+ "grad_norm": 0.010666392743587494,
1345
+ "learning_rate": 3.50277313647252e-05,
1346
+ "loss": 0.4772273063659668,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 0.6206060606060606,
1351
+ "grad_norm": 0.009173358790576458,
1352
+ "learning_rate": 3.451865500419676e-05,
1353
+ "loss": 0.4892144203186035,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 0.6238383838383839,
1358
+ "grad_norm": 0.010000358335673809,
1359
+ "learning_rate": 3.401134755118256e-05,
1360
+ "loss": 0.48959059715270997,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 0.6270707070707071,
1365
+ "grad_norm": 0.010190536268055439,
1366
+ "learning_rate": 3.350586697092826e-05,
1367
+ "loss": 0.46478729248046874,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 0.6303030303030303,
1372
+ "grad_norm": 0.010812178254127502,
1373
+ "learning_rate": 3.300227101993998e-05,
1374
+ "loss": 0.5046152114868164,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 0.6335353535353535,
1379
+ "grad_norm": 0.01017849799245596,
1380
+ "learning_rate": 3.2500617239384947e-05,
1381
+ "loss": 0.4698008060455322,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 0.6367676767676768,
1386
+ "grad_norm": 0.011103908531367779,
1387
+ "learning_rate": 3.200096294851691e-05,
1388
+ "loss": 0.4716217041015625,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 0.64,
1393
+ "grad_norm": 0.009982883930206299,
1394
+ "learning_rate": 3.150336523812674e-05,
1395
+ "loss": 0.47135162353515625,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 0.6432323232323233,
1400
+ "grad_norm": 0.01043197326362133,
1401
+ "learning_rate": 3.100788096401925e-05,
1402
+ "loss": 0.4799614906311035,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 0.6464646464646465,
1407
+ "grad_norm": 0.010667623952031136,
1408
+ "learning_rate": 3.051456674051677e-05,
1409
+ "loss": 0.4682164192199707,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 0.6496969696969697,
1414
+ "grad_norm": 0.010620036162436008,
1415
+ "learning_rate": 3.0023478933990347e-05,
1416
+ "loss": 0.4750208854675293,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 0.6529292929292929,
1421
+ "grad_norm": 0.010374991223216057,
1422
+ "learning_rate": 2.9534673656419377e-05,
1423
+ "loss": 0.48034076690673827,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 0.6561616161616162,
1428
+ "grad_norm": 0.011932817287743092,
1429
+ "learning_rate": 2.9048206758980136e-05,
1430
+ "loss": 0.46314101219177245,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 0.6593939393939394,
1435
+ "grad_norm": 0.01039852574467659,
1436
+ "learning_rate": 2.856413382566425e-05,
1437
+ "loss": 0.4783937454223633,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 0.6626262626262627,
1442
+ "grad_norm": 0.010200604796409607,
1443
+ "learning_rate": 2.8082510166927583e-05,
1444
+ "loss": 0.4792025089263916,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 0.6658585858585858,
1449
+ "grad_norm": 0.009561127051711082,
1450
+ "learning_rate": 2.760339081337041e-05,
1451
+ "loss": 0.4722686767578125,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 0.6690909090909091,
1456
+ "grad_norm": 0.00924921128898859,
1457
+ "learning_rate": 2.7126830509449773e-05,
1458
+ "loss": 0.4884464263916016,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 0.6723232323232323,
1463
+ "grad_norm": 0.00991444569081068,
1464
+ "learning_rate": 2.6652883707224075e-05,
1465
+ "loss": 0.4804549217224121,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 0.6755555555555556,
1470
+ "grad_norm": 0.009902069345116615,
1471
+ "learning_rate": 2.618160456013153e-05,
1472
+ "loss": 0.4781071186065674,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 0.6787878787878788,
1477
+ "grad_norm": 0.010504493489861488,
1478
+ "learning_rate": 2.571304691680255e-05,
1479
+ "loss": 0.48059587478637694,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 0.682020202020202,
1484
+ "grad_norm": 0.009641965851187706,
1485
+ "learning_rate": 2.5247264314906917e-05,
1486
+ "loss": 0.4706240177154541,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 0.6852525252525252,
1491
+ "grad_norm": 0.010276644490659237,
1492
+ "learning_rate": 2.4784309975036513e-05,
1493
+ "loss": 0.4885101318359375,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 0.6884848484848485,
1498
+ "grad_norm": 0.010960405692458153,
1499
+ "learning_rate": 2.4324236794624456e-05,
1500
+ "loss": 0.4882383346557617,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 0.6917171717171717,
1505
+ "grad_norm": 0.010282796807587147,
1506
+ "learning_rate": 2.386709734190079e-05,
1507
+ "loss": 0.4768857479095459,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 0.694949494949495,
1512
+ "grad_norm": 0.010104385204613209,
1513
+ "learning_rate": 2.34129438498862e-05,
1514
+ "loss": 0.4802837371826172,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 0.6981818181818182,
1519
+ "grad_norm": 0.010027035139501095,
1520
+ "learning_rate": 2.296182821042374e-05,
1521
+ "loss": 0.4874839782714844,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 0.7014141414141414,
1526
+ "grad_norm": 0.010018851608037949,
1527
+ "learning_rate": 2.2513801968249644e-05,
1528
+ "loss": 0.4758561134338379,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 0.7046464646464646,
1533
+ "grad_norm": 0.009862969629466534,
1534
+ "learning_rate": 2.2068916315103783e-05,
1535
+ "loss": 0.4686488151550293,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 0.7078787878787879,
1540
+ "grad_norm": 0.00952910166233778,
1541
+ "learning_rate": 2.162722208388057e-05,
1542
+ "loss": 0.4782154083251953,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 0.7111111111111111,
1547
+ "grad_norm": 0.010213647037744522,
1548
+ "learning_rate": 2.1188769742820625e-05,
1549
+ "loss": 0.4773773193359375,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 0.7143434343434344,
1554
+ "grad_norm": 0.010498392395675182,
1555
+ "learning_rate": 2.075360938974429e-05,
1556
+ "loss": 0.4733907222747803,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 0.7175757575757575,
1561
+ "grad_norm": 0.009394815191626549,
1562
+ "learning_rate": 2.03217907463275e-05,
1563
+ "loss": 0.47564210891723635,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 0.7208080808080808,
1568
+ "grad_norm": 0.010383618995547295,
1569
+ "learning_rate": 1.989336315242048e-05,
1570
+ "loss": 0.4784512519836426,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 0.724040404040404,
1575
+ "grad_norm": 0.01043599285185337,
1576
+ "learning_rate": 1.9468375560410117e-05,
1577
+ "loss": 0.4808964729309082,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 0.7272727272727273,
1582
+ "grad_norm": 0.009953988716006279,
1583
+ "learning_rate": 1.90468765296267e-05,
1584
+ "loss": 0.49031834602355956,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 0.7305050505050505,
1589
+ "grad_norm": 0.010356656275689602,
1590
+ "learning_rate": 1.8628914220795494e-05,
1591
+ "loss": 0.48055601119995117,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 0.7337373737373737,
1596
+ "grad_norm": 0.009841440245509148,
1597
+ "learning_rate": 1.8214536390533822e-05,
1598
+ "loss": 0.47170586585998536,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 0.7369696969696969,
1603
+ "grad_norm": 0.010102550499141216,
1604
+ "learning_rate": 1.7803790385894387e-05,
1605
+ "loss": 0.4660043716430664,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 0.7402020202020202,
1610
+ "grad_norm": 0.010421738028526306,
1611
+ "learning_rate": 1.7396723138955428e-05,
1612
+ "loss": 0.4599196434020996,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 0.7434343434343434,
1617
+ "grad_norm": 0.009896540082991123,
1618
+ "learning_rate": 1.699338116145811e-05,
1619
+ "loss": 0.46491589546203616,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 0.7466666666666667,
1624
+ "grad_norm": 0.010468855500221252,
1625
+ "learning_rate": 1.6593810539492195e-05,
1626
+ "loss": 0.47761125564575196,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 0.74989898989899,
1631
+ "grad_norm": 0.010416937991976738,
1632
+ "learning_rate": 1.619805692823016e-05,
1633
+ "loss": 0.49956817626953126,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 0.7531313131313131,
1638
+ "grad_norm": 0.010007611475884914,
1639
+ "learning_rate": 1.580616554671057e-05,
1640
+ "loss": 0.4716916084289551,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 0.7563636363636363,
1645
+ "grad_norm": 0.010231648571789265,
1646
+ "learning_rate": 1.5418181172671382e-05,
1647
+ "loss": 0.4909040451049805,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 0.7595959595959596,
1652
+ "grad_norm": 0.010324012488126755,
1653
+ "learning_rate": 1.5034148137433623e-05,
1654
+ "loss": 0.47939190864562986,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 0.7628282828282829,
1659
+ "grad_norm": 0.011009547859430313,
1660
+ "learning_rate": 1.4654110320836017e-05,
1661
+ "loss": 0.48291826248168945,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 0.7660606060606061,
1666
+ "grad_norm": 0.010392943397164345,
1667
+ "learning_rate": 1.4278111146221263e-05,
1668
+ "loss": 0.49179973602294924,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 0.7692929292929293,
1673
+ "grad_norm": 0.010355197824537754,
1674
+ "learning_rate": 1.3906193575474508e-05,
1675
+ "loss": 0.4716278076171875,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 0.7725252525252525,
1680
+ "grad_norm": 0.009932084940373898,
1681
+ "learning_rate": 1.3538400104114446e-05,
1682
+ "loss": 0.47190055847167967,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 0.7757575757575758,
1687
+ "grad_norm": 0.010710643604397774,
1688
+ "learning_rate": 1.3174772756437742e-05,
1689
+ "loss": 0.4703176498413086,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 0.778989898989899,
1694
+ "grad_norm": 0.010614068247377872,
1695
+ "learning_rate": 1.2815353080717379e-05,
1696
+ "loss": 0.47541141510009766,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 0.7822222222222223,
1701
+ "grad_norm": 0.011346950195729733,
1702
+ "learning_rate": 1.246018214445525e-05,
1703
+ "loss": 0.4860015869140625,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 0.7854545454545454,
1708
+ "grad_norm": 0.009824907407164574,
1709
+ "learning_rate": 1.210930052968981e-05,
1710
+ "loss": 0.49062480926513674,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 0.7886868686868687,
1715
+ "grad_norm": 0.010624224320054054,
1716
+ "learning_rate": 1.1762748328359152e-05,
1717
+ "loss": 0.4694485664367676,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 0.7919191919191919,
1722
+ "grad_norm": 0.01044746395200491,
1723
+ "learning_rate": 1.1420565137720045e-05,
1724
+ "loss": 0.47275629043579104,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 0.7951515151515152,
1729
+ "grad_norm": 0.010226710699498653,
1730
+ "learning_rate": 1.1082790055823533e-05,
1731
+ "loss": 0.4670067310333252,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 0.7983838383838384,
1736
+ "grad_norm": 0.010427460074424744,
1737
+ "learning_rate": 1.0749461677047624e-05,
1738
+ "loss": 0.4700475692749023,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 0.8016161616161617,
1743
+ "grad_norm": 0.010494428686797619,
1744
+ "learning_rate": 1.0420618087687418e-05,
1745
+ "loss": 0.46589016914367676,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 0.8048484848484848,
1750
+ "grad_norm": 0.010100893676280975,
1751
+ "learning_rate": 1.0096296861603321e-05,
1752
+ "loss": 0.4704419136047363,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 0.8080808080808081,
1757
+ "grad_norm": 0.010682797059416771,
1758
+ "learning_rate": 9.776535055927931e-06,
1759
+ "loss": 0.47326183319091797,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 0.8113131313131313,
1764
+ "grad_norm": 0.00972407590597868,
1765
+ "learning_rate": 9.461369206831772e-06,
1766
+ "loss": 0.48441619873046876,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 0.8145454545454546,
1771
+ "grad_norm": 0.010327558033168316,
1772
+ "learning_rate": 9.150835325348678e-06,
1773
+ "loss": 0.45856351852416993,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 0.8177777777777778,
1778
+ "grad_norm": 0.010118944570422173,
1779
+ "learning_rate": 8.844968893261197e-06,
1780
+ "loss": 0.48114948272705077,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 0.821010101010101,
1785
+ "grad_norm": 0.010876161977648735,
1786
+ "learning_rate": 8.543804859046345e-06,
1787
+ "loss": 0.4930680274963379,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 0.8242424242424242,
1792
+ "grad_norm": 0.010722608305513859,
1793
+ "learning_rate": 8.247377633882463e-06,
1794
+ "loss": 0.46875743865966796,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 0.8274747474747475,
1799
+ "grad_norm": 0.01088438369333744,
1800
+ "learning_rate": 7.95572108771726e-06,
1801
+ "loss": 0.4768000602722168,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 0.8307070707070707,
1806
+ "grad_norm": 0.01026720181107521,
1807
+ "learning_rate": 7.66886854539795e-06,
1808
+ "loss": 0.479974365234375,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 0.833939393939394,
1813
+ "grad_norm": 0.009710075333714485,
1814
+ "learning_rate": 7.386852782863407e-06,
1815
+ "loss": 0.4684715270996094,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 0.8371717171717171,
1820
+ "grad_norm": 0.009966167621314526,
1821
+ "learning_rate": 7.109706023399232e-06,
1822
+ "loss": 0.47191972732543946,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 0.8404040404040404,
1827
+ "grad_norm": 0.010125650092959404,
1828
+ "learning_rate": 6.837459933955936e-06,
1829
+ "loss": 0.4766803741455078,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 0.8436363636363636,
1834
+ "grad_norm": 0.009984518401324749,
1835
+ "learning_rate": 6.5701456215305656e-06,
1836
+ "loss": 0.4592133045196533,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 0.8468686868686869,
1841
+ "grad_norm": 0.010836348868906498,
1842
+ "learning_rate": 6.307793629612452e-06,
1843
+ "loss": 0.4658504009246826,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 0.8501010101010101,
1848
+ "grad_norm": 0.010431919246912003,
1849
+ "learning_rate": 6.050433934693339e-06,
1850
+ "loss": 0.4936856269836426,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 0.8533333333333334,
1855
+ "grad_norm": 0.01049034669995308,
1856
+ "learning_rate": 5.798095942842141e-06,
1857
+ "loss": 0.4765117645263672,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 0.8565656565656565,
1862
+ "grad_norm": 0.009596607647836208,
1863
+ "learning_rate": 5.550808486345072e-06,
1864
+ "loss": 0.47063379287719725,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 0.8597979797979798,
1869
+ "grad_norm": 0.01032214518636465,
1870
+ "learning_rate": 5.308599820411247e-06,
1871
+ "loss": 0.4614537715911865,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 0.863030303030303,
1876
+ "grad_norm": 0.009960100054740906,
1877
+ "learning_rate": 5.071497619944171e-06,
1878
+ "loss": 0.48136143684387206,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 0.8662626262626263,
1883
+ "grad_norm": 0.010326167568564415,
1884
+ "learning_rate": 4.839528976379648e-06,
1885
+ "loss": 0.47299985885620116,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 0.8694949494949495,
1890
+ "grad_norm": 0.010867294855415821,
1891
+ "learning_rate": 4.612720394590286e-06,
1892
+ "loss": 0.4829209327697754,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 0.8727272727272727,
1897
+ "grad_norm": 0.01050047017633915,
1898
+ "learning_rate": 4.391097789856985e-06,
1899
+ "loss": 0.4762550354003906,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 0.8759595959595959,
1904
+ "grad_norm": 0.010378929786384106,
1905
+ "learning_rate": 4.174686484907908e-06,
1906
+ "loss": 0.4898251533508301,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 0.8791919191919192,
1911
+ "grad_norm": 0.01060938648879528,
1912
+ "learning_rate": 3.963511207025078e-06,
1913
+ "loss": 0.47261548042297363,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 0.8824242424242424,
1918
+ "grad_norm": 0.01075353566557169,
1919
+ "learning_rate": 3.7575960852189728e-06,
1920
+ "loss": 0.4839645862579346,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 0.8856565656565657,
1925
+ "grad_norm": 0.010416378267109394,
1926
+ "learning_rate": 3.5569646474715722e-06,
1927
+ "loss": 0.46989760398864744,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 0.8888888888888888,
1932
+ "grad_norm": 0.010806340724229813,
1933
+ "learning_rate": 3.361639818048068e-06,
1934
+ "loss": 0.47272281646728515,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 0.8921212121212121,
1939
+ "grad_norm": 0.009753530845046043,
1940
+ "learning_rate": 3.1716439148774534e-06,
1941
+ "loss": 0.47122917175292967,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 0.8953535353535353,
1946
+ "grad_norm": 0.01022200658917427,
1947
+ "learning_rate": 2.986998647002498e-06,
1948
+ "loss": 0.4727674961090088,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 0.8985858585858586,
1953
+ "grad_norm": 0.010225590318441391,
1954
+ "learning_rate": 2.8077251120992742e-06,
1955
+ "loss": 0.46461896896362304,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 0.9018181818181819,
1960
+ "grad_norm": 0.010752941481769085,
1961
+ "learning_rate": 2.633843794066515e-06,
1962
+ "loss": 0.46602635383605956,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 0.9050505050505051,
1967
+ "grad_norm": 0.011064955033361912,
1968
+ "learning_rate": 2.465374560685091e-06,
1969
+ "loss": 0.4705932140350342,
1970
+ "step": 2800
1971
+ },
1972
+ {
1973
+ "epoch": 0.9082828282828282,
1974
+ "grad_norm": 0.00982996542006731,
1975
+ "learning_rate": 2.302336661347926e-06,
1976
+ "loss": 0.4687389373779297,
1977
+ "step": 2810
1978
+ },
1979
+ {
1980
+ "epoch": 0.9115151515151515,
1981
+ "grad_norm": 0.010190518572926521,
1982
+ "learning_rate": 2.1447487248605513e-06,
1983
+ "loss": 0.4906333923339844,
1984
+ "step": 2820
1985
+ },
1986
+ {
1987
+ "epoch": 0.9147474747474748,
1988
+ "grad_norm": 0.01034579798579216,
1989
+ "learning_rate": 1.9926287573125537e-06,
1990
+ "loss": 0.47768077850341795,
1991
+ "step": 2830
1992
+ },
1993
+ {
1994
+ "epoch": 0.917979797979798,
1995
+ "grad_norm": 0.010615529492497444,
1996
+ "learning_rate": 1.845994140020213e-06,
1997
+ "loss": 0.47643141746520995,
1998
+ "step": 2840
1999
+ },
2000
+ {
2001
+ "epoch": 0.9212121212121213,
2002
+ "grad_norm": 0.010776858776807785,
2003
+ "learning_rate": 1.7048616275404771e-06,
2004
+ "loss": 0.4636590003967285,
2005
+ "step": 2850
2006
+ },
2007
+ {
2008
+ "epoch": 0.9244444444444444,
2009
+ "grad_norm": 0.010271280072629452,
2010
+ "learning_rate": 1.5692473457565748e-06,
2011
+ "loss": 0.4707911014556885,
2012
+ "step": 2860
2013
+ },
2014
+ {
2015
+ "epoch": 0.9276767676767677,
2016
+ "grad_norm": 0.009596684016287327,
2017
+ "learning_rate": 1.439166790035501e-06,
2018
+ "loss": 0.45751228332519533,
2019
+ "step": 2870
2020
+ },
2021
+ {
2022
+ "epoch": 0.9309090909090909,
2023
+ "grad_norm": 0.009914812631905079,
2024
+ "learning_rate": 1.3146348234574724e-06,
2025
+ "loss": 0.4842953681945801,
2026
+ "step": 2880
2027
+ },
2028
+ {
2029
+ "epoch": 0.9341414141414142,
2030
+ "grad_norm": 0.01014726422727108,
2031
+ "learning_rate": 1.1956656751176577e-06,
2032
+ "loss": 0.482682991027832,
2033
+ "step": 2890
2034
+ },
2035
+ {
2036
+ "epoch": 0.9373737373737374,
2037
+ "grad_norm": 0.010660757310688496,
2038
+ "learning_rate": 1.0822729385003727e-06,
2039
+ "loss": 0.48476057052612304,
2040
+ "step": 2900
2041
+ },
2042
+ {
2043
+ "epoch": 0.9406060606060606,
2044
+ "grad_norm": 0.010105855762958527,
2045
+ "learning_rate": 9.744695699258955e-07,
2046
+ "loss": 0.4767448425292969,
2047
+ "step": 2910
2048
+ },
2049
+ {
2050
+ "epoch": 0.9438383838383838,
2051
+ "grad_norm": 0.010221844539046288,
2052
+ "learning_rate": 8.722678870700274e-07,
2053
+ "loss": 0.4663360118865967,
2054
+ "step": 2920
2055
+ },
2056
+ {
2057
+ "epoch": 0.9470707070707071,
2058
+ "grad_norm": 0.011003104969859123,
2059
+ "learning_rate": 7.756795675566919e-07,
2060
+ "loss": 0.48151307106018065,
2061
+ "step": 2930
2062
+ },
2063
+ {
2064
+ "epoch": 0.9503030303030303,
2065
+ "grad_norm": 0.01029619574546814,
2066
+ "learning_rate": 6.847156476236516e-07,
2067
+ "loss": 0.48086977005004883,
2068
+ "step": 2940
2069
+ },
2070
+ {
2071
+ "epoch": 0.9535353535353536,
2072
+ "grad_norm": 0.010033480823040009,
2073
+ "learning_rate": 5.993865208614835e-07,
2074
+ "loss": 0.4648440361022949,
2075
+ "step": 2950
2076
+ },
2077
+ {
2078
+ "epoch": 0.9567676767676768,
2079
+ "grad_norm": 0.010539564304053783,
2080
+ "learning_rate": 5.197019370260125e-07,
2081
+ "loss": 0.46828551292419435,
2082
+ "step": 2960
2083
+ },
2084
+ {
2085
+ "epoch": 0.96,
2086
+ "grad_norm": 0.009619071148335934,
2087
+ "learning_rate": 4.4567100092429704e-07,
2088
+ "loss": 0.48481130599975586,
2089
+ "step": 2970
2090
+ },
2091
+ {
2092
+ "epoch": 0.9632323232323232,
2093
+ "grad_norm": 0.010197056457400322,
2094
+ "learning_rate": 3.7730217137428857e-07,
2095
+ "loss": 0.47917518615722654,
2096
+ "step": 2980
2097
+ },
2098
+ {
2099
+ "epoch": 0.9664646464646465,
2100
+ "grad_norm": 0.01057458110153675,
2101
+ "learning_rate": 3.1460326023836083e-07,
2102
+ "loss": 0.48064794540405276,
2103
+ "step": 2990
2104
+ },
2105
+ {
2106
+ "epoch": 0.9696969696969697,
2107
+ "grad_norm": 0.01009963545948267,
2108
+ "learning_rate": 2.575814315306846e-07,
2109
+ "loss": 0.4831876754760742,
2110
+ "step": 3000
2111
+ }
2112
+ ],
2113
+ "logging_steps": 10,
2114
+ "max_steps": 3094,
2115
+ "num_input_tokens_seen": 0,
2116
+ "num_train_epochs": 1,
2117
+ "save_steps": 200,
2118
+ "stateful_callbacks": {
2119
+ "TrainerControl": {
2120
+ "args": {
2121
+ "should_epoch_stop": false,
2122
+ "should_evaluate": false,
2123
+ "should_log": false,
2124
+ "should_save": true,
2125
+ "should_training_stop": false
2126
+ },
2127
+ "attributes": {}
2128
+ }
2129
+ },
2130
+ "total_flos": 4.256389449849504e+18,
2131
+ "train_batch_size": 2,
2132
+ "trial_name": null,
2133
+ "trial_params": null
2134
+ }
checkpoint-3094/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-4B-Base
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-4B-Base
7
+ - llama-factory
8
+ - lora
9
+ - transformers
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.18.1
checkpoint-3094/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-4B-Base",
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": 64,
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": 32,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "v_proj",
34
+ "k_proj",
35
+ "down_proj",
36
+ "up_proj",
37
+ "o_proj",
38
+ "gate_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
+ }
checkpoint-3094/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09a868524bc650caecf8a96c1b7a8c9806ed1f7de09f68a94990a38d5cc3720a
3
+ size 264308896
checkpoint-3094/chat_template.jinja ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 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.role == "user") or (message.role == "system" and not loop.first) %}
27
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
28
+ {%- elif message.role == "assistant" %}
29
+ {%- set content = message.content %}
30
+ {%- set reasoning_content = '' %}
31
+ {%- if message.reasoning_content is defined and message.reasoning_content is not none %}
32
+ {%- set reasoning_content = message.reasoning_content %}
33
+ {%- else %}
34
+ {%- if '</think>' in message.content %}
35
+ {%- set content = message.content.split('</think>')[-1].lstrip('\n') %}
36
+ {%- set reasoning_content = message.content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
37
+ {%- endif %}
38
+ {%- endif %}
39
+ {%- if loop.index0 > ns.last_query_index %}
40
+ {%- if loop.last or (not loop.last and reasoning_content) %}
41
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
42
+ {%- else %}
43
+ {{- '<|im_start|>' + message.role + '\n' + content }}
44
+ {%- endif %}
45
+ {%- else %}
46
+ {{- '<|im_start|>' + message.role + '\n' + content }}
47
+ {%- endif %}
48
+ {%- if message.tool_calls %}
49
+ {%- for tool_call in message.tool_calls %}
50
+ {%- if (loop.first and content) or (not loop.first) %}
51
+ {{- '\n' }}
52
+ {%- endif %}
53
+ {%- if tool_call.function %}
54
+ {%- set tool_call = tool_call.function %}
55
+ {%- endif %}
56
+ {{- '<tool_call>\n{"name": "' }}
57
+ {{- tool_call.name }}
58
+ {{- '", "arguments": ' }}
59
+ {%- if tool_call.arguments is string %}
60
+ {{- tool_call.arguments }}
61
+ {%- else %}
62
+ {{- tool_call.arguments | tojson }}
63
+ {%- endif %}
64
+ {{- '}\n</tool_call>' }}
65
+ {%- endfor %}
66
+ {%- endif %}
67
+ {{- '<|im_end|>\n' }}
68
+ {%- elif message.role == "tool" %}
69
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
70
+ {{- '<|im_start|>user' }}
71
+ {%- endif %}
72
+ {{- '\n<tool_response>\n' }}
73
+ {{- message.content }}
74
+ {{- '\n</tool_response>' }}
75
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
76
+ {{- '<|im_end|>\n' }}
77
+ {%- endif %}
78
+ {%- endif %}
79
+ {%- endfor %}
80
+ {%- if add_generation_prompt %}
81
+ {{- '<|im_start|>assistant\n' }}
82
+ {%- if enable_thinking is defined and enable_thinking is false %}
83
+ {{- '<think>\n\n</think>\n\n' }}
84
+ {%- endif %}
85
+ {%- endif %}
checkpoint-3094/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "padding_side": "right",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
checkpoint-3094/trainer_state.json ADDED
@@ -0,0 +1,2197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 200,
7
+ "global_step": 3094,
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.0032323232323232323,
14
+ "grad_norm": 0.032284051179885864,
15
+ "learning_rate": 5.806451612903226e-06,
16
+ "loss": 0.6013355255126953,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.006464646464646465,
21
+ "grad_norm": 0.01937970519065857,
22
+ "learning_rate": 1.2258064516129032e-05,
23
+ "loss": 0.5758121490478516,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.009696969696969697,
28
+ "grad_norm": 0.014327733777463436,
29
+ "learning_rate": 1.870967741935484e-05,
30
+ "loss": 0.5787662506103516,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.01292929292929293,
35
+ "grad_norm": 0.012254982255399227,
36
+ "learning_rate": 2.5161290322580645e-05,
37
+ "loss": 0.5327143669128418,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.01616161616161616,
42
+ "grad_norm": 0.014536243863403797,
43
+ "learning_rate": 3.161290322580645e-05,
44
+ "loss": 0.5393171310424805,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.019393939393939394,
49
+ "grad_norm": 0.011900736019015312,
50
+ "learning_rate": 3.8064516129032254e-05,
51
+ "loss": 0.5058945178985595,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.022626262626262626,
56
+ "grad_norm": 0.01210293360054493,
57
+ "learning_rate": 4.451612903225807e-05,
58
+ "loss": 0.517607593536377,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.02585858585858586,
63
+ "grad_norm": 0.017207792028784752,
64
+ "learning_rate": 5.096774193548387e-05,
65
+ "loss": 0.5269095420837402,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.02909090909090909,
70
+ "grad_norm": 0.013736969791352749,
71
+ "learning_rate": 5.7419354838709685e-05,
72
+ "loss": 0.5040688514709473,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.03232323232323232,
77
+ "grad_norm": 0.011664404533803463,
78
+ "learning_rate": 6.387096774193548e-05,
79
+ "loss": 0.5147775173187256,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.035555555555555556,
84
+ "grad_norm": 0.014052552171051502,
85
+ "learning_rate": 7.03225806451613e-05,
86
+ "loss": 0.5230005741119385,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.03878787878787879,
91
+ "grad_norm": 0.011644740588963032,
92
+ "learning_rate": 7.67741935483871e-05,
93
+ "loss": 0.5105222702026367,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.04202020202020202,
98
+ "grad_norm": 0.011730308644473553,
99
+ "learning_rate": 8.32258064516129e-05,
100
+ "loss": 0.4989170074462891,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.04525252525252525,
105
+ "grad_norm": 0.012009115889668465,
106
+ "learning_rate": 8.967741935483871e-05,
107
+ "loss": 0.5003124713897705,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.048484848484848485,
112
+ "grad_norm": 0.012424134649336338,
113
+ "learning_rate": 9.612903225806452e-05,
114
+ "loss": 0.5077538013458252,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.05171717171717172,
119
+ "grad_norm": 0.011461800895631313,
120
+ "learning_rate": 9.999954295400999e-05,
121
+ "loss": 0.5061477661132813,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.05494949494949495,
126
+ "grad_norm": 0.011583201587200165,
127
+ "learning_rate": 9.999440128258112e-05,
128
+ "loss": 0.5013481140136719,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.05818181818181818,
133
+ "grad_norm": 0.011583367362618446,
134
+ "learning_rate": 9.998354722168459e-05,
135
+ "loss": 0.48343815803527834,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.061414141414141414,
140
+ "grad_norm": 0.011094105429947376,
141
+ "learning_rate": 9.996698201151175e-05,
142
+ "loss": 0.507840633392334,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.06464646464646465,
147
+ "grad_norm": 0.011715452186763287,
148
+ "learning_rate": 9.994470754481315e-05,
149
+ "loss": 0.49884777069091796,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.06787878787878789,
154
+ "grad_norm": 0.010746965184807777,
155
+ "learning_rate": 9.991672636668239e-05,
156
+ "loss": 0.5068713188171386,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.07111111111111111,
161
+ "grad_norm": 0.012883410789072514,
162
+ "learning_rate": 9.988304167426519e-05,
163
+ "loss": 0.4920186519622803,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.07434343434343435,
168
+ "grad_norm": 0.011187366209924221,
169
+ "learning_rate": 9.984365731639419e-05,
170
+ "loss": 0.5021648406982422,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.07757575757575758,
175
+ "grad_norm": 0.010671757161617279,
176
+ "learning_rate": 9.979857779314906e-05,
177
+ "loss": 0.5038897514343261,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.08080808080808081,
182
+ "grad_norm": 0.01044373121112585,
183
+ "learning_rate": 9.974780825534246e-05,
184
+ "loss": 0.4965065956115723,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.08404040404040404,
189
+ "grad_norm": 0.010565251111984253,
190
+ "learning_rate": 9.969135450393141e-05,
191
+ "loss": 0.5145994186401367,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.08727272727272728,
196
+ "grad_norm": 0.010024026967585087,
197
+ "learning_rate": 9.96292229893545e-05,
198
+ "loss": 0.505019235610962,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.0905050505050505,
203
+ "grad_norm": 0.010430407710373402,
204
+ "learning_rate": 9.956142081079484e-05,
205
+ "loss": 0.5115808010101318,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.09373737373737374,
210
+ "grad_norm": 0.010048807598650455,
211
+ "learning_rate": 9.948795571536891e-05,
212
+ "loss": 0.48525152206420896,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.09696969696969697,
217
+ "grad_norm": 0.010108387097716331,
218
+ "learning_rate": 9.94088360972414e-05,
219
+ "loss": 0.5002010822296142,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.10020202020202021,
224
+ "grad_norm": 0.010273640975356102,
225
+ "learning_rate": 9.932407099666608e-05,
226
+ "loss": 0.49662046432495116,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.10343434343434343,
231
+ "grad_norm": 0.00995971355587244,
232
+ "learning_rate": 9.923367009895274e-05,
233
+ "loss": 0.48578290939331054,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.10666666666666667,
238
+ "grad_norm": 0.010459775105118752,
239
+ "learning_rate": 9.913764373336079e-05,
240
+ "loss": 0.48862767219543457,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.1098989898989899,
245
+ "grad_norm": 0.009838269092142582,
246
+ "learning_rate": 9.903600287191875e-05,
247
+ "loss": 0.5034208774566651,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.11313131313131314,
252
+ "grad_norm": 0.00978950597345829,
253
+ "learning_rate": 9.892875912817079e-05,
254
+ "loss": 0.4870161533355713,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.11636363636363636,
259
+ "grad_norm": 0.01030043140053749,
260
+ "learning_rate": 9.881592475584964e-05,
261
+ "loss": 0.5026071548461915,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.1195959595959596,
266
+ "grad_norm": 0.010531975887715816,
267
+ "learning_rate": 9.869751264747656e-05,
268
+ "loss": 0.4883917808532715,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.12282828282828283,
273
+ "grad_norm": 0.00986825954169035,
274
+ "learning_rate": 9.857353633288814e-05,
275
+ "loss": 0.4927018165588379,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.12606060606060607,
280
+ "grad_norm": 0.009432349354028702,
281
+ "learning_rate": 9.844400997769043e-05,
282
+ "loss": 0.4908174514770508,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.1292929292929293,
287
+ "grad_norm": 0.01057665515691042,
288
+ "learning_rate": 9.83089483816404e-05,
289
+ "loss": 0.5069625854492188,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.13252525252525252,
294
+ "grad_norm": 0.010007908567786217,
295
+ "learning_rate": 9.816836697695482e-05,
296
+ "loss": 0.4988056182861328,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.13575757575757577,
301
+ "grad_norm": 0.010027808137238026,
302
+ "learning_rate": 9.802228182654702e-05,
303
+ "loss": 0.5007385730743408,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.138989898989899,
308
+ "grad_norm": 0.009953738190233707,
309
+ "learning_rate": 9.787070962219156e-05,
310
+ "loss": 0.5130783081054687,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.14222222222222222,
315
+ "grad_norm": 0.010204462334513664,
316
+ "learning_rate": 9.771366768261696e-05,
317
+ "loss": 0.4947535514831543,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.14545454545454545,
322
+ "grad_norm": 0.009612451307475567,
323
+ "learning_rate": 9.755117395152689e-05,
324
+ "loss": 0.4917112350463867,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.1486868686868687,
329
+ "grad_norm": 0.00995573028922081,
330
+ "learning_rate": 9.73832469955499e-05,
331
+ "loss": 0.4882859230041504,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.15191919191919193,
336
+ "grad_norm": 0.009584570303559303,
337
+ "learning_rate": 9.720990600211797e-05,
338
+ "loss": 0.500526762008667,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.15515151515151515,
343
+ "grad_norm": 0.010585076175630093,
344
+ "learning_rate": 9.703117077727419e-05,
345
+ "loss": 0.496882963180542,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.15838383838383838,
350
+ "grad_norm": 0.009859723038971424,
351
+ "learning_rate": 9.684706174340965e-05,
352
+ "loss": 0.48728485107421876,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.16161616161616163,
357
+ "grad_norm": 0.010212041437625885,
358
+ "learning_rate": 9.665759993693e-05,
359
+ "loss": 0.49378366470336915,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.16484848484848486,
364
+ "grad_norm": 0.009744231589138508,
365
+ "learning_rate": 9.646280700585185e-05,
366
+ "loss": 0.4663555145263672,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.16808080808080808,
371
+ "grad_norm": 0.009789686650037766,
372
+ "learning_rate": 9.626270520732916e-05,
373
+ "loss": 0.4879913330078125,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.1713131313131313,
378
+ "grad_norm": 0.009891769848763943,
379
+ "learning_rate": 9.605731740511022e-05,
380
+ "loss": 0.48809428215026857,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.17454545454545456,
385
+ "grad_norm": 0.01002143882215023,
386
+ "learning_rate": 9.584666706692517e-05,
387
+ "loss": 0.4959606170654297,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.17777777777777778,
392
+ "grad_norm": 0.009208496659994125,
393
+ "learning_rate": 9.56307782618046e-05,
394
+ "loss": 0.4878594398498535,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.181010101010101,
399
+ "grad_norm": 0.009645081125199795,
400
+ "learning_rate": 9.540967565732937e-05,
401
+ "loss": 0.4769869804382324,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.18424242424242424,
406
+ "grad_norm": 0.010497638955712318,
407
+ "learning_rate": 9.51833845168121e-05,
408
+ "loss": 0.4970097064971924,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.1874747474747475,
413
+ "grad_norm": 0.010612033307552338,
414
+ "learning_rate": 9.495193069641057e-05,
415
+ "loss": 0.4945381164550781,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.1907070707070707,
420
+ "grad_norm": 0.009433986619114876,
421
+ "learning_rate": 9.47153406421734e-05,
422
+ "loss": 0.4860210418701172,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.19393939393939394,
427
+ "grad_norm": 0.009995914995670319,
428
+ "learning_rate": 9.447364138701823e-05,
429
+ "loss": 0.4904911994934082,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.19717171717171716,
434
+ "grad_norm": 0.009814019314944744,
435
+ "learning_rate": 9.422686054764302e-05,
436
+ "loss": 0.4915336608886719,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.20040404040404042,
441
+ "grad_norm": 0.010199982672929764,
442
+ "learning_rate": 9.397502632137055e-05,
443
+ "loss": 0.4805011749267578,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.20363636363636364,
448
+ "grad_norm": 0.010121874511241913,
449
+ "learning_rate": 9.371816748292641e-05,
450
+ "loss": 0.47633209228515627,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.20686868686868687,
455
+ "grad_norm": 0.009638865478336811,
456
+ "learning_rate": 9.345631338115141e-05,
457
+ "loss": 0.48993511199951173,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.2101010101010101,
462
+ "grad_norm": 0.010041174478828907,
463
+ "learning_rate": 9.318949393564807e-05,
464
+ "loss": 0.4798978328704834,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.21333333333333335,
469
+ "grad_norm": 0.010145517997443676,
470
+ "learning_rate": 9.291773963336193e-05,
471
+ "loss": 0.4696659564971924,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.21656565656565657,
476
+ "grad_norm": 0.01043335534632206,
477
+ "learning_rate": 9.264108152509816e-05,
478
+ "loss": 0.4955574035644531,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.2197979797979798,
483
+ "grad_norm": 0.010406569577753544,
484
+ "learning_rate": 9.235955122197368e-05,
485
+ "loss": 0.48659563064575195,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.22303030303030302,
490
+ "grad_norm": 0.009870355017483234,
491
+ "learning_rate": 9.207318089180524e-05,
492
+ "loss": 0.4766091823577881,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.22626262626262628,
497
+ "grad_norm": 0.009980005212128162,
498
+ "learning_rate": 9.178200325543384e-05,
499
+ "loss": 0.5022068023681641,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.2294949494949495,
504
+ "grad_norm": 0.009765878319740295,
505
+ "learning_rate": 9.148605158298621e-05,
506
+ "loss": 0.48309478759765623,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.23272727272727273,
511
+ "grad_norm": 0.009879437275230885,
512
+ "learning_rate": 9.118535969007314e-05,
513
+ "loss": 0.4793684959411621,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.23595959595959595,
518
+ "grad_norm": 0.009907045401632786,
519
+ "learning_rate": 9.087996193392578e-05,
520
+ "loss": 0.49844112396240237,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.2391919191919192,
525
+ "grad_norm": 0.009958872571587563,
526
+ "learning_rate": 9.056989320947e-05,
527
+ "loss": 0.48113102912902833,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.24242424242424243,
532
+ "grad_norm": 0.010206855833530426,
533
+ "learning_rate": 9.025518894533921e-05,
534
+ "loss": 0.5048784255981446,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.24565656565656566,
539
+ "grad_norm": 0.009286429733037949,
540
+ "learning_rate": 8.99358850998263e-05,
541
+ "loss": 0.4862624168395996,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.24888888888888888,
546
+ "grad_norm": 0.009919015690684319,
547
+ "learning_rate": 8.9612018156775e-05,
548
+ "loss": 0.48739056587219237,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.25212121212121213,
553
+ "grad_norm": 0.010435211472213268,
554
+ "learning_rate": 8.928362512141124e-05,
555
+ "loss": 0.48689990043640136,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.25535353535353533,
560
+ "grad_norm": 0.009992080740630627,
561
+ "learning_rate": 8.895074351611488e-05,
562
+ "loss": 0.4848791599273682,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.2585858585858586,
567
+ "grad_norm": 0.010449117980897427,
568
+ "learning_rate": 8.861341137613242e-05,
569
+ "loss": 0.49130568504333494,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.26181818181818184,
574
+ "grad_norm": 0.010061345063149929,
575
+ "learning_rate": 8.827166724523105e-05,
576
+ "loss": 0.49056081771850585,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.26505050505050504,
581
+ "grad_norm": 0.009908635169267654,
582
+ "learning_rate": 8.792555017129461e-05,
583
+ "loss": 0.4706866264343262,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.2682828282828283,
588
+ "grad_norm": 0.010003669187426567,
589
+ "learning_rate": 8.757509970186196e-05,
590
+ "loss": 0.48719348907470705,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.27151515151515154,
595
+ "grad_norm": 0.009513127617537975,
596
+ "learning_rate": 8.722035587960826e-05,
597
+ "loss": 0.48200483322143556,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.27474747474747474,
602
+ "grad_norm": 0.009142451919615269,
603
+ "learning_rate": 8.686135923776969e-05,
604
+ "loss": 0.48613176345825193,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.277979797979798,
609
+ "grad_norm": 0.00980432890355587,
610
+ "learning_rate": 8.649815079551205e-05,
611
+ "loss": 0.4976047515869141,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.2812121212121212,
616
+ "grad_norm": 0.010442109778523445,
617
+ "learning_rate": 8.613077205324389e-05,
618
+ "loss": 0.48451838493347166,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.28444444444444444,
623
+ "grad_norm": 0.009309548884630203,
624
+ "learning_rate": 8.575926498787476e-05,
625
+ "loss": 0.5115366458892823,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.2876767676767677,
630
+ "grad_norm": 0.009093924425542355,
631
+ "learning_rate": 8.538367204801872e-05,
632
+ "loss": 0.48187432289123533,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.2909090909090909,
637
+ "grad_norm": 0.009757987223565578,
638
+ "learning_rate": 8.500403614914432e-05,
639
+ "loss": 0.4882505416870117,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.29414141414141415,
644
+ "grad_norm": 0.010261048562824726,
645
+ "learning_rate": 8.462040066867089e-05,
646
+ "loss": 0.49068965911865237,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.2973737373737374,
651
+ "grad_norm": 0.009317740797996521,
652
+ "learning_rate": 8.423280944101233e-05,
653
+ "loss": 0.4966132164001465,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.3006060606060606,
658
+ "grad_norm": 0.009787693619728088,
659
+ "learning_rate": 8.384130675256852e-05,
660
+ "loss": 0.4754981994628906,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.30383838383838385,
665
+ "grad_norm": 0.010005015879869461,
666
+ "learning_rate": 8.34459373366651e-05,
667
+ "loss": 0.4735103130340576,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.30707070707070705,
672
+ "grad_norm": 0.009837017394602299,
673
+ "learning_rate": 8.304674636844231e-05,
674
+ "loss": 0.4809592247009277,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.3103030303030303,
679
+ "grad_norm": 0.009590484201908112,
680
+ "learning_rate": 8.264377945969312e-05,
681
+ "loss": 0.48206100463867185,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.31353535353535356,
686
+ "grad_norm": 0.009699508547782898,
687
+ "learning_rate": 8.223708265365174e-05,
688
+ "loss": 0.48718748092651365,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.31676767676767675,
693
+ "grad_norm": 0.010278215631842613,
694
+ "learning_rate": 8.182670241973253e-05,
695
+ "loss": 0.4952278137207031,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.32,
700
+ "grad_norm": 0.010104077868163586,
701
+ "learning_rate": 8.141268564822053e-05,
702
+ "loss": 0.47769975662231445,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.32323232323232326,
707
+ "grad_norm": 0.009301737882196903,
708
+ "learning_rate": 8.099507964491369e-05,
709
+ "loss": 0.4862718105316162,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.32646464646464646,
714
+ "grad_norm": 0.009307135827839375,
715
+ "learning_rate": 8.057393212571767e-05,
716
+ "loss": 0.49833106994628906,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.3296969696969697,
721
+ "grad_norm": 0.009420682676136494,
722
+ "learning_rate": 8.014929121119378e-05,
723
+ "loss": 0.48829941749572753,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.3329292929292929,
728
+ "grad_norm": 0.010058379732072353,
729
+ "learning_rate": 7.972120542106077e-05,
730
+ "loss": 0.46506147384643554,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.33616161616161616,
735
+ "grad_norm": 0.009461579844355583,
736
+ "learning_rate": 7.92897236686508e-05,
737
+ "loss": 0.47866268157958985,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.3393939393939394,
742
+ "grad_norm": 0.010341835208237171,
743
+ "learning_rate": 7.885489525532075e-05,
744
+ "loss": 0.4966601371765137,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.3426262626262626,
749
+ "grad_norm": 0.01042103860527277,
750
+ "learning_rate": 7.84167698648189e-05,
751
+ "loss": 0.49251084327697753,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.34585858585858587,
756
+ "grad_norm": 0.010442749597132206,
757
+ "learning_rate": 7.797539755760805e-05,
758
+ "loss": 0.4816086769104004,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.3490909090909091,
763
+ "grad_norm": 0.010256553068757057,
764
+ "learning_rate": 7.753082876514562e-05,
765
+ "loss": 0.47102947235107423,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.3523232323232323,
770
+ "grad_norm": 0.009399017319083214,
771
+ "learning_rate": 7.708311428412129e-05,
772
+ "loss": 0.4810478210449219,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.35555555555555557,
777
+ "grad_norm": 0.009499317966401577,
778
+ "learning_rate": 7.663230527065293e-05,
779
+ "loss": 0.47051143646240234,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.35878787878787877,
784
+ "grad_norm": 0.009759469889104366,
785
+ "learning_rate": 7.617845323444156e-05,
786
+ "loss": 0.4780744552612305,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.362020202020202,
791
+ "grad_norm": 0.00987281370908022,
792
+ "learning_rate": 7.572161003288565e-05,
793
+ "loss": 0.4804032325744629,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.3652525252525253,
798
+ "grad_norm": 0.00963522493839264,
799
+ "learning_rate": 7.526182786515609e-05,
800
+ "loss": 0.48206367492675783,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.36848484848484847,
805
+ "grad_norm": 0.009587026201188564,
806
+ "learning_rate": 7.479915926623165e-05,
807
+ "loss": 0.49240264892578123,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.3717171717171717,
812
+ "grad_norm": 0.009810036048293114,
813
+ "learning_rate": 7.433365710089646e-05,
814
+ "loss": 0.48599681854248045,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.374949494949495,
819
+ "grad_norm": 0.00978278461843729,
820
+ "learning_rate": 7.386537455769963e-05,
821
+ "loss": 0.4688436031341553,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.3781818181818182,
826
+ "grad_norm": 0.00925996620208025,
827
+ "learning_rate": 7.339436514287783e-05,
828
+ "loss": 0.47986507415771484,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.3814141414141414,
833
+ "grad_norm": 0.010006657801568508,
834
+ "learning_rate": 7.292068267424165e-05,
835
+ "loss": 0.4771553993225098,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.3846464646464646,
840
+ "grad_norm": 0.010299976915121078,
841
+ "learning_rate": 7.244438127502647e-05,
842
+ "loss": 0.4854436874389648,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.3878787878787879,
847
+ "grad_norm": 0.009807374328374863,
848
+ "learning_rate": 7.196551536770807e-05,
849
+ "loss": 0.4763533592224121,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.39111111111111113,
854
+ "grad_norm": 0.010062369517982006,
855
+ "learning_rate": 7.148413966778451e-05,
856
+ "loss": 0.47457141876220704,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.39434343434343433,
861
+ "grad_norm": 0.009904388338327408,
862
+ "learning_rate": 7.100030917752423e-05,
863
+ "loss": 0.4732469081878662,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.3975757575757576,
868
+ "grad_norm": 0.009578046388924122,
869
+ "learning_rate": 7.051407917968138e-05,
870
+ "loss": 0.47551660537719725,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.40080808080808084,
875
+ "grad_norm": 0.010024272836744785,
876
+ "learning_rate": 7.002550523117926e-05,
877
+ "loss": 0.4835049629211426,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.40404040404040403,
882
+ "grad_norm": 0.010056886821985245,
883
+ "learning_rate": 6.953464315676241e-05,
884
+ "loss": 0.4909071922302246,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.4072727272727273,
889
+ "grad_norm": 0.009707778692245483,
890
+ "learning_rate": 6.904154904261792e-05,
891
+ "loss": 0.4842695236206055,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.4105050505050505,
896
+ "grad_norm": 0.00976107269525528,
897
+ "learning_rate": 6.8546279229967e-05,
898
+ "loss": 0.48967390060424804,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.41373737373737374,
903
+ "grad_norm": 0.010392800904810429,
904
+ "learning_rate": 6.804889030862753e-05,
905
+ "loss": 0.48658218383789065,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.416969696969697,
910
+ "grad_norm": 0.009267269633710384,
911
+ "learning_rate": 6.754943911054793e-05,
912
+ "loss": 0.48893008232116697,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.4202020202020202,
917
+ "grad_norm": 0.009753459133207798,
918
+ "learning_rate": 6.704798270331358e-05,
919
+ "loss": 0.49384117126464844,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.42343434343434344,
924
+ "grad_norm": 0.011121846735477448,
925
+ "learning_rate": 6.654457838362621e-05,
926
+ "loss": 0.47458324432373045,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.4266666666666667,
931
+ "grad_norm": 0.009406324476003647,
932
+ "learning_rate": 6.603928367075718e-05,
933
+ "loss": 0.4703402519226074,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.4298989898989899,
938
+ "grad_norm": 0.010009719990193844,
939
+ "learning_rate": 6.553215629997529e-05,
940
+ "loss": 0.4851715087890625,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.43313131313131314,
945
+ "grad_norm": 0.009798573330044746,
946
+ "learning_rate": 6.502325421594988e-05,
947
+ "loss": 0.4779622554779053,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.43636363636363634,
952
+ "grad_norm": 0.0098969591781497,
953
+ "learning_rate": 6.451263556613007e-05,
954
+ "loss": 0.4708548545837402,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.4395959595959596,
959
+ "grad_norm": 0.009853474795818329,
960
+ "learning_rate": 6.40003586941008e-05,
961
+ "loss": 0.4721970558166504,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.44282828282828285,
966
+ "grad_norm": 0.009663710370659828,
967
+ "learning_rate": 6.348648213291642e-05,
968
+ "loss": 0.4798272132873535,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.44606060606060605,
973
+ "grad_norm": 0.009419051930308342,
974
+ "learning_rate": 6.297106459841272e-05,
975
+ "loss": 0.471483039855957,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.4492929292929293,
980
+ "grad_norm": 0.009978282265365124,
981
+ "learning_rate": 6.245416498249801e-05,
982
+ "loss": 0.4772329330444336,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.45252525252525255,
987
+ "grad_norm": 0.009491856209933758,
988
+ "learning_rate": 6.193584234642403e-05,
989
+ "loss": 0.48812179565429686,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.45575757575757575,
994
+ "grad_norm": 0.010496517643332481,
995
+ "learning_rate": 6.141615591403771e-05,
996
+ "loss": 0.48897976875305177,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.458989898989899,
1001
+ "grad_norm": 0.01015474647283554,
1002
+ "learning_rate": 6.0895165065014106e-05,
1003
+ "loss": 0.4850447654724121,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.4622222222222222,
1008
+ "grad_norm": 0.009763741865754128,
1009
+ "learning_rate": 6.037292932807167e-05,
1010
+ "loss": 0.4857158660888672,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.46545454545454545,
1015
+ "grad_norm": 0.009874231182038784,
1016
+ "learning_rate": 5.984950837417048e-05,
1017
+ "loss": 0.4844364166259766,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.4686868686868687,
1022
+ "grad_norm": 0.010104037821292877,
1023
+ "learning_rate": 5.932496200969422e-05,
1024
+ "loss": 0.47542514801025393,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.4719191919191919,
1029
+ "grad_norm": 0.009445435367524624,
1030
+ "learning_rate": 5.879935016961661e-05,
1031
+ "loss": 0.48579182624816897,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.47515151515151516,
1036
+ "grad_norm": 0.010507128201425076,
1037
+ "learning_rate": 5.827273291065326e-05,
1038
+ "loss": 0.48273677825927735,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.4783838383838384,
1043
+ "grad_norm": 0.009411566890776157,
1044
+ "learning_rate": 5.7745170404399484e-05,
1045
+ "loss": 0.46429009437561036,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.4816161616161616,
1050
+ "grad_norm": 0.010377817787230015,
1051
+ "learning_rate": 5.721672293045518e-05,
1052
+ "loss": 0.49172677993774416,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.48484848484848486,
1057
+ "grad_norm": 0.009920118376612663,
1058
+ "learning_rate": 5.668745086953712e-05,
1059
+ "loss": 0.4934688568115234,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.48808080808080806,
1064
+ "grad_norm": 0.012272641994059086,
1065
+ "learning_rate": 5.615741469657985e-05,
1066
+ "loss": 0.4826413631439209,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.4913131313131313,
1071
+ "grad_norm": 0.00981989037245512,
1072
+ "learning_rate": 5.562667497382582e-05,
1073
+ "loss": 0.48468503952026365,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.49454545454545457,
1078
+ "grad_norm": 0.010148138739168644,
1079
+ "learning_rate": 5.509529234390553e-05,
1080
+ "loss": 0.47773942947387693,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.49777777777777776,
1085
+ "grad_norm": 0.010528397746384144,
1086
+ "learning_rate": 5.456332752290837e-05,
1087
+ "loss": 0.47507562637329104,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.501010101010101,
1092
+ "grad_norm": 0.01076479908078909,
1093
+ "learning_rate": 5.4030841293445244e-05,
1094
+ "loss": 0.486495304107666,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.5042424242424243,
1099
+ "grad_norm": 0.009976644068956375,
1100
+ "learning_rate": 5.349789449770351e-05,
1101
+ "loss": 0.48320484161376953,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.5074747474747475,
1106
+ "grad_norm": 0.010504718869924545,
1107
+ "learning_rate": 5.2964548030495065e-05,
1108
+ "loss": 0.48847188949584963,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.5107070707070707,
1113
+ "grad_norm": 0.010325642302632332,
1114
+ "learning_rate": 5.243086283229852e-05,
1115
+ "loss": 0.47591514587402345,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.5139393939393939,
1120
+ "grad_norm": 0.010260741226375103,
1121
+ "learning_rate": 5.18968998822961e-05,
1122
+ "loss": 0.48136124610900877,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.5171717171717172,
1127
+ "grad_norm": 0.010797196067869663,
1128
+ "learning_rate": 5.1362720191406065e-05,
1129
+ "loss": 0.48076438903808594,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.5204040404040404,
1134
+ "grad_norm": 0.010010522790253162,
1135
+ "learning_rate": 5.082838479531169e-05,
1136
+ "loss": 0.5004307270050049,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.5236363636363637,
1141
+ "grad_norm": 0.010120037943124771,
1142
+ "learning_rate": 5.029395474748714e-05,
1143
+ "loss": 0.4812767028808594,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.5268686868686868,
1148
+ "grad_norm": 0.009431752376258373,
1149
+ "learning_rate": 4.975949111222158e-05,
1150
+ "loss": 0.4887521743774414,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.5301010101010101,
1155
+ "grad_norm": 0.010080527514219284,
1156
+ "learning_rate": 4.9225054957641916e-05,
1157
+ "loss": 0.48248910903930664,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.5333333333333333,
1162
+ "grad_norm": 0.009522376582026482,
1163
+ "learning_rate": 4.8690707348735035e-05,
1164
+ "loss": 0.4855649948120117,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.5365656565656566,
1169
+ "grad_norm": 0.009686745703220367,
1170
+ "learning_rate": 4.8156509340370605e-05,
1171
+ "loss": 0.47187280654907227,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.5397979797979798,
1176
+ "grad_norm": 0.011875285767018795,
1177
+ "learning_rate": 4.762252197032482e-05,
1178
+ "loss": 0.46579513549804685,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.5430303030303031,
1183
+ "grad_norm": 0.009932303801178932,
1184
+ "learning_rate": 4.7088806252306224e-05,
1185
+ "loss": 0.47946829795837403,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.5462626262626262,
1190
+ "grad_norm": 0.017099183052778244,
1191
+ "learning_rate": 4.655542316898423e-05,
1192
+ "loss": 0.4593667030334473,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.5494949494949495,
1197
+ "grad_norm": 0.010512005537748337,
1198
+ "learning_rate": 4.6022433665021246e-05,
1199
+ "loss": 0.48582897186279295,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 0.5527272727272727,
1204
+ "grad_norm": 0.00989206787198782,
1205
+ "learning_rate": 4.548989864010902e-05,
1206
+ "loss": 0.4849580764770508,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 0.555959595959596,
1211
+ "grad_norm": 0.010284029878675938,
1212
+ "learning_rate": 4.495787894201031e-05,
1213
+ "loss": 0.49089298248291013,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 0.5591919191919192,
1218
+ "grad_norm": 0.00992760993540287,
1219
+ "learning_rate": 4.442643535960631e-05,
1220
+ "loss": 0.48010549545288084,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 0.5624242424242424,
1225
+ "grad_norm": 0.00978371873497963,
1226
+ "learning_rate": 4.3895628615950864e-05,
1227
+ "loss": 0.47594566345214845,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 0.5656565656565656,
1232
+ "grad_norm": 0.00981004349887371,
1233
+ "learning_rate": 4.3365519361332345e-05,
1234
+ "loss": 0.48056421279907224,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 0.5688888888888889,
1239
+ "grad_norm": 0.010216868482530117,
1240
+ "learning_rate": 4.283616816634353e-05,
1241
+ "loss": 0.47501134872436523,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 0.5721212121212121,
1246
+ "grad_norm": 0.010267022997140884,
1247
+ "learning_rate": 4.230763551496089e-05,
1248
+ "loss": 0.478366756439209,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 0.5753535353535354,
1253
+ "grad_norm": 0.009910739958286285,
1254
+ "learning_rate": 4.1779981797633645e-05,
1255
+ "loss": 0.478058385848999,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 0.5785858585858585,
1260
+ "grad_norm": 0.011339185759425163,
1261
+ "learning_rate": 4.1253267304383455e-05,
1262
+ "loss": 0.48466057777404786,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 0.5818181818181818,
1267
+ "grad_norm": 0.009522072039544582,
1268
+ "learning_rate": 4.072755221791572e-05,
1269
+ "loss": 0.4769908905029297,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 0.585050505050505,
1274
+ "grad_norm": 0.009808518923819065,
1275
+ "learning_rate": 4.020289660674306e-05,
1276
+ "loss": 0.47162666320800783,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 0.5882828282828283,
1281
+ "grad_norm": 0.009962448850274086,
1282
+ "learning_rate": 3.967936041832173e-05,
1283
+ "loss": 0.46282405853271485,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 0.5915151515151515,
1288
+ "grad_norm": 0.009498678147792816,
1289
+ "learning_rate": 3.9157003472202246e-05,
1290
+ "loss": 0.4794480323791504,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 0.5947474747474748,
1295
+ "grad_norm": 0.009407177567481995,
1296
+ "learning_rate": 3.863588545319407e-05,
1297
+ "loss": 0.4729412078857422,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 0.597979797979798,
1302
+ "grad_norm": 0.009899895638227463,
1303
+ "learning_rate": 3.8116065904546196e-05,
1304
+ "loss": 0.47380704879760743,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 0.6012121212121212,
1309
+ "grad_norm": 0.009560837410390377,
1310
+ "learning_rate": 3.759760422114362e-05,
1311
+ "loss": 0.47751388549804685,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 0.6044444444444445,
1316
+ "grad_norm": 0.010970192961394787,
1317
+ "learning_rate": 3.708055964272088e-05,
1318
+ "loss": 0.47801823616027833,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 0.6076767676767677,
1323
+ "grad_norm": 0.00964390765875578,
1324
+ "learning_rate": 3.6564991247093234e-05,
1325
+ "loss": 0.4800426483154297,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 0.610909090909091,
1330
+ "grad_norm": 0.009764602407813072,
1331
+ "learning_rate": 3.6050957943406465e-05,
1332
+ "loss": 0.4812753677368164,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 0.6141414141414141,
1337
+ "grad_norm": 0.009959314949810505,
1338
+ "learning_rate": 3.553851846540584e-05,
1339
+ "loss": 0.47804956436157225,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 0.6173737373737374,
1344
+ "grad_norm": 0.010666392743587494,
1345
+ "learning_rate": 3.50277313647252e-05,
1346
+ "loss": 0.4772273063659668,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 0.6206060606060606,
1351
+ "grad_norm": 0.009173358790576458,
1352
+ "learning_rate": 3.451865500419676e-05,
1353
+ "loss": 0.4892144203186035,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 0.6238383838383839,
1358
+ "grad_norm": 0.010000358335673809,
1359
+ "learning_rate": 3.401134755118256e-05,
1360
+ "loss": 0.48959059715270997,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 0.6270707070707071,
1365
+ "grad_norm": 0.010190536268055439,
1366
+ "learning_rate": 3.350586697092826e-05,
1367
+ "loss": 0.46478729248046874,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 0.6303030303030303,
1372
+ "grad_norm": 0.010812178254127502,
1373
+ "learning_rate": 3.300227101993998e-05,
1374
+ "loss": 0.5046152114868164,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 0.6335353535353535,
1379
+ "grad_norm": 0.01017849799245596,
1380
+ "learning_rate": 3.2500617239384947e-05,
1381
+ "loss": 0.4698008060455322,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 0.6367676767676768,
1386
+ "grad_norm": 0.011103908531367779,
1387
+ "learning_rate": 3.200096294851691e-05,
1388
+ "loss": 0.4716217041015625,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 0.64,
1393
+ "grad_norm": 0.009982883930206299,
1394
+ "learning_rate": 3.150336523812674e-05,
1395
+ "loss": 0.47135162353515625,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 0.6432323232323233,
1400
+ "grad_norm": 0.01043197326362133,
1401
+ "learning_rate": 3.100788096401925e-05,
1402
+ "loss": 0.4799614906311035,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 0.6464646464646465,
1407
+ "grad_norm": 0.010667623952031136,
1408
+ "learning_rate": 3.051456674051677e-05,
1409
+ "loss": 0.4682164192199707,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 0.6496969696969697,
1414
+ "grad_norm": 0.010620036162436008,
1415
+ "learning_rate": 3.0023478933990347e-05,
1416
+ "loss": 0.4750208854675293,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 0.6529292929292929,
1421
+ "grad_norm": 0.010374991223216057,
1422
+ "learning_rate": 2.9534673656419377e-05,
1423
+ "loss": 0.48034076690673827,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 0.6561616161616162,
1428
+ "grad_norm": 0.011932817287743092,
1429
+ "learning_rate": 2.9048206758980136e-05,
1430
+ "loss": 0.46314101219177245,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 0.6593939393939394,
1435
+ "grad_norm": 0.01039852574467659,
1436
+ "learning_rate": 2.856413382566425e-05,
1437
+ "loss": 0.4783937454223633,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 0.6626262626262627,
1442
+ "grad_norm": 0.010200604796409607,
1443
+ "learning_rate": 2.8082510166927583e-05,
1444
+ "loss": 0.4792025089263916,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 0.6658585858585858,
1449
+ "grad_norm": 0.009561127051711082,
1450
+ "learning_rate": 2.760339081337041e-05,
1451
+ "loss": 0.4722686767578125,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 0.6690909090909091,
1456
+ "grad_norm": 0.00924921128898859,
1457
+ "learning_rate": 2.7126830509449773e-05,
1458
+ "loss": 0.4884464263916016,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 0.6723232323232323,
1463
+ "grad_norm": 0.00991444569081068,
1464
+ "learning_rate": 2.6652883707224075e-05,
1465
+ "loss": 0.4804549217224121,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 0.6755555555555556,
1470
+ "grad_norm": 0.009902069345116615,
1471
+ "learning_rate": 2.618160456013153e-05,
1472
+ "loss": 0.4781071186065674,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 0.6787878787878788,
1477
+ "grad_norm": 0.010504493489861488,
1478
+ "learning_rate": 2.571304691680255e-05,
1479
+ "loss": 0.48059587478637694,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 0.682020202020202,
1484
+ "grad_norm": 0.009641965851187706,
1485
+ "learning_rate": 2.5247264314906917e-05,
1486
+ "loss": 0.4706240177154541,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 0.6852525252525252,
1491
+ "grad_norm": 0.010276644490659237,
1492
+ "learning_rate": 2.4784309975036513e-05,
1493
+ "loss": 0.4885101318359375,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 0.6884848484848485,
1498
+ "grad_norm": 0.010960405692458153,
1499
+ "learning_rate": 2.4324236794624456e-05,
1500
+ "loss": 0.4882383346557617,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 0.6917171717171717,
1505
+ "grad_norm": 0.010282796807587147,
1506
+ "learning_rate": 2.386709734190079e-05,
1507
+ "loss": 0.4768857479095459,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 0.694949494949495,
1512
+ "grad_norm": 0.010104385204613209,
1513
+ "learning_rate": 2.34129438498862e-05,
1514
+ "loss": 0.4802837371826172,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 0.6981818181818182,
1519
+ "grad_norm": 0.010027035139501095,
1520
+ "learning_rate": 2.296182821042374e-05,
1521
+ "loss": 0.4874839782714844,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 0.7014141414141414,
1526
+ "grad_norm": 0.010018851608037949,
1527
+ "learning_rate": 2.2513801968249644e-05,
1528
+ "loss": 0.4758561134338379,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 0.7046464646464646,
1533
+ "grad_norm": 0.009862969629466534,
1534
+ "learning_rate": 2.2068916315103783e-05,
1535
+ "loss": 0.4686488151550293,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 0.7078787878787879,
1540
+ "grad_norm": 0.00952910166233778,
1541
+ "learning_rate": 2.162722208388057e-05,
1542
+ "loss": 0.4782154083251953,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 0.7111111111111111,
1547
+ "grad_norm": 0.010213647037744522,
1548
+ "learning_rate": 2.1188769742820625e-05,
1549
+ "loss": 0.4773773193359375,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 0.7143434343434344,
1554
+ "grad_norm": 0.010498392395675182,
1555
+ "learning_rate": 2.075360938974429e-05,
1556
+ "loss": 0.4733907222747803,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 0.7175757575757575,
1561
+ "grad_norm": 0.009394815191626549,
1562
+ "learning_rate": 2.03217907463275e-05,
1563
+ "loss": 0.47564210891723635,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 0.7208080808080808,
1568
+ "grad_norm": 0.010383618995547295,
1569
+ "learning_rate": 1.989336315242048e-05,
1570
+ "loss": 0.4784512519836426,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 0.724040404040404,
1575
+ "grad_norm": 0.01043599285185337,
1576
+ "learning_rate": 1.9468375560410117e-05,
1577
+ "loss": 0.4808964729309082,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 0.7272727272727273,
1582
+ "grad_norm": 0.009953988716006279,
1583
+ "learning_rate": 1.90468765296267e-05,
1584
+ "loss": 0.49031834602355956,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 0.7305050505050505,
1589
+ "grad_norm": 0.010356656275689602,
1590
+ "learning_rate": 1.8628914220795494e-05,
1591
+ "loss": 0.48055601119995117,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 0.7337373737373737,
1596
+ "grad_norm": 0.009841440245509148,
1597
+ "learning_rate": 1.8214536390533822e-05,
1598
+ "loss": 0.47170586585998536,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 0.7369696969696969,
1603
+ "grad_norm": 0.010102550499141216,
1604
+ "learning_rate": 1.7803790385894387e-05,
1605
+ "loss": 0.4660043716430664,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 0.7402020202020202,
1610
+ "grad_norm": 0.010421738028526306,
1611
+ "learning_rate": 1.7396723138955428e-05,
1612
+ "loss": 0.4599196434020996,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 0.7434343434343434,
1617
+ "grad_norm": 0.009896540082991123,
1618
+ "learning_rate": 1.699338116145811e-05,
1619
+ "loss": 0.46491589546203616,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 0.7466666666666667,
1624
+ "grad_norm": 0.010468855500221252,
1625
+ "learning_rate": 1.6593810539492195e-05,
1626
+ "loss": 0.47761125564575196,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 0.74989898989899,
1631
+ "grad_norm": 0.010416937991976738,
1632
+ "learning_rate": 1.619805692823016e-05,
1633
+ "loss": 0.49956817626953126,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 0.7531313131313131,
1638
+ "grad_norm": 0.010007611475884914,
1639
+ "learning_rate": 1.580616554671057e-05,
1640
+ "loss": 0.4716916084289551,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 0.7563636363636363,
1645
+ "grad_norm": 0.010231648571789265,
1646
+ "learning_rate": 1.5418181172671382e-05,
1647
+ "loss": 0.4909040451049805,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 0.7595959595959596,
1652
+ "grad_norm": 0.010324012488126755,
1653
+ "learning_rate": 1.5034148137433623e-05,
1654
+ "loss": 0.47939190864562986,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 0.7628282828282829,
1659
+ "grad_norm": 0.011009547859430313,
1660
+ "learning_rate": 1.4654110320836017e-05,
1661
+ "loss": 0.48291826248168945,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 0.7660606060606061,
1666
+ "grad_norm": 0.010392943397164345,
1667
+ "learning_rate": 1.4278111146221263e-05,
1668
+ "loss": 0.49179973602294924,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 0.7692929292929293,
1673
+ "grad_norm": 0.010355197824537754,
1674
+ "learning_rate": 1.3906193575474508e-05,
1675
+ "loss": 0.4716278076171875,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 0.7725252525252525,
1680
+ "grad_norm": 0.009932084940373898,
1681
+ "learning_rate": 1.3538400104114446e-05,
1682
+ "loss": 0.47190055847167967,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 0.7757575757575758,
1687
+ "grad_norm": 0.010710643604397774,
1688
+ "learning_rate": 1.3174772756437742e-05,
1689
+ "loss": 0.4703176498413086,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 0.778989898989899,
1694
+ "grad_norm": 0.010614068247377872,
1695
+ "learning_rate": 1.2815353080717379e-05,
1696
+ "loss": 0.47541141510009766,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 0.7822222222222223,
1701
+ "grad_norm": 0.011346950195729733,
1702
+ "learning_rate": 1.246018214445525e-05,
1703
+ "loss": 0.4860015869140625,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 0.7854545454545454,
1708
+ "grad_norm": 0.009824907407164574,
1709
+ "learning_rate": 1.210930052968981e-05,
1710
+ "loss": 0.49062480926513674,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 0.7886868686868687,
1715
+ "grad_norm": 0.010624224320054054,
1716
+ "learning_rate": 1.1762748328359152e-05,
1717
+ "loss": 0.4694485664367676,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 0.7919191919191919,
1722
+ "grad_norm": 0.01044746395200491,
1723
+ "learning_rate": 1.1420565137720045e-05,
1724
+ "loss": 0.47275629043579104,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 0.7951515151515152,
1729
+ "grad_norm": 0.010226710699498653,
1730
+ "learning_rate": 1.1082790055823533e-05,
1731
+ "loss": 0.4670067310333252,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 0.7983838383838384,
1736
+ "grad_norm": 0.010427460074424744,
1737
+ "learning_rate": 1.0749461677047624e-05,
1738
+ "loss": 0.4700475692749023,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 0.8016161616161617,
1743
+ "grad_norm": 0.010494428686797619,
1744
+ "learning_rate": 1.0420618087687418e-05,
1745
+ "loss": 0.46589016914367676,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 0.8048484848484848,
1750
+ "grad_norm": 0.010100893676280975,
1751
+ "learning_rate": 1.0096296861603321e-05,
1752
+ "loss": 0.4704419136047363,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 0.8080808080808081,
1757
+ "grad_norm": 0.010682797059416771,
1758
+ "learning_rate": 9.776535055927931e-06,
1759
+ "loss": 0.47326183319091797,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 0.8113131313131313,
1764
+ "grad_norm": 0.00972407590597868,
1765
+ "learning_rate": 9.461369206831772e-06,
1766
+ "loss": 0.48441619873046876,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 0.8145454545454546,
1771
+ "grad_norm": 0.010327558033168316,
1772
+ "learning_rate": 9.150835325348678e-06,
1773
+ "loss": 0.45856351852416993,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 0.8177777777777778,
1778
+ "grad_norm": 0.010118944570422173,
1779
+ "learning_rate": 8.844968893261197e-06,
1780
+ "loss": 0.48114948272705077,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 0.821010101010101,
1785
+ "grad_norm": 0.010876161977648735,
1786
+ "learning_rate": 8.543804859046345e-06,
1787
+ "loss": 0.4930680274963379,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 0.8242424242424242,
1792
+ "grad_norm": 0.010722608305513859,
1793
+ "learning_rate": 8.247377633882463e-06,
1794
+ "loss": 0.46875743865966796,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 0.8274747474747475,
1799
+ "grad_norm": 0.01088438369333744,
1800
+ "learning_rate": 7.95572108771726e-06,
1801
+ "loss": 0.4768000602722168,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 0.8307070707070707,
1806
+ "grad_norm": 0.01026720181107521,
1807
+ "learning_rate": 7.66886854539795e-06,
1808
+ "loss": 0.479974365234375,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 0.833939393939394,
1813
+ "grad_norm": 0.009710075333714485,
1814
+ "learning_rate": 7.386852782863407e-06,
1815
+ "loss": 0.4684715270996094,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 0.8371717171717171,
1820
+ "grad_norm": 0.009966167621314526,
1821
+ "learning_rate": 7.109706023399232e-06,
1822
+ "loss": 0.47191972732543946,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 0.8404040404040404,
1827
+ "grad_norm": 0.010125650092959404,
1828
+ "learning_rate": 6.837459933955936e-06,
1829
+ "loss": 0.4766803741455078,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 0.8436363636363636,
1834
+ "grad_norm": 0.009984518401324749,
1835
+ "learning_rate": 6.5701456215305656e-06,
1836
+ "loss": 0.4592133045196533,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 0.8468686868686869,
1841
+ "grad_norm": 0.010836348868906498,
1842
+ "learning_rate": 6.307793629612452e-06,
1843
+ "loss": 0.4658504009246826,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 0.8501010101010101,
1848
+ "grad_norm": 0.010431919246912003,
1849
+ "learning_rate": 6.050433934693339e-06,
1850
+ "loss": 0.4936856269836426,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 0.8533333333333334,
1855
+ "grad_norm": 0.01049034669995308,
1856
+ "learning_rate": 5.798095942842141e-06,
1857
+ "loss": 0.4765117645263672,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 0.8565656565656565,
1862
+ "grad_norm": 0.009596607647836208,
1863
+ "learning_rate": 5.550808486345072e-06,
1864
+ "loss": 0.47063379287719725,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 0.8597979797979798,
1869
+ "grad_norm": 0.01032214518636465,
1870
+ "learning_rate": 5.308599820411247e-06,
1871
+ "loss": 0.4614537715911865,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 0.863030303030303,
1876
+ "grad_norm": 0.009960100054740906,
1877
+ "learning_rate": 5.071497619944171e-06,
1878
+ "loss": 0.48136143684387206,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 0.8662626262626263,
1883
+ "grad_norm": 0.010326167568564415,
1884
+ "learning_rate": 4.839528976379648e-06,
1885
+ "loss": 0.47299985885620116,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 0.8694949494949495,
1890
+ "grad_norm": 0.010867294855415821,
1891
+ "learning_rate": 4.612720394590286e-06,
1892
+ "loss": 0.4829209327697754,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 0.8727272727272727,
1897
+ "grad_norm": 0.01050047017633915,
1898
+ "learning_rate": 4.391097789856985e-06,
1899
+ "loss": 0.4762550354003906,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 0.8759595959595959,
1904
+ "grad_norm": 0.010378929786384106,
1905
+ "learning_rate": 4.174686484907908e-06,
1906
+ "loss": 0.4898251533508301,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 0.8791919191919192,
1911
+ "grad_norm": 0.01060938648879528,
1912
+ "learning_rate": 3.963511207025078e-06,
1913
+ "loss": 0.47261548042297363,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 0.8824242424242424,
1918
+ "grad_norm": 0.01075353566557169,
1919
+ "learning_rate": 3.7575960852189728e-06,
1920
+ "loss": 0.4839645862579346,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 0.8856565656565657,
1925
+ "grad_norm": 0.010416378267109394,
1926
+ "learning_rate": 3.5569646474715722e-06,
1927
+ "loss": 0.46989760398864744,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 0.8888888888888888,
1932
+ "grad_norm": 0.010806340724229813,
1933
+ "learning_rate": 3.361639818048068e-06,
1934
+ "loss": 0.47272281646728515,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 0.8921212121212121,
1939
+ "grad_norm": 0.009753530845046043,
1940
+ "learning_rate": 3.1716439148774534e-06,
1941
+ "loss": 0.47122917175292967,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 0.8953535353535353,
1946
+ "grad_norm": 0.01022200658917427,
1947
+ "learning_rate": 2.986998647002498e-06,
1948
+ "loss": 0.4727674961090088,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 0.8985858585858586,
1953
+ "grad_norm": 0.010225590318441391,
1954
+ "learning_rate": 2.8077251120992742e-06,
1955
+ "loss": 0.46461896896362304,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 0.9018181818181819,
1960
+ "grad_norm": 0.010752941481769085,
1961
+ "learning_rate": 2.633843794066515e-06,
1962
+ "loss": 0.46602635383605956,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 0.9050505050505051,
1967
+ "grad_norm": 0.011064955033361912,
1968
+ "learning_rate": 2.465374560685091e-06,
1969
+ "loss": 0.4705932140350342,
1970
+ "step": 2800
1971
+ },
1972
+ {
1973
+ "epoch": 0.9082828282828282,
1974
+ "grad_norm": 0.00982996542006731,
1975
+ "learning_rate": 2.302336661347926e-06,
1976
+ "loss": 0.4687389373779297,
1977
+ "step": 2810
1978
+ },
1979
+ {
1980
+ "epoch": 0.9115151515151515,
1981
+ "grad_norm": 0.010190518572926521,
1982
+ "learning_rate": 2.1447487248605513e-06,
1983
+ "loss": 0.4906333923339844,
1984
+ "step": 2820
1985
+ },
1986
+ {
1987
+ "epoch": 0.9147474747474748,
1988
+ "grad_norm": 0.01034579798579216,
1989
+ "learning_rate": 1.9926287573125537e-06,
1990
+ "loss": 0.47768077850341795,
1991
+ "step": 2830
1992
+ },
1993
+ {
1994
+ "epoch": 0.917979797979798,
1995
+ "grad_norm": 0.010615529492497444,
1996
+ "learning_rate": 1.845994140020213e-06,
1997
+ "loss": 0.47643141746520995,
1998
+ "step": 2840
1999
+ },
2000
+ {
2001
+ "epoch": 0.9212121212121213,
2002
+ "grad_norm": 0.010776858776807785,
2003
+ "learning_rate": 1.7048616275404771e-06,
2004
+ "loss": 0.4636590003967285,
2005
+ "step": 2850
2006
+ },
2007
+ {
2008
+ "epoch": 0.9244444444444444,
2009
+ "grad_norm": 0.010271280072629452,
2010
+ "learning_rate": 1.5692473457565748e-06,
2011
+ "loss": 0.4707911014556885,
2012
+ "step": 2860
2013
+ },
2014
+ {
2015
+ "epoch": 0.9276767676767677,
2016
+ "grad_norm": 0.009596684016287327,
2017
+ "learning_rate": 1.439166790035501e-06,
2018
+ "loss": 0.45751228332519533,
2019
+ "step": 2870
2020
+ },
2021
+ {
2022
+ "epoch": 0.9309090909090909,
2023
+ "grad_norm": 0.009914812631905079,
2024
+ "learning_rate": 1.3146348234574724e-06,
2025
+ "loss": 0.4842953681945801,
2026
+ "step": 2880
2027
+ },
2028
+ {
2029
+ "epoch": 0.9341414141414142,
2030
+ "grad_norm": 0.01014726422727108,
2031
+ "learning_rate": 1.1956656751176577e-06,
2032
+ "loss": 0.482682991027832,
2033
+ "step": 2890
2034
+ },
2035
+ {
2036
+ "epoch": 0.9373737373737374,
2037
+ "grad_norm": 0.010660757310688496,
2038
+ "learning_rate": 1.0822729385003727e-06,
2039
+ "loss": 0.48476057052612304,
2040
+ "step": 2900
2041
+ },
2042
+ {
2043
+ "epoch": 0.9406060606060606,
2044
+ "grad_norm": 0.010105855762958527,
2045
+ "learning_rate": 9.744695699258955e-07,
2046
+ "loss": 0.4767448425292969,
2047
+ "step": 2910
2048
+ },
2049
+ {
2050
+ "epoch": 0.9438383838383838,
2051
+ "grad_norm": 0.010221844539046288,
2052
+ "learning_rate": 8.722678870700274e-07,
2053
+ "loss": 0.4663360118865967,
2054
+ "step": 2920
2055
+ },
2056
+ {
2057
+ "epoch": 0.9470707070707071,
2058
+ "grad_norm": 0.011003104969859123,
2059
+ "learning_rate": 7.756795675566919e-07,
2060
+ "loss": 0.48151307106018065,
2061
+ "step": 2930
2062
+ },
2063
+ {
2064
+ "epoch": 0.9503030303030303,
2065
+ "grad_norm": 0.01029619574546814,
2066
+ "learning_rate": 6.847156476236516e-07,
2067
+ "loss": 0.48086977005004883,
2068
+ "step": 2940
2069
+ },
2070
+ {
2071
+ "epoch": 0.9535353535353536,
2072
+ "grad_norm": 0.010033480823040009,
2073
+ "learning_rate": 5.993865208614835e-07,
2074
+ "loss": 0.4648440361022949,
2075
+ "step": 2950
2076
+ },
2077
+ {
2078
+ "epoch": 0.9567676767676768,
2079
+ "grad_norm": 0.010539564304053783,
2080
+ "learning_rate": 5.197019370260125e-07,
2081
+ "loss": 0.46828551292419435,
2082
+ "step": 2960
2083
+ },
2084
+ {
2085
+ "epoch": 0.96,
2086
+ "grad_norm": 0.009619071148335934,
2087
+ "learning_rate": 4.4567100092429704e-07,
2088
+ "loss": 0.48481130599975586,
2089
+ "step": 2970
2090
+ },
2091
+ {
2092
+ "epoch": 0.9632323232323232,
2093
+ "grad_norm": 0.010197056457400322,
2094
+ "learning_rate": 3.7730217137428857e-07,
2095
+ "loss": 0.47917518615722654,
2096
+ "step": 2980
2097
+ },
2098
+ {
2099
+ "epoch": 0.9664646464646465,
2100
+ "grad_norm": 0.01057458110153675,
2101
+ "learning_rate": 3.1460326023836083e-07,
2102
+ "loss": 0.48064794540405276,
2103
+ "step": 2990
2104
+ },
2105
+ {
2106
+ "epoch": 0.9696969696969697,
2107
+ "grad_norm": 0.01009963545948267,
2108
+ "learning_rate": 2.575814315306846e-07,
2109
+ "loss": 0.4831876754760742,
2110
+ "step": 3000
2111
+ },
2112
+ {
2113
+ "epoch": 0.972929292929293,
2114
+ "grad_norm": 0.010343736037611961,
2115
+ "learning_rate": 2.0624320059869918e-07,
2116
+ "loss": 0.4821047306060791,
2117
+ "step": 3010
2118
+ },
2119
+ {
2120
+ "epoch": 0.9761616161616161,
2121
+ "grad_norm": 0.010384611785411835,
2122
+ "learning_rate": 1.6059443337861912e-07,
2123
+ "loss": 0.46325201988220216,
2124
+ "step": 3020
2125
+ },
2126
+ {
2127
+ "epoch": 0.9793939393939394,
2128
+ "grad_norm": 0.010477159172296524,
2129
+ "learning_rate": 1.2064034572523142e-07,
2130
+ "loss": 0.4779689788818359,
2131
+ "step": 3030
2132
+ },
2133
+ {
2134
+ "epoch": 0.9826262626262626,
2135
+ "grad_norm": 0.010612626560032368,
2136
+ "learning_rate": 8.638550281591107e-08,
2137
+ "loss": 0.4866930484771729,
2138
+ "step": 3040
2139
+ },
2140
+ {
2141
+ "epoch": 0.9858585858585859,
2142
+ "grad_norm": 0.01027057133615017,
2143
+ "learning_rate": 5.7833818629005054e-08,
2144
+ "loss": 0.48350844383239744,
2145
+ "step": 3050
2146
+ },
2147
+ {
2148
+ "epoch": 0.9890909090909091,
2149
+ "grad_norm": 0.010666116140782833,
2150
+ "learning_rate": 3.498855549660118e-08,
2151
+ "loss": 0.4722591400146484,
2152
+ "step": 3060
2153
+ },
2154
+ {
2155
+ "epoch": 0.9923232323232323,
2156
+ "grad_norm": 0.009852438233792782,
2157
+ "learning_rate": 1.785232373180401e-08,
2158
+ "loss": 0.48914670944213867,
2159
+ "step": 3070
2160
+ },
2161
+ {
2162
+ "epoch": 0.9955555555555555,
2163
+ "grad_norm": 0.010089240968227386,
2164
+ "learning_rate": 6.427081330456774e-09,
2165
+ "loss": 0.4730827331542969,
2166
+ "step": 3080
2167
+ },
2168
+ {
2169
+ "epoch": 0.9987878787878788,
2170
+ "grad_norm": 0.010913597419857979,
2171
+ "learning_rate": 7.141337474148025e-10,
2172
+ "loss": 0.4666846752166748,
2173
+ "step": 3090
2174
+ }
2175
+ ],
2176
+ "logging_steps": 10,
2177
+ "max_steps": 3094,
2178
+ "num_input_tokens_seen": 0,
2179
+ "num_train_epochs": 1,
2180
+ "save_steps": 200,
2181
+ "stateful_callbacks": {
2182
+ "TrainerControl": {
2183
+ "args": {
2184
+ "should_epoch_stop": false,
2185
+ "should_evaluate": false,
2186
+ "should_log": false,
2187
+ "should_save": true,
2188
+ "should_training_stop": true
2189
+ },
2190
+ "attributes": {}
2191
+ }
2192
+ },
2193
+ "total_flos": 4.3887930550675046e+18,
2194
+ "train_batch_size": 2,
2195
+ "trial_name": null,
2196
+ "trial_params": null
2197
+ }
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,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "padding_side": "right",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 4.3887930550675046e+18,
4
+ "train_loss": 0.4842414558126453,
5
+ "train_runtime": 8903.7116,
6
+ "train_samples_per_second": 22.238,
7
+ "train_steps_per_second": 0.347
8
+ }
trainer_log.jsonl ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"current_steps": 10, "total_steps": 3094, "loss": 0.6013355255126953, "lr": 5.806451612903226e-06, "epoch": 0.0032323232323232323, "percentage": 0.32, "elapsed_time": "0:00:40", "remaining_time": "3:26:56"}
2
+ {"current_steps": 20, "total_steps": 3094, "loss": 0.5758121490478516, "lr": 1.2258064516129032e-05, "epoch": 0.006464646464646465, "percentage": 0.65, "elapsed_time": "0:01:13", "remaining_time": "3:09:04"}
3
+ {"current_steps": 30, "total_steps": 3094, "loss": 0.5787662506103516, "lr": 1.870967741935484e-05, "epoch": 0.009696969696969697, "percentage": 0.97, "elapsed_time": "0:01:44", "remaining_time": "2:57:10"}
4
+ {"current_steps": 40, "total_steps": 3094, "loss": 0.5327143669128418, "lr": 2.5161290322580645e-05, "epoch": 0.01292929292929293, "percentage": 1.29, "elapsed_time": "0:02:15", "remaining_time": "2:51:53"}
5
+ {"current_steps": 50, "total_steps": 3094, "loss": 0.5393171310424805, "lr": 3.161290322580645e-05, "epoch": 0.01616161616161616, "percentage": 1.62, "elapsed_time": "0:02:45", "remaining_time": "2:48:01"}
6
+ {"current_steps": 60, "total_steps": 3094, "loss": 0.5058945178985595, "lr": 3.8064516129032254e-05, "epoch": 0.019393939393939394, "percentage": 1.94, "elapsed_time": "0:03:16", "remaining_time": "2:45:28"}
7
+ {"current_steps": 70, "total_steps": 3094, "loss": 0.517607593536377, "lr": 4.451612903225807e-05, "epoch": 0.022626262626262626, "percentage": 2.26, "elapsed_time": "0:03:46", "remaining_time": "2:42:45"}
8
+ {"current_steps": 80, "total_steps": 3094, "loss": 0.5269095420837402, "lr": 5.096774193548387e-05, "epoch": 0.02585858585858586, "percentage": 2.59, "elapsed_time": "0:04:14", "remaining_time": "2:40:03"}
9
+ {"current_steps": 90, "total_steps": 3094, "loss": 0.5040688514709473, "lr": 5.7419354838709685e-05, "epoch": 0.02909090909090909, "percentage": 2.91, "elapsed_time": "0:04:44", "remaining_time": "2:38:15"}
10
+ {"current_steps": 100, "total_steps": 3094, "loss": 0.5147775173187256, "lr": 6.387096774193548e-05, "epoch": 0.03232323232323232, "percentage": 3.23, "elapsed_time": "0:05:12", "remaining_time": "2:36:09"}
11
+ {"current_steps": 110, "total_steps": 3094, "loss": 0.5230005741119385, "lr": 7.03225806451613e-05, "epoch": 0.035555555555555556, "percentage": 3.56, "elapsed_time": "0:05:41", "remaining_time": "2:34:18"}
12
+ {"current_steps": 120, "total_steps": 3094, "loss": 0.5105222702026367, "lr": 7.67741935483871e-05, "epoch": 0.03878787878787879, "percentage": 3.88, "elapsed_time": "0:06:09", "remaining_time": "2:32:46"}
13
+ {"current_steps": 130, "total_steps": 3094, "loss": 0.4989170074462891, "lr": 8.32258064516129e-05, "epoch": 0.04202020202020202, "percentage": 4.2, "elapsed_time": "0:06:38", "remaining_time": "2:31:30"}
14
+ {"current_steps": 140, "total_steps": 3094, "loss": 0.5003124713897705, "lr": 8.967741935483871e-05, "epoch": 0.04525252525252525, "percentage": 4.52, "elapsed_time": "0:07:07", "remaining_time": "2:30:27"}
15
+ {"current_steps": 150, "total_steps": 3094, "loss": 0.5077538013458252, "lr": 9.612903225806452e-05, "epoch": 0.048484848484848485, "percentage": 4.85, "elapsed_time": "0:07:36", "remaining_time": "2:29:17"}
16
+ {"current_steps": 160, "total_steps": 3094, "loss": 0.5061477661132813, "lr": 9.999954295400999e-05, "epoch": 0.05171717171717172, "percentage": 5.17, "elapsed_time": "0:08:04", "remaining_time": "2:28:10"}
17
+ {"current_steps": 170, "total_steps": 3094, "loss": 0.5013481140136719, "lr": 9.999440128258112e-05, "epoch": 0.05494949494949495, "percentage": 5.49, "elapsed_time": "0:08:33", "remaining_time": "2:27:13"}
18
+ {"current_steps": 180, "total_steps": 3094, "loss": 0.48343815803527834, "lr": 9.998354722168459e-05, "epoch": 0.05818181818181818, "percentage": 5.82, "elapsed_time": "0:09:02", "remaining_time": "2:26:28"}
19
+ {"current_steps": 190, "total_steps": 3094, "loss": 0.507840633392334, "lr": 9.996698201151175e-05, "epoch": 0.061414141414141414, "percentage": 6.14, "elapsed_time": "0:09:31", "remaining_time": "2:25:30"}
20
+ {"current_steps": 200, "total_steps": 3094, "loss": 0.49884777069091796, "lr": 9.994470754481315e-05, "epoch": 0.06464646464646465, "percentage": 6.46, "elapsed_time": "0:09:58", "remaining_time": "2:24:27"}
21
+ {"current_steps": 210, "total_steps": 3094, "loss": 0.5068713188171386, "lr": 9.991672636668239e-05, "epoch": 0.06787878787878789, "percentage": 6.79, "elapsed_time": "0:10:39", "remaining_time": "2:26:19"}
22
+ {"current_steps": 220, "total_steps": 3094, "loss": 0.4920186519622803, "lr": 9.988304167426519e-05, "epoch": 0.07111111111111111, "percentage": 7.11, "elapsed_time": "0:11:07", "remaining_time": "2:25:18"}
23
+ {"current_steps": 230, "total_steps": 3094, "loss": 0.5021648406982422, "lr": 9.984365731639419e-05, "epoch": 0.07434343434343435, "percentage": 7.43, "elapsed_time": "0:11:36", "remaining_time": "2:24:27"}
24
+ {"current_steps": 240, "total_steps": 3094, "loss": 0.5038897514343261, "lr": 9.979857779314906e-05, "epoch": 0.07757575757575758, "percentage": 7.76, "elapsed_time": "0:12:05", "remaining_time": "2:23:41"}
25
+ {"current_steps": 250, "total_steps": 3094, "loss": 0.4965065956115723, "lr": 9.974780825534246e-05, "epoch": 0.08080808080808081, "percentage": 8.08, "elapsed_time": "0:12:32", "remaining_time": "2:22:37"}
26
+ {"current_steps": 260, "total_steps": 3094, "loss": 0.5145994186401367, "lr": 9.969135450393141e-05, "epoch": 0.08404040404040404, "percentage": 8.4, "elapsed_time": "0:13:00", "remaining_time": "2:21:49"}
27
+ {"current_steps": 270, "total_steps": 3094, "loss": 0.505019235610962, "lr": 9.96292229893545e-05, "epoch": 0.08727272727272728, "percentage": 8.73, "elapsed_time": "0:13:29", "remaining_time": "2:21:02"}
28
+ {"current_steps": 280, "total_steps": 3094, "loss": 0.5115808010101318, "lr": 9.956142081079484e-05, "epoch": 0.0905050505050505, "percentage": 9.05, "elapsed_time": "0:13:56", "remaining_time": "2:20:10"}
29
+ {"current_steps": 290, "total_steps": 3094, "loss": 0.48525152206420896, "lr": 9.948795571536891e-05, "epoch": 0.09373737373737374, "percentage": 9.37, "elapsed_time": "0:14:25", "remaining_time": "2:19:31"}
30
+ {"current_steps": 300, "total_steps": 3094, "loss": 0.5002010822296142, "lr": 9.94088360972414e-05, "epoch": 0.09696969696969697, "percentage": 9.7, "elapsed_time": "0:14:53", "remaining_time": "2:18:45"}
31
+ {"current_steps": 310, "total_steps": 3094, "loss": 0.49662046432495116, "lr": 9.932407099666608e-05, "epoch": 0.10020202020202021, "percentage": 10.02, "elapsed_time": "0:15:21", "remaining_time": "2:17:57"}
32
+ {"current_steps": 320, "total_steps": 3094, "loss": 0.48578290939331054, "lr": 9.923367009895274e-05, "epoch": 0.10343434343434343, "percentage": 10.34, "elapsed_time": "0:15:50", "remaining_time": "2:17:19"}
33
+ {"current_steps": 330, "total_steps": 3094, "loss": 0.48862767219543457, "lr": 9.913764373336079e-05, "epoch": 0.10666666666666667, "percentage": 10.67, "elapsed_time": "0:16:19", "remaining_time": "2:16:45"}
34
+ {"current_steps": 340, "total_steps": 3094, "loss": 0.5034208774566651, "lr": 9.903600287191875e-05, "epoch": 0.1098989898989899, "percentage": 10.99, "elapsed_time": "0:16:48", "remaining_time": "2:16:05"}
35
+ {"current_steps": 350, "total_steps": 3094, "loss": 0.4870161533355713, "lr": 9.892875912817079e-05, "epoch": 0.11313131313131314, "percentage": 11.31, "elapsed_time": "0:17:16", "remaining_time": "2:15:25"}
36
+ {"current_steps": 360, "total_steps": 3094, "loss": 0.5026071548461915, "lr": 9.881592475584964e-05, "epoch": 0.11636363636363636, "percentage": 11.64, "elapsed_time": "0:17:44", "remaining_time": "2:14:41"}
37
+ {"current_steps": 370, "total_steps": 3094, "loss": 0.4883917808532715, "lr": 9.869751264747656e-05, "epoch": 0.1195959595959596, "percentage": 11.96, "elapsed_time": "0:18:12", "remaining_time": "2:14:01"}
38
+ {"current_steps": 380, "total_steps": 3094, "loss": 0.4927018165588379, "lr": 9.857353633288814e-05, "epoch": 0.12282828282828283, "percentage": 12.28, "elapsed_time": "0:18:40", "remaining_time": "2:13:25"}
39
+ {"current_steps": 390, "total_steps": 3094, "loss": 0.4908174514770508, "lr": 9.844400997769043e-05, "epoch": 0.12606060606060607, "percentage": 12.61, "elapsed_time": "0:19:09", "remaining_time": "2:12:51"}
40
+ {"current_steps": 400, "total_steps": 3094, "loss": 0.5069625854492188, "lr": 9.83089483816404e-05, "epoch": 0.1292929292929293, "percentage": 12.93, "elapsed_time": "0:19:38", "remaining_time": "2:12:17"}
41
+ {"current_steps": 410, "total_steps": 3094, "loss": 0.4988056182861328, "lr": 9.816836697695482e-05, "epoch": 0.13252525252525252, "percentage": 13.25, "elapsed_time": "0:20:14", "remaining_time": "2:12:28"}
42
+ {"current_steps": 420, "total_steps": 3094, "loss": 0.5007385730743408, "lr": 9.802228182654702e-05, "epoch": 0.13575757575757577, "percentage": 13.57, "elapsed_time": "0:20:42", "remaining_time": "2:11:53"}
43
+ {"current_steps": 430, "total_steps": 3094, "loss": 0.5130783081054687, "lr": 9.787070962219156e-05, "epoch": 0.138989898989899, "percentage": 13.9, "elapsed_time": "0:21:10", "remaining_time": "2:11:13"}
44
+ {"current_steps": 440, "total_steps": 3094, "loss": 0.4947535514831543, "lr": 9.771366768261696e-05, "epoch": 0.14222222222222222, "percentage": 14.22, "elapsed_time": "0:21:38", "remaining_time": "2:10:32"}
45
+ {"current_steps": 450, "total_steps": 3094, "loss": 0.4917112350463867, "lr": 9.755117395152689e-05, "epoch": 0.14545454545454545, "percentage": 14.54, "elapsed_time": "0:22:05", "remaining_time": "2:09:49"}
46
+ {"current_steps": 460, "total_steps": 3094, "loss": 0.4882859230041504, "lr": 9.73832469955499e-05, "epoch": 0.1486868686868687, "percentage": 14.87, "elapsed_time": "0:22:35", "remaining_time": "2:09:18"}
47
+ {"current_steps": 470, "total_steps": 3094, "loss": 0.500526762008667, "lr": 9.720990600211797e-05, "epoch": 0.15191919191919193, "percentage": 15.19, "elapsed_time": "0:23:03", "remaining_time": "2:08:42"}
48
+ {"current_steps": 480, "total_steps": 3094, "loss": 0.496882963180542, "lr": 9.703117077727419e-05, "epoch": 0.15515151515151515, "percentage": 15.51, "elapsed_time": "0:23:31", "remaining_time": "2:08:05"}
49
+ {"current_steps": 490, "total_steps": 3094, "loss": 0.48728485107421876, "lr": 9.684706174340965e-05, "epoch": 0.15838383838383838, "percentage": 15.84, "elapsed_time": "0:23:58", "remaining_time": "2:07:24"}
50
+ {"current_steps": 500, "total_steps": 3094, "loss": 0.49378366470336915, "lr": 9.665759993693e-05, "epoch": 0.16161616161616163, "percentage": 16.16, "elapsed_time": "0:24:26", "remaining_time": "2:06:48"}
51
+ {"current_steps": 510, "total_steps": 3094, "loss": 0.4663555145263672, "lr": 9.646280700585185e-05, "epoch": 0.16484848484848486, "percentage": 16.48, "elapsed_time": "0:24:54", "remaining_time": "2:06:13"}
52
+ {"current_steps": 520, "total_steps": 3094, "loss": 0.4879913330078125, "lr": 9.626270520732916e-05, "epoch": 0.16808080808080808, "percentage": 16.81, "elapsed_time": "0:25:22", "remaining_time": "2:05:36"}
53
+ {"current_steps": 530, "total_steps": 3094, "loss": 0.48809428215026857, "lr": 9.605731740511022e-05, "epoch": 0.1713131313131313, "percentage": 17.13, "elapsed_time": "0:25:51", "remaining_time": "2:05:05"}
54
+ {"current_steps": 540, "total_steps": 3094, "loss": 0.4959606170654297, "lr": 9.584666706692517e-05, "epoch": 0.17454545454545456, "percentage": 17.45, "elapsed_time": "0:26:20", "remaining_time": "2:04:33"}
55
+ {"current_steps": 550, "total_steps": 3094, "loss": 0.4878594398498535, "lr": 9.56307782618046e-05, "epoch": 0.17777777777777778, "percentage": 17.78, "elapsed_time": "0:26:48", "remaining_time": "2:03:59"}
56
+ {"current_steps": 560, "total_steps": 3094, "loss": 0.4769869804382324, "lr": 9.540967565732937e-05, "epoch": 0.181010101010101, "percentage": 18.1, "elapsed_time": "0:27:17", "remaining_time": "2:03:30"}
57
+ {"current_steps": 570, "total_steps": 3094, "loss": 0.4970097064971924, "lr": 9.51833845168121e-05, "epoch": 0.18424242424242424, "percentage": 18.42, "elapsed_time": "0:27:45", "remaining_time": "2:02:53"}
58
+ {"current_steps": 580, "total_steps": 3094, "loss": 0.4945381164550781, "lr": 9.495193069641057e-05, "epoch": 0.1874747474747475, "percentage": 18.75, "elapsed_time": "0:28:13", "remaining_time": "2:02:19"}
59
+ {"current_steps": 590, "total_steps": 3094, "loss": 0.4860210418701172, "lr": 9.47153406421734e-05, "epoch": 0.1907070707070707, "percentage": 19.07, "elapsed_time": "0:28:41", "remaining_time": "2:01:47"}
60
+ {"current_steps": 600, "total_steps": 3094, "loss": 0.4904911994934082, "lr": 9.447364138701823e-05, "epoch": 0.19393939393939394, "percentage": 19.39, "elapsed_time": "0:29:09", "remaining_time": "2:01:10"}
61
+ {"current_steps": 610, "total_steps": 3094, "loss": 0.4915336608886719, "lr": 9.422686054764302e-05, "epoch": 0.19717171717171716, "percentage": 19.72, "elapsed_time": "0:29:46", "remaining_time": "2:01:15"}
62
+ {"current_steps": 620, "total_steps": 3094, "loss": 0.4805011749267578, "lr": 9.397502632137055e-05, "epoch": 0.20040404040404042, "percentage": 20.04, "elapsed_time": "0:30:15", "remaining_time": "2:00:44"}
63
+ {"current_steps": 630, "total_steps": 3094, "loss": 0.47633209228515627, "lr": 9.371816748292641e-05, "epoch": 0.20363636363636364, "percentage": 20.36, "elapsed_time": "0:30:43", "remaining_time": "2:00:11"}
64
+ {"current_steps": 640, "total_steps": 3094, "loss": 0.48993511199951173, "lr": 9.345631338115141e-05, "epoch": 0.20686868686868687, "percentage": 20.69, "elapsed_time": "0:31:11", "remaining_time": "1:59:36"}
65
+ {"current_steps": 650, "total_steps": 3094, "loss": 0.4798978328704834, "lr": 9.318949393564807e-05, "epoch": 0.2101010101010101, "percentage": 21.01, "elapsed_time": "0:31:40", "remaining_time": "1:59:04"}
66
+ {"current_steps": 660, "total_steps": 3094, "loss": 0.4696659564971924, "lr": 9.291773963336193e-05, "epoch": 0.21333333333333335, "percentage": 21.33, "elapsed_time": "0:32:08", "remaining_time": "1:58:32"}
67
+ {"current_steps": 670, "total_steps": 3094, "loss": 0.4955574035644531, "lr": 9.264108152509816e-05, "epoch": 0.21656565656565657, "percentage": 21.65, "elapsed_time": "0:32:35", "remaining_time": "1:57:55"}
68
+ {"current_steps": 680, "total_steps": 3094, "loss": 0.48659563064575195, "lr": 9.235955122197368e-05, "epoch": 0.2197979797979798, "percentage": 21.98, "elapsed_time": "0:33:04", "remaining_time": "1:57:24"}
69
+ {"current_steps": 690, "total_steps": 3094, "loss": 0.4766091823577881, "lr": 9.207318089180524e-05, "epoch": 0.22303030303030302, "percentage": 22.3, "elapsed_time": "0:33:32", "remaining_time": "1:56:51"}
70
+ {"current_steps": 700, "total_steps": 3094, "loss": 0.5022068023681641, "lr": 9.178200325543384e-05, "epoch": 0.22626262626262628, "percentage": 22.62, "elapsed_time": "0:34:00", "remaining_time": "1:56:18"}
71
+ {"current_steps": 710, "total_steps": 3094, "loss": 0.48309478759765623, "lr": 9.148605158298621e-05, "epoch": 0.2294949494949495, "percentage": 22.95, "elapsed_time": "0:34:28", "remaining_time": "1:55:44"}
72
+ {"current_steps": 720, "total_steps": 3094, "loss": 0.4793684959411621, "lr": 9.118535969007314e-05, "epoch": 0.23272727272727273, "percentage": 23.27, "elapsed_time": "0:34:55", "remaining_time": "1:55:09"}
73
+ {"current_steps": 730, "total_steps": 3094, "loss": 0.49844112396240237, "lr": 9.087996193392578e-05, "epoch": 0.23595959595959595, "percentage": 23.59, "elapsed_time": "0:35:23", "remaining_time": "1:54:37"}
74
+ {"current_steps": 740, "total_steps": 3094, "loss": 0.48113102912902833, "lr": 9.056989320947e-05, "epoch": 0.2391919191919192, "percentage": 23.92, "elapsed_time": "0:35:51", "remaining_time": "1:54:03"}
75
+ {"current_steps": 750, "total_steps": 3094, "loss": 0.5048784255981446, "lr": 9.025518894533921e-05, "epoch": 0.24242424242424243, "percentage": 24.24, "elapsed_time": "0:36:19", "remaining_time": "1:53:31"}
76
+ {"current_steps": 760, "total_steps": 3094, "loss": 0.4862624168395996, "lr": 8.99358850998263e-05, "epoch": 0.24565656565656566, "percentage": 24.56, "elapsed_time": "0:36:47", "remaining_time": "1:53:00"}
77
+ {"current_steps": 770, "total_steps": 3094, "loss": 0.48739056587219237, "lr": 8.9612018156775e-05, "epoch": 0.24888888888888888, "percentage": 24.89, "elapsed_time": "0:37:16", "remaining_time": "1:52:30"}
78
+ {"current_steps": 780, "total_steps": 3094, "loss": 0.48689990043640136, "lr": 8.928362512141124e-05, "epoch": 0.25212121212121213, "percentage": 25.21, "elapsed_time": "0:37:44", "remaining_time": "1:51:58"}
79
+ {"current_steps": 790, "total_steps": 3094, "loss": 0.4848791599273682, "lr": 8.895074351611488e-05, "epoch": 0.25535353535353533, "percentage": 25.53, "elapsed_time": "0:38:11", "remaining_time": "1:51:23"}
80
+ {"current_steps": 800, "total_steps": 3094, "loss": 0.49130568504333494, "lr": 8.861341137613242e-05, "epoch": 0.2585858585858586, "percentage": 25.86, "elapsed_time": "0:38:40", "remaining_time": "1:50:53"}
81
+ {"current_steps": 810, "total_steps": 3094, "loss": 0.49056081771850585, "lr": 8.827166724523105e-05, "epoch": 0.26181818181818184, "percentage": 26.18, "elapsed_time": "0:39:13", "remaining_time": "1:50:37"}
82
+ {"current_steps": 820, "total_steps": 3094, "loss": 0.4706866264343262, "lr": 8.792555017129461e-05, "epoch": 0.26505050505050504, "percentage": 26.5, "elapsed_time": "0:39:42", "remaining_time": "1:50:06"}
83
+ {"current_steps": 830, "total_steps": 3094, "loss": 0.48719348907470705, "lr": 8.757509970186196e-05, "epoch": 0.2682828282828283, "percentage": 26.83, "elapsed_time": "0:40:09", "remaining_time": "1:49:32"}
84
+ {"current_steps": 840, "total_steps": 3094, "loss": 0.48200483322143556, "lr": 8.722035587960826e-05, "epoch": 0.27151515151515154, "percentage": 27.15, "elapsed_time": "0:40:38", "remaining_time": "1:49:03"}
85
+ {"current_steps": 850, "total_steps": 3094, "loss": 0.48613176345825193, "lr": 8.686135923776969e-05, "epoch": 0.27474747474747474, "percentage": 27.47, "elapsed_time": "0:41:07", "remaining_time": "1:48:34"}
86
+ {"current_steps": 860, "total_steps": 3094, "loss": 0.4976047515869141, "lr": 8.649815079551205e-05, "epoch": 0.277979797979798, "percentage": 27.8, "elapsed_time": "0:41:36", "remaining_time": "1:48:06"}
87
+ {"current_steps": 870, "total_steps": 3094, "loss": 0.48451838493347166, "lr": 8.613077205324389e-05, "epoch": 0.2812121212121212, "percentage": 28.12, "elapsed_time": "0:42:04", "remaining_time": "1:47:34"}
88
+ {"current_steps": 880, "total_steps": 3094, "loss": 0.5115366458892823, "lr": 8.575926498787476e-05, "epoch": 0.28444444444444444, "percentage": 28.44, "elapsed_time": "0:42:32", "remaining_time": "1:47:02"}
89
+ {"current_steps": 890, "total_steps": 3094, "loss": 0.48187432289123533, "lr": 8.538367204801872e-05, "epoch": 0.2876767676767677, "percentage": 28.77, "elapsed_time": "0:43:01", "remaining_time": "1:46:32"}
90
+ {"current_steps": 900, "total_steps": 3094, "loss": 0.4882505416870117, "lr": 8.500403614914432e-05, "epoch": 0.2909090909090909, "percentage": 29.09, "elapsed_time": "0:43:29", "remaining_time": "1:46:01"}
91
+ {"current_steps": 910, "total_steps": 3094, "loss": 0.49068965911865237, "lr": 8.462040066867089e-05, "epoch": 0.29414141414141415, "percentage": 29.41, "elapsed_time": "0:43:58", "remaining_time": "1:45:32"}
92
+ {"current_steps": 920, "total_steps": 3094, "loss": 0.4966132164001465, "lr": 8.423280944101233e-05, "epoch": 0.2973737373737374, "percentage": 29.73, "elapsed_time": "0:44:26", "remaining_time": "1:44:59"}
93
+ {"current_steps": 930, "total_steps": 3094, "loss": 0.4754981994628906, "lr": 8.384130675256852e-05, "epoch": 0.3006060606060606, "percentage": 30.06, "elapsed_time": "0:44:53", "remaining_time": "1:44:27"}
94
+ {"current_steps": 940, "total_steps": 3094, "loss": 0.4735103130340576, "lr": 8.34459373366651e-05, "epoch": 0.30383838383838385, "percentage": 30.38, "elapsed_time": "0:45:21", "remaining_time": "1:43:55"}
95
+ {"current_steps": 950, "total_steps": 3094, "loss": 0.4809592247009277, "lr": 8.304674636844231e-05, "epoch": 0.30707070707070705, "percentage": 30.7, "elapsed_time": "0:45:49", "remaining_time": "1:43:25"}
96
+ {"current_steps": 960, "total_steps": 3094, "loss": 0.48206100463867185, "lr": 8.264377945969312e-05, "epoch": 0.3103030303030303, "percentage": 31.03, "elapsed_time": "0:46:17", "remaining_time": "1:42:54"}
97
+ {"current_steps": 970, "total_steps": 3094, "loss": 0.48718748092651365, "lr": 8.223708265365174e-05, "epoch": 0.31353535353535356, "percentage": 31.35, "elapsed_time": "0:46:45", "remaining_time": "1:42:23"}
98
+ {"current_steps": 980, "total_steps": 3094, "loss": 0.4952278137207031, "lr": 8.182670241973253e-05, "epoch": 0.31676767676767675, "percentage": 31.67, "elapsed_time": "0:47:13", "remaining_time": "1:41:51"}
99
+ {"current_steps": 990, "total_steps": 3094, "loss": 0.47769975662231445, "lr": 8.141268564822053e-05, "epoch": 0.32, "percentage": 32.0, "elapsed_time": "0:47:40", "remaining_time": "1:41:19"}
100
+ {"current_steps": 1000, "total_steps": 3094, "loss": 0.4862718105316162, "lr": 8.099507964491369e-05, "epoch": 0.32323232323232326, "percentage": 32.32, "elapsed_time": "0:48:08", "remaining_time": "1:40:49"}
101
+ {"current_steps": 1010, "total_steps": 3094, "loss": 0.49833106994628906, "lr": 8.057393212571767e-05, "epoch": 0.32646464646464646, "percentage": 32.64, "elapsed_time": "0:48:42", "remaining_time": "1:40:31"}
102
+ {"current_steps": 1020, "total_steps": 3094, "loss": 0.48829941749572753, "lr": 8.014929121119378e-05, "epoch": 0.3296969696969697, "percentage": 32.97, "elapsed_time": "0:49:11", "remaining_time": "1:40:00"}
103
+ {"current_steps": 1030, "total_steps": 3094, "loss": 0.46506147384643554, "lr": 7.972120542106077e-05, "epoch": 0.3329292929292929, "percentage": 33.29, "elapsed_time": "0:49:39", "remaining_time": "1:39:31"}
104
+ {"current_steps": 1040, "total_steps": 3094, "loss": 0.47866268157958985, "lr": 7.92897236686508e-05, "epoch": 0.33616161616161616, "percentage": 33.61, "elapsed_time": "0:50:07", "remaining_time": "1:38:59"}
105
+ {"current_steps": 1050, "total_steps": 3094, "loss": 0.4966601371765137, "lr": 7.885489525532075e-05, "epoch": 0.3393939393939394, "percentage": 33.94, "elapsed_time": "0:50:35", "remaining_time": "1:38:29"}
106
+ {"current_steps": 1060, "total_steps": 3094, "loss": 0.49251084327697753, "lr": 7.84167698648189e-05, "epoch": 0.3426262626262626, "percentage": 34.26, "elapsed_time": "0:51:04", "remaining_time": "1:37:59"}
107
+ {"current_steps": 1070, "total_steps": 3094, "loss": 0.4816086769104004, "lr": 7.797539755760805e-05, "epoch": 0.34585858585858587, "percentage": 34.58, "elapsed_time": "0:51:32", "remaining_time": "1:37:29"}
108
+ {"current_steps": 1080, "total_steps": 3094, "loss": 0.47102947235107423, "lr": 7.753082876514562e-05, "epoch": 0.3490909090909091, "percentage": 34.91, "elapsed_time": "0:52:00", "remaining_time": "1:36:59"}
109
+ {"current_steps": 1090, "total_steps": 3094, "loss": 0.4810478210449219, "lr": 7.708311428412129e-05, "epoch": 0.3523232323232323, "percentage": 35.23, "elapsed_time": "0:52:29", "remaining_time": "1:36:30"}
110
+ {"current_steps": 1100, "total_steps": 3094, "loss": 0.47051143646240234, "lr": 7.663230527065293e-05, "epoch": 0.35555555555555557, "percentage": 35.55, "elapsed_time": "0:52:57", "remaining_time": "1:35:59"}
111
+ {"current_steps": 1110, "total_steps": 3094, "loss": 0.4780744552612305, "lr": 7.617845323444156e-05, "epoch": 0.35878787878787877, "percentage": 35.88, "elapsed_time": "0:53:24", "remaining_time": "1:35:28"}
112
+ {"current_steps": 1120, "total_steps": 3094, "loss": 0.4804032325744629, "lr": 7.572161003288565e-05, "epoch": 0.362020202020202, "percentage": 36.2, "elapsed_time": "0:53:53", "remaining_time": "1:34:58"}
113
+ {"current_steps": 1130, "total_steps": 3094, "loss": 0.48206367492675783, "lr": 7.526182786515609e-05, "epoch": 0.3652525252525253, "percentage": 36.52, "elapsed_time": "0:54:21", "remaining_time": "1:34:27"}
114
+ {"current_steps": 1140, "total_steps": 3094, "loss": 0.49240264892578123, "lr": 7.479915926623165e-05, "epoch": 0.36848484848484847, "percentage": 36.85, "elapsed_time": "0:54:48", "remaining_time": "1:33:57"}
115
+ {"current_steps": 1150, "total_steps": 3094, "loss": 0.48599681854248045, "lr": 7.433365710089646e-05, "epoch": 0.3717171717171717, "percentage": 37.17, "elapsed_time": "0:55:16", "remaining_time": "1:33:26"}
116
+ {"current_steps": 1160, "total_steps": 3094, "loss": 0.4688436031341553, "lr": 7.386537455769963e-05, "epoch": 0.374949494949495, "percentage": 37.49, "elapsed_time": "0:55:46", "remaining_time": "1:32:58"}
117
+ {"current_steps": 1170, "total_steps": 3094, "loss": 0.47986507415771484, "lr": 7.339436514287783e-05, "epoch": 0.3781818181818182, "percentage": 37.82, "elapsed_time": "0:56:13", "remaining_time": "1:32:28"}
118
+ {"current_steps": 1180, "total_steps": 3094, "loss": 0.4771553993225098, "lr": 7.292068267424165e-05, "epoch": 0.3814141414141414, "percentage": 38.14, "elapsed_time": "0:56:41", "remaining_time": "1:31:57"}
119
+ {"current_steps": 1190, "total_steps": 3094, "loss": 0.4854436874389648, "lr": 7.244438127502647e-05, "epoch": 0.3846464646464646, "percentage": 38.46, "elapsed_time": "0:57:10", "remaining_time": "1:31:28"}
120
+ {"current_steps": 1200, "total_steps": 3094, "loss": 0.4763533592224121, "lr": 7.196551536770807e-05, "epoch": 0.3878787878787879, "percentage": 38.78, "elapsed_time": "0:57:39", "remaining_time": "1:31:00"}
121
+ {"current_steps": 1210, "total_steps": 3094, "loss": 0.47457141876220704, "lr": 7.148413966778451e-05, "epoch": 0.39111111111111113, "percentage": 39.11, "elapsed_time": "0:58:16", "remaining_time": "1:30:43"}
122
+ {"current_steps": 1220, "total_steps": 3094, "loss": 0.4732469081878662, "lr": 7.100030917752423e-05, "epoch": 0.39434343434343433, "percentage": 39.43, "elapsed_time": "0:58:44", "remaining_time": "1:30:13"}
123
+ {"current_steps": 1230, "total_steps": 3094, "loss": 0.47551660537719725, "lr": 7.051407917968138e-05, "epoch": 0.3975757575757576, "percentage": 39.75, "elapsed_time": "0:59:11", "remaining_time": "1:29:42"}
124
+ {"current_steps": 1240, "total_steps": 3094, "loss": 0.4835049629211426, "lr": 7.002550523117926e-05, "epoch": 0.40080808080808084, "percentage": 40.08, "elapsed_time": "0:59:39", "remaining_time": "1:29:12"}
125
+ {"current_steps": 1250, "total_steps": 3094, "loss": 0.4909071922302246, "lr": 6.953464315676241e-05, "epoch": 0.40404040404040403, "percentage": 40.4, "elapsed_time": "1:00:07", "remaining_time": "1:28:42"}
126
+ {"current_steps": 1260, "total_steps": 3094, "loss": 0.4842695236206055, "lr": 6.904154904261792e-05, "epoch": 0.4072727272727273, "percentage": 40.72, "elapsed_time": "1:00:36", "remaining_time": "1:28:12"}
127
+ {"current_steps": 1270, "total_steps": 3094, "loss": 0.48967390060424804, "lr": 6.8546279229967e-05, "epoch": 0.4105050505050505, "percentage": 41.05, "elapsed_time": "1:01:03", "remaining_time": "1:27:41"}
128
+ {"current_steps": 1280, "total_steps": 3094, "loss": 0.48658218383789065, "lr": 6.804889030862753e-05, "epoch": 0.41373737373737374, "percentage": 41.37, "elapsed_time": "1:01:31", "remaining_time": "1:27:12"}
129
+ {"current_steps": 1290, "total_steps": 3094, "loss": 0.48893008232116697, "lr": 6.754943911054793e-05, "epoch": 0.416969696969697, "percentage": 41.69, "elapsed_time": "1:01:59", "remaining_time": "1:26:42"}
130
+ {"current_steps": 1300, "total_steps": 3094, "loss": 0.49384117126464844, "lr": 6.704798270331358e-05, "epoch": 0.4202020202020202, "percentage": 42.02, "elapsed_time": "1:02:27", "remaining_time": "1:26:11"}
131
+ {"current_steps": 1310, "total_steps": 3094, "loss": 0.47458324432373045, "lr": 6.654457838362621e-05, "epoch": 0.42343434343434344, "percentage": 42.34, "elapsed_time": "1:02:55", "remaining_time": "1:25:41"}
132
+ {"current_steps": 1320, "total_steps": 3094, "loss": 0.4703402519226074, "lr": 6.603928367075718e-05, "epoch": 0.4266666666666667, "percentage": 42.66, "elapsed_time": "1:03:23", "remaining_time": "1:25:11"}
133
+ {"current_steps": 1330, "total_steps": 3094, "loss": 0.4851715087890625, "lr": 6.553215629997529e-05, "epoch": 0.4298989898989899, "percentage": 42.99, "elapsed_time": "1:03:52", "remaining_time": "1:24:42"}
134
+ {"current_steps": 1340, "total_steps": 3094, "loss": 0.4779622554779053, "lr": 6.502325421594988e-05, "epoch": 0.43313131313131314, "percentage": 43.31, "elapsed_time": "1:04:19", "remaining_time": "1:24:12"}
135
+ {"current_steps": 1350, "total_steps": 3094, "loss": 0.4708548545837402, "lr": 6.451263556613007e-05, "epoch": 0.43636363636363634, "percentage": 43.63, "elapsed_time": "1:04:47", "remaining_time": "1:23:42"}
136
+ {"current_steps": 1360, "total_steps": 3094, "loss": 0.4721970558166504, "lr": 6.40003586941008e-05, "epoch": 0.4395959595959596, "percentage": 43.96, "elapsed_time": "1:05:16", "remaining_time": "1:23:13"}
137
+ {"current_steps": 1370, "total_steps": 3094, "loss": 0.4798272132873535, "lr": 6.348648213291642e-05, "epoch": 0.44282828282828285, "percentage": 44.28, "elapsed_time": "1:05:44", "remaining_time": "1:22:43"}
138
+ {"current_steps": 1380, "total_steps": 3094, "loss": 0.471483039855957, "lr": 6.297106459841272e-05, "epoch": 0.44606060606060605, "percentage": 44.6, "elapsed_time": "1:06:12", "remaining_time": "1:22:13"}
139
+ {"current_steps": 1390, "total_steps": 3094, "loss": 0.4772329330444336, "lr": 6.245416498249801e-05, "epoch": 0.4492929292929293, "percentage": 44.93, "elapsed_time": "1:06:39", "remaining_time": "1:21:43"}
140
+ {"current_steps": 1400, "total_steps": 3094, "loss": 0.48812179565429686, "lr": 6.193584234642403e-05, "epoch": 0.45252525252525255, "percentage": 45.25, "elapsed_time": "1:07:07", "remaining_time": "1:21:13"}
141
+ {"current_steps": 1410, "total_steps": 3094, "loss": 0.48897976875305177, "lr": 6.141615591403771e-05, "epoch": 0.45575757575757575, "percentage": 45.57, "elapsed_time": "1:07:46", "remaining_time": "1:20:57"}
142
+ {"current_steps": 1420, "total_steps": 3094, "loss": 0.4850447654724121, "lr": 6.0895165065014106e-05, "epoch": 0.458989898989899, "percentage": 45.9, "elapsed_time": "1:08:14", "remaining_time": "1:20:26"}
143
+ {"current_steps": 1430, "total_steps": 3094, "loss": 0.4857158660888672, "lr": 6.037292932807167e-05, "epoch": 0.4622222222222222, "percentage": 46.22, "elapsed_time": "1:08:42", "remaining_time": "1:19:57"}
144
+ {"current_steps": 1440, "total_steps": 3094, "loss": 0.4844364166259766, "lr": 5.984950837417048e-05, "epoch": 0.46545454545454545, "percentage": 46.54, "elapsed_time": "1:09:10", "remaining_time": "1:19:27"}
145
+ {"current_steps": 1450, "total_steps": 3094, "loss": 0.47542514801025393, "lr": 5.932496200969422e-05, "epoch": 0.4686868686868687, "percentage": 46.86, "elapsed_time": "1:09:38", "remaining_time": "1:18:57"}
146
+ {"current_steps": 1460, "total_steps": 3094, "loss": 0.48579182624816897, "lr": 5.879935016961661e-05, "epoch": 0.4719191919191919, "percentage": 47.19, "elapsed_time": "1:10:05", "remaining_time": "1:18:27"}
147
+ {"current_steps": 1470, "total_steps": 3094, "loss": 0.48273677825927735, "lr": 5.827273291065326e-05, "epoch": 0.47515151515151516, "percentage": 47.51, "elapsed_time": "1:10:33", "remaining_time": "1:17:57"}
148
+ {"current_steps": 1480, "total_steps": 3094, "loss": 0.46429009437561036, "lr": 5.7745170404399484e-05, "epoch": 0.4783838383838384, "percentage": 47.83, "elapsed_time": "1:11:01", "remaining_time": "1:17:27"}
149
+ {"current_steps": 1490, "total_steps": 3094, "loss": 0.49172677993774416, "lr": 5.721672293045518e-05, "epoch": 0.4816161616161616, "percentage": 48.16, "elapsed_time": "1:11:29", "remaining_time": "1:16:57"}
150
+ {"current_steps": 1500, "total_steps": 3094, "loss": 0.4934688568115234, "lr": 5.668745086953712e-05, "epoch": 0.48484848484848486, "percentage": 48.48, "elapsed_time": "1:11:56", "remaining_time": "1:16:27"}
151
+ {"current_steps": 1510, "total_steps": 3094, "loss": 0.4826413631439209, "lr": 5.615741469657985e-05, "epoch": 0.48808080808080806, "percentage": 48.8, "elapsed_time": "1:12:24", "remaining_time": "1:15:57"}
152
+ {"current_steps": 1520, "total_steps": 3094, "loss": 0.48468503952026365, "lr": 5.562667497382582e-05, "epoch": 0.4913131313131313, "percentage": 49.13, "elapsed_time": "1:12:52", "remaining_time": "1:15:27"}
153
+ {"current_steps": 1530, "total_steps": 3094, "loss": 0.47773942947387693, "lr": 5.509529234390553e-05, "epoch": 0.49454545454545457, "percentage": 49.45, "elapsed_time": "1:13:19", "remaining_time": "1:14:57"}
154
+ {"current_steps": 1540, "total_steps": 3094, "loss": 0.47507562637329104, "lr": 5.456332752290837e-05, "epoch": 0.49777777777777776, "percentage": 49.77, "elapsed_time": "1:13:48", "remaining_time": "1:14:28"}
155
+ {"current_steps": 1550, "total_steps": 3094, "loss": 0.486495304107666, "lr": 5.4030841293445244e-05, "epoch": 0.501010101010101, "percentage": 50.1, "elapsed_time": "1:14:16", "remaining_time": "1:13:58"}
156
+ {"current_steps": 1560, "total_steps": 3094, "loss": 0.48320484161376953, "lr": 5.349789449770351e-05, "epoch": 0.5042424242424243, "percentage": 50.42, "elapsed_time": "1:14:44", "remaining_time": "1:13:29"}
157
+ {"current_steps": 1570, "total_steps": 3094, "loss": 0.48847188949584963, "lr": 5.2964548030495065e-05, "epoch": 0.5074747474747475, "percentage": 50.74, "elapsed_time": "1:15:12", "remaining_time": "1:12:59"}
158
+ {"current_steps": 1580, "total_steps": 3094, "loss": 0.47591514587402345, "lr": 5.243086283229852e-05, "epoch": 0.5107070707070707, "percentage": 51.07, "elapsed_time": "1:15:40", "remaining_time": "1:12:30"}
159
+ {"current_steps": 1590, "total_steps": 3094, "loss": 0.48136124610900877, "lr": 5.18968998822961e-05, "epoch": 0.5139393939393939, "percentage": 51.39, "elapsed_time": "1:16:08", "remaining_time": "1:12:01"}
160
+ {"current_steps": 1600, "total_steps": 3094, "loss": 0.48076438903808594, "lr": 5.1362720191406065e-05, "epoch": 0.5171717171717172, "percentage": 51.71, "elapsed_time": "1:16:35", "remaining_time": "1:11:31"}
161
+ {"current_steps": 1610, "total_steps": 3094, "loss": 0.5004307270050049, "lr": 5.082838479531169e-05, "epoch": 0.5204040404040404, "percentage": 52.04, "elapsed_time": "1:17:10", "remaining_time": "1:11:07"}
162
+ {"current_steps": 1620, "total_steps": 3094, "loss": 0.4812767028808594, "lr": 5.029395474748714e-05, "epoch": 0.5236363636363637, "percentage": 52.36, "elapsed_time": "1:17:37", "remaining_time": "1:10:38"}
163
+ {"current_steps": 1630, "total_steps": 3094, "loss": 0.4887521743774414, "lr": 4.975949111222158e-05, "epoch": 0.5268686868686868, "percentage": 52.68, "elapsed_time": "1:18:05", "remaining_time": "1:10:08"}
164
+ {"current_steps": 1640, "total_steps": 3094, "loss": 0.48248910903930664, "lr": 4.9225054957641916e-05, "epoch": 0.5301010101010101, "percentage": 53.01, "elapsed_time": "1:18:34", "remaining_time": "1:09:39"}
165
+ {"current_steps": 1650, "total_steps": 3094, "loss": 0.4855649948120117, "lr": 4.8690707348735035e-05, "epoch": 0.5333333333333333, "percentage": 53.33, "elapsed_time": "1:19:02", "remaining_time": "1:09:10"}
166
+ {"current_steps": 1660, "total_steps": 3094, "loss": 0.47187280654907227, "lr": 4.8156509340370605e-05, "epoch": 0.5365656565656566, "percentage": 53.65, "elapsed_time": "1:19:31", "remaining_time": "1:08:41"}
167
+ {"current_steps": 1670, "total_steps": 3094, "loss": 0.46579513549804685, "lr": 4.762252197032482e-05, "epoch": 0.5397979797979798, "percentage": 53.98, "elapsed_time": "1:19:59", "remaining_time": "1:08:12"}
168
+ {"current_steps": 1680, "total_steps": 3094, "loss": 0.47946829795837403, "lr": 4.7088806252306224e-05, "epoch": 0.5430303030303031, "percentage": 54.3, "elapsed_time": "1:20:27", "remaining_time": "1:07:43"}
169
+ {"current_steps": 1690, "total_steps": 3094, "loss": 0.4593667030334473, "lr": 4.655542316898423e-05, "epoch": 0.5462626262626262, "percentage": 54.62, "elapsed_time": "1:20:57", "remaining_time": "1:07:15"}
170
+ {"current_steps": 1700, "total_steps": 3094, "loss": 0.48582897186279295, "lr": 4.6022433665021246e-05, "epoch": 0.5494949494949495, "percentage": 54.95, "elapsed_time": "1:21:26", "remaining_time": "1:06:46"}
171
+ {"current_steps": 1710, "total_steps": 3094, "loss": 0.4849580764770508, "lr": 4.548989864010902e-05, "epoch": 0.5527272727272727, "percentage": 55.27, "elapsed_time": "1:21:55", "remaining_time": "1:06:18"}
172
+ {"current_steps": 1720, "total_steps": 3094, "loss": 0.49089298248291013, "lr": 4.495787894201031e-05, "epoch": 0.555959595959596, "percentage": 55.59, "elapsed_time": "1:22:23", "remaining_time": "1:05:48"}
173
+ {"current_steps": 1730, "total_steps": 3094, "loss": 0.48010549545288084, "lr": 4.442643535960631e-05, "epoch": 0.5591919191919192, "percentage": 55.91, "elapsed_time": "1:22:50", "remaining_time": "1:05:19"}
174
+ {"current_steps": 1740, "total_steps": 3094, "loss": 0.47594566345214845, "lr": 4.3895628615950864e-05, "epoch": 0.5624242424242424, "percentage": 56.24, "elapsed_time": "1:23:19", "remaining_time": "1:04:50"}
175
+ {"current_steps": 1750, "total_steps": 3094, "loss": 0.48056421279907224, "lr": 4.3365519361332345e-05, "epoch": 0.5656565656565656, "percentage": 56.56, "elapsed_time": "1:23:47", "remaining_time": "1:04:21"}
176
+ {"current_steps": 1760, "total_steps": 3094, "loss": 0.47501134872436523, "lr": 4.283616816634353e-05, "epoch": 0.5688888888888889, "percentage": 56.88, "elapsed_time": "1:24:15", "remaining_time": "1:03:52"}
177
+ {"current_steps": 1770, "total_steps": 3094, "loss": 0.478366756439209, "lr": 4.230763551496089e-05, "epoch": 0.5721212121212121, "percentage": 57.21, "elapsed_time": "1:24:43", "remaining_time": "1:03:22"}
178
+ {"current_steps": 1780, "total_steps": 3094, "loss": 0.478058385848999, "lr": 4.1779981797633645e-05, "epoch": 0.5753535353535354, "percentage": 57.53, "elapsed_time": "1:25:11", "remaining_time": "1:02:53"}
179
+ {"current_steps": 1790, "total_steps": 3094, "loss": 0.48466057777404786, "lr": 4.1253267304383455e-05, "epoch": 0.5785858585858585, "percentage": 57.85, "elapsed_time": "1:25:39", "remaining_time": "1:02:23"}
180
+ {"current_steps": 1800, "total_steps": 3094, "loss": 0.4769908905029297, "lr": 4.072755221791572e-05, "epoch": 0.5818181818181818, "percentage": 58.18, "elapsed_time": "1:26:07", "remaining_time": "1:01:54"}
181
+ {"current_steps": 1810, "total_steps": 3094, "loss": 0.47162666320800783, "lr": 4.020289660674306e-05, "epoch": 0.585050505050505, "percentage": 58.5, "elapsed_time": "1:26:46", "remaining_time": "1:01:33"}
182
+ {"current_steps": 1820, "total_steps": 3094, "loss": 0.46282405853271485, "lr": 3.967936041832173e-05, "epoch": 0.5882828282828283, "percentage": 58.82, "elapsed_time": "1:27:15", "remaining_time": "1:01:04"}
183
+ {"current_steps": 1830, "total_steps": 3094, "loss": 0.4794480323791504, "lr": 3.9157003472202246e-05, "epoch": 0.5915151515151515, "percentage": 59.15, "elapsed_time": "1:27:42", "remaining_time": "1:00:35"}
184
+ {"current_steps": 1840, "total_steps": 3094, "loss": 0.4729412078857422, "lr": 3.863588545319407e-05, "epoch": 0.5947474747474748, "percentage": 59.47, "elapsed_time": "1:28:11", "remaining_time": "1:00:06"}
185
+ {"current_steps": 1850, "total_steps": 3094, "loss": 0.47380704879760743, "lr": 3.8116065904546196e-05, "epoch": 0.597979797979798, "percentage": 59.79, "elapsed_time": "1:28:40", "remaining_time": "0:59:37"}
186
+ {"current_steps": 1860, "total_steps": 3094, "loss": 0.47751388549804685, "lr": 3.759760422114362e-05, "epoch": 0.6012121212121212, "percentage": 60.12, "elapsed_time": "1:29:08", "remaining_time": "0:59:08"}
187
+ {"current_steps": 1870, "total_steps": 3094, "loss": 0.47801823616027833, "lr": 3.708055964272088e-05, "epoch": 0.6044444444444445, "percentage": 60.44, "elapsed_time": "1:29:36", "remaining_time": "0:58:39"}
188
+ {"current_steps": 1880, "total_steps": 3094, "loss": 0.4800426483154297, "lr": 3.6564991247093234e-05, "epoch": 0.6076767676767677, "percentage": 60.76, "elapsed_time": "1:30:05", "remaining_time": "0:58:10"}
189
+ {"current_steps": 1890, "total_steps": 3094, "loss": 0.4812753677368164, "lr": 3.6050957943406465e-05, "epoch": 0.610909090909091, "percentage": 61.09, "elapsed_time": "1:30:33", "remaining_time": "0:57:41"}
190
+ {"current_steps": 1900, "total_steps": 3094, "loss": 0.47804956436157225, "lr": 3.553851846540584e-05, "epoch": 0.6141414141414141, "percentage": 61.41, "elapsed_time": "1:31:01", "remaining_time": "0:57:11"}
191
+ {"current_steps": 1910, "total_steps": 3094, "loss": 0.4772273063659668, "lr": 3.50277313647252e-05, "epoch": 0.6173737373737374, "percentage": 61.73, "elapsed_time": "1:31:29", "remaining_time": "0:56:42"}
192
+ {"current_steps": 1920, "total_steps": 3094, "loss": 0.4892144203186035, "lr": 3.451865500419676e-05, "epoch": 0.6206060606060606, "percentage": 62.06, "elapsed_time": "1:31:57", "remaining_time": "0:56:13"}
193
+ {"current_steps": 1930, "total_steps": 3094, "loss": 0.48959059715270997, "lr": 3.401134755118256e-05, "epoch": 0.6238383838383839, "percentage": 62.38, "elapsed_time": "1:32:26", "remaining_time": "0:55:44"}
194
+ {"current_steps": 1940, "total_steps": 3094, "loss": 0.46478729248046874, "lr": 3.350586697092826e-05, "epoch": 0.6270707070707071, "percentage": 62.7, "elapsed_time": "1:32:54", "remaining_time": "0:55:16"}
195
+ {"current_steps": 1950, "total_steps": 3094, "loss": 0.5046152114868164, "lr": 3.300227101993998e-05, "epoch": 0.6303030303030303, "percentage": 63.03, "elapsed_time": "1:33:23", "remaining_time": "0:54:47"}
196
+ {"current_steps": 1960, "total_steps": 3094, "loss": 0.4698008060455322, "lr": 3.2500617239384947e-05, "epoch": 0.6335353535353535, "percentage": 63.35, "elapsed_time": "1:33:51", "remaining_time": "0:54:18"}
197
+ {"current_steps": 1970, "total_steps": 3094, "loss": 0.4716217041015625, "lr": 3.200096294851691e-05, "epoch": 0.6367676767676768, "percentage": 63.67, "elapsed_time": "1:34:20", "remaining_time": "0:53:49"}
198
+ {"current_steps": 1980, "total_steps": 3094, "loss": 0.47135162353515625, "lr": 3.150336523812674e-05, "epoch": 0.64, "percentage": 63.99, "elapsed_time": "1:34:49", "remaining_time": "0:53:21"}
199
+ {"current_steps": 1990, "total_steps": 3094, "loss": 0.4799614906311035, "lr": 3.100788096401925e-05, "epoch": 0.6432323232323233, "percentage": 64.32, "elapsed_time": "1:35:18", "remaining_time": "0:52:52"}
200
+ {"current_steps": 2000, "total_steps": 3094, "loss": 0.4682164192199707, "lr": 3.051456674051677e-05, "epoch": 0.6464646464646465, "percentage": 64.64, "elapsed_time": "1:35:46", "remaining_time": "0:52:23"}
201
+ {"current_steps": 2010, "total_steps": 3094, "loss": 0.4750208854675293, "lr": 3.0023478933990347e-05, "epoch": 0.6496969696969697, "percentage": 64.96, "elapsed_time": "1:36:20", "remaining_time": "0:51:57"}
202
+ {"current_steps": 2020, "total_steps": 3094, "loss": 0.48034076690673827, "lr": 2.9534673656419377e-05, "epoch": 0.6529292929292929, "percentage": 65.29, "elapsed_time": "1:36:49", "remaining_time": "0:51:28"}
203
+ {"current_steps": 2030, "total_steps": 3094, "loss": 0.46314101219177245, "lr": 2.9048206758980136e-05, "epoch": 0.6561616161616162, "percentage": 65.61, "elapsed_time": "1:37:17", "remaining_time": "0:50:59"}
204
+ {"current_steps": 2040, "total_steps": 3094, "loss": 0.4783937454223633, "lr": 2.856413382566425e-05, "epoch": 0.6593939393939394, "percentage": 65.93, "elapsed_time": "1:37:45", "remaining_time": "0:50:30"}
205
+ {"current_steps": 2050, "total_steps": 3094, "loss": 0.4792025089263916, "lr": 2.8082510166927583e-05, "epoch": 0.6626262626262627, "percentage": 66.26, "elapsed_time": "1:38:12", "remaining_time": "0:50:01"}
206
+ {"current_steps": 2060, "total_steps": 3094, "loss": 0.4722686767578125, "lr": 2.760339081337041e-05, "epoch": 0.6658585858585858, "percentage": 66.58, "elapsed_time": "1:38:41", "remaining_time": "0:49:32"}
207
+ {"current_steps": 2070, "total_steps": 3094, "loss": 0.4884464263916016, "lr": 2.7126830509449773e-05, "epoch": 0.6690909090909091, "percentage": 66.9, "elapsed_time": "1:39:09", "remaining_time": "0:49:03"}
208
+ {"current_steps": 2080, "total_steps": 3094, "loss": 0.4804549217224121, "lr": 2.6652883707224075e-05, "epoch": 0.6723232323232323, "percentage": 67.23, "elapsed_time": "1:39:38", "remaining_time": "0:48:34"}
209
+ {"current_steps": 2090, "total_steps": 3094, "loss": 0.4781071186065674, "lr": 2.618160456013153e-05, "epoch": 0.6755555555555556, "percentage": 67.55, "elapsed_time": "1:40:06", "remaining_time": "0:48:05"}
210
+ {"current_steps": 2100, "total_steps": 3094, "loss": 0.48059587478637694, "lr": 2.571304691680255e-05, "epoch": 0.6787878787878788, "percentage": 67.87, "elapsed_time": "1:40:34", "remaining_time": "0:47:36"}
211
+ {"current_steps": 2110, "total_steps": 3094, "loss": 0.4706240177154541, "lr": 2.5247264314906917e-05, "epoch": 0.682020202020202, "percentage": 68.2, "elapsed_time": "1:41:01", "remaining_time": "0:47:06"}
212
+ {"current_steps": 2120, "total_steps": 3094, "loss": 0.4885101318359375, "lr": 2.4784309975036513e-05, "epoch": 0.6852525252525252, "percentage": 68.52, "elapsed_time": "1:41:29", "remaining_time": "0:46:37"}
213
+ {"current_steps": 2130, "total_steps": 3094, "loss": 0.4882383346557617, "lr": 2.4324236794624456e-05, "epoch": 0.6884848484848485, "percentage": 68.84, "elapsed_time": "1:41:57", "remaining_time": "0:46:08"}
214
+ {"current_steps": 2140, "total_steps": 3094, "loss": 0.4768857479095459, "lr": 2.386709734190079e-05, "epoch": 0.6917171717171717, "percentage": 69.17, "elapsed_time": "1:42:26", "remaining_time": "0:45:40"}
215
+ {"current_steps": 2150, "total_steps": 3094, "loss": 0.4802837371826172, "lr": 2.34129438498862e-05, "epoch": 0.694949494949495, "percentage": 69.49, "elapsed_time": "1:42:54", "remaining_time": "0:45:10"}
216
+ {"current_steps": 2160, "total_steps": 3094, "loss": 0.4874839782714844, "lr": 2.296182821042374e-05, "epoch": 0.6981818181818182, "percentage": 69.81, "elapsed_time": "1:43:23", "remaining_time": "0:44:42"}
217
+ {"current_steps": 2170, "total_steps": 3094, "loss": 0.4758561134338379, "lr": 2.2513801968249644e-05, "epoch": 0.7014141414141414, "percentage": 70.14, "elapsed_time": "1:43:51", "remaining_time": "0:44:13"}
218
+ {"current_steps": 2180, "total_steps": 3094, "loss": 0.4686488151550293, "lr": 2.2068916315103783e-05, "epoch": 0.7046464646464646, "percentage": 70.46, "elapsed_time": "1:44:20", "remaining_time": "0:43:44"}
219
+ {"current_steps": 2190, "total_steps": 3094, "loss": 0.4782154083251953, "lr": 2.162722208388057e-05, "epoch": 0.7078787878787879, "percentage": 70.78, "elapsed_time": "1:44:48", "remaining_time": "0:43:15"}
220
+ {"current_steps": 2200, "total_steps": 3094, "loss": 0.4773773193359375, "lr": 2.1188769742820625e-05, "epoch": 0.7111111111111111, "percentage": 71.11, "elapsed_time": "1:45:16", "remaining_time": "0:42:46"}
221
+ {"current_steps": 2210, "total_steps": 3094, "loss": 0.4733907222747803, "lr": 2.075360938974429e-05, "epoch": 0.7143434343434344, "percentage": 71.43, "elapsed_time": "1:45:54", "remaining_time": "0:42:21"}
222
+ {"current_steps": 2220, "total_steps": 3094, "loss": 0.47564210891723635, "lr": 2.03217907463275e-05, "epoch": 0.7175757575757575, "percentage": 71.75, "elapsed_time": "1:46:23", "remaining_time": "0:41:53"}
223
+ {"current_steps": 2230, "total_steps": 3094, "loss": 0.4784512519836426, "lr": 1.989336315242048e-05, "epoch": 0.7208080808080808, "percentage": 72.07, "elapsed_time": "1:46:51", "remaining_time": "0:41:23"}
224
+ {"current_steps": 2240, "total_steps": 3094, "loss": 0.4808964729309082, "lr": 1.9468375560410117e-05, "epoch": 0.724040404040404, "percentage": 72.4, "elapsed_time": "1:47:19", "remaining_time": "0:40:55"}
225
+ {"current_steps": 2250, "total_steps": 3094, "loss": 0.49031834602355956, "lr": 1.90468765296267e-05, "epoch": 0.7272727272727273, "percentage": 72.72, "elapsed_time": "1:47:47", "remaining_time": "0:40:26"}
226
+ {"current_steps": 2260, "total_steps": 3094, "loss": 0.48055601119995117, "lr": 1.8628914220795494e-05, "epoch": 0.7305050505050505, "percentage": 73.04, "elapsed_time": "1:48:14", "remaining_time": "0:39:56"}
227
+ {"current_steps": 2270, "total_steps": 3094, "loss": 0.47170586585998536, "lr": 1.8214536390533822e-05, "epoch": 0.7337373737373737, "percentage": 73.37, "elapsed_time": "1:48:43", "remaining_time": "0:39:28"}
228
+ {"current_steps": 2280, "total_steps": 3094, "loss": 0.4660043716430664, "lr": 1.7803790385894387e-05, "epoch": 0.7369696969696969, "percentage": 73.69, "elapsed_time": "1:49:12", "remaining_time": "0:38:59"}
229
+ {"current_steps": 2290, "total_steps": 3094, "loss": 0.4599196434020996, "lr": 1.7396723138955428e-05, "epoch": 0.7402020202020202, "percentage": 74.01, "elapsed_time": "1:49:41", "remaining_time": "0:38:30"}
230
+ {"current_steps": 2300, "total_steps": 3094, "loss": 0.46491589546203616, "lr": 1.699338116145811e-05, "epoch": 0.7434343434343434, "percentage": 74.34, "elapsed_time": "1:50:09", "remaining_time": "0:38:01"}
231
+ {"current_steps": 2310, "total_steps": 3094, "loss": 0.47761125564575196, "lr": 1.6593810539492195e-05, "epoch": 0.7466666666666667, "percentage": 74.66, "elapsed_time": "1:50:37", "remaining_time": "0:37:32"}
232
+ {"current_steps": 2320, "total_steps": 3094, "loss": 0.49956817626953126, "lr": 1.619805692823016e-05, "epoch": 0.74989898989899, "percentage": 74.98, "elapsed_time": "1:51:05", "remaining_time": "0:37:03"}
233
+ {"current_steps": 2330, "total_steps": 3094, "loss": 0.4716916084289551, "lr": 1.580616554671057e-05, "epoch": 0.7531313131313131, "percentage": 75.31, "elapsed_time": "1:51:35", "remaining_time": "0:36:35"}
234
+ {"current_steps": 2340, "total_steps": 3094, "loss": 0.4909040451049805, "lr": 1.5418181172671382e-05, "epoch": 0.7563636363636363, "percentage": 75.63, "elapsed_time": "1:52:03", "remaining_time": "0:36:06"}
235
+ {"current_steps": 2350, "total_steps": 3094, "loss": 0.47939190864562986, "lr": 1.5034148137433623e-05, "epoch": 0.7595959595959596, "percentage": 75.95, "elapsed_time": "1:52:31", "remaining_time": "0:35:37"}
236
+ {"current_steps": 2360, "total_steps": 3094, "loss": 0.48291826248168945, "lr": 1.4654110320836017e-05, "epoch": 0.7628282828282829, "percentage": 76.28, "elapsed_time": "1:53:00", "remaining_time": "0:35:08"}
237
+ {"current_steps": 2370, "total_steps": 3094, "loss": 0.49179973602294924, "lr": 1.4278111146221263e-05, "epoch": 0.7660606060606061, "percentage": 76.6, "elapsed_time": "1:53:28", "remaining_time": "0:34:39"}
238
+ {"current_steps": 2380, "total_steps": 3094, "loss": 0.4716278076171875, "lr": 1.3906193575474508e-05, "epoch": 0.7692929292929293, "percentage": 76.92, "elapsed_time": "1:53:56", "remaining_time": "0:34:10"}
239
+ {"current_steps": 2390, "total_steps": 3094, "loss": 0.47190055847167967, "lr": 1.3538400104114446e-05, "epoch": 0.7725252525252525, "percentage": 77.25, "elapsed_time": "1:54:25", "remaining_time": "0:33:42"}
240
+ {"current_steps": 2400, "total_steps": 3094, "loss": 0.4703176498413086, "lr": 1.3174772756437742e-05, "epoch": 0.7757575757575758, "percentage": 77.57, "elapsed_time": "1:54:53", "remaining_time": "0:33:13"}
241
+ {"current_steps": 2410, "total_steps": 3094, "loss": 0.47541141510009766, "lr": 1.2815353080717379e-05, "epoch": 0.778989898989899, "percentage": 77.89, "elapsed_time": "1:55:30", "remaining_time": "0:32:47"}
242
+ {"current_steps": 2420, "total_steps": 3094, "loss": 0.4860015869140625, "lr": 1.246018214445525e-05, "epoch": 0.7822222222222223, "percentage": 78.22, "elapsed_time": "1:55:58", "remaining_time": "0:32:18"}
243
+ {"current_steps": 2430, "total_steps": 3094, "loss": 0.49062480926513674, "lr": 1.210930052968981e-05, "epoch": 0.7854545454545454, "percentage": 78.54, "elapsed_time": "1:56:26", "remaining_time": "0:31:49"}
244
+ {"current_steps": 2440, "total_steps": 3094, "loss": 0.4694485664367676, "lr": 1.1762748328359152e-05, "epoch": 0.7886868686868687, "percentage": 78.86, "elapsed_time": "1:56:54", "remaining_time": "0:31:20"}
245
+ {"current_steps": 2450, "total_steps": 3094, "loss": 0.47275629043579104, "lr": 1.1420565137720045e-05, "epoch": 0.7919191919191919, "percentage": 79.19, "elapsed_time": "1:57:22", "remaining_time": "0:30:51"}
246
+ {"current_steps": 2460, "total_steps": 3094, "loss": 0.4670067310333252, "lr": 1.1082790055823533e-05, "epoch": 0.7951515151515152, "percentage": 79.51, "elapsed_time": "1:57:50", "remaining_time": "0:30:22"}
247
+ {"current_steps": 2470, "total_steps": 3094, "loss": 0.4700475692749023, "lr": 1.0749461677047624e-05, "epoch": 0.7983838383838384, "percentage": 79.83, "elapsed_time": "1:58:18", "remaining_time": "0:29:53"}
248
+ {"current_steps": 2480, "total_steps": 3094, "loss": 0.46589016914367676, "lr": 1.0420618087687418e-05, "epoch": 0.8016161616161617, "percentage": 80.16, "elapsed_time": "1:58:47", "remaining_time": "0:29:24"}
249
+ {"current_steps": 2490, "total_steps": 3094, "loss": 0.4704419136047363, "lr": 1.0096296861603321e-05, "epoch": 0.8048484848484848, "percentage": 80.48, "elapsed_time": "1:59:16", "remaining_time": "0:28:56"}
250
+ {"current_steps": 2500, "total_steps": 3094, "loss": 0.47326183319091797, "lr": 9.776535055927931e-06, "epoch": 0.8080808080808081, "percentage": 80.8, "elapsed_time": "1:59:44", "remaining_time": "0:28:27"}
251
+ {"current_steps": 2510, "total_steps": 3094, "loss": 0.48441619873046876, "lr": 9.461369206831772e-06, "epoch": 0.8113131313131313, "percentage": 81.12, "elapsed_time": "2:00:12", "remaining_time": "0:27:58"}
252
+ {"current_steps": 2520, "total_steps": 3094, "loss": 0.45856351852416993, "lr": 9.150835325348678e-06, "epoch": 0.8145454545454546, "percentage": 81.45, "elapsed_time": "2:00:40", "remaining_time": "0:27:29"}
253
+ {"current_steps": 2530, "total_steps": 3094, "loss": 0.48114948272705077, "lr": 8.844968893261197e-06, "epoch": 0.8177777777777778, "percentage": 81.77, "elapsed_time": "2:01:09", "remaining_time": "0:27:00"}
254
+ {"current_steps": 2540, "total_steps": 3094, "loss": 0.4930680274963379, "lr": 8.543804859046345e-06, "epoch": 0.821010101010101, "percentage": 82.09, "elapsed_time": "2:01:36", "remaining_time": "0:26:31"}
255
+ {"current_steps": 2550, "total_steps": 3094, "loss": 0.46875743865966796, "lr": 8.247377633882463e-06, "epoch": 0.8242424242424242, "percentage": 82.42, "elapsed_time": "2:02:04", "remaining_time": "0:26:02"}
256
+ {"current_steps": 2560, "total_steps": 3094, "loss": 0.4768000602722168, "lr": 7.95572108771726e-06, "epoch": 0.8274747474747475, "percentage": 82.74, "elapsed_time": "2:02:33", "remaining_time": "0:25:33"}
257
+ {"current_steps": 2570, "total_steps": 3094, "loss": 0.479974365234375, "lr": 7.66886854539795e-06, "epoch": 0.8307070707070707, "percentage": 83.06, "elapsed_time": "2:03:01", "remaining_time": "0:25:04"}
258
+ {"current_steps": 2580, "total_steps": 3094, "loss": 0.4684715270996094, "lr": 7.386852782863407e-06, "epoch": 0.833939393939394, "percentage": 83.39, "elapsed_time": "2:03:28", "remaining_time": "0:24:36"}
259
+ {"current_steps": 2590, "total_steps": 3094, "loss": 0.47191972732543946, "lr": 7.109706023399232e-06, "epoch": 0.8371717171717171, "percentage": 83.71, "elapsed_time": "2:03:56", "remaining_time": "0:24:07"}
260
+ {"current_steps": 2600, "total_steps": 3094, "loss": 0.4766803741455078, "lr": 6.837459933955936e-06, "epoch": 0.8404040404040404, "percentage": 84.03, "elapsed_time": "2:04:24", "remaining_time": "0:23:38"}
261
+ {"current_steps": 2610, "total_steps": 3094, "loss": 0.4592133045196533, "lr": 6.5701456215305656e-06, "epoch": 0.8436363636363636, "percentage": 84.36, "elapsed_time": "2:05:01", "remaining_time": "0:23:11"}
262
+ {"current_steps": 2620, "total_steps": 3094, "loss": 0.4658504009246826, "lr": 6.307793629612452e-06, "epoch": 0.8468686868686869, "percentage": 84.68, "elapsed_time": "2:05:29", "remaining_time": "0:22:42"}
263
+ {"current_steps": 2630, "total_steps": 3094, "loss": 0.4936856269836426, "lr": 6.050433934693339e-06, "epoch": 0.8501010101010101, "percentage": 85.0, "elapsed_time": "2:05:58", "remaining_time": "0:22:13"}
264
+ {"current_steps": 2640, "total_steps": 3094, "loss": 0.4765117645263672, "lr": 5.798095942842141e-06, "epoch": 0.8533333333333334, "percentage": 85.33, "elapsed_time": "2:06:26", "remaining_time": "0:21:44"}
265
+ {"current_steps": 2650, "total_steps": 3094, "loss": 0.47063379287719725, "lr": 5.550808486345072e-06, "epoch": 0.8565656565656565, "percentage": 85.65, "elapsed_time": "2:06:53", "remaining_time": "0:21:15"}
266
+ {"current_steps": 2660, "total_steps": 3094, "loss": 0.4614537715911865, "lr": 5.308599820411247e-06, "epoch": 0.8597979797979798, "percentage": 85.97, "elapsed_time": "2:07:22", "remaining_time": "0:20:46"}
267
+ {"current_steps": 2670, "total_steps": 3094, "loss": 0.48136143684387206, "lr": 5.071497619944171e-06, "epoch": 0.863030303030303, "percentage": 86.3, "elapsed_time": "2:07:50", "remaining_time": "0:20:18"}
268
+ {"current_steps": 2680, "total_steps": 3094, "loss": 0.47299985885620116, "lr": 4.839528976379648e-06, "epoch": 0.8662626262626263, "percentage": 86.62, "elapsed_time": "2:08:18", "remaining_time": "0:19:49"}
269
+ {"current_steps": 2690, "total_steps": 3094, "loss": 0.4829209327697754, "lr": 4.612720394590286e-06, "epoch": 0.8694949494949495, "percentage": 86.94, "elapsed_time": "2:08:46", "remaining_time": "0:19:20"}
270
+ {"current_steps": 2700, "total_steps": 3094, "loss": 0.4762550354003906, "lr": 4.391097789856985e-06, "epoch": 0.8727272727272727, "percentage": 87.27, "elapsed_time": "2:09:14", "remaining_time": "0:18:51"}
271
+ {"current_steps": 2710, "total_steps": 3094, "loss": 0.4898251533508301, "lr": 4.174686484907908e-06, "epoch": 0.8759595959595959, "percentage": 87.59, "elapsed_time": "2:09:42", "remaining_time": "0:18:22"}
272
+ {"current_steps": 2720, "total_steps": 3094, "loss": 0.47261548042297363, "lr": 3.963511207025078e-06, "epoch": 0.8791919191919192, "percentage": 87.91, "elapsed_time": "2:10:12", "remaining_time": "0:17:54"}
273
+ {"current_steps": 2730, "total_steps": 3094, "loss": 0.4839645862579346, "lr": 3.7575960852189728e-06, "epoch": 0.8824242424242424, "percentage": 88.24, "elapsed_time": "2:10:40", "remaining_time": "0:17:25"}
274
+ {"current_steps": 2740, "total_steps": 3094, "loss": 0.46989760398864744, "lr": 3.5569646474715722e-06, "epoch": 0.8856565656565657, "percentage": 88.56, "elapsed_time": "2:11:09", "remaining_time": "0:16:56"}
275
+ {"current_steps": 2750, "total_steps": 3094, "loss": 0.47272281646728515, "lr": 3.361639818048068e-06, "epoch": 0.8888888888888888, "percentage": 88.88, "elapsed_time": "2:11:37", "remaining_time": "0:16:27"}
276
+ {"current_steps": 2760, "total_steps": 3094, "loss": 0.47122917175292967, "lr": 3.1716439148774534e-06, "epoch": 0.8921212121212121, "percentage": 89.2, "elapsed_time": "2:12:06", "remaining_time": "0:15:59"}
277
+ {"current_steps": 2770, "total_steps": 3094, "loss": 0.4727674961090088, "lr": 2.986998647002498e-06, "epoch": 0.8953535353535353, "percentage": 89.53, "elapsed_time": "2:12:35", "remaining_time": "0:15:30"}
278
+ {"current_steps": 2780, "total_steps": 3094, "loss": 0.46461896896362304, "lr": 2.8077251120992742e-06, "epoch": 0.8985858585858586, "percentage": 89.85, "elapsed_time": "2:13:04", "remaining_time": "0:15:01"}
279
+ {"current_steps": 2790, "total_steps": 3094, "loss": 0.46602635383605956, "lr": 2.633843794066515e-06, "epoch": 0.9018181818181819, "percentage": 90.17, "elapsed_time": "2:13:32", "remaining_time": "0:14:33"}
280
+ {"current_steps": 2800, "total_steps": 3094, "loss": 0.4705932140350342, "lr": 2.465374560685091e-06, "epoch": 0.9050505050505051, "percentage": 90.5, "elapsed_time": "2:14:01", "remaining_time": "0:14:04"}
281
+ {"current_steps": 2810, "total_steps": 3094, "loss": 0.4687389373779297, "lr": 2.302336661347926e-06, "epoch": 0.9082828282828282, "percentage": 90.82, "elapsed_time": "2:14:36", "remaining_time": "0:13:36"}
282
+ {"current_steps": 2820, "total_steps": 3094, "loss": 0.4906333923339844, "lr": 2.1447487248605513e-06, "epoch": 0.9115151515151515, "percentage": 91.14, "elapsed_time": "2:15:04", "remaining_time": "0:13:07"}
283
+ {"current_steps": 2830, "total_steps": 3094, "loss": 0.47768077850341795, "lr": 1.9926287573125537e-06, "epoch": 0.9147474747474748, "percentage": 91.47, "elapsed_time": "2:15:33", "remaining_time": "0:12:38"}
284
+ {"current_steps": 2840, "total_steps": 3094, "loss": 0.47643141746520995, "lr": 1.845994140020213e-06, "epoch": 0.917979797979798, "percentage": 91.79, "elapsed_time": "2:16:01", "remaining_time": "0:12:09"}
285
+ {"current_steps": 2850, "total_steps": 3094, "loss": 0.4636590003967285, "lr": 1.7048616275404771e-06, "epoch": 0.9212121212121213, "percentage": 92.11, "elapsed_time": "2:16:30", "remaining_time": "0:11:41"}
286
+ {"current_steps": 2860, "total_steps": 3094, "loss": 0.4707911014556885, "lr": 1.5692473457565748e-06, "epoch": 0.9244444444444444, "percentage": 92.44, "elapsed_time": "2:16:59", "remaining_time": "0:11:12"}
287
+ {"current_steps": 2870, "total_steps": 3094, "loss": 0.45751228332519533, "lr": 1.439166790035501e-06, "epoch": 0.9276767676767677, "percentage": 92.76, "elapsed_time": "2:17:29", "remaining_time": "0:10:43"}
288
+ {"current_steps": 2880, "total_steps": 3094, "loss": 0.4842953681945801, "lr": 1.3146348234574724e-06, "epoch": 0.9309090909090909, "percentage": 93.08, "elapsed_time": "2:17:58", "remaining_time": "0:10:15"}
289
+ {"current_steps": 2890, "total_steps": 3094, "loss": 0.482682991027832, "lr": 1.1956656751176577e-06, "epoch": 0.9341414141414142, "percentage": 93.41, "elapsed_time": "2:18:26", "remaining_time": "0:09:46"}
290
+ {"current_steps": 2900, "total_steps": 3094, "loss": 0.48476057052612304, "lr": 1.0822729385003727e-06, "epoch": 0.9373737373737374, "percentage": 93.73, "elapsed_time": "2:18:54", "remaining_time": "0:09:17"}
291
+ {"current_steps": 2910, "total_steps": 3094, "loss": 0.4767448425292969, "lr": 9.744695699258955e-07, "epoch": 0.9406060606060606, "percentage": 94.05, "elapsed_time": "2:19:22", "remaining_time": "0:08:48"}
292
+ {"current_steps": 2920, "total_steps": 3094, "loss": 0.4663360118865967, "lr": 8.722678870700274e-07, "epoch": 0.9438383838383838, "percentage": 94.38, "elapsed_time": "2:19:51", "remaining_time": "0:08:20"}
293
+ {"current_steps": 2930, "total_steps": 3094, "loss": 0.48151307106018065, "lr": 7.756795675566919e-07, "epoch": 0.9470707070707071, "percentage": 94.7, "elapsed_time": "2:20:19", "remaining_time": "0:07:51"}
294
+ {"current_steps": 2940, "total_steps": 3094, "loss": 0.48086977005004883, "lr": 6.847156476236516e-07, "epoch": 0.9503030303030303, "percentage": 95.02, "elapsed_time": "2:20:48", "remaining_time": "0:07:22"}
295
+ {"current_steps": 2950, "total_steps": 3094, "loss": 0.4648440361022949, "lr": 5.993865208614835e-07, "epoch": 0.9535353535353536, "percentage": 95.35, "elapsed_time": "2:21:17", "remaining_time": "0:06:53"}
296
+ {"current_steps": 2960, "total_steps": 3094, "loss": 0.46828551292419435, "lr": 5.197019370260125e-07, "epoch": 0.9567676767676768, "percentage": 95.67, "elapsed_time": "2:21:46", "remaining_time": "0:06:25"}
297
+ {"current_steps": 2970, "total_steps": 3094, "loss": 0.48481130599975586, "lr": 4.4567100092429704e-07, "epoch": 0.96, "percentage": 95.99, "elapsed_time": "2:22:14", "remaining_time": "0:05:56"}
298
+ {"current_steps": 2980, "total_steps": 3094, "loss": 0.47917518615722654, "lr": 3.7730217137428857e-07, "epoch": 0.9632323232323232, "percentage": 96.32, "elapsed_time": "2:22:43", "remaining_time": "0:05:27"}
299
+ {"current_steps": 2990, "total_steps": 3094, "loss": 0.48064794540405276, "lr": 3.1460326023836083e-07, "epoch": 0.9664646464646465, "percentage": 96.64, "elapsed_time": "2:23:11", "remaining_time": "0:04:58"}
300
+ {"current_steps": 3000, "total_steps": 3094, "loss": 0.4831876754760742, "lr": 2.575814315306846e-07, "epoch": 0.9696969696969697, "percentage": 96.96, "elapsed_time": "2:23:40", "remaining_time": "0:04:30"}
301
+ {"current_steps": 3010, "total_steps": 3094, "loss": 0.4821047306060791, "lr": 2.0624320059869918e-07, "epoch": 0.972929292929293, "percentage": 97.29, "elapsed_time": "2:24:17", "remaining_time": "0:04:01"}
302
+ {"current_steps": 3020, "total_steps": 3094, "loss": 0.46325201988220216, "lr": 1.6059443337861912e-07, "epoch": 0.9761616161616161, "percentage": 97.61, "elapsed_time": "2:24:46", "remaining_time": "0:03:32"}
303
+ {"current_steps": 3030, "total_steps": 3094, "loss": 0.4779689788818359, "lr": 1.2064034572523142e-07, "epoch": 0.9793939393939394, "percentage": 97.93, "elapsed_time": "2:25:15", "remaining_time": "0:03:04"}
304
+ {"current_steps": 3040, "total_steps": 3094, "loss": 0.4866930484771729, "lr": 8.638550281591107e-08, "epoch": 0.9826262626262626, "percentage": 98.25, "elapsed_time": "2:25:43", "remaining_time": "0:02:35"}
305
+ {"current_steps": 3050, "total_steps": 3094, "loss": 0.48350844383239744, "lr": 5.7833818629005054e-08, "epoch": 0.9858585858585859, "percentage": 98.58, "elapsed_time": "2:26:11", "remaining_time": "0:02:06"}
306
+ {"current_steps": 3060, "total_steps": 3094, "loss": 0.4722591400146484, "lr": 3.498855549660118e-08, "epoch": 0.9890909090909091, "percentage": 98.9, "elapsed_time": "2:26:40", "remaining_time": "0:01:37"}
307
+ {"current_steps": 3070, "total_steps": 3094, "loss": 0.48914670944213867, "lr": 1.785232373180401e-08, "epoch": 0.9923232323232323, "percentage": 99.22, "elapsed_time": "2:27:09", "remaining_time": "0:01:09"}
308
+ {"current_steps": 3080, "total_steps": 3094, "loss": 0.4730827331542969, "lr": 6.427081330456774e-09, "epoch": 0.9955555555555555, "percentage": 99.55, "elapsed_time": "2:27:37", "remaining_time": "0:00:40"}
309
+ {"current_steps": 3090, "total_steps": 3094, "loss": 0.4666846752166748, "lr": 7.141337474148025e-10, "epoch": 0.9987878787878788, "percentage": 99.87, "elapsed_time": "2:28:05", "remaining_time": "0:00:11"}
310
+ {"current_steps": 3094, "total_steps": 3094, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "2:28:23", "remaining_time": "0:00:00"}
trainer_state.json ADDED
@@ -0,0 +1,2206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 200,
7
+ "global_step": 3094,
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.0032323232323232323,
14
+ "grad_norm": 0.032284051179885864,
15
+ "learning_rate": 5.806451612903226e-06,
16
+ "loss": 0.6013355255126953,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.006464646464646465,
21
+ "grad_norm": 0.01937970519065857,
22
+ "learning_rate": 1.2258064516129032e-05,
23
+ "loss": 0.5758121490478516,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.009696969696969697,
28
+ "grad_norm": 0.014327733777463436,
29
+ "learning_rate": 1.870967741935484e-05,
30
+ "loss": 0.5787662506103516,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.01292929292929293,
35
+ "grad_norm": 0.012254982255399227,
36
+ "learning_rate": 2.5161290322580645e-05,
37
+ "loss": 0.5327143669128418,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.01616161616161616,
42
+ "grad_norm": 0.014536243863403797,
43
+ "learning_rate": 3.161290322580645e-05,
44
+ "loss": 0.5393171310424805,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.019393939393939394,
49
+ "grad_norm": 0.011900736019015312,
50
+ "learning_rate": 3.8064516129032254e-05,
51
+ "loss": 0.5058945178985595,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.022626262626262626,
56
+ "grad_norm": 0.01210293360054493,
57
+ "learning_rate": 4.451612903225807e-05,
58
+ "loss": 0.517607593536377,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.02585858585858586,
63
+ "grad_norm": 0.017207792028784752,
64
+ "learning_rate": 5.096774193548387e-05,
65
+ "loss": 0.5269095420837402,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.02909090909090909,
70
+ "grad_norm": 0.013736969791352749,
71
+ "learning_rate": 5.7419354838709685e-05,
72
+ "loss": 0.5040688514709473,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.03232323232323232,
77
+ "grad_norm": 0.011664404533803463,
78
+ "learning_rate": 6.387096774193548e-05,
79
+ "loss": 0.5147775173187256,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.035555555555555556,
84
+ "grad_norm": 0.014052552171051502,
85
+ "learning_rate": 7.03225806451613e-05,
86
+ "loss": 0.5230005741119385,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.03878787878787879,
91
+ "grad_norm": 0.011644740588963032,
92
+ "learning_rate": 7.67741935483871e-05,
93
+ "loss": 0.5105222702026367,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.04202020202020202,
98
+ "grad_norm": 0.011730308644473553,
99
+ "learning_rate": 8.32258064516129e-05,
100
+ "loss": 0.4989170074462891,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.04525252525252525,
105
+ "grad_norm": 0.012009115889668465,
106
+ "learning_rate": 8.967741935483871e-05,
107
+ "loss": 0.5003124713897705,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.048484848484848485,
112
+ "grad_norm": 0.012424134649336338,
113
+ "learning_rate": 9.612903225806452e-05,
114
+ "loss": 0.5077538013458252,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.05171717171717172,
119
+ "grad_norm": 0.011461800895631313,
120
+ "learning_rate": 9.999954295400999e-05,
121
+ "loss": 0.5061477661132813,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.05494949494949495,
126
+ "grad_norm": 0.011583201587200165,
127
+ "learning_rate": 9.999440128258112e-05,
128
+ "loss": 0.5013481140136719,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.05818181818181818,
133
+ "grad_norm": 0.011583367362618446,
134
+ "learning_rate": 9.998354722168459e-05,
135
+ "loss": 0.48343815803527834,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.061414141414141414,
140
+ "grad_norm": 0.011094105429947376,
141
+ "learning_rate": 9.996698201151175e-05,
142
+ "loss": 0.507840633392334,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.06464646464646465,
147
+ "grad_norm": 0.011715452186763287,
148
+ "learning_rate": 9.994470754481315e-05,
149
+ "loss": 0.49884777069091796,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.06787878787878789,
154
+ "grad_norm": 0.010746965184807777,
155
+ "learning_rate": 9.991672636668239e-05,
156
+ "loss": 0.5068713188171386,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.07111111111111111,
161
+ "grad_norm": 0.012883410789072514,
162
+ "learning_rate": 9.988304167426519e-05,
163
+ "loss": 0.4920186519622803,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.07434343434343435,
168
+ "grad_norm": 0.011187366209924221,
169
+ "learning_rate": 9.984365731639419e-05,
170
+ "loss": 0.5021648406982422,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.07757575757575758,
175
+ "grad_norm": 0.010671757161617279,
176
+ "learning_rate": 9.979857779314906e-05,
177
+ "loss": 0.5038897514343261,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.08080808080808081,
182
+ "grad_norm": 0.01044373121112585,
183
+ "learning_rate": 9.974780825534246e-05,
184
+ "loss": 0.4965065956115723,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.08404040404040404,
189
+ "grad_norm": 0.010565251111984253,
190
+ "learning_rate": 9.969135450393141e-05,
191
+ "loss": 0.5145994186401367,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.08727272727272728,
196
+ "grad_norm": 0.010024026967585087,
197
+ "learning_rate": 9.96292229893545e-05,
198
+ "loss": 0.505019235610962,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.0905050505050505,
203
+ "grad_norm": 0.010430407710373402,
204
+ "learning_rate": 9.956142081079484e-05,
205
+ "loss": 0.5115808010101318,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.09373737373737374,
210
+ "grad_norm": 0.010048807598650455,
211
+ "learning_rate": 9.948795571536891e-05,
212
+ "loss": 0.48525152206420896,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.09696969696969697,
217
+ "grad_norm": 0.010108387097716331,
218
+ "learning_rate": 9.94088360972414e-05,
219
+ "loss": 0.5002010822296142,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.10020202020202021,
224
+ "grad_norm": 0.010273640975356102,
225
+ "learning_rate": 9.932407099666608e-05,
226
+ "loss": 0.49662046432495116,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.10343434343434343,
231
+ "grad_norm": 0.00995971355587244,
232
+ "learning_rate": 9.923367009895274e-05,
233
+ "loss": 0.48578290939331054,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.10666666666666667,
238
+ "grad_norm": 0.010459775105118752,
239
+ "learning_rate": 9.913764373336079e-05,
240
+ "loss": 0.48862767219543457,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.1098989898989899,
245
+ "grad_norm": 0.009838269092142582,
246
+ "learning_rate": 9.903600287191875e-05,
247
+ "loss": 0.5034208774566651,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.11313131313131314,
252
+ "grad_norm": 0.00978950597345829,
253
+ "learning_rate": 9.892875912817079e-05,
254
+ "loss": 0.4870161533355713,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.11636363636363636,
259
+ "grad_norm": 0.01030043140053749,
260
+ "learning_rate": 9.881592475584964e-05,
261
+ "loss": 0.5026071548461915,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.1195959595959596,
266
+ "grad_norm": 0.010531975887715816,
267
+ "learning_rate": 9.869751264747656e-05,
268
+ "loss": 0.4883917808532715,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.12282828282828283,
273
+ "grad_norm": 0.00986825954169035,
274
+ "learning_rate": 9.857353633288814e-05,
275
+ "loss": 0.4927018165588379,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.12606060606060607,
280
+ "grad_norm": 0.009432349354028702,
281
+ "learning_rate": 9.844400997769043e-05,
282
+ "loss": 0.4908174514770508,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.1292929292929293,
287
+ "grad_norm": 0.01057665515691042,
288
+ "learning_rate": 9.83089483816404e-05,
289
+ "loss": 0.5069625854492188,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.13252525252525252,
294
+ "grad_norm": 0.010007908567786217,
295
+ "learning_rate": 9.816836697695482e-05,
296
+ "loss": 0.4988056182861328,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.13575757575757577,
301
+ "grad_norm": 0.010027808137238026,
302
+ "learning_rate": 9.802228182654702e-05,
303
+ "loss": 0.5007385730743408,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.138989898989899,
308
+ "grad_norm": 0.009953738190233707,
309
+ "learning_rate": 9.787070962219156e-05,
310
+ "loss": 0.5130783081054687,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.14222222222222222,
315
+ "grad_norm": 0.010204462334513664,
316
+ "learning_rate": 9.771366768261696e-05,
317
+ "loss": 0.4947535514831543,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.14545454545454545,
322
+ "grad_norm": 0.009612451307475567,
323
+ "learning_rate": 9.755117395152689e-05,
324
+ "loss": 0.4917112350463867,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.1486868686868687,
329
+ "grad_norm": 0.00995573028922081,
330
+ "learning_rate": 9.73832469955499e-05,
331
+ "loss": 0.4882859230041504,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.15191919191919193,
336
+ "grad_norm": 0.009584570303559303,
337
+ "learning_rate": 9.720990600211797e-05,
338
+ "loss": 0.500526762008667,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.15515151515151515,
343
+ "grad_norm": 0.010585076175630093,
344
+ "learning_rate": 9.703117077727419e-05,
345
+ "loss": 0.496882963180542,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.15838383838383838,
350
+ "grad_norm": 0.009859723038971424,
351
+ "learning_rate": 9.684706174340965e-05,
352
+ "loss": 0.48728485107421876,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.16161616161616163,
357
+ "grad_norm": 0.010212041437625885,
358
+ "learning_rate": 9.665759993693e-05,
359
+ "loss": 0.49378366470336915,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.16484848484848486,
364
+ "grad_norm": 0.009744231589138508,
365
+ "learning_rate": 9.646280700585185e-05,
366
+ "loss": 0.4663555145263672,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.16808080808080808,
371
+ "grad_norm": 0.009789686650037766,
372
+ "learning_rate": 9.626270520732916e-05,
373
+ "loss": 0.4879913330078125,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.1713131313131313,
378
+ "grad_norm": 0.009891769848763943,
379
+ "learning_rate": 9.605731740511022e-05,
380
+ "loss": 0.48809428215026857,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.17454545454545456,
385
+ "grad_norm": 0.01002143882215023,
386
+ "learning_rate": 9.584666706692517e-05,
387
+ "loss": 0.4959606170654297,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.17777777777777778,
392
+ "grad_norm": 0.009208496659994125,
393
+ "learning_rate": 9.56307782618046e-05,
394
+ "loss": 0.4878594398498535,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.181010101010101,
399
+ "grad_norm": 0.009645081125199795,
400
+ "learning_rate": 9.540967565732937e-05,
401
+ "loss": 0.4769869804382324,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.18424242424242424,
406
+ "grad_norm": 0.010497638955712318,
407
+ "learning_rate": 9.51833845168121e-05,
408
+ "loss": 0.4970097064971924,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.1874747474747475,
413
+ "grad_norm": 0.010612033307552338,
414
+ "learning_rate": 9.495193069641057e-05,
415
+ "loss": 0.4945381164550781,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.1907070707070707,
420
+ "grad_norm": 0.009433986619114876,
421
+ "learning_rate": 9.47153406421734e-05,
422
+ "loss": 0.4860210418701172,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.19393939393939394,
427
+ "grad_norm": 0.009995914995670319,
428
+ "learning_rate": 9.447364138701823e-05,
429
+ "loss": 0.4904911994934082,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.19717171717171716,
434
+ "grad_norm": 0.009814019314944744,
435
+ "learning_rate": 9.422686054764302e-05,
436
+ "loss": 0.4915336608886719,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.20040404040404042,
441
+ "grad_norm": 0.010199982672929764,
442
+ "learning_rate": 9.397502632137055e-05,
443
+ "loss": 0.4805011749267578,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.20363636363636364,
448
+ "grad_norm": 0.010121874511241913,
449
+ "learning_rate": 9.371816748292641e-05,
450
+ "loss": 0.47633209228515627,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.20686868686868687,
455
+ "grad_norm": 0.009638865478336811,
456
+ "learning_rate": 9.345631338115141e-05,
457
+ "loss": 0.48993511199951173,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.2101010101010101,
462
+ "grad_norm": 0.010041174478828907,
463
+ "learning_rate": 9.318949393564807e-05,
464
+ "loss": 0.4798978328704834,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.21333333333333335,
469
+ "grad_norm": 0.010145517997443676,
470
+ "learning_rate": 9.291773963336193e-05,
471
+ "loss": 0.4696659564971924,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.21656565656565657,
476
+ "grad_norm": 0.01043335534632206,
477
+ "learning_rate": 9.264108152509816e-05,
478
+ "loss": 0.4955574035644531,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.2197979797979798,
483
+ "grad_norm": 0.010406569577753544,
484
+ "learning_rate": 9.235955122197368e-05,
485
+ "loss": 0.48659563064575195,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.22303030303030302,
490
+ "grad_norm": 0.009870355017483234,
491
+ "learning_rate": 9.207318089180524e-05,
492
+ "loss": 0.4766091823577881,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.22626262626262628,
497
+ "grad_norm": 0.009980005212128162,
498
+ "learning_rate": 9.178200325543384e-05,
499
+ "loss": 0.5022068023681641,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.2294949494949495,
504
+ "grad_norm": 0.009765878319740295,
505
+ "learning_rate": 9.148605158298621e-05,
506
+ "loss": 0.48309478759765623,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.23272727272727273,
511
+ "grad_norm": 0.009879437275230885,
512
+ "learning_rate": 9.118535969007314e-05,
513
+ "loss": 0.4793684959411621,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.23595959595959595,
518
+ "grad_norm": 0.009907045401632786,
519
+ "learning_rate": 9.087996193392578e-05,
520
+ "loss": 0.49844112396240237,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.2391919191919192,
525
+ "grad_norm": 0.009958872571587563,
526
+ "learning_rate": 9.056989320947e-05,
527
+ "loss": 0.48113102912902833,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.24242424242424243,
532
+ "grad_norm": 0.010206855833530426,
533
+ "learning_rate": 9.025518894533921e-05,
534
+ "loss": 0.5048784255981446,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.24565656565656566,
539
+ "grad_norm": 0.009286429733037949,
540
+ "learning_rate": 8.99358850998263e-05,
541
+ "loss": 0.4862624168395996,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.24888888888888888,
546
+ "grad_norm": 0.009919015690684319,
547
+ "learning_rate": 8.9612018156775e-05,
548
+ "loss": 0.48739056587219237,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.25212121212121213,
553
+ "grad_norm": 0.010435211472213268,
554
+ "learning_rate": 8.928362512141124e-05,
555
+ "loss": 0.48689990043640136,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.25535353535353533,
560
+ "grad_norm": 0.009992080740630627,
561
+ "learning_rate": 8.895074351611488e-05,
562
+ "loss": 0.4848791599273682,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.2585858585858586,
567
+ "grad_norm": 0.010449117980897427,
568
+ "learning_rate": 8.861341137613242e-05,
569
+ "loss": 0.49130568504333494,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.26181818181818184,
574
+ "grad_norm": 0.010061345063149929,
575
+ "learning_rate": 8.827166724523105e-05,
576
+ "loss": 0.49056081771850585,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.26505050505050504,
581
+ "grad_norm": 0.009908635169267654,
582
+ "learning_rate": 8.792555017129461e-05,
583
+ "loss": 0.4706866264343262,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.2682828282828283,
588
+ "grad_norm": 0.010003669187426567,
589
+ "learning_rate": 8.757509970186196e-05,
590
+ "loss": 0.48719348907470705,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.27151515151515154,
595
+ "grad_norm": 0.009513127617537975,
596
+ "learning_rate": 8.722035587960826e-05,
597
+ "loss": 0.48200483322143556,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.27474747474747474,
602
+ "grad_norm": 0.009142451919615269,
603
+ "learning_rate": 8.686135923776969e-05,
604
+ "loss": 0.48613176345825193,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.277979797979798,
609
+ "grad_norm": 0.00980432890355587,
610
+ "learning_rate": 8.649815079551205e-05,
611
+ "loss": 0.4976047515869141,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.2812121212121212,
616
+ "grad_norm": 0.010442109778523445,
617
+ "learning_rate": 8.613077205324389e-05,
618
+ "loss": 0.48451838493347166,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.28444444444444444,
623
+ "grad_norm": 0.009309548884630203,
624
+ "learning_rate": 8.575926498787476e-05,
625
+ "loss": 0.5115366458892823,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.2876767676767677,
630
+ "grad_norm": 0.009093924425542355,
631
+ "learning_rate": 8.538367204801872e-05,
632
+ "loss": 0.48187432289123533,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.2909090909090909,
637
+ "grad_norm": 0.009757987223565578,
638
+ "learning_rate": 8.500403614914432e-05,
639
+ "loss": 0.4882505416870117,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.29414141414141415,
644
+ "grad_norm": 0.010261048562824726,
645
+ "learning_rate": 8.462040066867089e-05,
646
+ "loss": 0.49068965911865237,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.2973737373737374,
651
+ "grad_norm": 0.009317740797996521,
652
+ "learning_rate": 8.423280944101233e-05,
653
+ "loss": 0.4966132164001465,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.3006060606060606,
658
+ "grad_norm": 0.009787693619728088,
659
+ "learning_rate": 8.384130675256852e-05,
660
+ "loss": 0.4754981994628906,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.30383838383838385,
665
+ "grad_norm": 0.010005015879869461,
666
+ "learning_rate": 8.34459373366651e-05,
667
+ "loss": 0.4735103130340576,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.30707070707070705,
672
+ "grad_norm": 0.009837017394602299,
673
+ "learning_rate": 8.304674636844231e-05,
674
+ "loss": 0.4809592247009277,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.3103030303030303,
679
+ "grad_norm": 0.009590484201908112,
680
+ "learning_rate": 8.264377945969312e-05,
681
+ "loss": 0.48206100463867185,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.31353535353535356,
686
+ "grad_norm": 0.009699508547782898,
687
+ "learning_rate": 8.223708265365174e-05,
688
+ "loss": 0.48718748092651365,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.31676767676767675,
693
+ "grad_norm": 0.010278215631842613,
694
+ "learning_rate": 8.182670241973253e-05,
695
+ "loss": 0.4952278137207031,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.32,
700
+ "grad_norm": 0.010104077868163586,
701
+ "learning_rate": 8.141268564822053e-05,
702
+ "loss": 0.47769975662231445,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.32323232323232326,
707
+ "grad_norm": 0.009301737882196903,
708
+ "learning_rate": 8.099507964491369e-05,
709
+ "loss": 0.4862718105316162,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.32646464646464646,
714
+ "grad_norm": 0.009307135827839375,
715
+ "learning_rate": 8.057393212571767e-05,
716
+ "loss": 0.49833106994628906,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.3296969696969697,
721
+ "grad_norm": 0.009420682676136494,
722
+ "learning_rate": 8.014929121119378e-05,
723
+ "loss": 0.48829941749572753,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.3329292929292929,
728
+ "grad_norm": 0.010058379732072353,
729
+ "learning_rate": 7.972120542106077e-05,
730
+ "loss": 0.46506147384643554,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.33616161616161616,
735
+ "grad_norm": 0.009461579844355583,
736
+ "learning_rate": 7.92897236686508e-05,
737
+ "loss": 0.47866268157958985,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.3393939393939394,
742
+ "grad_norm": 0.010341835208237171,
743
+ "learning_rate": 7.885489525532075e-05,
744
+ "loss": 0.4966601371765137,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.3426262626262626,
749
+ "grad_norm": 0.01042103860527277,
750
+ "learning_rate": 7.84167698648189e-05,
751
+ "loss": 0.49251084327697753,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.34585858585858587,
756
+ "grad_norm": 0.010442749597132206,
757
+ "learning_rate": 7.797539755760805e-05,
758
+ "loss": 0.4816086769104004,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.3490909090909091,
763
+ "grad_norm": 0.010256553068757057,
764
+ "learning_rate": 7.753082876514562e-05,
765
+ "loss": 0.47102947235107423,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.3523232323232323,
770
+ "grad_norm": 0.009399017319083214,
771
+ "learning_rate": 7.708311428412129e-05,
772
+ "loss": 0.4810478210449219,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.35555555555555557,
777
+ "grad_norm": 0.009499317966401577,
778
+ "learning_rate": 7.663230527065293e-05,
779
+ "loss": 0.47051143646240234,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.35878787878787877,
784
+ "grad_norm": 0.009759469889104366,
785
+ "learning_rate": 7.617845323444156e-05,
786
+ "loss": 0.4780744552612305,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.362020202020202,
791
+ "grad_norm": 0.00987281370908022,
792
+ "learning_rate": 7.572161003288565e-05,
793
+ "loss": 0.4804032325744629,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.3652525252525253,
798
+ "grad_norm": 0.00963522493839264,
799
+ "learning_rate": 7.526182786515609e-05,
800
+ "loss": 0.48206367492675783,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.36848484848484847,
805
+ "grad_norm": 0.009587026201188564,
806
+ "learning_rate": 7.479915926623165e-05,
807
+ "loss": 0.49240264892578123,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.3717171717171717,
812
+ "grad_norm": 0.009810036048293114,
813
+ "learning_rate": 7.433365710089646e-05,
814
+ "loss": 0.48599681854248045,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.374949494949495,
819
+ "grad_norm": 0.00978278461843729,
820
+ "learning_rate": 7.386537455769963e-05,
821
+ "loss": 0.4688436031341553,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.3781818181818182,
826
+ "grad_norm": 0.00925996620208025,
827
+ "learning_rate": 7.339436514287783e-05,
828
+ "loss": 0.47986507415771484,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.3814141414141414,
833
+ "grad_norm": 0.010006657801568508,
834
+ "learning_rate": 7.292068267424165e-05,
835
+ "loss": 0.4771553993225098,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.3846464646464646,
840
+ "grad_norm": 0.010299976915121078,
841
+ "learning_rate": 7.244438127502647e-05,
842
+ "loss": 0.4854436874389648,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.3878787878787879,
847
+ "grad_norm": 0.009807374328374863,
848
+ "learning_rate": 7.196551536770807e-05,
849
+ "loss": 0.4763533592224121,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.39111111111111113,
854
+ "grad_norm": 0.010062369517982006,
855
+ "learning_rate": 7.148413966778451e-05,
856
+ "loss": 0.47457141876220704,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.39434343434343433,
861
+ "grad_norm": 0.009904388338327408,
862
+ "learning_rate": 7.100030917752423e-05,
863
+ "loss": 0.4732469081878662,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.3975757575757576,
868
+ "grad_norm": 0.009578046388924122,
869
+ "learning_rate": 7.051407917968138e-05,
870
+ "loss": 0.47551660537719725,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.40080808080808084,
875
+ "grad_norm": 0.010024272836744785,
876
+ "learning_rate": 7.002550523117926e-05,
877
+ "loss": 0.4835049629211426,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.40404040404040403,
882
+ "grad_norm": 0.010056886821985245,
883
+ "learning_rate": 6.953464315676241e-05,
884
+ "loss": 0.4909071922302246,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.4072727272727273,
889
+ "grad_norm": 0.009707778692245483,
890
+ "learning_rate": 6.904154904261792e-05,
891
+ "loss": 0.4842695236206055,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.4105050505050505,
896
+ "grad_norm": 0.00976107269525528,
897
+ "learning_rate": 6.8546279229967e-05,
898
+ "loss": 0.48967390060424804,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.41373737373737374,
903
+ "grad_norm": 0.010392800904810429,
904
+ "learning_rate": 6.804889030862753e-05,
905
+ "loss": 0.48658218383789065,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.416969696969697,
910
+ "grad_norm": 0.009267269633710384,
911
+ "learning_rate": 6.754943911054793e-05,
912
+ "loss": 0.48893008232116697,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.4202020202020202,
917
+ "grad_norm": 0.009753459133207798,
918
+ "learning_rate": 6.704798270331358e-05,
919
+ "loss": 0.49384117126464844,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.42343434343434344,
924
+ "grad_norm": 0.011121846735477448,
925
+ "learning_rate": 6.654457838362621e-05,
926
+ "loss": 0.47458324432373045,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.4266666666666667,
931
+ "grad_norm": 0.009406324476003647,
932
+ "learning_rate": 6.603928367075718e-05,
933
+ "loss": 0.4703402519226074,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.4298989898989899,
938
+ "grad_norm": 0.010009719990193844,
939
+ "learning_rate": 6.553215629997529e-05,
940
+ "loss": 0.4851715087890625,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.43313131313131314,
945
+ "grad_norm": 0.009798573330044746,
946
+ "learning_rate": 6.502325421594988e-05,
947
+ "loss": 0.4779622554779053,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.43636363636363634,
952
+ "grad_norm": 0.0098969591781497,
953
+ "learning_rate": 6.451263556613007e-05,
954
+ "loss": 0.4708548545837402,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.4395959595959596,
959
+ "grad_norm": 0.009853474795818329,
960
+ "learning_rate": 6.40003586941008e-05,
961
+ "loss": 0.4721970558166504,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.44282828282828285,
966
+ "grad_norm": 0.009663710370659828,
967
+ "learning_rate": 6.348648213291642e-05,
968
+ "loss": 0.4798272132873535,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.44606060606060605,
973
+ "grad_norm": 0.009419051930308342,
974
+ "learning_rate": 6.297106459841272e-05,
975
+ "loss": 0.471483039855957,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.4492929292929293,
980
+ "grad_norm": 0.009978282265365124,
981
+ "learning_rate": 6.245416498249801e-05,
982
+ "loss": 0.4772329330444336,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.45252525252525255,
987
+ "grad_norm": 0.009491856209933758,
988
+ "learning_rate": 6.193584234642403e-05,
989
+ "loss": 0.48812179565429686,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.45575757575757575,
994
+ "grad_norm": 0.010496517643332481,
995
+ "learning_rate": 6.141615591403771e-05,
996
+ "loss": 0.48897976875305177,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.458989898989899,
1001
+ "grad_norm": 0.01015474647283554,
1002
+ "learning_rate": 6.0895165065014106e-05,
1003
+ "loss": 0.4850447654724121,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.4622222222222222,
1008
+ "grad_norm": 0.009763741865754128,
1009
+ "learning_rate": 6.037292932807167e-05,
1010
+ "loss": 0.4857158660888672,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.46545454545454545,
1015
+ "grad_norm": 0.009874231182038784,
1016
+ "learning_rate": 5.984950837417048e-05,
1017
+ "loss": 0.4844364166259766,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.4686868686868687,
1022
+ "grad_norm": 0.010104037821292877,
1023
+ "learning_rate": 5.932496200969422e-05,
1024
+ "loss": 0.47542514801025393,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.4719191919191919,
1029
+ "grad_norm": 0.009445435367524624,
1030
+ "learning_rate": 5.879935016961661e-05,
1031
+ "loss": 0.48579182624816897,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.47515151515151516,
1036
+ "grad_norm": 0.010507128201425076,
1037
+ "learning_rate": 5.827273291065326e-05,
1038
+ "loss": 0.48273677825927735,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.4783838383838384,
1043
+ "grad_norm": 0.009411566890776157,
1044
+ "learning_rate": 5.7745170404399484e-05,
1045
+ "loss": 0.46429009437561036,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.4816161616161616,
1050
+ "grad_norm": 0.010377817787230015,
1051
+ "learning_rate": 5.721672293045518e-05,
1052
+ "loss": 0.49172677993774416,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.48484848484848486,
1057
+ "grad_norm": 0.009920118376612663,
1058
+ "learning_rate": 5.668745086953712e-05,
1059
+ "loss": 0.4934688568115234,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.48808080808080806,
1064
+ "grad_norm": 0.012272641994059086,
1065
+ "learning_rate": 5.615741469657985e-05,
1066
+ "loss": 0.4826413631439209,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.4913131313131313,
1071
+ "grad_norm": 0.00981989037245512,
1072
+ "learning_rate": 5.562667497382582e-05,
1073
+ "loss": 0.48468503952026365,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.49454545454545457,
1078
+ "grad_norm": 0.010148138739168644,
1079
+ "learning_rate": 5.509529234390553e-05,
1080
+ "loss": 0.47773942947387693,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.49777777777777776,
1085
+ "grad_norm": 0.010528397746384144,
1086
+ "learning_rate": 5.456332752290837e-05,
1087
+ "loss": 0.47507562637329104,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.501010101010101,
1092
+ "grad_norm": 0.01076479908078909,
1093
+ "learning_rate": 5.4030841293445244e-05,
1094
+ "loss": 0.486495304107666,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.5042424242424243,
1099
+ "grad_norm": 0.009976644068956375,
1100
+ "learning_rate": 5.349789449770351e-05,
1101
+ "loss": 0.48320484161376953,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.5074747474747475,
1106
+ "grad_norm": 0.010504718869924545,
1107
+ "learning_rate": 5.2964548030495065e-05,
1108
+ "loss": 0.48847188949584963,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.5107070707070707,
1113
+ "grad_norm": 0.010325642302632332,
1114
+ "learning_rate": 5.243086283229852e-05,
1115
+ "loss": 0.47591514587402345,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.5139393939393939,
1120
+ "grad_norm": 0.010260741226375103,
1121
+ "learning_rate": 5.18968998822961e-05,
1122
+ "loss": 0.48136124610900877,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.5171717171717172,
1127
+ "grad_norm": 0.010797196067869663,
1128
+ "learning_rate": 5.1362720191406065e-05,
1129
+ "loss": 0.48076438903808594,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.5204040404040404,
1134
+ "grad_norm": 0.010010522790253162,
1135
+ "learning_rate": 5.082838479531169e-05,
1136
+ "loss": 0.5004307270050049,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.5236363636363637,
1141
+ "grad_norm": 0.010120037943124771,
1142
+ "learning_rate": 5.029395474748714e-05,
1143
+ "loss": 0.4812767028808594,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.5268686868686868,
1148
+ "grad_norm": 0.009431752376258373,
1149
+ "learning_rate": 4.975949111222158e-05,
1150
+ "loss": 0.4887521743774414,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.5301010101010101,
1155
+ "grad_norm": 0.010080527514219284,
1156
+ "learning_rate": 4.9225054957641916e-05,
1157
+ "loss": 0.48248910903930664,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.5333333333333333,
1162
+ "grad_norm": 0.009522376582026482,
1163
+ "learning_rate": 4.8690707348735035e-05,
1164
+ "loss": 0.4855649948120117,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.5365656565656566,
1169
+ "grad_norm": 0.009686745703220367,
1170
+ "learning_rate": 4.8156509340370605e-05,
1171
+ "loss": 0.47187280654907227,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.5397979797979798,
1176
+ "grad_norm": 0.011875285767018795,
1177
+ "learning_rate": 4.762252197032482e-05,
1178
+ "loss": 0.46579513549804685,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.5430303030303031,
1183
+ "grad_norm": 0.009932303801178932,
1184
+ "learning_rate": 4.7088806252306224e-05,
1185
+ "loss": 0.47946829795837403,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.5462626262626262,
1190
+ "grad_norm": 0.017099183052778244,
1191
+ "learning_rate": 4.655542316898423e-05,
1192
+ "loss": 0.4593667030334473,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.5494949494949495,
1197
+ "grad_norm": 0.010512005537748337,
1198
+ "learning_rate": 4.6022433665021246e-05,
1199
+ "loss": 0.48582897186279295,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 0.5527272727272727,
1204
+ "grad_norm": 0.00989206787198782,
1205
+ "learning_rate": 4.548989864010902e-05,
1206
+ "loss": 0.4849580764770508,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 0.555959595959596,
1211
+ "grad_norm": 0.010284029878675938,
1212
+ "learning_rate": 4.495787894201031e-05,
1213
+ "loss": 0.49089298248291013,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 0.5591919191919192,
1218
+ "grad_norm": 0.00992760993540287,
1219
+ "learning_rate": 4.442643535960631e-05,
1220
+ "loss": 0.48010549545288084,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 0.5624242424242424,
1225
+ "grad_norm": 0.00978371873497963,
1226
+ "learning_rate": 4.3895628615950864e-05,
1227
+ "loss": 0.47594566345214845,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 0.5656565656565656,
1232
+ "grad_norm": 0.00981004349887371,
1233
+ "learning_rate": 4.3365519361332345e-05,
1234
+ "loss": 0.48056421279907224,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 0.5688888888888889,
1239
+ "grad_norm": 0.010216868482530117,
1240
+ "learning_rate": 4.283616816634353e-05,
1241
+ "loss": 0.47501134872436523,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 0.5721212121212121,
1246
+ "grad_norm": 0.010267022997140884,
1247
+ "learning_rate": 4.230763551496089e-05,
1248
+ "loss": 0.478366756439209,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 0.5753535353535354,
1253
+ "grad_norm": 0.009910739958286285,
1254
+ "learning_rate": 4.1779981797633645e-05,
1255
+ "loss": 0.478058385848999,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 0.5785858585858585,
1260
+ "grad_norm": 0.011339185759425163,
1261
+ "learning_rate": 4.1253267304383455e-05,
1262
+ "loss": 0.48466057777404786,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 0.5818181818181818,
1267
+ "grad_norm": 0.009522072039544582,
1268
+ "learning_rate": 4.072755221791572e-05,
1269
+ "loss": 0.4769908905029297,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 0.585050505050505,
1274
+ "grad_norm": 0.009808518923819065,
1275
+ "learning_rate": 4.020289660674306e-05,
1276
+ "loss": 0.47162666320800783,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 0.5882828282828283,
1281
+ "grad_norm": 0.009962448850274086,
1282
+ "learning_rate": 3.967936041832173e-05,
1283
+ "loss": 0.46282405853271485,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 0.5915151515151515,
1288
+ "grad_norm": 0.009498678147792816,
1289
+ "learning_rate": 3.9157003472202246e-05,
1290
+ "loss": 0.4794480323791504,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 0.5947474747474748,
1295
+ "grad_norm": 0.009407177567481995,
1296
+ "learning_rate": 3.863588545319407e-05,
1297
+ "loss": 0.4729412078857422,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 0.597979797979798,
1302
+ "grad_norm": 0.009899895638227463,
1303
+ "learning_rate": 3.8116065904546196e-05,
1304
+ "loss": 0.47380704879760743,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 0.6012121212121212,
1309
+ "grad_norm": 0.009560837410390377,
1310
+ "learning_rate": 3.759760422114362e-05,
1311
+ "loss": 0.47751388549804685,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 0.6044444444444445,
1316
+ "grad_norm": 0.010970192961394787,
1317
+ "learning_rate": 3.708055964272088e-05,
1318
+ "loss": 0.47801823616027833,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 0.6076767676767677,
1323
+ "grad_norm": 0.00964390765875578,
1324
+ "learning_rate": 3.6564991247093234e-05,
1325
+ "loss": 0.4800426483154297,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 0.610909090909091,
1330
+ "grad_norm": 0.009764602407813072,
1331
+ "learning_rate": 3.6050957943406465e-05,
1332
+ "loss": 0.4812753677368164,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 0.6141414141414141,
1337
+ "grad_norm": 0.009959314949810505,
1338
+ "learning_rate": 3.553851846540584e-05,
1339
+ "loss": 0.47804956436157225,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 0.6173737373737374,
1344
+ "grad_norm": 0.010666392743587494,
1345
+ "learning_rate": 3.50277313647252e-05,
1346
+ "loss": 0.4772273063659668,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 0.6206060606060606,
1351
+ "grad_norm": 0.009173358790576458,
1352
+ "learning_rate": 3.451865500419676e-05,
1353
+ "loss": 0.4892144203186035,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 0.6238383838383839,
1358
+ "grad_norm": 0.010000358335673809,
1359
+ "learning_rate": 3.401134755118256e-05,
1360
+ "loss": 0.48959059715270997,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 0.6270707070707071,
1365
+ "grad_norm": 0.010190536268055439,
1366
+ "learning_rate": 3.350586697092826e-05,
1367
+ "loss": 0.46478729248046874,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 0.6303030303030303,
1372
+ "grad_norm": 0.010812178254127502,
1373
+ "learning_rate": 3.300227101993998e-05,
1374
+ "loss": 0.5046152114868164,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 0.6335353535353535,
1379
+ "grad_norm": 0.01017849799245596,
1380
+ "learning_rate": 3.2500617239384947e-05,
1381
+ "loss": 0.4698008060455322,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 0.6367676767676768,
1386
+ "grad_norm": 0.011103908531367779,
1387
+ "learning_rate": 3.200096294851691e-05,
1388
+ "loss": 0.4716217041015625,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 0.64,
1393
+ "grad_norm": 0.009982883930206299,
1394
+ "learning_rate": 3.150336523812674e-05,
1395
+ "loss": 0.47135162353515625,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 0.6432323232323233,
1400
+ "grad_norm": 0.01043197326362133,
1401
+ "learning_rate": 3.100788096401925e-05,
1402
+ "loss": 0.4799614906311035,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 0.6464646464646465,
1407
+ "grad_norm": 0.010667623952031136,
1408
+ "learning_rate": 3.051456674051677e-05,
1409
+ "loss": 0.4682164192199707,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 0.6496969696969697,
1414
+ "grad_norm": 0.010620036162436008,
1415
+ "learning_rate": 3.0023478933990347e-05,
1416
+ "loss": 0.4750208854675293,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 0.6529292929292929,
1421
+ "grad_norm": 0.010374991223216057,
1422
+ "learning_rate": 2.9534673656419377e-05,
1423
+ "loss": 0.48034076690673827,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 0.6561616161616162,
1428
+ "grad_norm": 0.011932817287743092,
1429
+ "learning_rate": 2.9048206758980136e-05,
1430
+ "loss": 0.46314101219177245,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 0.6593939393939394,
1435
+ "grad_norm": 0.01039852574467659,
1436
+ "learning_rate": 2.856413382566425e-05,
1437
+ "loss": 0.4783937454223633,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 0.6626262626262627,
1442
+ "grad_norm": 0.010200604796409607,
1443
+ "learning_rate": 2.8082510166927583e-05,
1444
+ "loss": 0.4792025089263916,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 0.6658585858585858,
1449
+ "grad_norm": 0.009561127051711082,
1450
+ "learning_rate": 2.760339081337041e-05,
1451
+ "loss": 0.4722686767578125,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 0.6690909090909091,
1456
+ "grad_norm": 0.00924921128898859,
1457
+ "learning_rate": 2.7126830509449773e-05,
1458
+ "loss": 0.4884464263916016,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 0.6723232323232323,
1463
+ "grad_norm": 0.00991444569081068,
1464
+ "learning_rate": 2.6652883707224075e-05,
1465
+ "loss": 0.4804549217224121,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 0.6755555555555556,
1470
+ "grad_norm": 0.009902069345116615,
1471
+ "learning_rate": 2.618160456013153e-05,
1472
+ "loss": 0.4781071186065674,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 0.6787878787878788,
1477
+ "grad_norm": 0.010504493489861488,
1478
+ "learning_rate": 2.571304691680255e-05,
1479
+ "loss": 0.48059587478637694,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 0.682020202020202,
1484
+ "grad_norm": 0.009641965851187706,
1485
+ "learning_rate": 2.5247264314906917e-05,
1486
+ "loss": 0.4706240177154541,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 0.6852525252525252,
1491
+ "grad_norm": 0.010276644490659237,
1492
+ "learning_rate": 2.4784309975036513e-05,
1493
+ "loss": 0.4885101318359375,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 0.6884848484848485,
1498
+ "grad_norm": 0.010960405692458153,
1499
+ "learning_rate": 2.4324236794624456e-05,
1500
+ "loss": 0.4882383346557617,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 0.6917171717171717,
1505
+ "grad_norm": 0.010282796807587147,
1506
+ "learning_rate": 2.386709734190079e-05,
1507
+ "loss": 0.4768857479095459,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 0.694949494949495,
1512
+ "grad_norm": 0.010104385204613209,
1513
+ "learning_rate": 2.34129438498862e-05,
1514
+ "loss": 0.4802837371826172,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 0.6981818181818182,
1519
+ "grad_norm": 0.010027035139501095,
1520
+ "learning_rate": 2.296182821042374e-05,
1521
+ "loss": 0.4874839782714844,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 0.7014141414141414,
1526
+ "grad_norm": 0.010018851608037949,
1527
+ "learning_rate": 2.2513801968249644e-05,
1528
+ "loss": 0.4758561134338379,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 0.7046464646464646,
1533
+ "grad_norm": 0.009862969629466534,
1534
+ "learning_rate": 2.2068916315103783e-05,
1535
+ "loss": 0.4686488151550293,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 0.7078787878787879,
1540
+ "grad_norm": 0.00952910166233778,
1541
+ "learning_rate": 2.162722208388057e-05,
1542
+ "loss": 0.4782154083251953,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 0.7111111111111111,
1547
+ "grad_norm": 0.010213647037744522,
1548
+ "learning_rate": 2.1188769742820625e-05,
1549
+ "loss": 0.4773773193359375,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 0.7143434343434344,
1554
+ "grad_norm": 0.010498392395675182,
1555
+ "learning_rate": 2.075360938974429e-05,
1556
+ "loss": 0.4733907222747803,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 0.7175757575757575,
1561
+ "grad_norm": 0.009394815191626549,
1562
+ "learning_rate": 2.03217907463275e-05,
1563
+ "loss": 0.47564210891723635,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 0.7208080808080808,
1568
+ "grad_norm": 0.010383618995547295,
1569
+ "learning_rate": 1.989336315242048e-05,
1570
+ "loss": 0.4784512519836426,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 0.724040404040404,
1575
+ "grad_norm": 0.01043599285185337,
1576
+ "learning_rate": 1.9468375560410117e-05,
1577
+ "loss": 0.4808964729309082,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 0.7272727272727273,
1582
+ "grad_norm": 0.009953988716006279,
1583
+ "learning_rate": 1.90468765296267e-05,
1584
+ "loss": 0.49031834602355956,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 0.7305050505050505,
1589
+ "grad_norm": 0.010356656275689602,
1590
+ "learning_rate": 1.8628914220795494e-05,
1591
+ "loss": 0.48055601119995117,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 0.7337373737373737,
1596
+ "grad_norm": 0.009841440245509148,
1597
+ "learning_rate": 1.8214536390533822e-05,
1598
+ "loss": 0.47170586585998536,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 0.7369696969696969,
1603
+ "grad_norm": 0.010102550499141216,
1604
+ "learning_rate": 1.7803790385894387e-05,
1605
+ "loss": 0.4660043716430664,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 0.7402020202020202,
1610
+ "grad_norm": 0.010421738028526306,
1611
+ "learning_rate": 1.7396723138955428e-05,
1612
+ "loss": 0.4599196434020996,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 0.7434343434343434,
1617
+ "grad_norm": 0.009896540082991123,
1618
+ "learning_rate": 1.699338116145811e-05,
1619
+ "loss": 0.46491589546203616,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 0.7466666666666667,
1624
+ "grad_norm": 0.010468855500221252,
1625
+ "learning_rate": 1.6593810539492195e-05,
1626
+ "loss": 0.47761125564575196,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 0.74989898989899,
1631
+ "grad_norm": 0.010416937991976738,
1632
+ "learning_rate": 1.619805692823016e-05,
1633
+ "loss": 0.49956817626953126,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 0.7531313131313131,
1638
+ "grad_norm": 0.010007611475884914,
1639
+ "learning_rate": 1.580616554671057e-05,
1640
+ "loss": 0.4716916084289551,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 0.7563636363636363,
1645
+ "grad_norm": 0.010231648571789265,
1646
+ "learning_rate": 1.5418181172671382e-05,
1647
+ "loss": 0.4909040451049805,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 0.7595959595959596,
1652
+ "grad_norm": 0.010324012488126755,
1653
+ "learning_rate": 1.5034148137433623e-05,
1654
+ "loss": 0.47939190864562986,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 0.7628282828282829,
1659
+ "grad_norm": 0.011009547859430313,
1660
+ "learning_rate": 1.4654110320836017e-05,
1661
+ "loss": 0.48291826248168945,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 0.7660606060606061,
1666
+ "grad_norm": 0.010392943397164345,
1667
+ "learning_rate": 1.4278111146221263e-05,
1668
+ "loss": 0.49179973602294924,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 0.7692929292929293,
1673
+ "grad_norm": 0.010355197824537754,
1674
+ "learning_rate": 1.3906193575474508e-05,
1675
+ "loss": 0.4716278076171875,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 0.7725252525252525,
1680
+ "grad_norm": 0.009932084940373898,
1681
+ "learning_rate": 1.3538400104114446e-05,
1682
+ "loss": 0.47190055847167967,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 0.7757575757575758,
1687
+ "grad_norm": 0.010710643604397774,
1688
+ "learning_rate": 1.3174772756437742e-05,
1689
+ "loss": 0.4703176498413086,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 0.778989898989899,
1694
+ "grad_norm": 0.010614068247377872,
1695
+ "learning_rate": 1.2815353080717379e-05,
1696
+ "loss": 0.47541141510009766,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 0.7822222222222223,
1701
+ "grad_norm": 0.011346950195729733,
1702
+ "learning_rate": 1.246018214445525e-05,
1703
+ "loss": 0.4860015869140625,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 0.7854545454545454,
1708
+ "grad_norm": 0.009824907407164574,
1709
+ "learning_rate": 1.210930052968981e-05,
1710
+ "loss": 0.49062480926513674,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 0.7886868686868687,
1715
+ "grad_norm": 0.010624224320054054,
1716
+ "learning_rate": 1.1762748328359152e-05,
1717
+ "loss": 0.4694485664367676,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 0.7919191919191919,
1722
+ "grad_norm": 0.01044746395200491,
1723
+ "learning_rate": 1.1420565137720045e-05,
1724
+ "loss": 0.47275629043579104,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 0.7951515151515152,
1729
+ "grad_norm": 0.010226710699498653,
1730
+ "learning_rate": 1.1082790055823533e-05,
1731
+ "loss": 0.4670067310333252,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 0.7983838383838384,
1736
+ "grad_norm": 0.010427460074424744,
1737
+ "learning_rate": 1.0749461677047624e-05,
1738
+ "loss": 0.4700475692749023,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 0.8016161616161617,
1743
+ "grad_norm": 0.010494428686797619,
1744
+ "learning_rate": 1.0420618087687418e-05,
1745
+ "loss": 0.46589016914367676,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 0.8048484848484848,
1750
+ "grad_norm": 0.010100893676280975,
1751
+ "learning_rate": 1.0096296861603321e-05,
1752
+ "loss": 0.4704419136047363,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 0.8080808080808081,
1757
+ "grad_norm": 0.010682797059416771,
1758
+ "learning_rate": 9.776535055927931e-06,
1759
+ "loss": 0.47326183319091797,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 0.8113131313131313,
1764
+ "grad_norm": 0.00972407590597868,
1765
+ "learning_rate": 9.461369206831772e-06,
1766
+ "loss": 0.48441619873046876,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 0.8145454545454546,
1771
+ "grad_norm": 0.010327558033168316,
1772
+ "learning_rate": 9.150835325348678e-06,
1773
+ "loss": 0.45856351852416993,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 0.8177777777777778,
1778
+ "grad_norm": 0.010118944570422173,
1779
+ "learning_rate": 8.844968893261197e-06,
1780
+ "loss": 0.48114948272705077,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 0.821010101010101,
1785
+ "grad_norm": 0.010876161977648735,
1786
+ "learning_rate": 8.543804859046345e-06,
1787
+ "loss": 0.4930680274963379,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 0.8242424242424242,
1792
+ "grad_norm": 0.010722608305513859,
1793
+ "learning_rate": 8.247377633882463e-06,
1794
+ "loss": 0.46875743865966796,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 0.8274747474747475,
1799
+ "grad_norm": 0.01088438369333744,
1800
+ "learning_rate": 7.95572108771726e-06,
1801
+ "loss": 0.4768000602722168,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 0.8307070707070707,
1806
+ "grad_norm": 0.01026720181107521,
1807
+ "learning_rate": 7.66886854539795e-06,
1808
+ "loss": 0.479974365234375,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 0.833939393939394,
1813
+ "grad_norm": 0.009710075333714485,
1814
+ "learning_rate": 7.386852782863407e-06,
1815
+ "loss": 0.4684715270996094,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 0.8371717171717171,
1820
+ "grad_norm": 0.009966167621314526,
1821
+ "learning_rate": 7.109706023399232e-06,
1822
+ "loss": 0.47191972732543946,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 0.8404040404040404,
1827
+ "grad_norm": 0.010125650092959404,
1828
+ "learning_rate": 6.837459933955936e-06,
1829
+ "loss": 0.4766803741455078,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 0.8436363636363636,
1834
+ "grad_norm": 0.009984518401324749,
1835
+ "learning_rate": 6.5701456215305656e-06,
1836
+ "loss": 0.4592133045196533,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 0.8468686868686869,
1841
+ "grad_norm": 0.010836348868906498,
1842
+ "learning_rate": 6.307793629612452e-06,
1843
+ "loss": 0.4658504009246826,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 0.8501010101010101,
1848
+ "grad_norm": 0.010431919246912003,
1849
+ "learning_rate": 6.050433934693339e-06,
1850
+ "loss": 0.4936856269836426,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 0.8533333333333334,
1855
+ "grad_norm": 0.01049034669995308,
1856
+ "learning_rate": 5.798095942842141e-06,
1857
+ "loss": 0.4765117645263672,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 0.8565656565656565,
1862
+ "grad_norm": 0.009596607647836208,
1863
+ "learning_rate": 5.550808486345072e-06,
1864
+ "loss": 0.47063379287719725,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 0.8597979797979798,
1869
+ "grad_norm": 0.01032214518636465,
1870
+ "learning_rate": 5.308599820411247e-06,
1871
+ "loss": 0.4614537715911865,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 0.863030303030303,
1876
+ "grad_norm": 0.009960100054740906,
1877
+ "learning_rate": 5.071497619944171e-06,
1878
+ "loss": 0.48136143684387206,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 0.8662626262626263,
1883
+ "grad_norm": 0.010326167568564415,
1884
+ "learning_rate": 4.839528976379648e-06,
1885
+ "loss": 0.47299985885620116,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 0.8694949494949495,
1890
+ "grad_norm": 0.010867294855415821,
1891
+ "learning_rate": 4.612720394590286e-06,
1892
+ "loss": 0.4829209327697754,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 0.8727272727272727,
1897
+ "grad_norm": 0.01050047017633915,
1898
+ "learning_rate": 4.391097789856985e-06,
1899
+ "loss": 0.4762550354003906,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 0.8759595959595959,
1904
+ "grad_norm": 0.010378929786384106,
1905
+ "learning_rate": 4.174686484907908e-06,
1906
+ "loss": 0.4898251533508301,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 0.8791919191919192,
1911
+ "grad_norm": 0.01060938648879528,
1912
+ "learning_rate": 3.963511207025078e-06,
1913
+ "loss": 0.47261548042297363,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 0.8824242424242424,
1918
+ "grad_norm": 0.01075353566557169,
1919
+ "learning_rate": 3.7575960852189728e-06,
1920
+ "loss": 0.4839645862579346,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 0.8856565656565657,
1925
+ "grad_norm": 0.010416378267109394,
1926
+ "learning_rate": 3.5569646474715722e-06,
1927
+ "loss": 0.46989760398864744,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 0.8888888888888888,
1932
+ "grad_norm": 0.010806340724229813,
1933
+ "learning_rate": 3.361639818048068e-06,
1934
+ "loss": 0.47272281646728515,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 0.8921212121212121,
1939
+ "grad_norm": 0.009753530845046043,
1940
+ "learning_rate": 3.1716439148774534e-06,
1941
+ "loss": 0.47122917175292967,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 0.8953535353535353,
1946
+ "grad_norm": 0.01022200658917427,
1947
+ "learning_rate": 2.986998647002498e-06,
1948
+ "loss": 0.4727674961090088,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 0.8985858585858586,
1953
+ "grad_norm": 0.010225590318441391,
1954
+ "learning_rate": 2.8077251120992742e-06,
1955
+ "loss": 0.46461896896362304,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 0.9018181818181819,
1960
+ "grad_norm": 0.010752941481769085,
1961
+ "learning_rate": 2.633843794066515e-06,
1962
+ "loss": 0.46602635383605956,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 0.9050505050505051,
1967
+ "grad_norm": 0.011064955033361912,
1968
+ "learning_rate": 2.465374560685091e-06,
1969
+ "loss": 0.4705932140350342,
1970
+ "step": 2800
1971
+ },
1972
+ {
1973
+ "epoch": 0.9082828282828282,
1974
+ "grad_norm": 0.00982996542006731,
1975
+ "learning_rate": 2.302336661347926e-06,
1976
+ "loss": 0.4687389373779297,
1977
+ "step": 2810
1978
+ },
1979
+ {
1980
+ "epoch": 0.9115151515151515,
1981
+ "grad_norm": 0.010190518572926521,
1982
+ "learning_rate": 2.1447487248605513e-06,
1983
+ "loss": 0.4906333923339844,
1984
+ "step": 2820
1985
+ },
1986
+ {
1987
+ "epoch": 0.9147474747474748,
1988
+ "grad_norm": 0.01034579798579216,
1989
+ "learning_rate": 1.9926287573125537e-06,
1990
+ "loss": 0.47768077850341795,
1991
+ "step": 2830
1992
+ },
1993
+ {
1994
+ "epoch": 0.917979797979798,
1995
+ "grad_norm": 0.010615529492497444,
1996
+ "learning_rate": 1.845994140020213e-06,
1997
+ "loss": 0.47643141746520995,
1998
+ "step": 2840
1999
+ },
2000
+ {
2001
+ "epoch": 0.9212121212121213,
2002
+ "grad_norm": 0.010776858776807785,
2003
+ "learning_rate": 1.7048616275404771e-06,
2004
+ "loss": 0.4636590003967285,
2005
+ "step": 2850
2006
+ },
2007
+ {
2008
+ "epoch": 0.9244444444444444,
2009
+ "grad_norm": 0.010271280072629452,
2010
+ "learning_rate": 1.5692473457565748e-06,
2011
+ "loss": 0.4707911014556885,
2012
+ "step": 2860
2013
+ },
2014
+ {
2015
+ "epoch": 0.9276767676767677,
2016
+ "grad_norm": 0.009596684016287327,
2017
+ "learning_rate": 1.439166790035501e-06,
2018
+ "loss": 0.45751228332519533,
2019
+ "step": 2870
2020
+ },
2021
+ {
2022
+ "epoch": 0.9309090909090909,
2023
+ "grad_norm": 0.009914812631905079,
2024
+ "learning_rate": 1.3146348234574724e-06,
2025
+ "loss": 0.4842953681945801,
2026
+ "step": 2880
2027
+ },
2028
+ {
2029
+ "epoch": 0.9341414141414142,
2030
+ "grad_norm": 0.01014726422727108,
2031
+ "learning_rate": 1.1956656751176577e-06,
2032
+ "loss": 0.482682991027832,
2033
+ "step": 2890
2034
+ },
2035
+ {
2036
+ "epoch": 0.9373737373737374,
2037
+ "grad_norm": 0.010660757310688496,
2038
+ "learning_rate": 1.0822729385003727e-06,
2039
+ "loss": 0.48476057052612304,
2040
+ "step": 2900
2041
+ },
2042
+ {
2043
+ "epoch": 0.9406060606060606,
2044
+ "grad_norm": 0.010105855762958527,
2045
+ "learning_rate": 9.744695699258955e-07,
2046
+ "loss": 0.4767448425292969,
2047
+ "step": 2910
2048
+ },
2049
+ {
2050
+ "epoch": 0.9438383838383838,
2051
+ "grad_norm": 0.010221844539046288,
2052
+ "learning_rate": 8.722678870700274e-07,
2053
+ "loss": 0.4663360118865967,
2054
+ "step": 2920
2055
+ },
2056
+ {
2057
+ "epoch": 0.9470707070707071,
2058
+ "grad_norm": 0.011003104969859123,
2059
+ "learning_rate": 7.756795675566919e-07,
2060
+ "loss": 0.48151307106018065,
2061
+ "step": 2930
2062
+ },
2063
+ {
2064
+ "epoch": 0.9503030303030303,
2065
+ "grad_norm": 0.01029619574546814,
2066
+ "learning_rate": 6.847156476236516e-07,
2067
+ "loss": 0.48086977005004883,
2068
+ "step": 2940
2069
+ },
2070
+ {
2071
+ "epoch": 0.9535353535353536,
2072
+ "grad_norm": 0.010033480823040009,
2073
+ "learning_rate": 5.993865208614835e-07,
2074
+ "loss": 0.4648440361022949,
2075
+ "step": 2950
2076
+ },
2077
+ {
2078
+ "epoch": 0.9567676767676768,
2079
+ "grad_norm": 0.010539564304053783,
2080
+ "learning_rate": 5.197019370260125e-07,
2081
+ "loss": 0.46828551292419435,
2082
+ "step": 2960
2083
+ },
2084
+ {
2085
+ "epoch": 0.96,
2086
+ "grad_norm": 0.009619071148335934,
2087
+ "learning_rate": 4.4567100092429704e-07,
2088
+ "loss": 0.48481130599975586,
2089
+ "step": 2970
2090
+ },
2091
+ {
2092
+ "epoch": 0.9632323232323232,
2093
+ "grad_norm": 0.010197056457400322,
2094
+ "learning_rate": 3.7730217137428857e-07,
2095
+ "loss": 0.47917518615722654,
2096
+ "step": 2980
2097
+ },
2098
+ {
2099
+ "epoch": 0.9664646464646465,
2100
+ "grad_norm": 0.01057458110153675,
2101
+ "learning_rate": 3.1460326023836083e-07,
2102
+ "loss": 0.48064794540405276,
2103
+ "step": 2990
2104
+ },
2105
+ {
2106
+ "epoch": 0.9696969696969697,
2107
+ "grad_norm": 0.01009963545948267,
2108
+ "learning_rate": 2.575814315306846e-07,
2109
+ "loss": 0.4831876754760742,
2110
+ "step": 3000
2111
+ },
2112
+ {
2113
+ "epoch": 0.972929292929293,
2114
+ "grad_norm": 0.010343736037611961,
2115
+ "learning_rate": 2.0624320059869918e-07,
2116
+ "loss": 0.4821047306060791,
2117
+ "step": 3010
2118
+ },
2119
+ {
2120
+ "epoch": 0.9761616161616161,
2121
+ "grad_norm": 0.010384611785411835,
2122
+ "learning_rate": 1.6059443337861912e-07,
2123
+ "loss": 0.46325201988220216,
2124
+ "step": 3020
2125
+ },
2126
+ {
2127
+ "epoch": 0.9793939393939394,
2128
+ "grad_norm": 0.010477159172296524,
2129
+ "learning_rate": 1.2064034572523142e-07,
2130
+ "loss": 0.4779689788818359,
2131
+ "step": 3030
2132
+ },
2133
+ {
2134
+ "epoch": 0.9826262626262626,
2135
+ "grad_norm": 0.010612626560032368,
2136
+ "learning_rate": 8.638550281591107e-08,
2137
+ "loss": 0.4866930484771729,
2138
+ "step": 3040
2139
+ },
2140
+ {
2141
+ "epoch": 0.9858585858585859,
2142
+ "grad_norm": 0.01027057133615017,
2143
+ "learning_rate": 5.7833818629005054e-08,
2144
+ "loss": 0.48350844383239744,
2145
+ "step": 3050
2146
+ },
2147
+ {
2148
+ "epoch": 0.9890909090909091,
2149
+ "grad_norm": 0.010666116140782833,
2150
+ "learning_rate": 3.498855549660118e-08,
2151
+ "loss": 0.4722591400146484,
2152
+ "step": 3060
2153
+ },
2154
+ {
2155
+ "epoch": 0.9923232323232323,
2156
+ "grad_norm": 0.009852438233792782,
2157
+ "learning_rate": 1.785232373180401e-08,
2158
+ "loss": 0.48914670944213867,
2159
+ "step": 3070
2160
+ },
2161
+ {
2162
+ "epoch": 0.9955555555555555,
2163
+ "grad_norm": 0.010089240968227386,
2164
+ "learning_rate": 6.427081330456774e-09,
2165
+ "loss": 0.4730827331542969,
2166
+ "step": 3080
2167
+ },
2168
+ {
2169
+ "epoch": 0.9987878787878788,
2170
+ "grad_norm": 0.010913597419857979,
2171
+ "learning_rate": 7.141337474148025e-10,
2172
+ "loss": 0.4666846752166748,
2173
+ "step": 3090
2174
+ },
2175
+ {
2176
+ "epoch": 1.0,
2177
+ "step": 3094,
2178
+ "total_flos": 4.3887930550675046e+18,
2179
+ "train_loss": 0.4842414558126453,
2180
+ "train_runtime": 8903.7116,
2181
+ "train_samples_per_second": 22.238,
2182
+ "train_steps_per_second": 0.347
2183
+ }
2184
+ ],
2185
+ "logging_steps": 10,
2186
+ "max_steps": 3094,
2187
+ "num_input_tokens_seen": 0,
2188
+ "num_train_epochs": 1,
2189
+ "save_steps": 200,
2190
+ "stateful_callbacks": {
2191
+ "TrainerControl": {
2192
+ "args": {
2193
+ "should_epoch_stop": false,
2194
+ "should_evaluate": false,
2195
+ "should_log": false,
2196
+ "should_save": true,
2197
+ "should_training_stop": true
2198
+ },
2199
+ "attributes": {}
2200
+ }
2201
+ },
2202
+ "total_flos": 4.3887930550675046e+18,
2203
+ "train_batch_size": 2,
2204
+ "trial_name": null,
2205
+ "trial_params": null
2206
+ }