Natarizki commited on
Commit
d2700a1
·
verified ·
1 Parent(s): f811f87

Upload LoRA adapter for continued training

Browse files
Files changed (37) hide show
  1. adapter/README.md +1 -1
  2. adapter/checkpoint-3000/README.md +210 -0
  3. adapter/checkpoint-3000/adapter_config.json +44 -0
  4. adapter/checkpoint-3000/adapter_model.safetensors +3 -0
  5. adapter/checkpoint-3000/chat_template.jinja +158 -0
  6. adapter/checkpoint-3000/optimizer.pt +3 -0
  7. adapter/checkpoint-3000/processor_config.json +63 -0
  8. adapter/checkpoint-3000/rng_state.pth +3 -0
  9. adapter/checkpoint-3000/scheduler.pt +3 -0
  10. adapter/checkpoint-3000/tokenizer.json +3 -0
  11. adapter/checkpoint-3000/tokenizer_config.json +299 -0
  12. adapter/checkpoint-3000/trainer_state.json +2134 -0
  13. adapter/checkpoint-3000/training_args.bin +3 -0
  14. adapter/checkpoint-3500/README.md +210 -0
  15. adapter/checkpoint-3500/adapter_config.json +44 -0
  16. adapter/checkpoint-3500/adapter_model.safetensors +3 -0
  17. adapter/checkpoint-3500/chat_template.jinja +158 -0
  18. adapter/checkpoint-3500/optimizer.pt +3 -0
  19. adapter/checkpoint-3500/processor_config.json +63 -0
  20. adapter/checkpoint-3500/rng_state.pth +3 -0
  21. adapter/checkpoint-3500/scheduler.pt +3 -0
  22. adapter/checkpoint-3500/tokenizer.json +3 -0
  23. adapter/checkpoint-3500/tokenizer_config.json +299 -0
  24. adapter/checkpoint-3500/trainer_state.json +2484 -0
  25. adapter/checkpoint-3500/training_args.bin +3 -0
  26. adapter/checkpoint-4000/README.md +210 -0
  27. adapter/checkpoint-4000/adapter_config.json +44 -0
  28. adapter/checkpoint-4000/adapter_model.safetensors +3 -0
  29. adapter/checkpoint-4000/chat_template.jinja +158 -0
  30. adapter/checkpoint-4000/optimizer.pt +3 -0
  31. adapter/checkpoint-4000/processor_config.json +63 -0
  32. adapter/checkpoint-4000/rng_state.pth +3 -0
  33. adapter/checkpoint-4000/scheduler.pt +3 -0
  34. adapter/checkpoint-4000/tokenizer.json +3 -0
  35. adapter/checkpoint-4000/tokenizer_config.json +299 -0
  36. adapter/checkpoint-4000/trainer_state.json +2834 -0
  37. adapter/checkpoint-4000/training_args.bin +3 -0
adapter/README.md CHANGED
@@ -5,8 +5,8 @@ model_name: cmlm-lora
5
  tags:
6
  - generated_from_trainer
7
  - unsloth
8
- - trl
9
  - sft
 
10
  licence: license
11
  ---
12
 
 
5
  tags:
6
  - generated_from_trainer
7
  - unsloth
 
8
  - sft
9
+ - trl
10
  licence: license
11
  ---
12
 
adapter/checkpoint-3000/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen3.5-0.8B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen3.5-0.8B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.19.1
adapter/checkpoint-3000/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen3_5ForConditionalGeneration",
7
+ "parent_library": "transformers.models.qwen3_5.modeling_qwen3_5",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/Qwen3.5-0.8B",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
adapter/checkpoint-3000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5d2b0fb3ab25b445cb474e79b5babefa0c98406259748405530e47ed80eae20
3
+ size 25587104
adapter/checkpoint-3000/chat_template.jinja ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set image_count = namespace(value=0) %}
2
+ {%- set video_count = namespace(value=0) %}
3
+ {%- macro render_content(content, do_vision_count, is_system_content=false) %}
4
+ {%- if content is string %}
5
+ {{- content }}
6
+ {%- elif content is iterable and content is not mapping %}
7
+ {%- for item in content %}
8
+ {%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
9
+ {%- if is_system_content %}
10
+ {{- raise_exception('System message cannot contain images.') }}
11
+ {%- endif %}
12
+ {%- if do_vision_count %}
13
+ {%- set image_count.value = image_count.value + 1 %}
14
+ {%- endif %}
15
+ {%- if add_vision_id %}
16
+ {{- 'Picture ' ~ image_count.value ~ ': ' }}
17
+ {%- endif %}
18
+ {{- '<|vision_start|><|image_pad|><|vision_end|>' }}
19
+ {%- elif 'video' in item or item.type == 'video' %}
20
+ {%- if is_system_content %}
21
+ {{- raise_exception('System message cannot contain videos.') }}
22
+ {%- endif %}
23
+ {%- if do_vision_count %}
24
+ {%- set video_count.value = video_count.value + 1 %}
25
+ {%- endif %}
26
+ {%- if add_vision_id %}
27
+ {{- 'Video ' ~ video_count.value ~ ': ' }}
28
+ {%- endif %}
29
+ {{- '<|vision_start|><|video_pad|><|vision_end|>' }}
30
+ {%- elif 'text' in item %}
31
+ {{- item.text }}
32
+ {%- else %}
33
+ {{- raise_exception('Unexpected item type in content.') }}
34
+ {%- endif %}
35
+ {%- endfor %}
36
+ {%- elif content is none or content is undefined %}
37
+ {{- '' }}
38
+ {%- else %}
39
+ {{- raise_exception('Unexpected content type.') }}
40
+ {%- endif %}
41
+ {%- endmacro %}
42
+ {%- if not messages %}
43
+ {{- raise_exception('No messages provided.') }}
44
+ {%- endif %}
45
+ {%- set num_sys = 0 %}
46
+ {%- set merged_system = '' %}
47
+ {%- if messages[0].role == 'system' or messages[0].role == 'developer' %}
48
+ {%- set first = render_content(messages[0].content, false, true)|trim %}
49
+ {%- if messages|length > 1 and (messages[1].role == 'system' or messages[1].role == 'developer') %}
50
+ {%- set second = render_content(messages[1].content, false, true)|trim %}
51
+ {%- set merged_system = first + '\n' + second %}
52
+ {%- set num_sys = 2 %}
53
+ {%- else %}
54
+ {%- set merged_system = first %}
55
+ {%- set num_sys = 1 %}
56
+ {%- endif %}
57
+ {%- endif %}
58
+ {%- if tools and tools is iterable and tools is not mapping %}
59
+ {{- '<|im_start|>system\n' }}
60
+ {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
61
+ {%- for tool in tools %}
62
+ {{- "\n" }}
63
+ {{- tool | tojson }}
64
+ {%- endfor %}
65
+ {{- "\n</tools>" }}
66
+ {{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
67
+ {%- if merged_system %}
68
+ {{- '\n\n' + merged_system }}
69
+ {%- endif %}
70
+ {{- '<|im_end|>\n' }}
71
+ {%- else %}
72
+ {%- if merged_system %}
73
+ {{- '<|im_start|>system\n' + merged_system + '<|im_end|>\n' }}
74
+ {%- endif %}
75
+ {%- endif %}
76
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
77
+ {%- for message in messages[::-1] %}
78
+ {%- set index = (messages|length - 1) - loop.index0 %}
79
+ {%- if ns.multi_step_tool and message.role == "user" %}
80
+ {%- set content = render_content(message.content, false)|trim %}
81
+ {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
82
+ {%- set ns.multi_step_tool = false %}
83
+ {%- set ns.last_query_index = index %}
84
+ {%- endif %}
85
+ {%- endif %}
86
+ {%- endfor %}
87
+ {%- for message in messages %}
88
+ {%- if loop.index0 >= num_sys and message.role != "system" and message.role != "developer" %}
89
+ {%- set content = render_content(message.content, true)|trim %}
90
+ {%- if message.role == "user" %}
91
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
92
+ {%- elif message.role == "assistant" %}
93
+ {%- set reasoning_content = '' %}
94
+ {%- if message.reasoning_content is string %}
95
+ {%- set reasoning_content = message.reasoning_content %}
96
+ {%- else %}
97
+ {%- if '</think>' in content %}
98
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
99
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
100
+ {%- endif %}
101
+ {%- endif %}
102
+ {%- set reasoning_content = reasoning_content|trim %}
103
+ {%- if loop.index0 > ns.last_query_index %}
104
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
105
+ {%- else %}
106
+ {{- '<|im_start|>' + message.role + '\n' + content }}
107
+ {%- endif %}
108
+ {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
109
+ {%- for tool_call in message.tool_calls %}
110
+ {%- if tool_call.function is defined %}
111
+ {%- set tool_call = tool_call.function %}
112
+ {%- endif %}
113
+ {%- if loop.first %}
114
+ {%- if content|trim %}
115
+ {{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
116
+ {%- else %}
117
+ {{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
118
+ {%- endif %}
119
+ {%- else %}
120
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
121
+ {%- endif %}
122
+ {%- if tool_call.arguments is mapping %}
123
+ {%- for args_name in tool_call.arguments %}
124
+ {%- set args_value = tool_call.arguments[args_name] %}
125
+ {{- '<parameter=' + args_name + '>\n' }}
126
+ {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
127
+ {{- args_value }}
128
+ {{- '\n</parameter>\n' }}
129
+ {%- endfor %}
130
+ {%- endif %}
131
+ {{- '</function>\n</tool_call>' }}
132
+ {%- endfor %}
133
+ {%- endif %}
134
+ {{- '<|im_end|>\n' }}
135
+ {%- elif message.role == "tool" %}
136
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
137
+ {{- '<|im_start|>user' }}
138
+ {%- endif %}
139
+ {{- '\n<tool_response>\n' }}
140
+ {{- content }}
141
+ {{- '\n</tool_response>' }}
142
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
143
+ {{- '<|im_end|>\n' }}
144
+ {%- elif loop.last %}
145
+ {{- '<|im_end|>\n' }}
146
+ {%- endif %}
147
+ {%- endif %}
148
+ {%- endif %}
149
+ {%- endfor %}
150
+ {%- if add_generation_prompt %}
151
+ {{- '<|im_start|>assistant\n' }}
152
+ {%- if enable_thinking is defined and enable_thinking is true %}
153
+ {{- '<think>\n' }}
154
+ {%- else %}
155
+ {{- '<think>\n\n</think>\n\n' }}
156
+ {%- endif %}
157
+ {%- endif %}
158
+ {#- Unsloth fixes - developer role, tool calling #}
adapter/checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:456cf6ab7427c756b89c97f67d2018c353976a00a098fafd5815d0b23176589c
3
+ size 51282443
adapter/checkpoint-3000/processor_config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_processor": {
3
+ "data_format": "channels_first",
4
+ "do_convert_rgb": true,
5
+ "do_normalize": true,
6
+ "do_rescale": true,
7
+ "do_resize": true,
8
+ "image_mean": [
9
+ 0.5,
10
+ 0.5,
11
+ 0.5
12
+ ],
13
+ "image_processor_type": "Qwen2VLImageProcessor",
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "merge_size": 2,
20
+ "patch_size": 16,
21
+ "resample": 3,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "longest_edge": 16777216,
25
+ "shortest_edge": 65536
26
+ },
27
+ "temporal_patch_size": 2
28
+ },
29
+ "processor_class": "Qwen3VLProcessor",
30
+ "video_processor": {
31
+ "data_format": "channels_first",
32
+ "default_to_square": true,
33
+ "do_convert_rgb": true,
34
+ "do_normalize": true,
35
+ "do_rescale": true,
36
+ "do_resize": true,
37
+ "do_sample_frames": true,
38
+ "fps": 2,
39
+ "image_mean": [
40
+ 0.5,
41
+ 0.5,
42
+ 0.5
43
+ ],
44
+ "image_std": [
45
+ 0.5,
46
+ 0.5,
47
+ 0.5
48
+ ],
49
+ "max_frames": 768,
50
+ "merge_size": 2,
51
+ "min_frames": 4,
52
+ "patch_size": 16,
53
+ "resample": 3,
54
+ "rescale_factor": 0.00392156862745098,
55
+ "return_metadata": false,
56
+ "size": {
57
+ "longest_edge": 25165824,
58
+ "shortest_edge": 4096
59
+ },
60
+ "temporal_patch_size": 2,
61
+ "video_processor_type": "Qwen3VLVideoProcessor"
62
+ }
63
+ }
adapter/checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c19bab1174704a4a4441475683bf1270277af15d2e2c95e964789128e482c4
3
+ size 14645
adapter/checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc1f0a1f7ba55e2ed5c5558cf96123eb17e4f8dd413115d8e6dd3ba8f6dc0403
3
+ size 1465
adapter/checkpoint-3000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a7830d63fcf43bf241c3c5242e96e62dd3fdc29224ca26fed8ea333db72de4
3
+ size 19989343
adapter/checkpoint-3000/tokenizer_config.json ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "audio_bos_token": "<|audio_start|>",
4
+ "audio_eos_token": "<|audio_end|>",
5
+ "audio_token": "<|audio_pad|>",
6
+ "backend": "tokenizers",
7
+ "bos_token": null,
8
+ "clean_up_tokenization_spaces": false,
9
+ "eos_token": "<|im_end|>",
10
+ "errors": "replace",
11
+ "image_token": "<|image_pad|>",
12
+ "is_local": false,
13
+ "model_max_length": 262144,
14
+ "model_specific_special_tokens": {
15
+ "audio_bos_token": "<|audio_start|>",
16
+ "audio_eos_token": "<|audio_end|>",
17
+ "audio_token": "<|audio_pad|>",
18
+ "image_token": "<|image_pad|>",
19
+ "video_token": "<|video_pad|>",
20
+ "vision_bos_token": "<|vision_start|>",
21
+ "vision_eos_token": "<|vision_end|>"
22
+ },
23
+ "pad_token": "<|vision_pad|>",
24
+ "padding_side": "right",
25
+ "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
26
+ "processor_class": "Qwen3VLProcessor",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "TokenizersBackend",
29
+ "unk_token": null,
30
+ "video_token": "<|video_pad|>",
31
+ "vision_bos_token": "<|vision_start|>",
32
+ "vision_eos_token": "<|vision_end|>",
33
+ "added_tokens_decoder": {
34
+ "248044": {
35
+ "content": "<|endoftext|>",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
+ },
42
+ "248045": {
43
+ "content": "<|im_start|>",
44
+ "single_word": false,
45
+ "lstrip": false,
46
+ "rstrip": false,
47
+ "normalized": false,
48
+ "special": true
49
+ },
50
+ "248046": {
51
+ "content": "<|im_end|>",
52
+ "single_word": false,
53
+ "lstrip": false,
54
+ "rstrip": false,
55
+ "normalized": false,
56
+ "special": true
57
+ },
58
+ "248047": {
59
+ "content": "<|object_ref_start|>",
60
+ "single_word": false,
61
+ "lstrip": false,
62
+ "rstrip": false,
63
+ "normalized": false,
64
+ "special": true
65
+ },
66
+ "248048": {
67
+ "content": "<|object_ref_end|>",
68
+ "single_word": false,
69
+ "lstrip": false,
70
+ "rstrip": false,
71
+ "normalized": false,
72
+ "special": true
73
+ },
74
+ "248049": {
75
+ "content": "<|box_start|>",
76
+ "single_word": false,
77
+ "lstrip": false,
78
+ "rstrip": false,
79
+ "normalized": false,
80
+ "special": true
81
+ },
82
+ "248050": {
83
+ "content": "<|box_end|>",
84
+ "single_word": false,
85
+ "lstrip": false,
86
+ "rstrip": false,
87
+ "normalized": false,
88
+ "special": true
89
+ },
90
+ "248051": {
91
+ "content": "<|quad_start|>",
92
+ "single_word": false,
93
+ "lstrip": false,
94
+ "rstrip": false,
95
+ "normalized": false,
96
+ "special": true
97
+ },
98
+ "248052": {
99
+ "content": "<|quad_end|>",
100
+ "single_word": false,
101
+ "lstrip": false,
102
+ "rstrip": false,
103
+ "normalized": false,
104
+ "special": true
105
+ },
106
+ "248053": {
107
+ "content": "<|vision_start|>",
108
+ "single_word": false,
109
+ "lstrip": false,
110
+ "rstrip": false,
111
+ "normalized": false,
112
+ "special": true
113
+ },
114
+ "248054": {
115
+ "content": "<|vision_end|>",
116
+ "single_word": false,
117
+ "lstrip": false,
118
+ "rstrip": false,
119
+ "normalized": false,
120
+ "special": true
121
+ },
122
+ "248055": {
123
+ "content": "<|vision_pad|>",
124
+ "single_word": false,
125
+ "lstrip": false,
126
+ "rstrip": false,
127
+ "normalized": false,
128
+ "special": true
129
+ },
130
+ "248056": {
131
+ "content": "<|image_pad|>",
132
+ "single_word": false,
133
+ "lstrip": false,
134
+ "rstrip": false,
135
+ "normalized": false,
136
+ "special": true
137
+ },
138
+ "248057": {
139
+ "content": "<|video_pad|>",
140
+ "single_word": false,
141
+ "lstrip": false,
142
+ "rstrip": false,
143
+ "normalized": false,
144
+ "special": true
145
+ },
146
+ "248058": {
147
+ "content": "<tool_call>",
148
+ "single_word": false,
149
+ "lstrip": false,
150
+ "rstrip": false,
151
+ "normalized": false,
152
+ "special": false
153
+ },
154
+ "248059": {
155
+ "content": "</tool_call>",
156
+ "single_word": false,
157
+ "lstrip": false,
158
+ "rstrip": false,
159
+ "normalized": false,
160
+ "special": false
161
+ },
162
+ "248060": {
163
+ "content": "<|fim_prefix|>",
164
+ "single_word": false,
165
+ "lstrip": false,
166
+ "rstrip": false,
167
+ "normalized": false,
168
+ "special": false
169
+ },
170
+ "248061": {
171
+ "content": "<|fim_middle|>",
172
+ "single_word": false,
173
+ "lstrip": false,
174
+ "rstrip": false,
175
+ "normalized": false,
176
+ "special": false
177
+ },
178
+ "248062": {
179
+ "content": "<|fim_suffix|>",
180
+ "single_word": false,
181
+ "lstrip": false,
182
+ "rstrip": false,
183
+ "normalized": false,
184
+ "special": false
185
+ },
186
+ "248063": {
187
+ "content": "<|fim_pad|>",
188
+ "single_word": false,
189
+ "lstrip": false,
190
+ "rstrip": false,
191
+ "normalized": false,
192
+ "special": false
193
+ },
194
+ "248064": {
195
+ "content": "<|repo_name|>",
196
+ "single_word": false,
197
+ "lstrip": false,
198
+ "rstrip": false,
199
+ "normalized": false,
200
+ "special": false
201
+ },
202
+ "248065": {
203
+ "content": "<|file_sep|>",
204
+ "single_word": false,
205
+ "lstrip": false,
206
+ "rstrip": false,
207
+ "normalized": false,
208
+ "special": false
209
+ },
210
+ "248066": {
211
+ "content": "<tool_response>",
212
+ "single_word": false,
213
+ "lstrip": false,
214
+ "rstrip": false,
215
+ "normalized": false,
216
+ "special": false
217
+ },
218
+ "248067": {
219
+ "content": "</tool_response>",
220
+ "single_word": false,
221
+ "lstrip": false,
222
+ "rstrip": false,
223
+ "normalized": false,
224
+ "special": false
225
+ },
226
+ "248068": {
227
+ "content": "<think>",
228
+ "single_word": false,
229
+ "lstrip": false,
230
+ "rstrip": false,
231
+ "normalized": false,
232
+ "special": false
233
+ },
234
+ "248069": {
235
+ "content": "</think>",
236
+ "single_word": false,
237
+ "lstrip": false,
238
+ "rstrip": false,
239
+ "normalized": false,
240
+ "special": false
241
+ },
242
+ "248070": {
243
+ "content": "<|audio_start|>",
244
+ "single_word": false,
245
+ "lstrip": false,
246
+ "rstrip": false,
247
+ "normalized": false,
248
+ "special": true
249
+ },
250
+ "248071": {
251
+ "content": "<|audio_end|>",
252
+ "single_word": false,
253
+ "lstrip": false,
254
+ "rstrip": false,
255
+ "normalized": false,
256
+ "special": true
257
+ },
258
+ "248072": {
259
+ "content": "<tts_pad>",
260
+ "single_word": false,
261
+ "lstrip": false,
262
+ "rstrip": false,
263
+ "normalized": false,
264
+ "special": true
265
+ },
266
+ "248073": {
267
+ "content": "<tts_text_bos>",
268
+ "single_word": false,
269
+ "lstrip": false,
270
+ "rstrip": false,
271
+ "normalized": false,
272
+ "special": true
273
+ },
274
+ "248074": {
275
+ "content": "<tts_text_eod>",
276
+ "single_word": false,
277
+ "lstrip": false,
278
+ "rstrip": false,
279
+ "normalized": false,
280
+ "special": true
281
+ },
282
+ "248075": {
283
+ "content": "<tts_text_bos_single>",
284
+ "single_word": false,
285
+ "lstrip": false,
286
+ "rstrip": false,
287
+ "normalized": false,
288
+ "special": true
289
+ },
290
+ "248076": {
291
+ "content": "<|audio_pad|>",
292
+ "single_word": false,
293
+ "lstrip": false,
294
+ "rstrip": false,
295
+ "normalized": false,
296
+ "special": true
297
+ }
298
+ }
299
+ }
adapter/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.01756764274441715,
6
+ "eval_steps": 500,
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": 5.855880914805717e-05,
14
+ "grad_norm": 1.5575445890426636,
15
+ "learning_rate": 1.8e-05,
16
+ "loss": 0.7678159713745117,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.00011711761829611434,
21
+ "grad_norm": 1.0704400539398193,
22
+ "learning_rate": 3.8e-05,
23
+ "loss": 0.7586987972259521,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.0001756764274441715,
28
+ "grad_norm": 0.6421218514442444,
29
+ "learning_rate": 5.8e-05,
30
+ "loss": 0.6814639568328857,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.00023423523659222867,
35
+ "grad_norm": 0.938690721988678,
36
+ "learning_rate": 7.800000000000001e-05,
37
+ "loss": 0.6233416557312011,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.00029279404574028583,
42
+ "grad_norm": 1.166359543800354,
43
+ "learning_rate": 9.8e-05,
44
+ "loss": 0.5837168216705322,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.000351352854888343,
49
+ "grad_norm": 0.7864418029785156,
50
+ "learning_rate": 0.000118,
51
+ "loss": 0.49336514472961424,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.00040991166403640014,
56
+ "grad_norm": 0.723896861076355,
57
+ "learning_rate": 0.000138,
58
+ "loss": 0.6541348457336426,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.00046847047318445735,
63
+ "grad_norm": 0.5491677522659302,
64
+ "learning_rate": 0.00015800000000000002,
65
+ "loss": 0.6446280479431152,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.0005270292823325145,
70
+ "grad_norm": 1.032065510749817,
71
+ "learning_rate": 0.00017800000000000002,
72
+ "loss": 0.493870210647583,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.0005855880914805717,
77
+ "grad_norm": 0.7324640154838562,
78
+ "learning_rate": 0.00019800000000000002,
79
+ "loss": 0.63213210105896,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.0006441469006286288,
84
+ "grad_norm": 0.8503096103668213,
85
+ "learning_rate": 0.00019953846153846153,
86
+ "loss": 0.6286506652832031,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.000702705709776686,
91
+ "grad_norm": 0.8664548993110657,
92
+ "learning_rate": 0.00019902564102564104,
93
+ "loss": 0.48207850456237794,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.0007612645189247431,
98
+ "grad_norm": 0.6782843470573425,
99
+ "learning_rate": 0.00019851282051282053,
100
+ "loss": 0.6306986331939697,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.0008198233280728003,
105
+ "grad_norm": 1.2085249423980713,
106
+ "learning_rate": 0.00019800000000000002,
107
+ "loss": 0.5556919574737549,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.0008783821372208574,
112
+ "grad_norm": 0.8503999710083008,
113
+ "learning_rate": 0.0001974871794871795,
114
+ "loss": 0.6409926414489746,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.0009369409463689147,
119
+ "grad_norm": 0.7704036235809326,
120
+ "learning_rate": 0.000196974358974359,
121
+ "loss": 0.5393772125244141,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.0009954997555169719,
126
+ "grad_norm": 0.7071548104286194,
127
+ "learning_rate": 0.00019646153846153847,
128
+ "loss": 0.6072579860687256,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.001054058564665029,
133
+ "grad_norm": 0.6557785272598267,
134
+ "learning_rate": 0.00019594871794871796,
135
+ "loss": 0.49915218353271484,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.0011126173738130862,
140
+ "grad_norm": 0.6428221464157104,
141
+ "learning_rate": 0.00019543589743589745,
142
+ "loss": 0.6393180370330811,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.0011711761829611433,
147
+ "grad_norm": 0.8832526803016663,
148
+ "learning_rate": 0.00019492307692307693,
149
+ "loss": 0.6467752456665039,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.0012297349921092005,
154
+ "grad_norm": 0.8874967694282532,
155
+ "learning_rate": 0.00019441025641025642,
156
+ "loss": 0.6200666904449463,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.0012882938012572576,
161
+ "grad_norm": 0.8451365828514099,
162
+ "learning_rate": 0.0001938974358974359,
163
+ "loss": 0.5980692386627198,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.0013468526104053148,
168
+ "grad_norm": 1.3747062683105469,
169
+ "learning_rate": 0.0001933846153846154,
170
+ "loss": 0.5997383117675781,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.001405411419553372,
175
+ "grad_norm": 0.7659091949462891,
176
+ "learning_rate": 0.00019287179487179488,
177
+ "loss": 0.6244289875030518,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.001463970228701429,
182
+ "grad_norm": 0.7551876902580261,
183
+ "learning_rate": 0.00019235897435897437,
184
+ "loss": 0.5602375507354737,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.0015225290378494862,
189
+ "grad_norm": 0.8756004571914673,
190
+ "learning_rate": 0.00019184615384615385,
191
+ "loss": 0.5726509094238281,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.0015810878469975434,
196
+ "grad_norm": 0.9010286927223206,
197
+ "learning_rate": 0.00019133333333333334,
198
+ "loss": 0.564607048034668,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.0016396466561456006,
203
+ "grad_norm": 0.768795907497406,
204
+ "learning_rate": 0.00019082051282051283,
205
+ "loss": 0.6172872066497803,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.0016982054652936577,
210
+ "grad_norm": 0.8452103137969971,
211
+ "learning_rate": 0.0001903076923076923,
212
+ "loss": 0.5882416248321534,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.0017567642744417149,
217
+ "grad_norm": 0.8099432587623596,
218
+ "learning_rate": 0.0001897948717948718,
219
+ "loss": 0.5674912452697753,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.001815323083589772,
224
+ "grad_norm": 0.7150252461433411,
225
+ "learning_rate": 0.00018928205128205129,
226
+ "loss": 0.5736612796783447,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.0018738818927378294,
231
+ "grad_norm": 1.098449945449829,
232
+ "learning_rate": 0.0001887692307692308,
233
+ "loss": 0.6177639484405517,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.0019324407018858865,
238
+ "grad_norm": 0.7274444103240967,
239
+ "learning_rate": 0.00018825641025641029,
240
+ "loss": 0.6690079212188721,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.0019909995110339437,
245
+ "grad_norm": 0.7714038491249084,
246
+ "learning_rate": 0.00018774358974358975,
247
+ "loss": 0.5143749237060546,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.0020495583201820006,
252
+ "grad_norm": 0.9286389946937561,
253
+ "learning_rate": 0.00018723076923076923,
254
+ "loss": 0.5226009368896485,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.002108117129330058,
259
+ "grad_norm": 0.9736594557762146,
260
+ "learning_rate": 0.00018671794871794872,
261
+ "loss": 0.5954864501953125,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.002166675938478115,
266
+ "grad_norm": 0.7701608538627625,
267
+ "learning_rate": 0.0001862051282051282,
268
+ "loss": 0.564179515838623,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.0022252347476261723,
273
+ "grad_norm": 0.8563699126243591,
274
+ "learning_rate": 0.0001856923076923077,
275
+ "loss": 0.587281608581543,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.0022837935567742293,
280
+ "grad_norm": 1.017929196357727,
281
+ "learning_rate": 0.00018517948717948718,
282
+ "loss": 0.579550313949585,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.0023423523659222866,
287
+ "grad_norm": 0.6563118696212769,
288
+ "learning_rate": 0.00018466666666666666,
289
+ "loss": 0.5135430335998535,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.0024009111750703436,
294
+ "grad_norm": 0.7011086344718933,
295
+ "learning_rate": 0.00018415384615384618,
296
+ "loss": 0.6544422149658203,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.002459469984218401,
301
+ "grad_norm": 0.991001546382904,
302
+ "learning_rate": 0.00018364102564102567,
303
+ "loss": 0.6101119518280029,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.0025180287933664583,
308
+ "grad_norm": 0.7023338675498962,
309
+ "learning_rate": 0.00018312820512820515,
310
+ "loss": 0.5026431560516358,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.0025765876025145153,
315
+ "grad_norm": 0.9078162908554077,
316
+ "learning_rate": 0.00018261538461538464,
317
+ "loss": 0.5121633052825928,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.0026351464116625726,
322
+ "grad_norm": 0.7449192404747009,
323
+ "learning_rate": 0.00018210256410256412,
324
+ "loss": 0.6154009819030761,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.0026937052208106296,
329
+ "grad_norm": 0.6876159906387329,
330
+ "learning_rate": 0.00018158974358974358,
331
+ "loss": 0.5338088989257812,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.002752264029958687,
336
+ "grad_norm": 0.9204329252243042,
337
+ "learning_rate": 0.00018107692307692307,
338
+ "loss": 0.5554272174835205,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.002810822839106744,
343
+ "grad_norm": 0.7362950444221497,
344
+ "learning_rate": 0.00018056410256410256,
345
+ "loss": 0.6131524085998535,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.0028693816482548012,
350
+ "grad_norm": 0.9833507537841797,
351
+ "learning_rate": 0.00018005128205128204,
352
+ "loss": 0.5537636756896973,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.002927940457402858,
357
+ "grad_norm": 0.7546113133430481,
358
+ "learning_rate": 0.00017953846153846156,
359
+ "loss": 0.6003861904144288,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.0029864992665509156,
364
+ "grad_norm": 0.7838321924209595,
365
+ "learning_rate": 0.00017902564102564104,
366
+ "loss": 0.6598413944244385,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.0030450580756989725,
371
+ "grad_norm": 0.7242461442947388,
372
+ "learning_rate": 0.00017851282051282053,
373
+ "loss": 0.5558955669403076,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.00310361688484703,
378
+ "grad_norm": 1.1162296533584595,
379
+ "learning_rate": 0.00017800000000000002,
380
+ "loss": 0.6460456371307373,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.003162175693995087,
385
+ "grad_norm": 0.7049973011016846,
386
+ "learning_rate": 0.0001774871794871795,
387
+ "loss": 0.6043939113616943,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.003220734503143144,
392
+ "grad_norm": 0.8112305998802185,
393
+ "learning_rate": 0.000176974358974359,
394
+ "loss": 0.4545936584472656,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.003279293312291201,
399
+ "grad_norm": 0.6234564781188965,
400
+ "learning_rate": 0.00017646153846153848,
401
+ "loss": 0.6101226329803466,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.0033378521214392585,
406
+ "grad_norm": 0.9512666463851929,
407
+ "learning_rate": 0.00017594871794871796,
408
+ "loss": 0.6055888175964356,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.0033964109305873154,
413
+ "grad_norm": 0.8533800840377808,
414
+ "learning_rate": 0.00017543589743589742,
415
+ "loss": 0.6529808044433594,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.003454969739735373,
420
+ "grad_norm": 0.896560549736023,
421
+ "learning_rate": 0.00017492307692307694,
422
+ "loss": 0.5882085800170899,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.0035135285488834297,
427
+ "grad_norm": 0.8455023765563965,
428
+ "learning_rate": 0.00017441025641025642,
429
+ "loss": 0.518503999710083,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.003572087358031487,
434
+ "grad_norm": 0.7477754950523376,
435
+ "learning_rate": 0.0001738974358974359,
436
+ "loss": 0.6013938426971436,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.003630646167179544,
441
+ "grad_norm": 0.8402391672134399,
442
+ "learning_rate": 0.0001733846153846154,
443
+ "loss": 0.6162835597991944,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.0036892049763276014,
448
+ "grad_norm": 1.0327485799789429,
449
+ "learning_rate": 0.00017287179487179488,
450
+ "loss": 0.6443416595458984,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.003747763785475659,
455
+ "grad_norm": 1.0342403650283813,
456
+ "learning_rate": 0.00017235897435897437,
457
+ "loss": 0.5222865581512451,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.0038063225946237157,
462
+ "grad_norm": 0.9043326377868652,
463
+ "learning_rate": 0.00017184615384615386,
464
+ "loss": 0.6140403747558594,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.003864881403771773,
469
+ "grad_norm": 0.8706991076469421,
470
+ "learning_rate": 0.00017133333333333334,
471
+ "loss": 0.6201248645782471,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.0039234402129198305,
476
+ "grad_norm": 0.7702825665473938,
477
+ "learning_rate": 0.00017082051282051283,
478
+ "loss": 0.5698607921600342,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.003981999022067887,
483
+ "grad_norm": 0.7835186719894409,
484
+ "learning_rate": 0.00017030769230769231,
485
+ "loss": 0.5464808464050293,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.004040557831215944,
490
+ "grad_norm": 0.7293221950531006,
491
+ "learning_rate": 0.0001697948717948718,
492
+ "loss": 0.6055557250976562,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.004099116640364001,
497
+ "grad_norm": 0.8519648313522339,
498
+ "learning_rate": 0.0001692820512820513,
499
+ "loss": 0.594606876373291,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.004157675449512059,
504
+ "grad_norm": 0.8359381556510925,
505
+ "learning_rate": 0.00016876923076923077,
506
+ "loss": 0.6676365852355957,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.004216234258660116,
511
+ "grad_norm": 0.9601361155509949,
512
+ "learning_rate": 0.00016825641025641026,
513
+ "loss": 0.5267905235290528,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.004274793067808173,
518
+ "grad_norm": 0.5900155901908875,
519
+ "learning_rate": 0.00016774358974358975,
520
+ "loss": 0.5860335826873779,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.00433335187695623,
525
+ "grad_norm": 0.7671850323677063,
526
+ "learning_rate": 0.00016723076923076923,
527
+ "loss": 0.5898273468017579,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.004391910686104288,
532
+ "grad_norm": 0.9657745361328125,
533
+ "learning_rate": 0.00016671794871794872,
534
+ "loss": 0.6093048572540283,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.004450469495252345,
539
+ "grad_norm": 0.7431370615959167,
540
+ "learning_rate": 0.0001662051282051282,
541
+ "loss": 0.6279802799224854,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.004509028304400402,
546
+ "grad_norm": 0.9329614639282227,
547
+ "learning_rate": 0.0001656923076923077,
548
+ "loss": 0.5990581512451172,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.0045675871135484585,
553
+ "grad_norm": 0.6032372713088989,
554
+ "learning_rate": 0.00016517948717948718,
555
+ "loss": 0.5825644493103027,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.004626145922696516,
560
+ "grad_norm": 0.6884028911590576,
561
+ "learning_rate": 0.00016466666666666667,
562
+ "loss": 0.555311632156372,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.004684704731844573,
567
+ "grad_norm": 0.7366816997528076,
568
+ "learning_rate": 0.00016415384615384618,
569
+ "loss": 0.6074917793273926,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.00474326354099263,
574
+ "grad_norm": 0.776561439037323,
575
+ "learning_rate": 0.00016364102564102567,
576
+ "loss": 0.5682147026062012,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.004801822350140687,
581
+ "grad_norm": 0.8783098459243774,
582
+ "learning_rate": 0.00016312820512820515,
583
+ "loss": 0.6519593715667724,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.004860381159288745,
588
+ "grad_norm": 0.8319303393363953,
589
+ "learning_rate": 0.0001626153846153846,
590
+ "loss": 0.6276237487792968,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.004918939968436802,
595
+ "grad_norm": 0.7415748238563538,
596
+ "learning_rate": 0.0001621025641025641,
597
+ "loss": 0.6673260688781738,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.004977498777584859,
602
+ "grad_norm": 1.0244334936141968,
603
+ "learning_rate": 0.00016158974358974359,
604
+ "loss": 0.6164275169372558,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.005036057586732917,
609
+ "grad_norm": 1.0644179582595825,
610
+ "learning_rate": 0.00016107692307692307,
611
+ "loss": 0.5958343505859375,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.0050946163958809736,
616
+ "grad_norm": 0.7661171555519104,
617
+ "learning_rate": 0.00016056410256410256,
618
+ "loss": 0.5362070083618165,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.0051531752050290305,
623
+ "grad_norm": 1.014600157737732,
624
+ "learning_rate": 0.00016005128205128205,
625
+ "loss": 0.537624454498291,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.0052117340141770874,
630
+ "grad_norm": 0.7331597805023193,
631
+ "learning_rate": 0.00015953846153846156,
632
+ "loss": 0.5774639129638672,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.005270292823325145,
637
+ "grad_norm": 0.7434748411178589,
638
+ "learning_rate": 0.00015902564102564105,
639
+ "loss": 0.5845869064331055,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.005328851632473202,
644
+ "grad_norm": 0.7248567342758179,
645
+ "learning_rate": 0.00015851282051282053,
646
+ "loss": 0.590050458908081,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.005387410441621259,
651
+ "grad_norm": 0.9382026791572571,
652
+ "learning_rate": 0.00015800000000000002,
653
+ "loss": 0.6036070823669434,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.005445969250769316,
658
+ "grad_norm": 0.9255577325820923,
659
+ "learning_rate": 0.0001574871794871795,
660
+ "loss": 0.4737861633300781,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.005504528059917374,
665
+ "grad_norm": 0.9797175526618958,
666
+ "learning_rate": 0.000156974358974359,
667
+ "loss": 0.5388136386871338,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.005563086869065431,
672
+ "grad_norm": 0.7894104719161987,
673
+ "learning_rate": 0.00015646153846153845,
674
+ "loss": 0.529002571105957,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.005621645678213488,
679
+ "grad_norm": 0.8898355960845947,
680
+ "learning_rate": 0.00015594871794871794,
681
+ "loss": 0.5382211685180665,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.005680204487361545,
686
+ "grad_norm": 0.7389085292816162,
687
+ "learning_rate": 0.00015543589743589742,
688
+ "loss": 0.5379764080047608,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.0057387632965096025,
693
+ "grad_norm": 0.8882327675819397,
694
+ "learning_rate": 0.00015492307692307694,
695
+ "loss": 0.5847358226776123,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.005797322105657659,
700
+ "grad_norm": 1.1310079097747803,
701
+ "learning_rate": 0.00015441025641025642,
702
+ "loss": 0.5858294486999511,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.005855880914805716,
707
+ "grad_norm": 1.0356104373931885,
708
+ "learning_rate": 0.0001538974358974359,
709
+ "loss": 0.5417033195495605,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.005914439723953773,
714
+ "grad_norm": 0.7012810707092285,
715
+ "learning_rate": 0.0001533846153846154,
716
+ "loss": 0.6806005477905274,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.005972998533101831,
721
+ "grad_norm": 0.9496027231216431,
722
+ "learning_rate": 0.00015287179487179488,
723
+ "loss": 0.521822738647461,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.006031557342249888,
728
+ "grad_norm": 0.7196470499038696,
729
+ "learning_rate": 0.00015235897435897437,
730
+ "loss": 0.5730608940124512,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.006090116151397945,
735
+ "grad_norm": 0.7311615347862244,
736
+ "learning_rate": 0.00015184615384615386,
737
+ "loss": 0.6122246742248535,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.006148674960546002,
742
+ "grad_norm": 0.7351731657981873,
743
+ "learning_rate": 0.00015133333333333334,
744
+ "loss": 0.5122735023498535,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.00620723376969406,
749
+ "grad_norm": 0.8649750351905823,
750
+ "learning_rate": 0.00015082051282051283,
751
+ "loss": 0.6370734691619873,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.006265792578842117,
756
+ "grad_norm": 0.7295814752578735,
757
+ "learning_rate": 0.00015030769230769232,
758
+ "loss": 0.5188347816467285,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.006324351387990174,
763
+ "grad_norm": 0.7717416882514954,
764
+ "learning_rate": 0.0001497948717948718,
765
+ "loss": 0.5114748001098632,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.006382910197138231,
770
+ "grad_norm": 0.5910501480102539,
771
+ "learning_rate": 0.0001492820512820513,
772
+ "loss": 0.46537189483642577,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.006441469006286288,
777
+ "grad_norm": 0.7533769011497498,
778
+ "learning_rate": 0.00014876923076923078,
779
+ "loss": 0.5796781539916992,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.006500027815434345,
784
+ "grad_norm": 0.9167582988739014,
785
+ "learning_rate": 0.00014825641025641026,
786
+ "loss": 0.6297817230224609,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.006558586624582402,
791
+ "grad_norm": 1.1386590003967285,
792
+ "learning_rate": 0.00014774358974358975,
793
+ "loss": 0.592150354385376,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.00661714543373046,
798
+ "grad_norm": 0.7550930380821228,
799
+ "learning_rate": 0.00014723076923076924,
800
+ "loss": 0.5509029865264893,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.006675704242878517,
805
+ "grad_norm": 0.6492360234260559,
806
+ "learning_rate": 0.00014671794871794872,
807
+ "loss": 0.5187190055847168,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.006734263052026574,
812
+ "grad_norm": 0.7233424782752991,
813
+ "learning_rate": 0.0001462051282051282,
814
+ "loss": 0.5804600238800048,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.006792821861174631,
819
+ "grad_norm": 1.0428144931793213,
820
+ "learning_rate": 0.0001456923076923077,
821
+ "loss": 0.5116332530975342,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.006851380670322689,
826
+ "grad_norm": 0.7919323444366455,
827
+ "learning_rate": 0.00014517948717948718,
828
+ "loss": 0.6416738986968994,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.006909939479470746,
833
+ "grad_norm": 0.8511198163032532,
834
+ "learning_rate": 0.0001446666666666667,
835
+ "loss": 0.579420518875122,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.0069684982886188025,
840
+ "grad_norm": 0.6856178641319275,
841
+ "learning_rate": 0.00014415384615384615,
842
+ "loss": 0.5805029392242431,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.0070270570977668595,
847
+ "grad_norm": 0.7397869229316711,
848
+ "learning_rate": 0.00014364102564102564,
849
+ "loss": 0.5604559898376464,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.007085615906914917,
854
+ "grad_norm": 0.7105910778045654,
855
+ "learning_rate": 0.00014312820512820513,
856
+ "loss": 0.5608997821807862,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.007144174716062974,
861
+ "grad_norm": 0.7479007244110107,
862
+ "learning_rate": 0.00014261538461538461,
863
+ "loss": 0.6052242279052734,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.007202733525211031,
868
+ "grad_norm": 1.1256407499313354,
869
+ "learning_rate": 0.0001421025641025641,
870
+ "loss": 0.6259459495544434,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.007261292334359088,
875
+ "grad_norm": 0.6991755962371826,
876
+ "learning_rate": 0.0001415897435897436,
877
+ "loss": 0.5524515151977539,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.007319851143507146,
882
+ "grad_norm": 1.053760051727295,
883
+ "learning_rate": 0.00014107692307692307,
884
+ "loss": 0.5364514827728272,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.007378409952655203,
889
+ "grad_norm": 0.983850359916687,
890
+ "learning_rate": 0.00014056410256410256,
891
+ "loss": 0.5353530883789063,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.00743696876180326,
896
+ "grad_norm": 0.6570679545402527,
897
+ "learning_rate": 0.00014005128205128207,
898
+ "loss": 0.5768649101257324,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.007495527570951318,
903
+ "grad_norm": 0.6319562792778015,
904
+ "learning_rate": 0.00013953846153846156,
905
+ "loss": 0.587717342376709,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.0075540863800993745,
910
+ "grad_norm": 0.8129682540893555,
911
+ "learning_rate": 0.00013902564102564105,
912
+ "loss": 0.561523723602295,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.0076126451892474314,
917
+ "grad_norm": 0.884220540523529,
918
+ "learning_rate": 0.00013851282051282053,
919
+ "loss": 0.513004207611084,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.007671203998395488,
924
+ "grad_norm": 0.7594801783561707,
925
+ "learning_rate": 0.000138,
926
+ "loss": 0.5956247806549072,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.007729762807543546,
931
+ "grad_norm": 0.8838579654693604,
932
+ "learning_rate": 0.00013748717948717948,
933
+ "loss": 0.6295031547546387,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.007788321616691603,
938
+ "grad_norm": 0.7182386517524719,
939
+ "learning_rate": 0.00013697435897435897,
940
+ "loss": 0.5618526458740234,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.007846880425839661,
945
+ "grad_norm": 0.7297655940055847,
946
+ "learning_rate": 0.00013646153846153845,
947
+ "loss": 0.5208499908447266,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.007905439234987717,
952
+ "grad_norm": 0.62089604139328,
953
+ "learning_rate": 0.00013594871794871794,
954
+ "loss": 0.5239852428436279,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.007963998044135775,
959
+ "grad_norm": 0.7171675562858582,
960
+ "learning_rate": 0.00013543589743589745,
961
+ "loss": 0.5648018836975097,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.008022556853283831,
966
+ "grad_norm": 0.9089975357055664,
967
+ "learning_rate": 0.00013492307692307694,
968
+ "loss": 0.5615391254425048,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.008081115662431889,
973
+ "grad_norm": 0.7600458860397339,
974
+ "learning_rate": 0.00013441025641025643,
975
+ "loss": 0.604154634475708,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.008139674471579946,
980
+ "grad_norm": 0.7462561726570129,
981
+ "learning_rate": 0.0001338974358974359,
982
+ "loss": 0.6301332950592041,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.008198233280728003,
987
+ "grad_norm": 0.7292648553848267,
988
+ "learning_rate": 0.0001333846153846154,
989
+ "loss": 0.5153694152832031,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.00825679208987606,
994
+ "grad_norm": 0.8180534243583679,
995
+ "learning_rate": 0.00013287179487179489,
996
+ "loss": 0.647784423828125,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.008315350899024118,
1001
+ "grad_norm": 0.6629355549812317,
1002
+ "learning_rate": 0.00013235897435897437,
1003
+ "loss": 0.5387883186340332,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.008373909708172174,
1008
+ "grad_norm": 1.1468173265457153,
1009
+ "learning_rate": 0.00013184615384615383,
1010
+ "loss": 0.6159374713897705,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.008432468517320232,
1015
+ "grad_norm": 0.9131197929382324,
1016
+ "learning_rate": 0.00013133333333333332,
1017
+ "loss": 0.5780044078826905,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.008491027326468288,
1022
+ "grad_norm": 0.8688338398933411,
1023
+ "learning_rate": 0.00013082051282051283,
1024
+ "loss": 0.5893913745880127,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.008549586135616346,
1029
+ "grad_norm": 0.6430419683456421,
1030
+ "learning_rate": 0.00013030769230769232,
1031
+ "loss": 0.5053946495056152,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.008608144944764404,
1036
+ "grad_norm": 0.81430584192276,
1037
+ "learning_rate": 0.0001297948717948718,
1038
+ "loss": 0.587185287475586,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.00866670375391246,
1043
+ "grad_norm": 0.7069384455680847,
1044
+ "learning_rate": 0.0001292820512820513,
1045
+ "loss": 0.6119993686676025,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.008725262563060518,
1050
+ "grad_norm": 0.8512614965438843,
1051
+ "learning_rate": 0.00012876923076923078,
1052
+ "loss": 0.5506554126739502,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.008783821372208575,
1057
+ "grad_norm": 0.6660640835762024,
1058
+ "learning_rate": 0.00012825641025641026,
1059
+ "loss": 0.5566682338714599,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.008842380181356631,
1064
+ "grad_norm": 0.7649056315422058,
1065
+ "learning_rate": 0.00012774358974358975,
1066
+ "loss": 0.5694420814514161,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.00890093899050469,
1071
+ "grad_norm": 0.909599781036377,
1072
+ "learning_rate": 0.00012723076923076924,
1073
+ "loss": 0.6355206489562988,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.008959497799652747,
1078
+ "grad_norm": 0.7873692512512207,
1079
+ "learning_rate": 0.00012671794871794872,
1080
+ "loss": 0.510439395904541,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.009018056608800803,
1085
+ "grad_norm": 0.7628417611122131,
1086
+ "learning_rate": 0.0001262051282051282,
1087
+ "loss": 0.5399933338165284,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.009076615417948861,
1092
+ "grad_norm": 0.8505508899688721,
1093
+ "learning_rate": 0.0001256923076923077,
1094
+ "loss": 0.6154933452606202,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.009135174227096917,
1099
+ "grad_norm": 0.794605553150177,
1100
+ "learning_rate": 0.00012517948717948718,
1101
+ "loss": 0.6099573612213135,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.009193733036244975,
1106
+ "grad_norm": 0.818773090839386,
1107
+ "learning_rate": 0.00012466666666666667,
1108
+ "loss": 0.5245619297027588,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.009252291845393033,
1113
+ "grad_norm": 0.6100147366523743,
1114
+ "learning_rate": 0.00012415384615384616,
1115
+ "loss": 0.5743139743804931,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.009310850654541089,
1120
+ "grad_norm": 0.911518394947052,
1121
+ "learning_rate": 0.00012364102564102564,
1122
+ "loss": 0.5403082370758057,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.009369409463689147,
1127
+ "grad_norm": 0.7002453804016113,
1128
+ "learning_rate": 0.00012312820512820513,
1129
+ "loss": 0.5670140743255615,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.009427968272837204,
1134
+ "grad_norm": 0.6926924586296082,
1135
+ "learning_rate": 0.00012261538461538462,
1136
+ "loss": 0.5283169746398926,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.00948652708198526,
1141
+ "grad_norm": 0.8910185098648071,
1142
+ "learning_rate": 0.0001221025641025641,
1143
+ "loss": 0.5464873313903809,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.009545085891133318,
1148
+ "grad_norm": 0.9428623914718628,
1149
+ "learning_rate": 0.0001215897435897436,
1150
+ "loss": 0.6371686935424805,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.009603644700281374,
1155
+ "grad_norm": 0.9594399333000183,
1156
+ "learning_rate": 0.00012107692307692309,
1157
+ "loss": 0.5639693737030029,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.009662203509429432,
1162
+ "grad_norm": 0.9431197643280029,
1163
+ "learning_rate": 0.00012056410256410258,
1164
+ "loss": 0.4942180633544922,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.00972076231857749,
1169
+ "grad_norm": 0.778407096862793,
1170
+ "learning_rate": 0.00012005128205128206,
1171
+ "loss": 0.5874770641326904,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.009779321127725546,
1176
+ "grad_norm": 0.7874659299850464,
1177
+ "learning_rate": 0.00011953846153846155,
1178
+ "loss": 0.5451854228973388,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.009837879936873604,
1183
+ "grad_norm": 0.7366560697555542,
1184
+ "learning_rate": 0.00011902564102564102,
1185
+ "loss": 0.5593300342559815,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.009896438746021662,
1190
+ "grad_norm": 0.762984573841095,
1191
+ "learning_rate": 0.00011851282051282051,
1192
+ "loss": 0.571781587600708,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.009954997555169718,
1197
+ "grad_norm": 0.7820915579795837,
1198
+ "learning_rate": 0.000118,
1199
+ "loss": 0.6361937522888184,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 0.010013556364317775,
1204
+ "grad_norm": 0.885874330997467,
1205
+ "learning_rate": 0.0001174871794871795,
1206
+ "loss": 0.5583993911743164,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 0.010072115173465833,
1211
+ "grad_norm": 0.7336756587028503,
1212
+ "learning_rate": 0.00011697435897435898,
1213
+ "loss": 0.5345401763916016,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 0.01013067398261389,
1218
+ "grad_norm": 1.1266441345214844,
1219
+ "learning_rate": 0.00011646153846153847,
1220
+ "loss": 0.5590295314788818,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 0.010189232791761947,
1225
+ "grad_norm": 0.6986821889877319,
1226
+ "learning_rate": 0.00011594871794871795,
1227
+ "loss": 0.626862907409668,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 0.010247791600910003,
1232
+ "grad_norm": 0.6808388233184814,
1233
+ "learning_rate": 0.00011543589743589744,
1234
+ "loss": 0.45256743431091306,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 0.010306350410058061,
1239
+ "grad_norm": 0.8917853236198425,
1240
+ "learning_rate": 0.00011492307692307693,
1241
+ "loss": 0.5677892684936523,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 0.010364909219206119,
1246
+ "grad_norm": 0.84018474817276,
1247
+ "learning_rate": 0.00011441025641025643,
1248
+ "loss": 0.6715295314788818,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 0.010423468028354175,
1253
+ "grad_norm": 0.8711966276168823,
1254
+ "learning_rate": 0.00011389743589743591,
1255
+ "loss": 0.49718570709228516,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 0.010482026837502233,
1260
+ "grad_norm": 0.8351517915725708,
1261
+ "learning_rate": 0.0001133846153846154,
1262
+ "loss": 0.5668165683746338,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 0.01054058564665029,
1267
+ "grad_norm": 0.9627017378807068,
1268
+ "learning_rate": 0.00011287179487179486,
1269
+ "loss": 0.5853204727172852,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 0.010599144455798347,
1274
+ "grad_norm": 0.642246425151825,
1275
+ "learning_rate": 0.00011235897435897436,
1276
+ "loss": 0.5551766872406005,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 0.010657703264946404,
1281
+ "grad_norm": 0.9542229771614075,
1282
+ "learning_rate": 0.00011184615384615385,
1283
+ "loss": 0.6531394958496094,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 0.01071626207409446,
1288
+ "grad_norm": 0.7595056891441345,
1289
+ "learning_rate": 0.00011133333333333333,
1290
+ "loss": 0.5438894748687744,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 0.010774820883242518,
1295
+ "grad_norm": 0.8346898555755615,
1296
+ "learning_rate": 0.00011082051282051282,
1297
+ "loss": 0.516790771484375,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 0.010833379692390576,
1302
+ "grad_norm": 0.7261139750480652,
1303
+ "learning_rate": 0.0001103076923076923,
1304
+ "loss": 0.5511853694915771,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 0.010891938501538632,
1309
+ "grad_norm": 0.7773726582527161,
1310
+ "learning_rate": 0.0001097948717948718,
1311
+ "loss": 0.6048900604248046,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 0.01095049731068669,
1316
+ "grad_norm": 0.7758798599243164,
1317
+ "learning_rate": 0.00010928205128205129,
1318
+ "loss": 0.4920170783996582,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 0.011009056119834748,
1323
+ "grad_norm": 0.7595053315162659,
1324
+ "learning_rate": 0.00010876923076923078,
1325
+ "loss": 0.5262623786926269,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 0.011067614928982804,
1330
+ "grad_norm": 0.662896454334259,
1331
+ "learning_rate": 0.00010825641025641027,
1332
+ "loss": 0.5706700325012207,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 0.011126173738130862,
1337
+ "grad_norm": 0.8547627329826355,
1338
+ "learning_rate": 0.00010774358974358975,
1339
+ "loss": 0.5571642398834229,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 0.011184732547278918,
1344
+ "grad_norm": 0.9618740081787109,
1345
+ "learning_rate": 0.00010723076923076924,
1346
+ "loss": 0.5785984039306641,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 0.011243291356426975,
1351
+ "grad_norm": 0.8090870976448059,
1352
+ "learning_rate": 0.00010671794871794871,
1353
+ "loss": 0.6467090606689453,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 0.011301850165575033,
1358
+ "grad_norm": 0.8532423377037048,
1359
+ "learning_rate": 0.0001062051282051282,
1360
+ "loss": 0.5037952423095703,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 0.01136040897472309,
1365
+ "grad_norm": 0.8701047897338867,
1366
+ "learning_rate": 0.00010569230769230769,
1367
+ "loss": 0.6252214908599854,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 0.011418967783871147,
1372
+ "grad_norm": 0.8058343529701233,
1373
+ "learning_rate": 0.00010517948717948719,
1374
+ "loss": 0.49949493408203127,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 0.011477526593019205,
1379
+ "grad_norm": 0.7899404764175415,
1380
+ "learning_rate": 0.00010466666666666667,
1381
+ "loss": 0.5413167476654053,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 0.011536085402167261,
1386
+ "grad_norm": 0.7027344107627869,
1387
+ "learning_rate": 0.00010415384615384616,
1388
+ "loss": 0.45540223121643064,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 0.011594644211315319,
1393
+ "grad_norm": 0.8737793564796448,
1394
+ "learning_rate": 0.00010364102564102565,
1395
+ "loss": 0.5688265800476074,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 0.011653203020463377,
1400
+ "grad_norm": 0.9242916703224182,
1401
+ "learning_rate": 0.00010312820512820513,
1402
+ "loss": 0.5170233726501465,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 0.011711761829611433,
1407
+ "grad_norm": 0.6759135127067566,
1408
+ "learning_rate": 0.00010261538461538462,
1409
+ "loss": 0.6288806438446045,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 0.01177032063875949,
1414
+ "grad_norm": 0.7091163396835327,
1415
+ "learning_rate": 0.00010210256410256412,
1416
+ "loss": 0.5844020843505859,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 0.011828879447907547,
1421
+ "grad_norm": 0.9295818209648132,
1422
+ "learning_rate": 0.0001015897435897436,
1423
+ "loss": 0.5282711982727051,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 0.011887438257055604,
1428
+ "grad_norm": 0.6938250064849854,
1429
+ "learning_rate": 0.00010107692307692309,
1430
+ "loss": 0.6149167537689209,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 0.011945997066203662,
1435
+ "grad_norm": 0.7174298763275146,
1436
+ "learning_rate": 0.00010056410256410256,
1437
+ "loss": 0.5130744934082031,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 0.012004555875351718,
1442
+ "grad_norm": 0.9726197123527527,
1443
+ "learning_rate": 0.00010005128205128205,
1444
+ "loss": 0.6236517429351807,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 0.012063114684499776,
1449
+ "grad_norm": 0.7376599311828613,
1450
+ "learning_rate": 9.953846153846155e-05,
1451
+ "loss": 0.4681741714477539,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 0.012121673493647834,
1456
+ "grad_norm": 0.8139657378196716,
1457
+ "learning_rate": 9.902564102564102e-05,
1458
+ "loss": 0.4887677192687988,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 0.01218023230279589,
1463
+ "grad_norm": 0.9429419636726379,
1464
+ "learning_rate": 9.851282051282051e-05,
1465
+ "loss": 0.5326910018920898,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 0.012238791111943948,
1470
+ "grad_norm": 0.9702481627464294,
1471
+ "learning_rate": 9.8e-05,
1472
+ "loss": 0.5095866680145263,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 0.012297349921092004,
1477
+ "grad_norm": 0.6909214854240417,
1478
+ "learning_rate": 9.74871794871795e-05,
1479
+ "loss": 0.5370609283447265,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 0.012355908730240062,
1484
+ "grad_norm": 1.2493647336959839,
1485
+ "learning_rate": 9.697435897435898e-05,
1486
+ "loss": 0.5658076763153076,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 0.01241446753938812,
1491
+ "grad_norm": 0.7158144116401672,
1492
+ "learning_rate": 9.646153846153847e-05,
1493
+ "loss": 0.5293547153472901,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 0.012473026348536176,
1498
+ "grad_norm": 0.8394598364830017,
1499
+ "learning_rate": 9.594871794871796e-05,
1500
+ "loss": 0.48808741569519043,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 0.012531585157684233,
1505
+ "grad_norm": 0.9504506587982178,
1506
+ "learning_rate": 9.543589743589744e-05,
1507
+ "loss": 0.5906731605529785,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 0.012590143966832291,
1512
+ "grad_norm": 0.7592800855636597,
1513
+ "learning_rate": 9.492307692307693e-05,
1514
+ "loss": 0.5167060852050781,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 0.012648702775980347,
1519
+ "grad_norm": 0.8858376145362854,
1520
+ "learning_rate": 9.441025641025642e-05,
1521
+ "loss": 0.5447789669036865,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 0.012707261585128405,
1526
+ "grad_norm": 0.8264896273612976,
1527
+ "learning_rate": 9.38974358974359e-05,
1528
+ "loss": 0.4619621753692627,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 0.012765820394276463,
1533
+ "grad_norm": 0.7801193594932556,
1534
+ "learning_rate": 9.338461538461539e-05,
1535
+ "loss": 0.5282919883728028,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 0.012824379203424519,
1540
+ "grad_norm": 0.7734062671661377,
1541
+ "learning_rate": 9.287179487179488e-05,
1542
+ "loss": 0.6420894622802734,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 0.012882938012572577,
1547
+ "grad_norm": 0.844348132610321,
1548
+ "learning_rate": 9.235897435897436e-05,
1549
+ "loss": 0.602821159362793,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 0.012941496821720633,
1554
+ "grad_norm": 0.8861480355262756,
1555
+ "learning_rate": 9.184615384615385e-05,
1556
+ "loss": 0.5366893291473389,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 0.01300005563086869,
1561
+ "grad_norm": 0.8071720600128174,
1562
+ "learning_rate": 9.133333333333334e-05,
1563
+ "loss": 0.4816866874694824,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 0.013058614440016748,
1568
+ "grad_norm": 0.7975764870643616,
1569
+ "learning_rate": 9.082051282051282e-05,
1570
+ "loss": 0.6320478439331054,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 0.013117173249164804,
1575
+ "grad_norm": 0.7712560296058655,
1576
+ "learning_rate": 9.030769230769232e-05,
1577
+ "loss": 0.607432746887207,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 0.013175732058312862,
1582
+ "grad_norm": 0.7562223076820374,
1583
+ "learning_rate": 8.979487179487181e-05,
1584
+ "loss": 0.4568962097167969,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 0.01323429086746092,
1589
+ "grad_norm": 0.7949206233024597,
1590
+ "learning_rate": 8.928205128205128e-05,
1591
+ "loss": 0.5890951156616211,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 0.013292849676608976,
1596
+ "grad_norm": 0.8863471150398254,
1597
+ "learning_rate": 8.876923076923077e-05,
1598
+ "loss": 0.4792426109313965,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 0.013351408485757034,
1603
+ "grad_norm": 0.9258952736854553,
1604
+ "learning_rate": 8.825641025641025e-05,
1605
+ "loss": 0.6157923698425293,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 0.01340996729490509,
1610
+ "grad_norm": 0.7849915027618408,
1611
+ "learning_rate": 8.774358974358975e-05,
1612
+ "loss": 0.5654351234436035,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 0.013468526104053148,
1617
+ "grad_norm": 0.7935325503349304,
1618
+ "learning_rate": 8.723076923076924e-05,
1619
+ "loss": 0.5722135543823242,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 0.013527084913201206,
1624
+ "grad_norm": 0.8465309739112854,
1625
+ "learning_rate": 8.671794871794873e-05,
1626
+ "loss": 0.5128249645233154,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 0.013585643722349262,
1631
+ "grad_norm": 0.8264815211296082,
1632
+ "learning_rate": 8.62051282051282e-05,
1633
+ "loss": 0.6118460655212402,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 0.01364420253149732,
1638
+ "grad_norm": 0.6705726385116577,
1639
+ "learning_rate": 8.56923076923077e-05,
1640
+ "loss": 0.5447952747344971,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 0.013702761340645377,
1645
+ "grad_norm": 0.921404242515564,
1646
+ "learning_rate": 8.517948717948719e-05,
1647
+ "loss": 0.542200756072998,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 0.013761320149793433,
1652
+ "grad_norm": 0.5786399245262146,
1653
+ "learning_rate": 8.466666666666667e-05,
1654
+ "loss": 0.5167455673217773,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 0.013819878958941491,
1659
+ "grad_norm": 0.8080707788467407,
1660
+ "learning_rate": 8.415384615384616e-05,
1661
+ "loss": 0.495404052734375,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 0.013878437768089549,
1666
+ "grad_norm": 0.7522940635681152,
1667
+ "learning_rate": 8.364102564102565e-05,
1668
+ "loss": 0.5303984165191651,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 0.013936996577237605,
1673
+ "grad_norm": 0.9101510643959045,
1674
+ "learning_rate": 8.312820512820513e-05,
1675
+ "loss": 0.5638332843780518,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 0.013995555386385663,
1680
+ "grad_norm": 0.6749529838562012,
1681
+ "learning_rate": 8.261538461538462e-05,
1682
+ "loss": 0.5651543617248536,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 0.014054114195533719,
1687
+ "grad_norm": 0.9458379149436951,
1688
+ "learning_rate": 8.21025641025641e-05,
1689
+ "loss": 0.5108407497406006,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 0.014112673004681777,
1694
+ "grad_norm": 1.089971899986267,
1695
+ "learning_rate": 8.158974358974359e-05,
1696
+ "loss": 0.49324331283569334,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 0.014171231813829835,
1701
+ "grad_norm": 0.7607450485229492,
1702
+ "learning_rate": 8.107692307692308e-05,
1703
+ "loss": 0.6479440212249756,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 0.01422979062297789,
1708
+ "grad_norm": 0.9622839093208313,
1709
+ "learning_rate": 8.056410256410257e-05,
1710
+ "loss": 0.5628427982330322,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 0.014288349432125948,
1715
+ "grad_norm": 0.8064730167388916,
1716
+ "learning_rate": 8.005128205128205e-05,
1717
+ "loss": 0.4927206993103027,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 0.014346908241274006,
1722
+ "grad_norm": 0.7792487144470215,
1723
+ "learning_rate": 7.953846153846154e-05,
1724
+ "loss": 0.6291625022888183,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 0.014405467050422062,
1729
+ "grad_norm": 1.0805375576019287,
1730
+ "learning_rate": 7.902564102564103e-05,
1731
+ "loss": 0.5925718307495117,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 0.01446402585957012,
1736
+ "grad_norm": 0.5765560865402222,
1737
+ "learning_rate": 7.851282051282051e-05,
1738
+ "loss": 0.5485690593719482,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 0.014522584668718176,
1743
+ "grad_norm": 0.8152871131896973,
1744
+ "learning_rate": 7.800000000000001e-05,
1745
+ "loss": 0.5624689102172852,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 0.014581143477866234,
1750
+ "grad_norm": 0.8335279226303101,
1751
+ "learning_rate": 7.74871794871795e-05,
1752
+ "loss": 0.5260688304901123,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 0.014639702287014292,
1757
+ "grad_norm": 0.7680035829544067,
1758
+ "learning_rate": 7.697435897435897e-05,
1759
+ "loss": 0.4830802917480469,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 0.014698261096162348,
1764
+ "grad_norm": 0.9397810697555542,
1765
+ "learning_rate": 7.646153846153846e-05,
1766
+ "loss": 0.5444638729095459,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 0.014756819905310406,
1771
+ "grad_norm": 0.7944267392158508,
1772
+ "learning_rate": 7.594871794871794e-05,
1773
+ "loss": 0.6039426326751709,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 0.014815378714458463,
1778
+ "grad_norm": 0.8528501987457275,
1779
+ "learning_rate": 7.543589743589744e-05,
1780
+ "loss": 0.5764337539672851,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 0.01487393752360652,
1785
+ "grad_norm": 0.9321673512458801,
1786
+ "learning_rate": 7.492307692307693e-05,
1787
+ "loss": 0.5600544929504394,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 0.014932496332754577,
1792
+ "grad_norm": 0.8647655248641968,
1793
+ "learning_rate": 7.441025641025642e-05,
1794
+ "loss": 0.6365120887756348,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 0.014991055141902635,
1799
+ "grad_norm": 0.9241213798522949,
1800
+ "learning_rate": 7.389743589743589e-05,
1801
+ "loss": 0.5070790767669677,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 0.015049613951050691,
1806
+ "grad_norm": 0.6943749785423279,
1807
+ "learning_rate": 7.338461538461539e-05,
1808
+ "loss": 0.5472688674926758,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 0.015108172760198749,
1813
+ "grad_norm": 0.7544350624084473,
1814
+ "learning_rate": 7.287179487179488e-05,
1815
+ "loss": 0.5143001079559326,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 0.015166731569346805,
1820
+ "grad_norm": 0.8759540319442749,
1821
+ "learning_rate": 7.235897435897436e-05,
1822
+ "loss": 0.5885789871215821,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 0.015225290378494863,
1827
+ "grad_norm": 0.8004186153411865,
1828
+ "learning_rate": 7.184615384615385e-05,
1829
+ "loss": 0.5833802223205566,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 0.01528384918764292,
1834
+ "grad_norm": 0.8919973969459534,
1835
+ "learning_rate": 7.133333333333334e-05,
1836
+ "loss": 0.7211344242095947,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 0.015342407996790977,
1841
+ "grad_norm": 0.6915315985679626,
1842
+ "learning_rate": 7.082051282051282e-05,
1843
+ "loss": 0.5526168823242188,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 0.015400966805939035,
1848
+ "grad_norm": 0.9145429134368896,
1849
+ "learning_rate": 7.030769230769231e-05,
1850
+ "loss": 0.4407088279724121,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 0.015459525615087092,
1855
+ "grad_norm": 0.674967885017395,
1856
+ "learning_rate": 6.97948717948718e-05,
1857
+ "loss": 0.4634512424468994,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 0.015518084424235148,
1862
+ "grad_norm": 0.6875638365745544,
1863
+ "learning_rate": 6.928205128205128e-05,
1864
+ "loss": 0.47414402961730956,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 0.015576643233383206,
1869
+ "grad_norm": 0.9719008803367615,
1870
+ "learning_rate": 6.876923076923077e-05,
1871
+ "loss": 0.5467365264892579,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 0.015635202042531264,
1876
+ "grad_norm": 0.7496704459190369,
1877
+ "learning_rate": 6.825641025641027e-05,
1878
+ "loss": 0.5100692749023438,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 0.015693760851679322,
1883
+ "grad_norm": 0.6996882557868958,
1884
+ "learning_rate": 6.774358974358974e-05,
1885
+ "loss": 0.5840377330780029,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 0.015752319660827376,
1890
+ "grad_norm": 0.8965880274772644,
1891
+ "learning_rate": 6.723076923076923e-05,
1892
+ "loss": 0.5683030605316162,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 0.015810878469975434,
1897
+ "grad_norm": 0.9862522482872009,
1898
+ "learning_rate": 6.671794871794872e-05,
1899
+ "loss": 0.5894110679626465,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 0.015869437279123492,
1904
+ "grad_norm": 0.9664445519447327,
1905
+ "learning_rate": 6.62051282051282e-05,
1906
+ "loss": 0.5402120590209961,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 0.01592799608827155,
1911
+ "grad_norm": 0.8799305558204651,
1912
+ "learning_rate": 6.56923076923077e-05,
1913
+ "loss": 0.5548243045806884,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 0.015986554897419607,
1918
+ "grad_norm": 0.6217681169509888,
1919
+ "learning_rate": 6.517948717948719e-05,
1920
+ "loss": 0.48618650436401367,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 0.016045113706567662,
1925
+ "grad_norm": 0.7473154664039612,
1926
+ "learning_rate": 6.466666666666666e-05,
1927
+ "loss": 0.5558083057403564,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 0.01610367251571572,
1932
+ "grad_norm": 0.8467188477516174,
1933
+ "learning_rate": 6.415384615384615e-05,
1934
+ "loss": 0.5468488216400147,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 0.016162231324863777,
1939
+ "grad_norm": 0.8353908658027649,
1940
+ "learning_rate": 6.364102564102565e-05,
1941
+ "loss": 0.55488600730896,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 0.016220790134011835,
1946
+ "grad_norm": 1.0089359283447266,
1947
+ "learning_rate": 6.312820512820514e-05,
1948
+ "loss": 0.4439121723175049,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 0.016279348943159893,
1953
+ "grad_norm": 0.8033394813537598,
1954
+ "learning_rate": 6.261538461538462e-05,
1955
+ "loss": 0.592630672454834,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 0.01633790775230795,
1960
+ "grad_norm": 0.7081058621406555,
1961
+ "learning_rate": 6.210256410256411e-05,
1962
+ "loss": 0.5640474319458008,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 0.016396466561456005,
1967
+ "grad_norm": 0.9237245321273804,
1968
+ "learning_rate": 6.15897435897436e-05,
1969
+ "loss": 0.6005640983581543,
1970
+ "step": 2800
1971
+ },
1972
+ {
1973
+ "epoch": 0.016455025370604063,
1974
+ "grad_norm": 0.8360455632209778,
1975
+ "learning_rate": 6.107692307692308e-05,
1976
+ "loss": 0.5373104572296142,
1977
+ "step": 2810
1978
+ },
1979
+ {
1980
+ "epoch": 0.01651358417975212,
1981
+ "grad_norm": 0.8988027572631836,
1982
+ "learning_rate": 6.056410256410257e-05,
1983
+ "loss": 0.5758774757385254,
1984
+ "step": 2820
1985
+ },
1986
+ {
1987
+ "epoch": 0.01657214298890018,
1988
+ "grad_norm": 0.9521508812904358,
1989
+ "learning_rate": 6.0051282051282054e-05,
1990
+ "loss": 0.5425063133239746,
1991
+ "step": 2830
1992
+ },
1993
+ {
1994
+ "epoch": 0.016630701798048236,
1995
+ "grad_norm": 1.0230766534805298,
1996
+ "learning_rate": 5.953846153846154e-05,
1997
+ "loss": 0.617734146118164,
1998
+ "step": 2840
1999
+ },
2000
+ {
2001
+ "epoch": 0.01668926060719629,
2002
+ "grad_norm": 0.8182085752487183,
2003
+ "learning_rate": 5.9025641025641034e-05,
2004
+ "loss": 0.49785604476928713,
2005
+ "step": 2850
2006
+ },
2007
+ {
2008
+ "epoch": 0.01674781941634435,
2009
+ "grad_norm": 0.819509744644165,
2010
+ "learning_rate": 5.851282051282052e-05,
2011
+ "loss": 0.5303618907928467,
2012
+ "step": 2860
2013
+ },
2014
+ {
2015
+ "epoch": 0.016806378225492406,
2016
+ "grad_norm": 0.9338365197181702,
2017
+ "learning_rate": 5.8e-05,
2018
+ "loss": 0.5084160327911377,
2019
+ "step": 2870
2020
+ },
2021
+ {
2022
+ "epoch": 0.016864937034640464,
2023
+ "grad_norm": 0.9572207927703857,
2024
+ "learning_rate": 5.748717948717949e-05,
2025
+ "loss": 0.5966866493225098,
2026
+ "step": 2880
2027
+ },
2028
+ {
2029
+ "epoch": 0.016923495843788522,
2030
+ "grad_norm": 0.66383296251297,
2031
+ "learning_rate": 5.6974358974358973e-05,
2032
+ "loss": 0.5305398941040039,
2033
+ "step": 2890
2034
+ },
2035
+ {
2036
+ "epoch": 0.016982054652936576,
2037
+ "grad_norm": 1.0674878358840942,
2038
+ "learning_rate": 5.646153846153847e-05,
2039
+ "loss": 0.556536340713501,
2040
+ "step": 2900
2041
+ },
2042
+ {
2043
+ "epoch": 0.017040613462084634,
2044
+ "grad_norm": 0.7483784556388855,
2045
+ "learning_rate": 5.594871794871795e-05,
2046
+ "loss": 0.49668869972229,
2047
+ "step": 2910
2048
+ },
2049
+ {
2050
+ "epoch": 0.017099172271232692,
2051
+ "grad_norm": 1.0706493854522705,
2052
+ "learning_rate": 5.5435897435897447e-05,
2053
+ "loss": 0.49158105850219724,
2054
+ "step": 2920
2055
+ },
2056
+ {
2057
+ "epoch": 0.01715773108038075,
2058
+ "grad_norm": 0.7071096897125244,
2059
+ "learning_rate": 5.492307692307692e-05,
2060
+ "loss": 0.5811544895172119,
2061
+ "step": 2930
2062
+ },
2063
+ {
2064
+ "epoch": 0.017216289889528807,
2065
+ "grad_norm": 0.8249266147613525,
2066
+ "learning_rate": 5.441025641025641e-05,
2067
+ "loss": 0.5450833797454834,
2068
+ "step": 2940
2069
+ },
2070
+ {
2071
+ "epoch": 0.017274848698676865,
2072
+ "grad_norm": 0.684613823890686,
2073
+ "learning_rate": 5.38974358974359e-05,
2074
+ "loss": 0.5169521808624268,
2075
+ "step": 2950
2076
+ },
2077
+ {
2078
+ "epoch": 0.01733340750782492,
2079
+ "grad_norm": 1.1294605731964111,
2080
+ "learning_rate": 5.3384615384615386e-05,
2081
+ "loss": 0.6362704277038574,
2082
+ "step": 2960
2083
+ },
2084
+ {
2085
+ "epoch": 0.017391966316972977,
2086
+ "grad_norm": 0.7923810482025146,
2087
+ "learning_rate": 5.287179487179488e-05,
2088
+ "loss": 0.498931360244751,
2089
+ "step": 2970
2090
+ },
2091
+ {
2092
+ "epoch": 0.017450525126121035,
2093
+ "grad_norm": 0.8153409957885742,
2094
+ "learning_rate": 5.2358974358974366e-05,
2095
+ "loss": 0.5227402687072754,
2096
+ "step": 2980
2097
+ },
2098
+ {
2099
+ "epoch": 0.017509083935269093,
2100
+ "grad_norm": 0.8139829635620117,
2101
+ "learning_rate": 5.1846153846153845e-05,
2102
+ "loss": 0.5427112102508544,
2103
+ "step": 2990
2104
+ },
2105
+ {
2106
+ "epoch": 0.01756764274441715,
2107
+ "grad_norm": 0.7023552060127258,
2108
+ "learning_rate": 5.133333333333333e-05,
2109
+ "loss": 0.5183414459228516,
2110
+ "step": 3000
2111
+ }
2112
+ ],
2113
+ "logging_steps": 10,
2114
+ "max_steps": 4000,
2115
+ "num_input_tokens_seen": 0,
2116
+ "num_train_epochs": 1,
2117
+ "save_steps": 500,
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": 6.82859251162583e+16,
2131
+ "train_batch_size": 4,
2132
+ "trial_name": null,
2133
+ "trial_params": null
2134
+ }
adapter/checkpoint-3000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b31c165767a8418547683b7b0bb98466ae2cea43d76fd57aefee2b75c80453
3
+ size 5713
adapter/checkpoint-3500/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen3.5-0.8B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen3.5-0.8B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.19.1
adapter/checkpoint-3500/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen3_5ForConditionalGeneration",
7
+ "parent_library": "transformers.models.qwen3_5.modeling_qwen3_5",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/Qwen3.5-0.8B",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
adapter/checkpoint-3500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f78a73ce5366882903388c23e51289f2d393f5b945986f7f30733d89f4c3eaf5
3
+ size 25587104
adapter/checkpoint-3500/chat_template.jinja ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set image_count = namespace(value=0) %}
2
+ {%- set video_count = namespace(value=0) %}
3
+ {%- macro render_content(content, do_vision_count, is_system_content=false) %}
4
+ {%- if content is string %}
5
+ {{- content }}
6
+ {%- elif content is iterable and content is not mapping %}
7
+ {%- for item in content %}
8
+ {%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
9
+ {%- if is_system_content %}
10
+ {{- raise_exception('System message cannot contain images.') }}
11
+ {%- endif %}
12
+ {%- if do_vision_count %}
13
+ {%- set image_count.value = image_count.value + 1 %}
14
+ {%- endif %}
15
+ {%- if add_vision_id %}
16
+ {{- 'Picture ' ~ image_count.value ~ ': ' }}
17
+ {%- endif %}
18
+ {{- '<|vision_start|><|image_pad|><|vision_end|>' }}
19
+ {%- elif 'video' in item or item.type == 'video' %}
20
+ {%- if is_system_content %}
21
+ {{- raise_exception('System message cannot contain videos.') }}
22
+ {%- endif %}
23
+ {%- if do_vision_count %}
24
+ {%- set video_count.value = video_count.value + 1 %}
25
+ {%- endif %}
26
+ {%- if add_vision_id %}
27
+ {{- 'Video ' ~ video_count.value ~ ': ' }}
28
+ {%- endif %}
29
+ {{- '<|vision_start|><|video_pad|><|vision_end|>' }}
30
+ {%- elif 'text' in item %}
31
+ {{- item.text }}
32
+ {%- else %}
33
+ {{- raise_exception('Unexpected item type in content.') }}
34
+ {%- endif %}
35
+ {%- endfor %}
36
+ {%- elif content is none or content is undefined %}
37
+ {{- '' }}
38
+ {%- else %}
39
+ {{- raise_exception('Unexpected content type.') }}
40
+ {%- endif %}
41
+ {%- endmacro %}
42
+ {%- if not messages %}
43
+ {{- raise_exception('No messages provided.') }}
44
+ {%- endif %}
45
+ {%- set num_sys = 0 %}
46
+ {%- set merged_system = '' %}
47
+ {%- if messages[0].role == 'system' or messages[0].role == 'developer' %}
48
+ {%- set first = render_content(messages[0].content, false, true)|trim %}
49
+ {%- if messages|length > 1 and (messages[1].role == 'system' or messages[1].role == 'developer') %}
50
+ {%- set second = render_content(messages[1].content, false, true)|trim %}
51
+ {%- set merged_system = first + '\n' + second %}
52
+ {%- set num_sys = 2 %}
53
+ {%- else %}
54
+ {%- set merged_system = first %}
55
+ {%- set num_sys = 1 %}
56
+ {%- endif %}
57
+ {%- endif %}
58
+ {%- if tools and tools is iterable and tools is not mapping %}
59
+ {{- '<|im_start|>system\n' }}
60
+ {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
61
+ {%- for tool in tools %}
62
+ {{- "\n" }}
63
+ {{- tool | tojson }}
64
+ {%- endfor %}
65
+ {{- "\n</tools>" }}
66
+ {{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
67
+ {%- if merged_system %}
68
+ {{- '\n\n' + merged_system }}
69
+ {%- endif %}
70
+ {{- '<|im_end|>\n' }}
71
+ {%- else %}
72
+ {%- if merged_system %}
73
+ {{- '<|im_start|>system\n' + merged_system + '<|im_end|>\n' }}
74
+ {%- endif %}
75
+ {%- endif %}
76
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
77
+ {%- for message in messages[::-1] %}
78
+ {%- set index = (messages|length - 1) - loop.index0 %}
79
+ {%- if ns.multi_step_tool and message.role == "user" %}
80
+ {%- set content = render_content(message.content, false)|trim %}
81
+ {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
82
+ {%- set ns.multi_step_tool = false %}
83
+ {%- set ns.last_query_index = index %}
84
+ {%- endif %}
85
+ {%- endif %}
86
+ {%- endfor %}
87
+ {%- for message in messages %}
88
+ {%- if loop.index0 >= num_sys and message.role != "system" and message.role != "developer" %}
89
+ {%- set content = render_content(message.content, true)|trim %}
90
+ {%- if message.role == "user" %}
91
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
92
+ {%- elif message.role == "assistant" %}
93
+ {%- set reasoning_content = '' %}
94
+ {%- if message.reasoning_content is string %}
95
+ {%- set reasoning_content = message.reasoning_content %}
96
+ {%- else %}
97
+ {%- if '</think>' in content %}
98
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
99
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
100
+ {%- endif %}
101
+ {%- endif %}
102
+ {%- set reasoning_content = reasoning_content|trim %}
103
+ {%- if loop.index0 > ns.last_query_index %}
104
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
105
+ {%- else %}
106
+ {{- '<|im_start|>' + message.role + '\n' + content }}
107
+ {%- endif %}
108
+ {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
109
+ {%- for tool_call in message.tool_calls %}
110
+ {%- if tool_call.function is defined %}
111
+ {%- set tool_call = tool_call.function %}
112
+ {%- endif %}
113
+ {%- if loop.first %}
114
+ {%- if content|trim %}
115
+ {{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
116
+ {%- else %}
117
+ {{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
118
+ {%- endif %}
119
+ {%- else %}
120
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
121
+ {%- endif %}
122
+ {%- if tool_call.arguments is mapping %}
123
+ {%- for args_name in tool_call.arguments %}
124
+ {%- set args_value = tool_call.arguments[args_name] %}
125
+ {{- '<parameter=' + args_name + '>\n' }}
126
+ {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
127
+ {{- args_value }}
128
+ {{- '\n</parameter>\n' }}
129
+ {%- endfor %}
130
+ {%- endif %}
131
+ {{- '</function>\n</tool_call>' }}
132
+ {%- endfor %}
133
+ {%- endif %}
134
+ {{- '<|im_end|>\n' }}
135
+ {%- elif message.role == "tool" %}
136
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
137
+ {{- '<|im_start|>user' }}
138
+ {%- endif %}
139
+ {{- '\n<tool_response>\n' }}
140
+ {{- content }}
141
+ {{- '\n</tool_response>' }}
142
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
143
+ {{- '<|im_end|>\n' }}
144
+ {%- elif loop.last %}
145
+ {{- '<|im_end|>\n' }}
146
+ {%- endif %}
147
+ {%- endif %}
148
+ {%- endif %}
149
+ {%- endfor %}
150
+ {%- if add_generation_prompt %}
151
+ {{- '<|im_start|>assistant\n' }}
152
+ {%- if enable_thinking is defined and enable_thinking is true %}
153
+ {{- '<think>\n' }}
154
+ {%- else %}
155
+ {{- '<think>\n\n</think>\n\n' }}
156
+ {%- endif %}
157
+ {%- endif %}
158
+ {#- Unsloth fixes - developer role, tool calling #}
adapter/checkpoint-3500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1a79db1bd15c4c803976a4c1c9241830d0bae2cbe3bd4f86475db021ad619ef
3
+ size 51282443
adapter/checkpoint-3500/processor_config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_processor": {
3
+ "data_format": "channels_first",
4
+ "do_convert_rgb": true,
5
+ "do_normalize": true,
6
+ "do_rescale": true,
7
+ "do_resize": true,
8
+ "image_mean": [
9
+ 0.5,
10
+ 0.5,
11
+ 0.5
12
+ ],
13
+ "image_processor_type": "Qwen2VLImageProcessor",
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "merge_size": 2,
20
+ "patch_size": 16,
21
+ "resample": 3,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "longest_edge": 16777216,
25
+ "shortest_edge": 65536
26
+ },
27
+ "temporal_patch_size": 2
28
+ },
29
+ "processor_class": "Qwen3VLProcessor",
30
+ "video_processor": {
31
+ "data_format": "channels_first",
32
+ "default_to_square": true,
33
+ "do_convert_rgb": true,
34
+ "do_normalize": true,
35
+ "do_rescale": true,
36
+ "do_resize": true,
37
+ "do_sample_frames": true,
38
+ "fps": 2,
39
+ "image_mean": [
40
+ 0.5,
41
+ 0.5,
42
+ 0.5
43
+ ],
44
+ "image_std": [
45
+ 0.5,
46
+ 0.5,
47
+ 0.5
48
+ ],
49
+ "max_frames": 768,
50
+ "merge_size": 2,
51
+ "min_frames": 4,
52
+ "patch_size": 16,
53
+ "resample": 3,
54
+ "rescale_factor": 0.00392156862745098,
55
+ "return_metadata": false,
56
+ "size": {
57
+ "longest_edge": 25165824,
58
+ "shortest_edge": 4096
59
+ },
60
+ "temporal_patch_size": 2,
61
+ "video_processor_type": "Qwen3VLVideoProcessor"
62
+ }
63
+ }
adapter/checkpoint-3500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c19bab1174704a4a4441475683bf1270277af15d2e2c95e964789128e482c4
3
+ size 14645
adapter/checkpoint-3500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96f981a7717a67543ab81b4b2ac95f0e2abc0b0a8764ef5ce0b995c16051aa90
3
+ size 1465
adapter/checkpoint-3500/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a7830d63fcf43bf241c3c5242e96e62dd3fdc29224ca26fed8ea333db72de4
3
+ size 19989343
adapter/checkpoint-3500/tokenizer_config.json ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "audio_bos_token": "<|audio_start|>",
4
+ "audio_eos_token": "<|audio_end|>",
5
+ "audio_token": "<|audio_pad|>",
6
+ "backend": "tokenizers",
7
+ "bos_token": null,
8
+ "clean_up_tokenization_spaces": false,
9
+ "eos_token": "<|im_end|>",
10
+ "errors": "replace",
11
+ "image_token": "<|image_pad|>",
12
+ "is_local": false,
13
+ "model_max_length": 262144,
14
+ "model_specific_special_tokens": {
15
+ "audio_bos_token": "<|audio_start|>",
16
+ "audio_eos_token": "<|audio_end|>",
17
+ "audio_token": "<|audio_pad|>",
18
+ "image_token": "<|image_pad|>",
19
+ "video_token": "<|video_pad|>",
20
+ "vision_bos_token": "<|vision_start|>",
21
+ "vision_eos_token": "<|vision_end|>"
22
+ },
23
+ "pad_token": "<|vision_pad|>",
24
+ "padding_side": "right",
25
+ "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
26
+ "processor_class": "Qwen3VLProcessor",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "TokenizersBackend",
29
+ "unk_token": null,
30
+ "video_token": "<|video_pad|>",
31
+ "vision_bos_token": "<|vision_start|>",
32
+ "vision_eos_token": "<|vision_end|>",
33
+ "added_tokens_decoder": {
34
+ "248044": {
35
+ "content": "<|endoftext|>",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
+ },
42
+ "248045": {
43
+ "content": "<|im_start|>",
44
+ "single_word": false,
45
+ "lstrip": false,
46
+ "rstrip": false,
47
+ "normalized": false,
48
+ "special": true
49
+ },
50
+ "248046": {
51
+ "content": "<|im_end|>",
52
+ "single_word": false,
53
+ "lstrip": false,
54
+ "rstrip": false,
55
+ "normalized": false,
56
+ "special": true
57
+ },
58
+ "248047": {
59
+ "content": "<|object_ref_start|>",
60
+ "single_word": false,
61
+ "lstrip": false,
62
+ "rstrip": false,
63
+ "normalized": false,
64
+ "special": true
65
+ },
66
+ "248048": {
67
+ "content": "<|object_ref_end|>",
68
+ "single_word": false,
69
+ "lstrip": false,
70
+ "rstrip": false,
71
+ "normalized": false,
72
+ "special": true
73
+ },
74
+ "248049": {
75
+ "content": "<|box_start|>",
76
+ "single_word": false,
77
+ "lstrip": false,
78
+ "rstrip": false,
79
+ "normalized": false,
80
+ "special": true
81
+ },
82
+ "248050": {
83
+ "content": "<|box_end|>",
84
+ "single_word": false,
85
+ "lstrip": false,
86
+ "rstrip": false,
87
+ "normalized": false,
88
+ "special": true
89
+ },
90
+ "248051": {
91
+ "content": "<|quad_start|>",
92
+ "single_word": false,
93
+ "lstrip": false,
94
+ "rstrip": false,
95
+ "normalized": false,
96
+ "special": true
97
+ },
98
+ "248052": {
99
+ "content": "<|quad_end|>",
100
+ "single_word": false,
101
+ "lstrip": false,
102
+ "rstrip": false,
103
+ "normalized": false,
104
+ "special": true
105
+ },
106
+ "248053": {
107
+ "content": "<|vision_start|>",
108
+ "single_word": false,
109
+ "lstrip": false,
110
+ "rstrip": false,
111
+ "normalized": false,
112
+ "special": true
113
+ },
114
+ "248054": {
115
+ "content": "<|vision_end|>",
116
+ "single_word": false,
117
+ "lstrip": false,
118
+ "rstrip": false,
119
+ "normalized": false,
120
+ "special": true
121
+ },
122
+ "248055": {
123
+ "content": "<|vision_pad|>",
124
+ "single_word": false,
125
+ "lstrip": false,
126
+ "rstrip": false,
127
+ "normalized": false,
128
+ "special": true
129
+ },
130
+ "248056": {
131
+ "content": "<|image_pad|>",
132
+ "single_word": false,
133
+ "lstrip": false,
134
+ "rstrip": false,
135
+ "normalized": false,
136
+ "special": true
137
+ },
138
+ "248057": {
139
+ "content": "<|video_pad|>",
140
+ "single_word": false,
141
+ "lstrip": false,
142
+ "rstrip": false,
143
+ "normalized": false,
144
+ "special": true
145
+ },
146
+ "248058": {
147
+ "content": "<tool_call>",
148
+ "single_word": false,
149
+ "lstrip": false,
150
+ "rstrip": false,
151
+ "normalized": false,
152
+ "special": false
153
+ },
154
+ "248059": {
155
+ "content": "</tool_call>",
156
+ "single_word": false,
157
+ "lstrip": false,
158
+ "rstrip": false,
159
+ "normalized": false,
160
+ "special": false
161
+ },
162
+ "248060": {
163
+ "content": "<|fim_prefix|>",
164
+ "single_word": false,
165
+ "lstrip": false,
166
+ "rstrip": false,
167
+ "normalized": false,
168
+ "special": false
169
+ },
170
+ "248061": {
171
+ "content": "<|fim_middle|>",
172
+ "single_word": false,
173
+ "lstrip": false,
174
+ "rstrip": false,
175
+ "normalized": false,
176
+ "special": false
177
+ },
178
+ "248062": {
179
+ "content": "<|fim_suffix|>",
180
+ "single_word": false,
181
+ "lstrip": false,
182
+ "rstrip": false,
183
+ "normalized": false,
184
+ "special": false
185
+ },
186
+ "248063": {
187
+ "content": "<|fim_pad|>",
188
+ "single_word": false,
189
+ "lstrip": false,
190
+ "rstrip": false,
191
+ "normalized": false,
192
+ "special": false
193
+ },
194
+ "248064": {
195
+ "content": "<|repo_name|>",
196
+ "single_word": false,
197
+ "lstrip": false,
198
+ "rstrip": false,
199
+ "normalized": false,
200
+ "special": false
201
+ },
202
+ "248065": {
203
+ "content": "<|file_sep|>",
204
+ "single_word": false,
205
+ "lstrip": false,
206
+ "rstrip": false,
207
+ "normalized": false,
208
+ "special": false
209
+ },
210
+ "248066": {
211
+ "content": "<tool_response>",
212
+ "single_word": false,
213
+ "lstrip": false,
214
+ "rstrip": false,
215
+ "normalized": false,
216
+ "special": false
217
+ },
218
+ "248067": {
219
+ "content": "</tool_response>",
220
+ "single_word": false,
221
+ "lstrip": false,
222
+ "rstrip": false,
223
+ "normalized": false,
224
+ "special": false
225
+ },
226
+ "248068": {
227
+ "content": "<think>",
228
+ "single_word": false,
229
+ "lstrip": false,
230
+ "rstrip": false,
231
+ "normalized": false,
232
+ "special": false
233
+ },
234
+ "248069": {
235
+ "content": "</think>",
236
+ "single_word": false,
237
+ "lstrip": false,
238
+ "rstrip": false,
239
+ "normalized": false,
240
+ "special": false
241
+ },
242
+ "248070": {
243
+ "content": "<|audio_start|>",
244
+ "single_word": false,
245
+ "lstrip": false,
246
+ "rstrip": false,
247
+ "normalized": false,
248
+ "special": true
249
+ },
250
+ "248071": {
251
+ "content": "<|audio_end|>",
252
+ "single_word": false,
253
+ "lstrip": false,
254
+ "rstrip": false,
255
+ "normalized": false,
256
+ "special": true
257
+ },
258
+ "248072": {
259
+ "content": "<tts_pad>",
260
+ "single_word": false,
261
+ "lstrip": false,
262
+ "rstrip": false,
263
+ "normalized": false,
264
+ "special": true
265
+ },
266
+ "248073": {
267
+ "content": "<tts_text_bos>",
268
+ "single_word": false,
269
+ "lstrip": false,
270
+ "rstrip": false,
271
+ "normalized": false,
272
+ "special": true
273
+ },
274
+ "248074": {
275
+ "content": "<tts_text_eod>",
276
+ "single_word": false,
277
+ "lstrip": false,
278
+ "rstrip": false,
279
+ "normalized": false,
280
+ "special": true
281
+ },
282
+ "248075": {
283
+ "content": "<tts_text_bos_single>",
284
+ "single_word": false,
285
+ "lstrip": false,
286
+ "rstrip": false,
287
+ "normalized": false,
288
+ "special": true
289
+ },
290
+ "248076": {
291
+ "content": "<|audio_pad|>",
292
+ "single_word": false,
293
+ "lstrip": false,
294
+ "rstrip": false,
295
+ "normalized": false,
296
+ "special": true
297
+ }
298
+ }
299
+ }
adapter/checkpoint-3500/trainer_state.json ADDED
@@ -0,0 +1,2484 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.020495583201820006,
6
+ "eval_steps": 500,
7
+ "global_step": 3500,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 5.855880914805717e-05,
14
+ "grad_norm": 1.5575445890426636,
15
+ "learning_rate": 1.8e-05,
16
+ "loss": 0.7678159713745117,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.00011711761829611434,
21
+ "grad_norm": 1.0704400539398193,
22
+ "learning_rate": 3.8e-05,
23
+ "loss": 0.7586987972259521,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.0001756764274441715,
28
+ "grad_norm": 0.6421218514442444,
29
+ "learning_rate": 5.8e-05,
30
+ "loss": 0.6814639568328857,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.00023423523659222867,
35
+ "grad_norm": 0.938690721988678,
36
+ "learning_rate": 7.800000000000001e-05,
37
+ "loss": 0.6233416557312011,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.00029279404574028583,
42
+ "grad_norm": 1.166359543800354,
43
+ "learning_rate": 9.8e-05,
44
+ "loss": 0.5837168216705322,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.000351352854888343,
49
+ "grad_norm": 0.7864418029785156,
50
+ "learning_rate": 0.000118,
51
+ "loss": 0.49336514472961424,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.00040991166403640014,
56
+ "grad_norm": 0.723896861076355,
57
+ "learning_rate": 0.000138,
58
+ "loss": 0.6541348457336426,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.00046847047318445735,
63
+ "grad_norm": 0.5491677522659302,
64
+ "learning_rate": 0.00015800000000000002,
65
+ "loss": 0.6446280479431152,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.0005270292823325145,
70
+ "grad_norm": 1.032065510749817,
71
+ "learning_rate": 0.00017800000000000002,
72
+ "loss": 0.493870210647583,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.0005855880914805717,
77
+ "grad_norm": 0.7324640154838562,
78
+ "learning_rate": 0.00019800000000000002,
79
+ "loss": 0.63213210105896,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.0006441469006286288,
84
+ "grad_norm": 0.8503096103668213,
85
+ "learning_rate": 0.00019953846153846153,
86
+ "loss": 0.6286506652832031,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.000702705709776686,
91
+ "grad_norm": 0.8664548993110657,
92
+ "learning_rate": 0.00019902564102564104,
93
+ "loss": 0.48207850456237794,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.0007612645189247431,
98
+ "grad_norm": 0.6782843470573425,
99
+ "learning_rate": 0.00019851282051282053,
100
+ "loss": 0.6306986331939697,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.0008198233280728003,
105
+ "grad_norm": 1.2085249423980713,
106
+ "learning_rate": 0.00019800000000000002,
107
+ "loss": 0.5556919574737549,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.0008783821372208574,
112
+ "grad_norm": 0.8503999710083008,
113
+ "learning_rate": 0.0001974871794871795,
114
+ "loss": 0.6409926414489746,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.0009369409463689147,
119
+ "grad_norm": 0.7704036235809326,
120
+ "learning_rate": 0.000196974358974359,
121
+ "loss": 0.5393772125244141,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.0009954997555169719,
126
+ "grad_norm": 0.7071548104286194,
127
+ "learning_rate": 0.00019646153846153847,
128
+ "loss": 0.6072579860687256,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.001054058564665029,
133
+ "grad_norm": 0.6557785272598267,
134
+ "learning_rate": 0.00019594871794871796,
135
+ "loss": 0.49915218353271484,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.0011126173738130862,
140
+ "grad_norm": 0.6428221464157104,
141
+ "learning_rate": 0.00019543589743589745,
142
+ "loss": 0.6393180370330811,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.0011711761829611433,
147
+ "grad_norm": 0.8832526803016663,
148
+ "learning_rate": 0.00019492307692307693,
149
+ "loss": 0.6467752456665039,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.0012297349921092005,
154
+ "grad_norm": 0.8874967694282532,
155
+ "learning_rate": 0.00019441025641025642,
156
+ "loss": 0.6200666904449463,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.0012882938012572576,
161
+ "grad_norm": 0.8451365828514099,
162
+ "learning_rate": 0.0001938974358974359,
163
+ "loss": 0.5980692386627198,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.0013468526104053148,
168
+ "grad_norm": 1.3747062683105469,
169
+ "learning_rate": 0.0001933846153846154,
170
+ "loss": 0.5997383117675781,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.001405411419553372,
175
+ "grad_norm": 0.7659091949462891,
176
+ "learning_rate": 0.00019287179487179488,
177
+ "loss": 0.6244289875030518,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.001463970228701429,
182
+ "grad_norm": 0.7551876902580261,
183
+ "learning_rate": 0.00019235897435897437,
184
+ "loss": 0.5602375507354737,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.0015225290378494862,
189
+ "grad_norm": 0.8756004571914673,
190
+ "learning_rate": 0.00019184615384615385,
191
+ "loss": 0.5726509094238281,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.0015810878469975434,
196
+ "grad_norm": 0.9010286927223206,
197
+ "learning_rate": 0.00019133333333333334,
198
+ "loss": 0.564607048034668,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.0016396466561456006,
203
+ "grad_norm": 0.768795907497406,
204
+ "learning_rate": 0.00019082051282051283,
205
+ "loss": 0.6172872066497803,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.0016982054652936577,
210
+ "grad_norm": 0.8452103137969971,
211
+ "learning_rate": 0.0001903076923076923,
212
+ "loss": 0.5882416248321534,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.0017567642744417149,
217
+ "grad_norm": 0.8099432587623596,
218
+ "learning_rate": 0.0001897948717948718,
219
+ "loss": 0.5674912452697753,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.001815323083589772,
224
+ "grad_norm": 0.7150252461433411,
225
+ "learning_rate": 0.00018928205128205129,
226
+ "loss": 0.5736612796783447,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.0018738818927378294,
231
+ "grad_norm": 1.098449945449829,
232
+ "learning_rate": 0.0001887692307692308,
233
+ "loss": 0.6177639484405517,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.0019324407018858865,
238
+ "grad_norm": 0.7274444103240967,
239
+ "learning_rate": 0.00018825641025641029,
240
+ "loss": 0.6690079212188721,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.0019909995110339437,
245
+ "grad_norm": 0.7714038491249084,
246
+ "learning_rate": 0.00018774358974358975,
247
+ "loss": 0.5143749237060546,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.0020495583201820006,
252
+ "grad_norm": 0.9286389946937561,
253
+ "learning_rate": 0.00018723076923076923,
254
+ "loss": 0.5226009368896485,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.002108117129330058,
259
+ "grad_norm": 0.9736594557762146,
260
+ "learning_rate": 0.00018671794871794872,
261
+ "loss": 0.5954864501953125,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.002166675938478115,
266
+ "grad_norm": 0.7701608538627625,
267
+ "learning_rate": 0.0001862051282051282,
268
+ "loss": 0.564179515838623,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.0022252347476261723,
273
+ "grad_norm": 0.8563699126243591,
274
+ "learning_rate": 0.0001856923076923077,
275
+ "loss": 0.587281608581543,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.0022837935567742293,
280
+ "grad_norm": 1.017929196357727,
281
+ "learning_rate": 0.00018517948717948718,
282
+ "loss": 0.579550313949585,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.0023423523659222866,
287
+ "grad_norm": 0.6563118696212769,
288
+ "learning_rate": 0.00018466666666666666,
289
+ "loss": 0.5135430335998535,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.0024009111750703436,
294
+ "grad_norm": 0.7011086344718933,
295
+ "learning_rate": 0.00018415384615384618,
296
+ "loss": 0.6544422149658203,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.002459469984218401,
301
+ "grad_norm": 0.991001546382904,
302
+ "learning_rate": 0.00018364102564102567,
303
+ "loss": 0.6101119518280029,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.0025180287933664583,
308
+ "grad_norm": 0.7023338675498962,
309
+ "learning_rate": 0.00018312820512820515,
310
+ "loss": 0.5026431560516358,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.0025765876025145153,
315
+ "grad_norm": 0.9078162908554077,
316
+ "learning_rate": 0.00018261538461538464,
317
+ "loss": 0.5121633052825928,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.0026351464116625726,
322
+ "grad_norm": 0.7449192404747009,
323
+ "learning_rate": 0.00018210256410256412,
324
+ "loss": 0.6154009819030761,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.0026937052208106296,
329
+ "grad_norm": 0.6876159906387329,
330
+ "learning_rate": 0.00018158974358974358,
331
+ "loss": 0.5338088989257812,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.002752264029958687,
336
+ "grad_norm": 0.9204329252243042,
337
+ "learning_rate": 0.00018107692307692307,
338
+ "loss": 0.5554272174835205,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.002810822839106744,
343
+ "grad_norm": 0.7362950444221497,
344
+ "learning_rate": 0.00018056410256410256,
345
+ "loss": 0.6131524085998535,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.0028693816482548012,
350
+ "grad_norm": 0.9833507537841797,
351
+ "learning_rate": 0.00018005128205128204,
352
+ "loss": 0.5537636756896973,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.002927940457402858,
357
+ "grad_norm": 0.7546113133430481,
358
+ "learning_rate": 0.00017953846153846156,
359
+ "loss": 0.6003861904144288,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.0029864992665509156,
364
+ "grad_norm": 0.7838321924209595,
365
+ "learning_rate": 0.00017902564102564104,
366
+ "loss": 0.6598413944244385,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.0030450580756989725,
371
+ "grad_norm": 0.7242461442947388,
372
+ "learning_rate": 0.00017851282051282053,
373
+ "loss": 0.5558955669403076,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.00310361688484703,
378
+ "grad_norm": 1.1162296533584595,
379
+ "learning_rate": 0.00017800000000000002,
380
+ "loss": 0.6460456371307373,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.003162175693995087,
385
+ "grad_norm": 0.7049973011016846,
386
+ "learning_rate": 0.0001774871794871795,
387
+ "loss": 0.6043939113616943,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.003220734503143144,
392
+ "grad_norm": 0.8112305998802185,
393
+ "learning_rate": 0.000176974358974359,
394
+ "loss": 0.4545936584472656,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.003279293312291201,
399
+ "grad_norm": 0.6234564781188965,
400
+ "learning_rate": 0.00017646153846153848,
401
+ "loss": 0.6101226329803466,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.0033378521214392585,
406
+ "grad_norm": 0.9512666463851929,
407
+ "learning_rate": 0.00017594871794871796,
408
+ "loss": 0.6055888175964356,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.0033964109305873154,
413
+ "grad_norm": 0.8533800840377808,
414
+ "learning_rate": 0.00017543589743589742,
415
+ "loss": 0.6529808044433594,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.003454969739735373,
420
+ "grad_norm": 0.896560549736023,
421
+ "learning_rate": 0.00017492307692307694,
422
+ "loss": 0.5882085800170899,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.0035135285488834297,
427
+ "grad_norm": 0.8455023765563965,
428
+ "learning_rate": 0.00017441025641025642,
429
+ "loss": 0.518503999710083,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.003572087358031487,
434
+ "grad_norm": 0.7477754950523376,
435
+ "learning_rate": 0.0001738974358974359,
436
+ "loss": 0.6013938426971436,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.003630646167179544,
441
+ "grad_norm": 0.8402391672134399,
442
+ "learning_rate": 0.0001733846153846154,
443
+ "loss": 0.6162835597991944,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.0036892049763276014,
448
+ "grad_norm": 1.0327485799789429,
449
+ "learning_rate": 0.00017287179487179488,
450
+ "loss": 0.6443416595458984,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.003747763785475659,
455
+ "grad_norm": 1.0342403650283813,
456
+ "learning_rate": 0.00017235897435897437,
457
+ "loss": 0.5222865581512451,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.0038063225946237157,
462
+ "grad_norm": 0.9043326377868652,
463
+ "learning_rate": 0.00017184615384615386,
464
+ "loss": 0.6140403747558594,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.003864881403771773,
469
+ "grad_norm": 0.8706991076469421,
470
+ "learning_rate": 0.00017133333333333334,
471
+ "loss": 0.6201248645782471,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.0039234402129198305,
476
+ "grad_norm": 0.7702825665473938,
477
+ "learning_rate": 0.00017082051282051283,
478
+ "loss": 0.5698607921600342,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.003981999022067887,
483
+ "grad_norm": 0.7835186719894409,
484
+ "learning_rate": 0.00017030769230769231,
485
+ "loss": 0.5464808464050293,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.004040557831215944,
490
+ "grad_norm": 0.7293221950531006,
491
+ "learning_rate": 0.0001697948717948718,
492
+ "loss": 0.6055557250976562,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.004099116640364001,
497
+ "grad_norm": 0.8519648313522339,
498
+ "learning_rate": 0.0001692820512820513,
499
+ "loss": 0.594606876373291,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.004157675449512059,
504
+ "grad_norm": 0.8359381556510925,
505
+ "learning_rate": 0.00016876923076923077,
506
+ "loss": 0.6676365852355957,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.004216234258660116,
511
+ "grad_norm": 0.9601361155509949,
512
+ "learning_rate": 0.00016825641025641026,
513
+ "loss": 0.5267905235290528,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.004274793067808173,
518
+ "grad_norm": 0.5900155901908875,
519
+ "learning_rate": 0.00016774358974358975,
520
+ "loss": 0.5860335826873779,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.00433335187695623,
525
+ "grad_norm": 0.7671850323677063,
526
+ "learning_rate": 0.00016723076923076923,
527
+ "loss": 0.5898273468017579,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.004391910686104288,
532
+ "grad_norm": 0.9657745361328125,
533
+ "learning_rate": 0.00016671794871794872,
534
+ "loss": 0.6093048572540283,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.004450469495252345,
539
+ "grad_norm": 0.7431370615959167,
540
+ "learning_rate": 0.0001662051282051282,
541
+ "loss": 0.6279802799224854,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.004509028304400402,
546
+ "grad_norm": 0.9329614639282227,
547
+ "learning_rate": 0.0001656923076923077,
548
+ "loss": 0.5990581512451172,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.0045675871135484585,
553
+ "grad_norm": 0.6032372713088989,
554
+ "learning_rate": 0.00016517948717948718,
555
+ "loss": 0.5825644493103027,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.004626145922696516,
560
+ "grad_norm": 0.6884028911590576,
561
+ "learning_rate": 0.00016466666666666667,
562
+ "loss": 0.555311632156372,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.004684704731844573,
567
+ "grad_norm": 0.7366816997528076,
568
+ "learning_rate": 0.00016415384615384618,
569
+ "loss": 0.6074917793273926,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.00474326354099263,
574
+ "grad_norm": 0.776561439037323,
575
+ "learning_rate": 0.00016364102564102567,
576
+ "loss": 0.5682147026062012,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.004801822350140687,
581
+ "grad_norm": 0.8783098459243774,
582
+ "learning_rate": 0.00016312820512820515,
583
+ "loss": 0.6519593715667724,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.004860381159288745,
588
+ "grad_norm": 0.8319303393363953,
589
+ "learning_rate": 0.0001626153846153846,
590
+ "loss": 0.6276237487792968,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.004918939968436802,
595
+ "grad_norm": 0.7415748238563538,
596
+ "learning_rate": 0.0001621025641025641,
597
+ "loss": 0.6673260688781738,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.004977498777584859,
602
+ "grad_norm": 1.0244334936141968,
603
+ "learning_rate": 0.00016158974358974359,
604
+ "loss": 0.6164275169372558,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.005036057586732917,
609
+ "grad_norm": 1.0644179582595825,
610
+ "learning_rate": 0.00016107692307692307,
611
+ "loss": 0.5958343505859375,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.0050946163958809736,
616
+ "grad_norm": 0.7661171555519104,
617
+ "learning_rate": 0.00016056410256410256,
618
+ "loss": 0.5362070083618165,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.0051531752050290305,
623
+ "grad_norm": 1.014600157737732,
624
+ "learning_rate": 0.00016005128205128205,
625
+ "loss": 0.537624454498291,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.0052117340141770874,
630
+ "grad_norm": 0.7331597805023193,
631
+ "learning_rate": 0.00015953846153846156,
632
+ "loss": 0.5774639129638672,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.005270292823325145,
637
+ "grad_norm": 0.7434748411178589,
638
+ "learning_rate": 0.00015902564102564105,
639
+ "loss": 0.5845869064331055,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.005328851632473202,
644
+ "grad_norm": 0.7248567342758179,
645
+ "learning_rate": 0.00015851282051282053,
646
+ "loss": 0.590050458908081,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.005387410441621259,
651
+ "grad_norm": 0.9382026791572571,
652
+ "learning_rate": 0.00015800000000000002,
653
+ "loss": 0.6036070823669434,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.005445969250769316,
658
+ "grad_norm": 0.9255577325820923,
659
+ "learning_rate": 0.0001574871794871795,
660
+ "loss": 0.4737861633300781,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.005504528059917374,
665
+ "grad_norm": 0.9797175526618958,
666
+ "learning_rate": 0.000156974358974359,
667
+ "loss": 0.5388136386871338,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.005563086869065431,
672
+ "grad_norm": 0.7894104719161987,
673
+ "learning_rate": 0.00015646153846153845,
674
+ "loss": 0.529002571105957,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.005621645678213488,
679
+ "grad_norm": 0.8898355960845947,
680
+ "learning_rate": 0.00015594871794871794,
681
+ "loss": 0.5382211685180665,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.005680204487361545,
686
+ "grad_norm": 0.7389085292816162,
687
+ "learning_rate": 0.00015543589743589742,
688
+ "loss": 0.5379764080047608,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.0057387632965096025,
693
+ "grad_norm": 0.8882327675819397,
694
+ "learning_rate": 0.00015492307692307694,
695
+ "loss": 0.5847358226776123,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.005797322105657659,
700
+ "grad_norm": 1.1310079097747803,
701
+ "learning_rate": 0.00015441025641025642,
702
+ "loss": 0.5858294486999511,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.005855880914805716,
707
+ "grad_norm": 1.0356104373931885,
708
+ "learning_rate": 0.0001538974358974359,
709
+ "loss": 0.5417033195495605,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.005914439723953773,
714
+ "grad_norm": 0.7012810707092285,
715
+ "learning_rate": 0.0001533846153846154,
716
+ "loss": 0.6806005477905274,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.005972998533101831,
721
+ "grad_norm": 0.9496027231216431,
722
+ "learning_rate": 0.00015287179487179488,
723
+ "loss": 0.521822738647461,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.006031557342249888,
728
+ "grad_norm": 0.7196470499038696,
729
+ "learning_rate": 0.00015235897435897437,
730
+ "loss": 0.5730608940124512,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.006090116151397945,
735
+ "grad_norm": 0.7311615347862244,
736
+ "learning_rate": 0.00015184615384615386,
737
+ "loss": 0.6122246742248535,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.006148674960546002,
742
+ "grad_norm": 0.7351731657981873,
743
+ "learning_rate": 0.00015133333333333334,
744
+ "loss": 0.5122735023498535,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.00620723376969406,
749
+ "grad_norm": 0.8649750351905823,
750
+ "learning_rate": 0.00015082051282051283,
751
+ "loss": 0.6370734691619873,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.006265792578842117,
756
+ "grad_norm": 0.7295814752578735,
757
+ "learning_rate": 0.00015030769230769232,
758
+ "loss": 0.5188347816467285,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.006324351387990174,
763
+ "grad_norm": 0.7717416882514954,
764
+ "learning_rate": 0.0001497948717948718,
765
+ "loss": 0.5114748001098632,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.006382910197138231,
770
+ "grad_norm": 0.5910501480102539,
771
+ "learning_rate": 0.0001492820512820513,
772
+ "loss": 0.46537189483642577,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.006441469006286288,
777
+ "grad_norm": 0.7533769011497498,
778
+ "learning_rate": 0.00014876923076923078,
779
+ "loss": 0.5796781539916992,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.006500027815434345,
784
+ "grad_norm": 0.9167582988739014,
785
+ "learning_rate": 0.00014825641025641026,
786
+ "loss": 0.6297817230224609,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.006558586624582402,
791
+ "grad_norm": 1.1386590003967285,
792
+ "learning_rate": 0.00014774358974358975,
793
+ "loss": 0.592150354385376,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.00661714543373046,
798
+ "grad_norm": 0.7550930380821228,
799
+ "learning_rate": 0.00014723076923076924,
800
+ "loss": 0.5509029865264893,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.006675704242878517,
805
+ "grad_norm": 0.6492360234260559,
806
+ "learning_rate": 0.00014671794871794872,
807
+ "loss": 0.5187190055847168,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.006734263052026574,
812
+ "grad_norm": 0.7233424782752991,
813
+ "learning_rate": 0.0001462051282051282,
814
+ "loss": 0.5804600238800048,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.006792821861174631,
819
+ "grad_norm": 1.0428144931793213,
820
+ "learning_rate": 0.0001456923076923077,
821
+ "loss": 0.5116332530975342,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.006851380670322689,
826
+ "grad_norm": 0.7919323444366455,
827
+ "learning_rate": 0.00014517948717948718,
828
+ "loss": 0.6416738986968994,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.006909939479470746,
833
+ "grad_norm": 0.8511198163032532,
834
+ "learning_rate": 0.0001446666666666667,
835
+ "loss": 0.579420518875122,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.0069684982886188025,
840
+ "grad_norm": 0.6856178641319275,
841
+ "learning_rate": 0.00014415384615384615,
842
+ "loss": 0.5805029392242431,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.0070270570977668595,
847
+ "grad_norm": 0.7397869229316711,
848
+ "learning_rate": 0.00014364102564102564,
849
+ "loss": 0.5604559898376464,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.007085615906914917,
854
+ "grad_norm": 0.7105910778045654,
855
+ "learning_rate": 0.00014312820512820513,
856
+ "loss": 0.5608997821807862,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.007144174716062974,
861
+ "grad_norm": 0.7479007244110107,
862
+ "learning_rate": 0.00014261538461538461,
863
+ "loss": 0.6052242279052734,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.007202733525211031,
868
+ "grad_norm": 1.1256407499313354,
869
+ "learning_rate": 0.0001421025641025641,
870
+ "loss": 0.6259459495544434,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.007261292334359088,
875
+ "grad_norm": 0.6991755962371826,
876
+ "learning_rate": 0.0001415897435897436,
877
+ "loss": 0.5524515151977539,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.007319851143507146,
882
+ "grad_norm": 1.053760051727295,
883
+ "learning_rate": 0.00014107692307692307,
884
+ "loss": 0.5364514827728272,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.007378409952655203,
889
+ "grad_norm": 0.983850359916687,
890
+ "learning_rate": 0.00014056410256410256,
891
+ "loss": 0.5353530883789063,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.00743696876180326,
896
+ "grad_norm": 0.6570679545402527,
897
+ "learning_rate": 0.00014005128205128207,
898
+ "loss": 0.5768649101257324,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.007495527570951318,
903
+ "grad_norm": 0.6319562792778015,
904
+ "learning_rate": 0.00013953846153846156,
905
+ "loss": 0.587717342376709,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.0075540863800993745,
910
+ "grad_norm": 0.8129682540893555,
911
+ "learning_rate": 0.00013902564102564105,
912
+ "loss": 0.561523723602295,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.0076126451892474314,
917
+ "grad_norm": 0.884220540523529,
918
+ "learning_rate": 0.00013851282051282053,
919
+ "loss": 0.513004207611084,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.007671203998395488,
924
+ "grad_norm": 0.7594801783561707,
925
+ "learning_rate": 0.000138,
926
+ "loss": 0.5956247806549072,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.007729762807543546,
931
+ "grad_norm": 0.8838579654693604,
932
+ "learning_rate": 0.00013748717948717948,
933
+ "loss": 0.6295031547546387,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.007788321616691603,
938
+ "grad_norm": 0.7182386517524719,
939
+ "learning_rate": 0.00013697435897435897,
940
+ "loss": 0.5618526458740234,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.007846880425839661,
945
+ "grad_norm": 0.7297655940055847,
946
+ "learning_rate": 0.00013646153846153845,
947
+ "loss": 0.5208499908447266,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.007905439234987717,
952
+ "grad_norm": 0.62089604139328,
953
+ "learning_rate": 0.00013594871794871794,
954
+ "loss": 0.5239852428436279,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.007963998044135775,
959
+ "grad_norm": 0.7171675562858582,
960
+ "learning_rate": 0.00013543589743589745,
961
+ "loss": 0.5648018836975097,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.008022556853283831,
966
+ "grad_norm": 0.9089975357055664,
967
+ "learning_rate": 0.00013492307692307694,
968
+ "loss": 0.5615391254425048,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.008081115662431889,
973
+ "grad_norm": 0.7600458860397339,
974
+ "learning_rate": 0.00013441025641025643,
975
+ "loss": 0.604154634475708,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.008139674471579946,
980
+ "grad_norm": 0.7462561726570129,
981
+ "learning_rate": 0.0001338974358974359,
982
+ "loss": 0.6301332950592041,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.008198233280728003,
987
+ "grad_norm": 0.7292648553848267,
988
+ "learning_rate": 0.0001333846153846154,
989
+ "loss": 0.5153694152832031,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.00825679208987606,
994
+ "grad_norm": 0.8180534243583679,
995
+ "learning_rate": 0.00013287179487179489,
996
+ "loss": 0.647784423828125,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.008315350899024118,
1001
+ "grad_norm": 0.6629355549812317,
1002
+ "learning_rate": 0.00013235897435897437,
1003
+ "loss": 0.5387883186340332,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.008373909708172174,
1008
+ "grad_norm": 1.1468173265457153,
1009
+ "learning_rate": 0.00013184615384615383,
1010
+ "loss": 0.6159374713897705,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.008432468517320232,
1015
+ "grad_norm": 0.9131197929382324,
1016
+ "learning_rate": 0.00013133333333333332,
1017
+ "loss": 0.5780044078826905,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.008491027326468288,
1022
+ "grad_norm": 0.8688338398933411,
1023
+ "learning_rate": 0.00013082051282051283,
1024
+ "loss": 0.5893913745880127,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.008549586135616346,
1029
+ "grad_norm": 0.6430419683456421,
1030
+ "learning_rate": 0.00013030769230769232,
1031
+ "loss": 0.5053946495056152,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.008608144944764404,
1036
+ "grad_norm": 0.81430584192276,
1037
+ "learning_rate": 0.0001297948717948718,
1038
+ "loss": 0.587185287475586,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.00866670375391246,
1043
+ "grad_norm": 0.7069384455680847,
1044
+ "learning_rate": 0.0001292820512820513,
1045
+ "loss": 0.6119993686676025,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.008725262563060518,
1050
+ "grad_norm": 0.8512614965438843,
1051
+ "learning_rate": 0.00012876923076923078,
1052
+ "loss": 0.5506554126739502,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.008783821372208575,
1057
+ "grad_norm": 0.6660640835762024,
1058
+ "learning_rate": 0.00012825641025641026,
1059
+ "loss": 0.5566682338714599,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.008842380181356631,
1064
+ "grad_norm": 0.7649056315422058,
1065
+ "learning_rate": 0.00012774358974358975,
1066
+ "loss": 0.5694420814514161,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.00890093899050469,
1071
+ "grad_norm": 0.909599781036377,
1072
+ "learning_rate": 0.00012723076923076924,
1073
+ "loss": 0.6355206489562988,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.008959497799652747,
1078
+ "grad_norm": 0.7873692512512207,
1079
+ "learning_rate": 0.00012671794871794872,
1080
+ "loss": 0.510439395904541,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.009018056608800803,
1085
+ "grad_norm": 0.7628417611122131,
1086
+ "learning_rate": 0.0001262051282051282,
1087
+ "loss": 0.5399933338165284,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.009076615417948861,
1092
+ "grad_norm": 0.8505508899688721,
1093
+ "learning_rate": 0.0001256923076923077,
1094
+ "loss": 0.6154933452606202,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.009135174227096917,
1099
+ "grad_norm": 0.794605553150177,
1100
+ "learning_rate": 0.00012517948717948718,
1101
+ "loss": 0.6099573612213135,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.009193733036244975,
1106
+ "grad_norm": 0.818773090839386,
1107
+ "learning_rate": 0.00012466666666666667,
1108
+ "loss": 0.5245619297027588,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.009252291845393033,
1113
+ "grad_norm": 0.6100147366523743,
1114
+ "learning_rate": 0.00012415384615384616,
1115
+ "loss": 0.5743139743804931,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.009310850654541089,
1120
+ "grad_norm": 0.911518394947052,
1121
+ "learning_rate": 0.00012364102564102564,
1122
+ "loss": 0.5403082370758057,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.009369409463689147,
1127
+ "grad_norm": 0.7002453804016113,
1128
+ "learning_rate": 0.00012312820512820513,
1129
+ "loss": 0.5670140743255615,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.009427968272837204,
1134
+ "grad_norm": 0.6926924586296082,
1135
+ "learning_rate": 0.00012261538461538462,
1136
+ "loss": 0.5283169746398926,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.00948652708198526,
1141
+ "grad_norm": 0.8910185098648071,
1142
+ "learning_rate": 0.0001221025641025641,
1143
+ "loss": 0.5464873313903809,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.009545085891133318,
1148
+ "grad_norm": 0.9428623914718628,
1149
+ "learning_rate": 0.0001215897435897436,
1150
+ "loss": 0.6371686935424805,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.009603644700281374,
1155
+ "grad_norm": 0.9594399333000183,
1156
+ "learning_rate": 0.00012107692307692309,
1157
+ "loss": 0.5639693737030029,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.009662203509429432,
1162
+ "grad_norm": 0.9431197643280029,
1163
+ "learning_rate": 0.00012056410256410258,
1164
+ "loss": 0.4942180633544922,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.00972076231857749,
1169
+ "grad_norm": 0.778407096862793,
1170
+ "learning_rate": 0.00012005128205128206,
1171
+ "loss": 0.5874770641326904,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.009779321127725546,
1176
+ "grad_norm": 0.7874659299850464,
1177
+ "learning_rate": 0.00011953846153846155,
1178
+ "loss": 0.5451854228973388,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.009837879936873604,
1183
+ "grad_norm": 0.7366560697555542,
1184
+ "learning_rate": 0.00011902564102564102,
1185
+ "loss": 0.5593300342559815,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.009896438746021662,
1190
+ "grad_norm": 0.762984573841095,
1191
+ "learning_rate": 0.00011851282051282051,
1192
+ "loss": 0.571781587600708,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.009954997555169718,
1197
+ "grad_norm": 0.7820915579795837,
1198
+ "learning_rate": 0.000118,
1199
+ "loss": 0.6361937522888184,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 0.010013556364317775,
1204
+ "grad_norm": 0.885874330997467,
1205
+ "learning_rate": 0.0001174871794871795,
1206
+ "loss": 0.5583993911743164,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 0.010072115173465833,
1211
+ "grad_norm": 0.7336756587028503,
1212
+ "learning_rate": 0.00011697435897435898,
1213
+ "loss": 0.5345401763916016,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 0.01013067398261389,
1218
+ "grad_norm": 1.1266441345214844,
1219
+ "learning_rate": 0.00011646153846153847,
1220
+ "loss": 0.5590295314788818,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 0.010189232791761947,
1225
+ "grad_norm": 0.6986821889877319,
1226
+ "learning_rate": 0.00011594871794871795,
1227
+ "loss": 0.626862907409668,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 0.010247791600910003,
1232
+ "grad_norm": 0.6808388233184814,
1233
+ "learning_rate": 0.00011543589743589744,
1234
+ "loss": 0.45256743431091306,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 0.010306350410058061,
1239
+ "grad_norm": 0.8917853236198425,
1240
+ "learning_rate": 0.00011492307692307693,
1241
+ "loss": 0.5677892684936523,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 0.010364909219206119,
1246
+ "grad_norm": 0.84018474817276,
1247
+ "learning_rate": 0.00011441025641025643,
1248
+ "loss": 0.6715295314788818,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 0.010423468028354175,
1253
+ "grad_norm": 0.8711966276168823,
1254
+ "learning_rate": 0.00011389743589743591,
1255
+ "loss": 0.49718570709228516,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 0.010482026837502233,
1260
+ "grad_norm": 0.8351517915725708,
1261
+ "learning_rate": 0.0001133846153846154,
1262
+ "loss": 0.5668165683746338,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 0.01054058564665029,
1267
+ "grad_norm": 0.9627017378807068,
1268
+ "learning_rate": 0.00011287179487179486,
1269
+ "loss": 0.5853204727172852,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 0.010599144455798347,
1274
+ "grad_norm": 0.642246425151825,
1275
+ "learning_rate": 0.00011235897435897436,
1276
+ "loss": 0.5551766872406005,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 0.010657703264946404,
1281
+ "grad_norm": 0.9542229771614075,
1282
+ "learning_rate": 0.00011184615384615385,
1283
+ "loss": 0.6531394958496094,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 0.01071626207409446,
1288
+ "grad_norm": 0.7595056891441345,
1289
+ "learning_rate": 0.00011133333333333333,
1290
+ "loss": 0.5438894748687744,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 0.010774820883242518,
1295
+ "grad_norm": 0.8346898555755615,
1296
+ "learning_rate": 0.00011082051282051282,
1297
+ "loss": 0.516790771484375,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 0.010833379692390576,
1302
+ "grad_norm": 0.7261139750480652,
1303
+ "learning_rate": 0.0001103076923076923,
1304
+ "loss": 0.5511853694915771,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 0.010891938501538632,
1309
+ "grad_norm": 0.7773726582527161,
1310
+ "learning_rate": 0.0001097948717948718,
1311
+ "loss": 0.6048900604248046,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 0.01095049731068669,
1316
+ "grad_norm": 0.7758798599243164,
1317
+ "learning_rate": 0.00010928205128205129,
1318
+ "loss": 0.4920170783996582,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 0.011009056119834748,
1323
+ "grad_norm": 0.7595053315162659,
1324
+ "learning_rate": 0.00010876923076923078,
1325
+ "loss": 0.5262623786926269,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 0.011067614928982804,
1330
+ "grad_norm": 0.662896454334259,
1331
+ "learning_rate": 0.00010825641025641027,
1332
+ "loss": 0.5706700325012207,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 0.011126173738130862,
1337
+ "grad_norm": 0.8547627329826355,
1338
+ "learning_rate": 0.00010774358974358975,
1339
+ "loss": 0.5571642398834229,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 0.011184732547278918,
1344
+ "grad_norm": 0.9618740081787109,
1345
+ "learning_rate": 0.00010723076923076924,
1346
+ "loss": 0.5785984039306641,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 0.011243291356426975,
1351
+ "grad_norm": 0.8090870976448059,
1352
+ "learning_rate": 0.00010671794871794871,
1353
+ "loss": 0.6467090606689453,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 0.011301850165575033,
1358
+ "grad_norm": 0.8532423377037048,
1359
+ "learning_rate": 0.0001062051282051282,
1360
+ "loss": 0.5037952423095703,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 0.01136040897472309,
1365
+ "grad_norm": 0.8701047897338867,
1366
+ "learning_rate": 0.00010569230769230769,
1367
+ "loss": 0.6252214908599854,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 0.011418967783871147,
1372
+ "grad_norm": 0.8058343529701233,
1373
+ "learning_rate": 0.00010517948717948719,
1374
+ "loss": 0.49949493408203127,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 0.011477526593019205,
1379
+ "grad_norm": 0.7899404764175415,
1380
+ "learning_rate": 0.00010466666666666667,
1381
+ "loss": 0.5413167476654053,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 0.011536085402167261,
1386
+ "grad_norm": 0.7027344107627869,
1387
+ "learning_rate": 0.00010415384615384616,
1388
+ "loss": 0.45540223121643064,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 0.011594644211315319,
1393
+ "grad_norm": 0.8737793564796448,
1394
+ "learning_rate": 0.00010364102564102565,
1395
+ "loss": 0.5688265800476074,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 0.011653203020463377,
1400
+ "grad_norm": 0.9242916703224182,
1401
+ "learning_rate": 0.00010312820512820513,
1402
+ "loss": 0.5170233726501465,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 0.011711761829611433,
1407
+ "grad_norm": 0.6759135127067566,
1408
+ "learning_rate": 0.00010261538461538462,
1409
+ "loss": 0.6288806438446045,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 0.01177032063875949,
1414
+ "grad_norm": 0.7091163396835327,
1415
+ "learning_rate": 0.00010210256410256412,
1416
+ "loss": 0.5844020843505859,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 0.011828879447907547,
1421
+ "grad_norm": 0.9295818209648132,
1422
+ "learning_rate": 0.0001015897435897436,
1423
+ "loss": 0.5282711982727051,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 0.011887438257055604,
1428
+ "grad_norm": 0.6938250064849854,
1429
+ "learning_rate": 0.00010107692307692309,
1430
+ "loss": 0.6149167537689209,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 0.011945997066203662,
1435
+ "grad_norm": 0.7174298763275146,
1436
+ "learning_rate": 0.00010056410256410256,
1437
+ "loss": 0.5130744934082031,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 0.012004555875351718,
1442
+ "grad_norm": 0.9726197123527527,
1443
+ "learning_rate": 0.00010005128205128205,
1444
+ "loss": 0.6236517429351807,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 0.012063114684499776,
1449
+ "grad_norm": 0.7376599311828613,
1450
+ "learning_rate": 9.953846153846155e-05,
1451
+ "loss": 0.4681741714477539,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 0.012121673493647834,
1456
+ "grad_norm": 0.8139657378196716,
1457
+ "learning_rate": 9.902564102564102e-05,
1458
+ "loss": 0.4887677192687988,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 0.01218023230279589,
1463
+ "grad_norm": 0.9429419636726379,
1464
+ "learning_rate": 9.851282051282051e-05,
1465
+ "loss": 0.5326910018920898,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 0.012238791111943948,
1470
+ "grad_norm": 0.9702481627464294,
1471
+ "learning_rate": 9.8e-05,
1472
+ "loss": 0.5095866680145263,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 0.012297349921092004,
1477
+ "grad_norm": 0.6909214854240417,
1478
+ "learning_rate": 9.74871794871795e-05,
1479
+ "loss": 0.5370609283447265,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 0.012355908730240062,
1484
+ "grad_norm": 1.2493647336959839,
1485
+ "learning_rate": 9.697435897435898e-05,
1486
+ "loss": 0.5658076763153076,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 0.01241446753938812,
1491
+ "grad_norm": 0.7158144116401672,
1492
+ "learning_rate": 9.646153846153847e-05,
1493
+ "loss": 0.5293547153472901,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 0.012473026348536176,
1498
+ "grad_norm": 0.8394598364830017,
1499
+ "learning_rate": 9.594871794871796e-05,
1500
+ "loss": 0.48808741569519043,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 0.012531585157684233,
1505
+ "grad_norm": 0.9504506587982178,
1506
+ "learning_rate": 9.543589743589744e-05,
1507
+ "loss": 0.5906731605529785,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 0.012590143966832291,
1512
+ "grad_norm": 0.7592800855636597,
1513
+ "learning_rate": 9.492307692307693e-05,
1514
+ "loss": 0.5167060852050781,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 0.012648702775980347,
1519
+ "grad_norm": 0.8858376145362854,
1520
+ "learning_rate": 9.441025641025642e-05,
1521
+ "loss": 0.5447789669036865,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 0.012707261585128405,
1526
+ "grad_norm": 0.8264896273612976,
1527
+ "learning_rate": 9.38974358974359e-05,
1528
+ "loss": 0.4619621753692627,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 0.012765820394276463,
1533
+ "grad_norm": 0.7801193594932556,
1534
+ "learning_rate": 9.338461538461539e-05,
1535
+ "loss": 0.5282919883728028,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 0.012824379203424519,
1540
+ "grad_norm": 0.7734062671661377,
1541
+ "learning_rate": 9.287179487179488e-05,
1542
+ "loss": 0.6420894622802734,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 0.012882938012572577,
1547
+ "grad_norm": 0.844348132610321,
1548
+ "learning_rate": 9.235897435897436e-05,
1549
+ "loss": 0.602821159362793,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 0.012941496821720633,
1554
+ "grad_norm": 0.8861480355262756,
1555
+ "learning_rate": 9.184615384615385e-05,
1556
+ "loss": 0.5366893291473389,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 0.01300005563086869,
1561
+ "grad_norm": 0.8071720600128174,
1562
+ "learning_rate": 9.133333333333334e-05,
1563
+ "loss": 0.4816866874694824,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 0.013058614440016748,
1568
+ "grad_norm": 0.7975764870643616,
1569
+ "learning_rate": 9.082051282051282e-05,
1570
+ "loss": 0.6320478439331054,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 0.013117173249164804,
1575
+ "grad_norm": 0.7712560296058655,
1576
+ "learning_rate": 9.030769230769232e-05,
1577
+ "loss": 0.607432746887207,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 0.013175732058312862,
1582
+ "grad_norm": 0.7562223076820374,
1583
+ "learning_rate": 8.979487179487181e-05,
1584
+ "loss": 0.4568962097167969,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 0.01323429086746092,
1589
+ "grad_norm": 0.7949206233024597,
1590
+ "learning_rate": 8.928205128205128e-05,
1591
+ "loss": 0.5890951156616211,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 0.013292849676608976,
1596
+ "grad_norm": 0.8863471150398254,
1597
+ "learning_rate": 8.876923076923077e-05,
1598
+ "loss": 0.4792426109313965,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 0.013351408485757034,
1603
+ "grad_norm": 0.9258952736854553,
1604
+ "learning_rate": 8.825641025641025e-05,
1605
+ "loss": 0.6157923698425293,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 0.01340996729490509,
1610
+ "grad_norm": 0.7849915027618408,
1611
+ "learning_rate": 8.774358974358975e-05,
1612
+ "loss": 0.5654351234436035,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 0.013468526104053148,
1617
+ "grad_norm": 0.7935325503349304,
1618
+ "learning_rate": 8.723076923076924e-05,
1619
+ "loss": 0.5722135543823242,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 0.013527084913201206,
1624
+ "grad_norm": 0.8465309739112854,
1625
+ "learning_rate": 8.671794871794873e-05,
1626
+ "loss": 0.5128249645233154,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 0.013585643722349262,
1631
+ "grad_norm": 0.8264815211296082,
1632
+ "learning_rate": 8.62051282051282e-05,
1633
+ "loss": 0.6118460655212402,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 0.01364420253149732,
1638
+ "grad_norm": 0.6705726385116577,
1639
+ "learning_rate": 8.56923076923077e-05,
1640
+ "loss": 0.5447952747344971,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 0.013702761340645377,
1645
+ "grad_norm": 0.921404242515564,
1646
+ "learning_rate": 8.517948717948719e-05,
1647
+ "loss": 0.542200756072998,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 0.013761320149793433,
1652
+ "grad_norm": 0.5786399245262146,
1653
+ "learning_rate": 8.466666666666667e-05,
1654
+ "loss": 0.5167455673217773,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 0.013819878958941491,
1659
+ "grad_norm": 0.8080707788467407,
1660
+ "learning_rate": 8.415384615384616e-05,
1661
+ "loss": 0.495404052734375,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 0.013878437768089549,
1666
+ "grad_norm": 0.7522940635681152,
1667
+ "learning_rate": 8.364102564102565e-05,
1668
+ "loss": 0.5303984165191651,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 0.013936996577237605,
1673
+ "grad_norm": 0.9101510643959045,
1674
+ "learning_rate": 8.312820512820513e-05,
1675
+ "loss": 0.5638332843780518,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 0.013995555386385663,
1680
+ "grad_norm": 0.6749529838562012,
1681
+ "learning_rate": 8.261538461538462e-05,
1682
+ "loss": 0.5651543617248536,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 0.014054114195533719,
1687
+ "grad_norm": 0.9458379149436951,
1688
+ "learning_rate": 8.21025641025641e-05,
1689
+ "loss": 0.5108407497406006,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 0.014112673004681777,
1694
+ "grad_norm": 1.089971899986267,
1695
+ "learning_rate": 8.158974358974359e-05,
1696
+ "loss": 0.49324331283569334,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 0.014171231813829835,
1701
+ "grad_norm": 0.7607450485229492,
1702
+ "learning_rate": 8.107692307692308e-05,
1703
+ "loss": 0.6479440212249756,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 0.01422979062297789,
1708
+ "grad_norm": 0.9622839093208313,
1709
+ "learning_rate": 8.056410256410257e-05,
1710
+ "loss": 0.5628427982330322,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 0.014288349432125948,
1715
+ "grad_norm": 0.8064730167388916,
1716
+ "learning_rate": 8.005128205128205e-05,
1717
+ "loss": 0.4927206993103027,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 0.014346908241274006,
1722
+ "grad_norm": 0.7792487144470215,
1723
+ "learning_rate": 7.953846153846154e-05,
1724
+ "loss": 0.6291625022888183,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 0.014405467050422062,
1729
+ "grad_norm": 1.0805375576019287,
1730
+ "learning_rate": 7.902564102564103e-05,
1731
+ "loss": 0.5925718307495117,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 0.01446402585957012,
1736
+ "grad_norm": 0.5765560865402222,
1737
+ "learning_rate": 7.851282051282051e-05,
1738
+ "loss": 0.5485690593719482,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 0.014522584668718176,
1743
+ "grad_norm": 0.8152871131896973,
1744
+ "learning_rate": 7.800000000000001e-05,
1745
+ "loss": 0.5624689102172852,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 0.014581143477866234,
1750
+ "grad_norm": 0.8335279226303101,
1751
+ "learning_rate": 7.74871794871795e-05,
1752
+ "loss": 0.5260688304901123,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 0.014639702287014292,
1757
+ "grad_norm": 0.7680035829544067,
1758
+ "learning_rate": 7.697435897435897e-05,
1759
+ "loss": 0.4830802917480469,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 0.014698261096162348,
1764
+ "grad_norm": 0.9397810697555542,
1765
+ "learning_rate": 7.646153846153846e-05,
1766
+ "loss": 0.5444638729095459,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 0.014756819905310406,
1771
+ "grad_norm": 0.7944267392158508,
1772
+ "learning_rate": 7.594871794871794e-05,
1773
+ "loss": 0.6039426326751709,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 0.014815378714458463,
1778
+ "grad_norm": 0.8528501987457275,
1779
+ "learning_rate": 7.543589743589744e-05,
1780
+ "loss": 0.5764337539672851,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 0.01487393752360652,
1785
+ "grad_norm": 0.9321673512458801,
1786
+ "learning_rate": 7.492307692307693e-05,
1787
+ "loss": 0.5600544929504394,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 0.014932496332754577,
1792
+ "grad_norm": 0.8647655248641968,
1793
+ "learning_rate": 7.441025641025642e-05,
1794
+ "loss": 0.6365120887756348,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 0.014991055141902635,
1799
+ "grad_norm": 0.9241213798522949,
1800
+ "learning_rate": 7.389743589743589e-05,
1801
+ "loss": 0.5070790767669677,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 0.015049613951050691,
1806
+ "grad_norm": 0.6943749785423279,
1807
+ "learning_rate": 7.338461538461539e-05,
1808
+ "loss": 0.5472688674926758,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 0.015108172760198749,
1813
+ "grad_norm": 0.7544350624084473,
1814
+ "learning_rate": 7.287179487179488e-05,
1815
+ "loss": 0.5143001079559326,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 0.015166731569346805,
1820
+ "grad_norm": 0.8759540319442749,
1821
+ "learning_rate": 7.235897435897436e-05,
1822
+ "loss": 0.5885789871215821,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 0.015225290378494863,
1827
+ "grad_norm": 0.8004186153411865,
1828
+ "learning_rate": 7.184615384615385e-05,
1829
+ "loss": 0.5833802223205566,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 0.01528384918764292,
1834
+ "grad_norm": 0.8919973969459534,
1835
+ "learning_rate": 7.133333333333334e-05,
1836
+ "loss": 0.7211344242095947,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 0.015342407996790977,
1841
+ "grad_norm": 0.6915315985679626,
1842
+ "learning_rate": 7.082051282051282e-05,
1843
+ "loss": 0.5526168823242188,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 0.015400966805939035,
1848
+ "grad_norm": 0.9145429134368896,
1849
+ "learning_rate": 7.030769230769231e-05,
1850
+ "loss": 0.4407088279724121,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 0.015459525615087092,
1855
+ "grad_norm": 0.674967885017395,
1856
+ "learning_rate": 6.97948717948718e-05,
1857
+ "loss": 0.4634512424468994,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 0.015518084424235148,
1862
+ "grad_norm": 0.6875638365745544,
1863
+ "learning_rate": 6.928205128205128e-05,
1864
+ "loss": 0.47414402961730956,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 0.015576643233383206,
1869
+ "grad_norm": 0.9719008803367615,
1870
+ "learning_rate": 6.876923076923077e-05,
1871
+ "loss": 0.5467365264892579,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 0.015635202042531264,
1876
+ "grad_norm": 0.7496704459190369,
1877
+ "learning_rate": 6.825641025641027e-05,
1878
+ "loss": 0.5100692749023438,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 0.015693760851679322,
1883
+ "grad_norm": 0.6996882557868958,
1884
+ "learning_rate": 6.774358974358974e-05,
1885
+ "loss": 0.5840377330780029,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 0.015752319660827376,
1890
+ "grad_norm": 0.8965880274772644,
1891
+ "learning_rate": 6.723076923076923e-05,
1892
+ "loss": 0.5683030605316162,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 0.015810878469975434,
1897
+ "grad_norm": 0.9862522482872009,
1898
+ "learning_rate": 6.671794871794872e-05,
1899
+ "loss": 0.5894110679626465,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 0.015869437279123492,
1904
+ "grad_norm": 0.9664445519447327,
1905
+ "learning_rate": 6.62051282051282e-05,
1906
+ "loss": 0.5402120590209961,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 0.01592799608827155,
1911
+ "grad_norm": 0.8799305558204651,
1912
+ "learning_rate": 6.56923076923077e-05,
1913
+ "loss": 0.5548243045806884,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 0.015986554897419607,
1918
+ "grad_norm": 0.6217681169509888,
1919
+ "learning_rate": 6.517948717948719e-05,
1920
+ "loss": 0.48618650436401367,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 0.016045113706567662,
1925
+ "grad_norm": 0.7473154664039612,
1926
+ "learning_rate": 6.466666666666666e-05,
1927
+ "loss": 0.5558083057403564,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 0.01610367251571572,
1932
+ "grad_norm": 0.8467188477516174,
1933
+ "learning_rate": 6.415384615384615e-05,
1934
+ "loss": 0.5468488216400147,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 0.016162231324863777,
1939
+ "grad_norm": 0.8353908658027649,
1940
+ "learning_rate": 6.364102564102565e-05,
1941
+ "loss": 0.55488600730896,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 0.016220790134011835,
1946
+ "grad_norm": 1.0089359283447266,
1947
+ "learning_rate": 6.312820512820514e-05,
1948
+ "loss": 0.4439121723175049,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 0.016279348943159893,
1953
+ "grad_norm": 0.8033394813537598,
1954
+ "learning_rate": 6.261538461538462e-05,
1955
+ "loss": 0.592630672454834,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 0.01633790775230795,
1960
+ "grad_norm": 0.7081058621406555,
1961
+ "learning_rate": 6.210256410256411e-05,
1962
+ "loss": 0.5640474319458008,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 0.016396466561456005,
1967
+ "grad_norm": 0.9237245321273804,
1968
+ "learning_rate": 6.15897435897436e-05,
1969
+ "loss": 0.6005640983581543,
1970
+ "step": 2800
1971
+ },
1972
+ {
1973
+ "epoch": 0.016455025370604063,
1974
+ "grad_norm": 0.8360455632209778,
1975
+ "learning_rate": 6.107692307692308e-05,
1976
+ "loss": 0.5373104572296142,
1977
+ "step": 2810
1978
+ },
1979
+ {
1980
+ "epoch": 0.01651358417975212,
1981
+ "grad_norm": 0.8988027572631836,
1982
+ "learning_rate": 6.056410256410257e-05,
1983
+ "loss": 0.5758774757385254,
1984
+ "step": 2820
1985
+ },
1986
+ {
1987
+ "epoch": 0.01657214298890018,
1988
+ "grad_norm": 0.9521508812904358,
1989
+ "learning_rate": 6.0051282051282054e-05,
1990
+ "loss": 0.5425063133239746,
1991
+ "step": 2830
1992
+ },
1993
+ {
1994
+ "epoch": 0.016630701798048236,
1995
+ "grad_norm": 1.0230766534805298,
1996
+ "learning_rate": 5.953846153846154e-05,
1997
+ "loss": 0.617734146118164,
1998
+ "step": 2840
1999
+ },
2000
+ {
2001
+ "epoch": 0.01668926060719629,
2002
+ "grad_norm": 0.8182085752487183,
2003
+ "learning_rate": 5.9025641025641034e-05,
2004
+ "loss": 0.49785604476928713,
2005
+ "step": 2850
2006
+ },
2007
+ {
2008
+ "epoch": 0.01674781941634435,
2009
+ "grad_norm": 0.819509744644165,
2010
+ "learning_rate": 5.851282051282052e-05,
2011
+ "loss": 0.5303618907928467,
2012
+ "step": 2860
2013
+ },
2014
+ {
2015
+ "epoch": 0.016806378225492406,
2016
+ "grad_norm": 0.9338365197181702,
2017
+ "learning_rate": 5.8e-05,
2018
+ "loss": 0.5084160327911377,
2019
+ "step": 2870
2020
+ },
2021
+ {
2022
+ "epoch": 0.016864937034640464,
2023
+ "grad_norm": 0.9572207927703857,
2024
+ "learning_rate": 5.748717948717949e-05,
2025
+ "loss": 0.5966866493225098,
2026
+ "step": 2880
2027
+ },
2028
+ {
2029
+ "epoch": 0.016923495843788522,
2030
+ "grad_norm": 0.66383296251297,
2031
+ "learning_rate": 5.6974358974358973e-05,
2032
+ "loss": 0.5305398941040039,
2033
+ "step": 2890
2034
+ },
2035
+ {
2036
+ "epoch": 0.016982054652936576,
2037
+ "grad_norm": 1.0674878358840942,
2038
+ "learning_rate": 5.646153846153847e-05,
2039
+ "loss": 0.556536340713501,
2040
+ "step": 2900
2041
+ },
2042
+ {
2043
+ "epoch": 0.017040613462084634,
2044
+ "grad_norm": 0.7483784556388855,
2045
+ "learning_rate": 5.594871794871795e-05,
2046
+ "loss": 0.49668869972229,
2047
+ "step": 2910
2048
+ },
2049
+ {
2050
+ "epoch": 0.017099172271232692,
2051
+ "grad_norm": 1.0706493854522705,
2052
+ "learning_rate": 5.5435897435897447e-05,
2053
+ "loss": 0.49158105850219724,
2054
+ "step": 2920
2055
+ },
2056
+ {
2057
+ "epoch": 0.01715773108038075,
2058
+ "grad_norm": 0.7071096897125244,
2059
+ "learning_rate": 5.492307692307692e-05,
2060
+ "loss": 0.5811544895172119,
2061
+ "step": 2930
2062
+ },
2063
+ {
2064
+ "epoch": 0.017216289889528807,
2065
+ "grad_norm": 0.8249266147613525,
2066
+ "learning_rate": 5.441025641025641e-05,
2067
+ "loss": 0.5450833797454834,
2068
+ "step": 2940
2069
+ },
2070
+ {
2071
+ "epoch": 0.017274848698676865,
2072
+ "grad_norm": 0.684613823890686,
2073
+ "learning_rate": 5.38974358974359e-05,
2074
+ "loss": 0.5169521808624268,
2075
+ "step": 2950
2076
+ },
2077
+ {
2078
+ "epoch": 0.01733340750782492,
2079
+ "grad_norm": 1.1294605731964111,
2080
+ "learning_rate": 5.3384615384615386e-05,
2081
+ "loss": 0.6362704277038574,
2082
+ "step": 2960
2083
+ },
2084
+ {
2085
+ "epoch": 0.017391966316972977,
2086
+ "grad_norm": 0.7923810482025146,
2087
+ "learning_rate": 5.287179487179488e-05,
2088
+ "loss": 0.498931360244751,
2089
+ "step": 2970
2090
+ },
2091
+ {
2092
+ "epoch": 0.017450525126121035,
2093
+ "grad_norm": 0.8153409957885742,
2094
+ "learning_rate": 5.2358974358974366e-05,
2095
+ "loss": 0.5227402687072754,
2096
+ "step": 2980
2097
+ },
2098
+ {
2099
+ "epoch": 0.017509083935269093,
2100
+ "grad_norm": 0.8139829635620117,
2101
+ "learning_rate": 5.1846153846153845e-05,
2102
+ "loss": 0.5427112102508544,
2103
+ "step": 2990
2104
+ },
2105
+ {
2106
+ "epoch": 0.01756764274441715,
2107
+ "grad_norm": 0.7023552060127258,
2108
+ "learning_rate": 5.133333333333333e-05,
2109
+ "loss": 0.5183414459228516,
2110
+ "step": 3000
2111
+ },
2112
+ {
2113
+ "epoch": 0.017626201553565205,
2114
+ "grad_norm": 1.1172661781311035,
2115
+ "learning_rate": 5.0820512820512825e-05,
2116
+ "loss": 0.5479337692260742,
2117
+ "step": 3010
2118
+ },
2119
+ {
2120
+ "epoch": 0.017684760362713263,
2121
+ "grad_norm": 0.9706581234931946,
2122
+ "learning_rate": 5.030769230769231e-05,
2123
+ "loss": 0.5230507373809814,
2124
+ "step": 3020
2125
+ },
2126
+ {
2127
+ "epoch": 0.01774331917186132,
2128
+ "grad_norm": 0.9869327545166016,
2129
+ "learning_rate": 4.979487179487179e-05,
2130
+ "loss": 0.5095770359039307,
2131
+ "step": 3030
2132
+ },
2133
+ {
2134
+ "epoch": 0.01780187798100938,
2135
+ "grad_norm": 1.0374623537063599,
2136
+ "learning_rate": 4.9282051282051285e-05,
2137
+ "loss": 0.5869725704193115,
2138
+ "step": 3040
2139
+ },
2140
+ {
2141
+ "epoch": 0.017860436790157436,
2142
+ "grad_norm": 1.1641126871109009,
2143
+ "learning_rate": 4.876923076923077e-05,
2144
+ "loss": 0.6153728008270264,
2145
+ "step": 3050
2146
+ },
2147
+ {
2148
+ "epoch": 0.017918995599305494,
2149
+ "grad_norm": 0.9592261910438538,
2150
+ "learning_rate": 4.825641025641026e-05,
2151
+ "loss": 0.4673551082611084,
2152
+ "step": 3060
2153
+ },
2154
+ {
2155
+ "epoch": 0.01797755440845355,
2156
+ "grad_norm": 0.9529333114624023,
2157
+ "learning_rate": 4.7743589743589744e-05,
2158
+ "loss": 0.5785486698150635,
2159
+ "step": 3070
2160
+ },
2161
+ {
2162
+ "epoch": 0.018036113217601606,
2163
+ "grad_norm": 0.9785205125808716,
2164
+ "learning_rate": 4.723076923076923e-05,
2165
+ "loss": 0.6254173278808594,
2166
+ "step": 3080
2167
+ },
2168
+ {
2169
+ "epoch": 0.018094672026749664,
2170
+ "grad_norm": 0.7712920308113098,
2171
+ "learning_rate": 4.671794871794872e-05,
2172
+ "loss": 0.5232354640960694,
2173
+ "step": 3090
2174
+ },
2175
+ {
2176
+ "epoch": 0.018153230835897722,
2177
+ "grad_norm": 0.9690357446670532,
2178
+ "learning_rate": 4.6205128205128204e-05,
2179
+ "loss": 0.6493497371673584,
2180
+ "step": 3100
2181
+ },
2182
+ {
2183
+ "epoch": 0.01821178964504578,
2184
+ "grad_norm": 0.7151793241500854,
2185
+ "learning_rate": 4.56923076923077e-05,
2186
+ "loss": 0.4791082859039307,
2187
+ "step": 3110
2188
+ },
2189
+ {
2190
+ "epoch": 0.018270348454193834,
2191
+ "grad_norm": 1.0174742937088013,
2192
+ "learning_rate": 4.5179487179487184e-05,
2193
+ "loss": 0.6347029685974122,
2194
+ "step": 3120
2195
+ },
2196
+ {
2197
+ "epoch": 0.018328907263341892,
2198
+ "grad_norm": 0.8618830442428589,
2199
+ "learning_rate": 4.466666666666667e-05,
2200
+ "loss": 0.5541427135467529,
2201
+ "step": 3130
2202
+ },
2203
+ {
2204
+ "epoch": 0.01838746607248995,
2205
+ "grad_norm": 0.9328573942184448,
2206
+ "learning_rate": 4.415384615384616e-05,
2207
+ "loss": 0.49029951095581054,
2208
+ "step": 3140
2209
+ },
2210
+ {
2211
+ "epoch": 0.018446024881638007,
2212
+ "grad_norm": 1.0293370485305786,
2213
+ "learning_rate": 4.3641025641025643e-05,
2214
+ "loss": 0.49523158073425294,
2215
+ "step": 3150
2216
+ },
2217
+ {
2218
+ "epoch": 0.018504583690786065,
2219
+ "grad_norm": 0.8024817109107971,
2220
+ "learning_rate": 4.312820512820513e-05,
2221
+ "loss": 0.6391828536987305,
2222
+ "step": 3160
2223
+ },
2224
+ {
2225
+ "epoch": 0.01856314249993412,
2226
+ "grad_norm": 0.7935349941253662,
2227
+ "learning_rate": 4.2615384615384617e-05,
2228
+ "loss": 0.535066032409668,
2229
+ "step": 3170
2230
+ },
2231
+ {
2232
+ "epoch": 0.018621701309082177,
2233
+ "grad_norm": 1.0129835605621338,
2234
+ "learning_rate": 4.210256410256411e-05,
2235
+ "loss": 0.5176414012908935,
2236
+ "step": 3180
2237
+ },
2238
+ {
2239
+ "epoch": 0.018680260118230235,
2240
+ "grad_norm": 0.7804064154624939,
2241
+ "learning_rate": 4.158974358974359e-05,
2242
+ "loss": 0.5758108615875244,
2243
+ "step": 3190
2244
+ },
2245
+ {
2246
+ "epoch": 0.018738818927378293,
2247
+ "grad_norm": 1.0611324310302734,
2248
+ "learning_rate": 4.1076923076923076e-05,
2249
+ "loss": 0.5137322902679443,
2250
+ "step": 3200
2251
+ },
2252
+ {
2253
+ "epoch": 0.01879737773652635,
2254
+ "grad_norm": 0.9809267520904541,
2255
+ "learning_rate": 4.056410256410257e-05,
2256
+ "loss": 0.5527653217315673,
2257
+ "step": 3210
2258
+ },
2259
+ {
2260
+ "epoch": 0.01885593654567441,
2261
+ "grad_norm": 0.7737221717834473,
2262
+ "learning_rate": 4.005128205128205e-05,
2263
+ "loss": 0.622959041595459,
2264
+ "step": 3220
2265
+ },
2266
+ {
2267
+ "epoch": 0.018914495354822463,
2268
+ "grad_norm": 0.6540891528129578,
2269
+ "learning_rate": 3.953846153846154e-05,
2270
+ "loss": 0.49772024154663086,
2271
+ "step": 3230
2272
+ },
2273
+ {
2274
+ "epoch": 0.01897305416397052,
2275
+ "grad_norm": 0.861090362071991,
2276
+ "learning_rate": 3.902564102564103e-05,
2277
+ "loss": 0.576954984664917,
2278
+ "step": 3240
2279
+ },
2280
+ {
2281
+ "epoch": 0.01903161297311858,
2282
+ "grad_norm": 0.929144024848938,
2283
+ "learning_rate": 3.8512820512820516e-05,
2284
+ "loss": 0.6221125602722168,
2285
+ "step": 3250
2286
+ },
2287
+ {
2288
+ "epoch": 0.019090171782266636,
2289
+ "grad_norm": 0.7518307566642761,
2290
+ "learning_rate": 3.8e-05,
2291
+ "loss": 0.6510417938232422,
2292
+ "step": 3260
2293
+ },
2294
+ {
2295
+ "epoch": 0.019148730591414694,
2296
+ "grad_norm": 0.7619118094444275,
2297
+ "learning_rate": 3.748717948717949e-05,
2298
+ "loss": 0.5681602954864502,
2299
+ "step": 3270
2300
+ },
2301
+ {
2302
+ "epoch": 0.01920728940056275,
2303
+ "grad_norm": 0.926790714263916,
2304
+ "learning_rate": 3.6974358974358975e-05,
2305
+ "loss": 0.5376785278320313,
2306
+ "step": 3280
2307
+ },
2308
+ {
2309
+ "epoch": 0.019265848209710806,
2310
+ "grad_norm": 0.871703565120697,
2311
+ "learning_rate": 3.646153846153846e-05,
2312
+ "loss": 0.5535645008087158,
2313
+ "step": 3290
2314
+ },
2315
+ {
2316
+ "epoch": 0.019324407018858864,
2317
+ "grad_norm": 0.9614275693893433,
2318
+ "learning_rate": 3.5948717948717955e-05,
2319
+ "loss": 0.49208922386169435,
2320
+ "step": 3300
2321
+ },
2322
+ {
2323
+ "epoch": 0.019382965828006922,
2324
+ "grad_norm": 0.9823223352432251,
2325
+ "learning_rate": 3.5435897435897435e-05,
2326
+ "loss": 0.5003201961517334,
2327
+ "step": 3310
2328
+ },
2329
+ {
2330
+ "epoch": 0.01944152463715498,
2331
+ "grad_norm": 0.8970009088516235,
2332
+ "learning_rate": 3.492307692307693e-05,
2333
+ "loss": 0.5308861255645752,
2334
+ "step": 3320
2335
+ },
2336
+ {
2337
+ "epoch": 0.019500083446303038,
2338
+ "grad_norm": 0.7754250764846802,
2339
+ "learning_rate": 3.4410256410256415e-05,
2340
+ "loss": 0.5034646034240723,
2341
+ "step": 3330
2342
+ },
2343
+ {
2344
+ "epoch": 0.019558642255451092,
2345
+ "grad_norm": 0.7612975835800171,
2346
+ "learning_rate": 3.3897435897435894e-05,
2347
+ "loss": 0.5634318351745605,
2348
+ "step": 3340
2349
+ },
2350
+ {
2351
+ "epoch": 0.01961720106459915,
2352
+ "grad_norm": 0.8280472755432129,
2353
+ "learning_rate": 3.338461538461539e-05,
2354
+ "loss": 0.6287012577056885,
2355
+ "step": 3350
2356
+ },
2357
+ {
2358
+ "epoch": 0.019675759873747208,
2359
+ "grad_norm": 0.8421421647071838,
2360
+ "learning_rate": 3.2871794871794874e-05,
2361
+ "loss": 0.5922800540924072,
2362
+ "step": 3360
2363
+ },
2364
+ {
2365
+ "epoch": 0.019734318682895265,
2366
+ "grad_norm": 0.9054791927337646,
2367
+ "learning_rate": 3.235897435897436e-05,
2368
+ "loss": 0.5123564243316651,
2369
+ "step": 3370
2370
+ },
2371
+ {
2372
+ "epoch": 0.019792877492043323,
2373
+ "grad_norm": 0.7409724593162537,
2374
+ "learning_rate": 3.184615384615385e-05,
2375
+ "loss": 0.5477404594421387,
2376
+ "step": 3380
2377
+ },
2378
+ {
2379
+ "epoch": 0.019851436301191377,
2380
+ "grad_norm": 1.0175254344940186,
2381
+ "learning_rate": 3.1333333333333334e-05,
2382
+ "loss": 0.5544933795928955,
2383
+ "step": 3390
2384
+ },
2385
+ {
2386
+ "epoch": 0.019909995110339435,
2387
+ "grad_norm": 0.6535821557044983,
2388
+ "learning_rate": 3.082051282051282e-05,
2389
+ "loss": 0.5649590492248535,
2390
+ "step": 3400
2391
+ },
2392
+ {
2393
+ "epoch": 0.019968553919487493,
2394
+ "grad_norm": 0.8674274682998657,
2395
+ "learning_rate": 3.030769230769231e-05,
2396
+ "loss": 0.565241003036499,
2397
+ "step": 3410
2398
+ },
2399
+ {
2400
+ "epoch": 0.02002711272863555,
2401
+ "grad_norm": 0.8033132553100586,
2402
+ "learning_rate": 2.9794871794871797e-05,
2403
+ "loss": 0.515103816986084,
2404
+ "step": 3420
2405
+ },
2406
+ {
2407
+ "epoch": 0.02008567153778361,
2408
+ "grad_norm": 1.0296214818954468,
2409
+ "learning_rate": 2.9282051282051283e-05,
2410
+ "loss": 0.5208463668823242,
2411
+ "step": 3430
2412
+ },
2413
+ {
2414
+ "epoch": 0.020144230346931667,
2415
+ "grad_norm": 0.8400964736938477,
2416
+ "learning_rate": 2.876923076923077e-05,
2417
+ "loss": 0.5142516136169434,
2418
+ "step": 3440
2419
+ },
2420
+ {
2421
+ "epoch": 0.02020278915607972,
2422
+ "grad_norm": 0.8163658976554871,
2423
+ "learning_rate": 2.825641025641026e-05,
2424
+ "loss": 0.5436674118041992,
2425
+ "step": 3450
2426
+ },
2427
+ {
2428
+ "epoch": 0.02026134796522778,
2429
+ "grad_norm": 0.8809291124343872,
2430
+ "learning_rate": 2.7743589743589743e-05,
2431
+ "loss": 0.5333271026611328,
2432
+ "step": 3460
2433
+ },
2434
+ {
2435
+ "epoch": 0.020319906774375836,
2436
+ "grad_norm": 0.8439704179763794,
2437
+ "learning_rate": 2.7230769230769233e-05,
2438
+ "loss": 0.5213183403015137,
2439
+ "step": 3470
2440
+ },
2441
+ {
2442
+ "epoch": 0.020378465583523894,
2443
+ "grad_norm": 0.8002095222473145,
2444
+ "learning_rate": 2.671794871794872e-05,
2445
+ "loss": 0.4625570297241211,
2446
+ "step": 3480
2447
+ },
2448
+ {
2449
+ "epoch": 0.020437024392671952,
2450
+ "grad_norm": 0.899154007434845,
2451
+ "learning_rate": 2.6205128205128206e-05,
2452
+ "loss": 0.4710862636566162,
2453
+ "step": 3490
2454
+ },
2455
+ {
2456
+ "epoch": 0.020495583201820006,
2457
+ "grad_norm": 0.9485552906990051,
2458
+ "learning_rate": 2.5692307692307692e-05,
2459
+ "loss": 0.47341165542602537,
2460
+ "step": 3500
2461
+ }
2462
+ ],
2463
+ "logging_steps": 10,
2464
+ "max_steps": 4000,
2465
+ "num_input_tokens_seen": 0,
2466
+ "num_train_epochs": 1,
2467
+ "save_steps": 500,
2468
+ "stateful_callbacks": {
2469
+ "TrainerControl": {
2470
+ "args": {
2471
+ "should_epoch_stop": false,
2472
+ "should_evaluate": false,
2473
+ "should_log": false,
2474
+ "should_save": true,
2475
+ "should_training_stop": false
2476
+ },
2477
+ "attributes": {}
2478
+ }
2479
+ },
2480
+ "total_flos": 7.96240571456978e+16,
2481
+ "train_batch_size": 4,
2482
+ "trial_name": null,
2483
+ "trial_params": null
2484
+ }
adapter/checkpoint-3500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b31c165767a8418547683b7b0bb98466ae2cea43d76fd57aefee2b75c80453
3
+ size 5713
adapter/checkpoint-4000/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen3.5-0.8B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen3.5-0.8B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.19.1
adapter/checkpoint-4000/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen3_5ForConditionalGeneration",
7
+ "parent_library": "transformers.models.qwen3_5.modeling_qwen3_5",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/Qwen3.5-0.8B",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 16,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer).*?(?:q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj))|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mixer|mlp|feed_forward|ffn|dense|mixer)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)))",
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_bdlora": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
adapter/checkpoint-4000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51eeed04284d061c6f6cd1b340925e6f461d11447030a73d2e2f1b6539ae8eaf
3
+ size 25587104
adapter/checkpoint-4000/chat_template.jinja ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set image_count = namespace(value=0) %}
2
+ {%- set video_count = namespace(value=0) %}
3
+ {%- macro render_content(content, do_vision_count, is_system_content=false) %}
4
+ {%- if content is string %}
5
+ {{- content }}
6
+ {%- elif content is iterable and content is not mapping %}
7
+ {%- for item in content %}
8
+ {%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
9
+ {%- if is_system_content %}
10
+ {{- raise_exception('System message cannot contain images.') }}
11
+ {%- endif %}
12
+ {%- if do_vision_count %}
13
+ {%- set image_count.value = image_count.value + 1 %}
14
+ {%- endif %}
15
+ {%- if add_vision_id %}
16
+ {{- 'Picture ' ~ image_count.value ~ ': ' }}
17
+ {%- endif %}
18
+ {{- '<|vision_start|><|image_pad|><|vision_end|>' }}
19
+ {%- elif 'video' in item or item.type == 'video' %}
20
+ {%- if is_system_content %}
21
+ {{- raise_exception('System message cannot contain videos.') }}
22
+ {%- endif %}
23
+ {%- if do_vision_count %}
24
+ {%- set video_count.value = video_count.value + 1 %}
25
+ {%- endif %}
26
+ {%- if add_vision_id %}
27
+ {{- 'Video ' ~ video_count.value ~ ': ' }}
28
+ {%- endif %}
29
+ {{- '<|vision_start|><|video_pad|><|vision_end|>' }}
30
+ {%- elif 'text' in item %}
31
+ {{- item.text }}
32
+ {%- else %}
33
+ {{- raise_exception('Unexpected item type in content.') }}
34
+ {%- endif %}
35
+ {%- endfor %}
36
+ {%- elif content is none or content is undefined %}
37
+ {{- '' }}
38
+ {%- else %}
39
+ {{- raise_exception('Unexpected content type.') }}
40
+ {%- endif %}
41
+ {%- endmacro %}
42
+ {%- if not messages %}
43
+ {{- raise_exception('No messages provided.') }}
44
+ {%- endif %}
45
+ {%- set num_sys = 0 %}
46
+ {%- set merged_system = '' %}
47
+ {%- if messages[0].role == 'system' or messages[0].role == 'developer' %}
48
+ {%- set first = render_content(messages[0].content, false, true)|trim %}
49
+ {%- if messages|length > 1 and (messages[1].role == 'system' or messages[1].role == 'developer') %}
50
+ {%- set second = render_content(messages[1].content, false, true)|trim %}
51
+ {%- set merged_system = first + '\n' + second %}
52
+ {%- set num_sys = 2 %}
53
+ {%- else %}
54
+ {%- set merged_system = first %}
55
+ {%- set num_sys = 1 %}
56
+ {%- endif %}
57
+ {%- endif %}
58
+ {%- if tools and tools is iterable and tools is not mapping %}
59
+ {{- '<|im_start|>system\n' }}
60
+ {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
61
+ {%- for tool in tools %}
62
+ {{- "\n" }}
63
+ {{- tool | tojson }}
64
+ {%- endfor %}
65
+ {{- "\n</tools>" }}
66
+ {{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
67
+ {%- if merged_system %}
68
+ {{- '\n\n' + merged_system }}
69
+ {%- endif %}
70
+ {{- '<|im_end|>\n' }}
71
+ {%- else %}
72
+ {%- if merged_system %}
73
+ {{- '<|im_start|>system\n' + merged_system + '<|im_end|>\n' }}
74
+ {%- endif %}
75
+ {%- endif %}
76
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
77
+ {%- for message in messages[::-1] %}
78
+ {%- set index = (messages|length - 1) - loop.index0 %}
79
+ {%- if ns.multi_step_tool and message.role == "user" %}
80
+ {%- set content = render_content(message.content, false)|trim %}
81
+ {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
82
+ {%- set ns.multi_step_tool = false %}
83
+ {%- set ns.last_query_index = index %}
84
+ {%- endif %}
85
+ {%- endif %}
86
+ {%- endfor %}
87
+ {%- for message in messages %}
88
+ {%- if loop.index0 >= num_sys and message.role != "system" and message.role != "developer" %}
89
+ {%- set content = render_content(message.content, true)|trim %}
90
+ {%- if message.role == "user" %}
91
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
92
+ {%- elif message.role == "assistant" %}
93
+ {%- set reasoning_content = '' %}
94
+ {%- if message.reasoning_content is string %}
95
+ {%- set reasoning_content = message.reasoning_content %}
96
+ {%- else %}
97
+ {%- if '</think>' in content %}
98
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
99
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
100
+ {%- endif %}
101
+ {%- endif %}
102
+ {%- set reasoning_content = reasoning_content|trim %}
103
+ {%- if loop.index0 > ns.last_query_index %}
104
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
105
+ {%- else %}
106
+ {{- '<|im_start|>' + message.role + '\n' + content }}
107
+ {%- endif %}
108
+ {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
109
+ {%- for tool_call in message.tool_calls %}
110
+ {%- if tool_call.function is defined %}
111
+ {%- set tool_call = tool_call.function %}
112
+ {%- endif %}
113
+ {%- if loop.first %}
114
+ {%- if content|trim %}
115
+ {{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
116
+ {%- else %}
117
+ {{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
118
+ {%- endif %}
119
+ {%- else %}
120
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
121
+ {%- endif %}
122
+ {%- if tool_call.arguments is mapping %}
123
+ {%- for args_name in tool_call.arguments %}
124
+ {%- set args_value = tool_call.arguments[args_name] %}
125
+ {{- '<parameter=' + args_name + '>\n' }}
126
+ {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
127
+ {{- args_value }}
128
+ {{- '\n</parameter>\n' }}
129
+ {%- endfor %}
130
+ {%- endif %}
131
+ {{- '</function>\n</tool_call>' }}
132
+ {%- endfor %}
133
+ {%- endif %}
134
+ {{- '<|im_end|>\n' }}
135
+ {%- elif message.role == "tool" %}
136
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
137
+ {{- '<|im_start|>user' }}
138
+ {%- endif %}
139
+ {{- '\n<tool_response>\n' }}
140
+ {{- content }}
141
+ {{- '\n</tool_response>' }}
142
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
143
+ {{- '<|im_end|>\n' }}
144
+ {%- elif loop.last %}
145
+ {{- '<|im_end|>\n' }}
146
+ {%- endif %}
147
+ {%- endif %}
148
+ {%- endif %}
149
+ {%- endfor %}
150
+ {%- if add_generation_prompt %}
151
+ {{- '<|im_start|>assistant\n' }}
152
+ {%- if enable_thinking is defined and enable_thinking is true %}
153
+ {{- '<think>\n' }}
154
+ {%- else %}
155
+ {{- '<think>\n\n</think>\n\n' }}
156
+ {%- endif %}
157
+ {%- endif %}
158
+ {#- Unsloth fixes - developer role, tool calling #}
adapter/checkpoint-4000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac66fa1ec3c3f2789ed25bc19ed53cea8e04f74540b4ca9535735cac9de5649f
3
+ size 51282443
adapter/checkpoint-4000/processor_config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_processor": {
3
+ "data_format": "channels_first",
4
+ "do_convert_rgb": true,
5
+ "do_normalize": true,
6
+ "do_rescale": true,
7
+ "do_resize": true,
8
+ "image_mean": [
9
+ 0.5,
10
+ 0.5,
11
+ 0.5
12
+ ],
13
+ "image_processor_type": "Qwen2VLImageProcessor",
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "merge_size": 2,
20
+ "patch_size": 16,
21
+ "resample": 3,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "longest_edge": 16777216,
25
+ "shortest_edge": 65536
26
+ },
27
+ "temporal_patch_size": 2
28
+ },
29
+ "processor_class": "Qwen3VLProcessor",
30
+ "video_processor": {
31
+ "data_format": "channels_first",
32
+ "default_to_square": true,
33
+ "do_convert_rgb": true,
34
+ "do_normalize": true,
35
+ "do_rescale": true,
36
+ "do_resize": true,
37
+ "do_sample_frames": true,
38
+ "fps": 2,
39
+ "image_mean": [
40
+ 0.5,
41
+ 0.5,
42
+ 0.5
43
+ ],
44
+ "image_std": [
45
+ 0.5,
46
+ 0.5,
47
+ 0.5
48
+ ],
49
+ "max_frames": 768,
50
+ "merge_size": 2,
51
+ "min_frames": 4,
52
+ "patch_size": 16,
53
+ "resample": 3,
54
+ "rescale_factor": 0.00392156862745098,
55
+ "return_metadata": false,
56
+ "size": {
57
+ "longest_edge": 25165824,
58
+ "shortest_edge": 4096
59
+ },
60
+ "temporal_patch_size": 2,
61
+ "video_processor_type": "Qwen3VLVideoProcessor"
62
+ }
63
+ }
adapter/checkpoint-4000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c19bab1174704a4a4441475683bf1270277af15d2e2c95e964789128e482c4
3
+ size 14645
adapter/checkpoint-4000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1783515d13d2c7f566c1258dc98c98181fd931bd6b4838fe28d3a212a9d460b
3
+ size 1465
adapter/checkpoint-4000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a7830d63fcf43bf241c3c5242e96e62dd3fdc29224ca26fed8ea333db72de4
3
+ size 19989343
adapter/checkpoint-4000/tokenizer_config.json ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "audio_bos_token": "<|audio_start|>",
4
+ "audio_eos_token": "<|audio_end|>",
5
+ "audio_token": "<|audio_pad|>",
6
+ "backend": "tokenizers",
7
+ "bos_token": null,
8
+ "clean_up_tokenization_spaces": false,
9
+ "eos_token": "<|im_end|>",
10
+ "errors": "replace",
11
+ "image_token": "<|image_pad|>",
12
+ "is_local": false,
13
+ "model_max_length": 262144,
14
+ "model_specific_special_tokens": {
15
+ "audio_bos_token": "<|audio_start|>",
16
+ "audio_eos_token": "<|audio_end|>",
17
+ "audio_token": "<|audio_pad|>",
18
+ "image_token": "<|image_pad|>",
19
+ "video_token": "<|video_pad|>",
20
+ "vision_bos_token": "<|vision_start|>",
21
+ "vision_eos_token": "<|vision_end|>"
22
+ },
23
+ "pad_token": "<|vision_pad|>",
24
+ "padding_side": "right",
25
+ "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
26
+ "processor_class": "Qwen3VLProcessor",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "TokenizersBackend",
29
+ "unk_token": null,
30
+ "video_token": "<|video_pad|>",
31
+ "vision_bos_token": "<|vision_start|>",
32
+ "vision_eos_token": "<|vision_end|>",
33
+ "added_tokens_decoder": {
34
+ "248044": {
35
+ "content": "<|endoftext|>",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
+ },
42
+ "248045": {
43
+ "content": "<|im_start|>",
44
+ "single_word": false,
45
+ "lstrip": false,
46
+ "rstrip": false,
47
+ "normalized": false,
48
+ "special": true
49
+ },
50
+ "248046": {
51
+ "content": "<|im_end|>",
52
+ "single_word": false,
53
+ "lstrip": false,
54
+ "rstrip": false,
55
+ "normalized": false,
56
+ "special": true
57
+ },
58
+ "248047": {
59
+ "content": "<|object_ref_start|>",
60
+ "single_word": false,
61
+ "lstrip": false,
62
+ "rstrip": false,
63
+ "normalized": false,
64
+ "special": true
65
+ },
66
+ "248048": {
67
+ "content": "<|object_ref_end|>",
68
+ "single_word": false,
69
+ "lstrip": false,
70
+ "rstrip": false,
71
+ "normalized": false,
72
+ "special": true
73
+ },
74
+ "248049": {
75
+ "content": "<|box_start|>",
76
+ "single_word": false,
77
+ "lstrip": false,
78
+ "rstrip": false,
79
+ "normalized": false,
80
+ "special": true
81
+ },
82
+ "248050": {
83
+ "content": "<|box_end|>",
84
+ "single_word": false,
85
+ "lstrip": false,
86
+ "rstrip": false,
87
+ "normalized": false,
88
+ "special": true
89
+ },
90
+ "248051": {
91
+ "content": "<|quad_start|>",
92
+ "single_word": false,
93
+ "lstrip": false,
94
+ "rstrip": false,
95
+ "normalized": false,
96
+ "special": true
97
+ },
98
+ "248052": {
99
+ "content": "<|quad_end|>",
100
+ "single_word": false,
101
+ "lstrip": false,
102
+ "rstrip": false,
103
+ "normalized": false,
104
+ "special": true
105
+ },
106
+ "248053": {
107
+ "content": "<|vision_start|>",
108
+ "single_word": false,
109
+ "lstrip": false,
110
+ "rstrip": false,
111
+ "normalized": false,
112
+ "special": true
113
+ },
114
+ "248054": {
115
+ "content": "<|vision_end|>",
116
+ "single_word": false,
117
+ "lstrip": false,
118
+ "rstrip": false,
119
+ "normalized": false,
120
+ "special": true
121
+ },
122
+ "248055": {
123
+ "content": "<|vision_pad|>",
124
+ "single_word": false,
125
+ "lstrip": false,
126
+ "rstrip": false,
127
+ "normalized": false,
128
+ "special": true
129
+ },
130
+ "248056": {
131
+ "content": "<|image_pad|>",
132
+ "single_word": false,
133
+ "lstrip": false,
134
+ "rstrip": false,
135
+ "normalized": false,
136
+ "special": true
137
+ },
138
+ "248057": {
139
+ "content": "<|video_pad|>",
140
+ "single_word": false,
141
+ "lstrip": false,
142
+ "rstrip": false,
143
+ "normalized": false,
144
+ "special": true
145
+ },
146
+ "248058": {
147
+ "content": "<tool_call>",
148
+ "single_word": false,
149
+ "lstrip": false,
150
+ "rstrip": false,
151
+ "normalized": false,
152
+ "special": false
153
+ },
154
+ "248059": {
155
+ "content": "</tool_call>",
156
+ "single_word": false,
157
+ "lstrip": false,
158
+ "rstrip": false,
159
+ "normalized": false,
160
+ "special": false
161
+ },
162
+ "248060": {
163
+ "content": "<|fim_prefix|>",
164
+ "single_word": false,
165
+ "lstrip": false,
166
+ "rstrip": false,
167
+ "normalized": false,
168
+ "special": false
169
+ },
170
+ "248061": {
171
+ "content": "<|fim_middle|>",
172
+ "single_word": false,
173
+ "lstrip": false,
174
+ "rstrip": false,
175
+ "normalized": false,
176
+ "special": false
177
+ },
178
+ "248062": {
179
+ "content": "<|fim_suffix|>",
180
+ "single_word": false,
181
+ "lstrip": false,
182
+ "rstrip": false,
183
+ "normalized": false,
184
+ "special": false
185
+ },
186
+ "248063": {
187
+ "content": "<|fim_pad|>",
188
+ "single_word": false,
189
+ "lstrip": false,
190
+ "rstrip": false,
191
+ "normalized": false,
192
+ "special": false
193
+ },
194
+ "248064": {
195
+ "content": "<|repo_name|>",
196
+ "single_word": false,
197
+ "lstrip": false,
198
+ "rstrip": false,
199
+ "normalized": false,
200
+ "special": false
201
+ },
202
+ "248065": {
203
+ "content": "<|file_sep|>",
204
+ "single_word": false,
205
+ "lstrip": false,
206
+ "rstrip": false,
207
+ "normalized": false,
208
+ "special": false
209
+ },
210
+ "248066": {
211
+ "content": "<tool_response>",
212
+ "single_word": false,
213
+ "lstrip": false,
214
+ "rstrip": false,
215
+ "normalized": false,
216
+ "special": false
217
+ },
218
+ "248067": {
219
+ "content": "</tool_response>",
220
+ "single_word": false,
221
+ "lstrip": false,
222
+ "rstrip": false,
223
+ "normalized": false,
224
+ "special": false
225
+ },
226
+ "248068": {
227
+ "content": "<think>",
228
+ "single_word": false,
229
+ "lstrip": false,
230
+ "rstrip": false,
231
+ "normalized": false,
232
+ "special": false
233
+ },
234
+ "248069": {
235
+ "content": "</think>",
236
+ "single_word": false,
237
+ "lstrip": false,
238
+ "rstrip": false,
239
+ "normalized": false,
240
+ "special": false
241
+ },
242
+ "248070": {
243
+ "content": "<|audio_start|>",
244
+ "single_word": false,
245
+ "lstrip": false,
246
+ "rstrip": false,
247
+ "normalized": false,
248
+ "special": true
249
+ },
250
+ "248071": {
251
+ "content": "<|audio_end|>",
252
+ "single_word": false,
253
+ "lstrip": false,
254
+ "rstrip": false,
255
+ "normalized": false,
256
+ "special": true
257
+ },
258
+ "248072": {
259
+ "content": "<tts_pad>",
260
+ "single_word": false,
261
+ "lstrip": false,
262
+ "rstrip": false,
263
+ "normalized": false,
264
+ "special": true
265
+ },
266
+ "248073": {
267
+ "content": "<tts_text_bos>",
268
+ "single_word": false,
269
+ "lstrip": false,
270
+ "rstrip": false,
271
+ "normalized": false,
272
+ "special": true
273
+ },
274
+ "248074": {
275
+ "content": "<tts_text_eod>",
276
+ "single_word": false,
277
+ "lstrip": false,
278
+ "rstrip": false,
279
+ "normalized": false,
280
+ "special": true
281
+ },
282
+ "248075": {
283
+ "content": "<tts_text_bos_single>",
284
+ "single_word": false,
285
+ "lstrip": false,
286
+ "rstrip": false,
287
+ "normalized": false,
288
+ "special": true
289
+ },
290
+ "248076": {
291
+ "content": "<|audio_pad|>",
292
+ "single_word": false,
293
+ "lstrip": false,
294
+ "rstrip": false,
295
+ "normalized": false,
296
+ "special": true
297
+ }
298
+ }
299
+ }
adapter/checkpoint-4000/trainer_state.json ADDED
@@ -0,0 +1,2834 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.023423523659222865,
6
+ "eval_steps": 500,
7
+ "global_step": 4000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 5.855880914805717e-05,
14
+ "grad_norm": 1.5575445890426636,
15
+ "learning_rate": 1.8e-05,
16
+ "loss": 0.7678159713745117,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.00011711761829611434,
21
+ "grad_norm": 1.0704400539398193,
22
+ "learning_rate": 3.8e-05,
23
+ "loss": 0.7586987972259521,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.0001756764274441715,
28
+ "grad_norm": 0.6421218514442444,
29
+ "learning_rate": 5.8e-05,
30
+ "loss": 0.6814639568328857,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.00023423523659222867,
35
+ "grad_norm": 0.938690721988678,
36
+ "learning_rate": 7.800000000000001e-05,
37
+ "loss": 0.6233416557312011,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.00029279404574028583,
42
+ "grad_norm": 1.166359543800354,
43
+ "learning_rate": 9.8e-05,
44
+ "loss": 0.5837168216705322,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.000351352854888343,
49
+ "grad_norm": 0.7864418029785156,
50
+ "learning_rate": 0.000118,
51
+ "loss": 0.49336514472961424,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.00040991166403640014,
56
+ "grad_norm": 0.723896861076355,
57
+ "learning_rate": 0.000138,
58
+ "loss": 0.6541348457336426,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.00046847047318445735,
63
+ "grad_norm": 0.5491677522659302,
64
+ "learning_rate": 0.00015800000000000002,
65
+ "loss": 0.6446280479431152,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.0005270292823325145,
70
+ "grad_norm": 1.032065510749817,
71
+ "learning_rate": 0.00017800000000000002,
72
+ "loss": 0.493870210647583,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.0005855880914805717,
77
+ "grad_norm": 0.7324640154838562,
78
+ "learning_rate": 0.00019800000000000002,
79
+ "loss": 0.63213210105896,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.0006441469006286288,
84
+ "grad_norm": 0.8503096103668213,
85
+ "learning_rate": 0.00019953846153846153,
86
+ "loss": 0.6286506652832031,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.000702705709776686,
91
+ "grad_norm": 0.8664548993110657,
92
+ "learning_rate": 0.00019902564102564104,
93
+ "loss": 0.48207850456237794,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.0007612645189247431,
98
+ "grad_norm": 0.6782843470573425,
99
+ "learning_rate": 0.00019851282051282053,
100
+ "loss": 0.6306986331939697,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.0008198233280728003,
105
+ "grad_norm": 1.2085249423980713,
106
+ "learning_rate": 0.00019800000000000002,
107
+ "loss": 0.5556919574737549,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.0008783821372208574,
112
+ "grad_norm": 0.8503999710083008,
113
+ "learning_rate": 0.0001974871794871795,
114
+ "loss": 0.6409926414489746,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.0009369409463689147,
119
+ "grad_norm": 0.7704036235809326,
120
+ "learning_rate": 0.000196974358974359,
121
+ "loss": 0.5393772125244141,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.0009954997555169719,
126
+ "grad_norm": 0.7071548104286194,
127
+ "learning_rate": 0.00019646153846153847,
128
+ "loss": 0.6072579860687256,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.001054058564665029,
133
+ "grad_norm": 0.6557785272598267,
134
+ "learning_rate": 0.00019594871794871796,
135
+ "loss": 0.49915218353271484,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.0011126173738130862,
140
+ "grad_norm": 0.6428221464157104,
141
+ "learning_rate": 0.00019543589743589745,
142
+ "loss": 0.6393180370330811,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.0011711761829611433,
147
+ "grad_norm": 0.8832526803016663,
148
+ "learning_rate": 0.00019492307692307693,
149
+ "loss": 0.6467752456665039,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.0012297349921092005,
154
+ "grad_norm": 0.8874967694282532,
155
+ "learning_rate": 0.00019441025641025642,
156
+ "loss": 0.6200666904449463,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.0012882938012572576,
161
+ "grad_norm": 0.8451365828514099,
162
+ "learning_rate": 0.0001938974358974359,
163
+ "loss": 0.5980692386627198,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.0013468526104053148,
168
+ "grad_norm": 1.3747062683105469,
169
+ "learning_rate": 0.0001933846153846154,
170
+ "loss": 0.5997383117675781,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.001405411419553372,
175
+ "grad_norm": 0.7659091949462891,
176
+ "learning_rate": 0.00019287179487179488,
177
+ "loss": 0.6244289875030518,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.001463970228701429,
182
+ "grad_norm": 0.7551876902580261,
183
+ "learning_rate": 0.00019235897435897437,
184
+ "loss": 0.5602375507354737,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.0015225290378494862,
189
+ "grad_norm": 0.8756004571914673,
190
+ "learning_rate": 0.00019184615384615385,
191
+ "loss": 0.5726509094238281,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.0015810878469975434,
196
+ "grad_norm": 0.9010286927223206,
197
+ "learning_rate": 0.00019133333333333334,
198
+ "loss": 0.564607048034668,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.0016396466561456006,
203
+ "grad_norm": 0.768795907497406,
204
+ "learning_rate": 0.00019082051282051283,
205
+ "loss": 0.6172872066497803,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.0016982054652936577,
210
+ "grad_norm": 0.8452103137969971,
211
+ "learning_rate": 0.0001903076923076923,
212
+ "loss": 0.5882416248321534,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.0017567642744417149,
217
+ "grad_norm": 0.8099432587623596,
218
+ "learning_rate": 0.0001897948717948718,
219
+ "loss": 0.5674912452697753,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.001815323083589772,
224
+ "grad_norm": 0.7150252461433411,
225
+ "learning_rate": 0.00018928205128205129,
226
+ "loss": 0.5736612796783447,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.0018738818927378294,
231
+ "grad_norm": 1.098449945449829,
232
+ "learning_rate": 0.0001887692307692308,
233
+ "loss": 0.6177639484405517,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.0019324407018858865,
238
+ "grad_norm": 0.7274444103240967,
239
+ "learning_rate": 0.00018825641025641029,
240
+ "loss": 0.6690079212188721,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.0019909995110339437,
245
+ "grad_norm": 0.7714038491249084,
246
+ "learning_rate": 0.00018774358974358975,
247
+ "loss": 0.5143749237060546,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.0020495583201820006,
252
+ "grad_norm": 0.9286389946937561,
253
+ "learning_rate": 0.00018723076923076923,
254
+ "loss": 0.5226009368896485,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.002108117129330058,
259
+ "grad_norm": 0.9736594557762146,
260
+ "learning_rate": 0.00018671794871794872,
261
+ "loss": 0.5954864501953125,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.002166675938478115,
266
+ "grad_norm": 0.7701608538627625,
267
+ "learning_rate": 0.0001862051282051282,
268
+ "loss": 0.564179515838623,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.0022252347476261723,
273
+ "grad_norm": 0.8563699126243591,
274
+ "learning_rate": 0.0001856923076923077,
275
+ "loss": 0.587281608581543,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.0022837935567742293,
280
+ "grad_norm": 1.017929196357727,
281
+ "learning_rate": 0.00018517948717948718,
282
+ "loss": 0.579550313949585,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.0023423523659222866,
287
+ "grad_norm": 0.6563118696212769,
288
+ "learning_rate": 0.00018466666666666666,
289
+ "loss": 0.5135430335998535,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.0024009111750703436,
294
+ "grad_norm": 0.7011086344718933,
295
+ "learning_rate": 0.00018415384615384618,
296
+ "loss": 0.6544422149658203,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.002459469984218401,
301
+ "grad_norm": 0.991001546382904,
302
+ "learning_rate": 0.00018364102564102567,
303
+ "loss": 0.6101119518280029,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.0025180287933664583,
308
+ "grad_norm": 0.7023338675498962,
309
+ "learning_rate": 0.00018312820512820515,
310
+ "loss": 0.5026431560516358,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.0025765876025145153,
315
+ "grad_norm": 0.9078162908554077,
316
+ "learning_rate": 0.00018261538461538464,
317
+ "loss": 0.5121633052825928,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.0026351464116625726,
322
+ "grad_norm": 0.7449192404747009,
323
+ "learning_rate": 0.00018210256410256412,
324
+ "loss": 0.6154009819030761,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.0026937052208106296,
329
+ "grad_norm": 0.6876159906387329,
330
+ "learning_rate": 0.00018158974358974358,
331
+ "loss": 0.5338088989257812,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.002752264029958687,
336
+ "grad_norm": 0.9204329252243042,
337
+ "learning_rate": 0.00018107692307692307,
338
+ "loss": 0.5554272174835205,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.002810822839106744,
343
+ "grad_norm": 0.7362950444221497,
344
+ "learning_rate": 0.00018056410256410256,
345
+ "loss": 0.6131524085998535,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.0028693816482548012,
350
+ "grad_norm": 0.9833507537841797,
351
+ "learning_rate": 0.00018005128205128204,
352
+ "loss": 0.5537636756896973,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.002927940457402858,
357
+ "grad_norm": 0.7546113133430481,
358
+ "learning_rate": 0.00017953846153846156,
359
+ "loss": 0.6003861904144288,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.0029864992665509156,
364
+ "grad_norm": 0.7838321924209595,
365
+ "learning_rate": 0.00017902564102564104,
366
+ "loss": 0.6598413944244385,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.0030450580756989725,
371
+ "grad_norm": 0.7242461442947388,
372
+ "learning_rate": 0.00017851282051282053,
373
+ "loss": 0.5558955669403076,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.00310361688484703,
378
+ "grad_norm": 1.1162296533584595,
379
+ "learning_rate": 0.00017800000000000002,
380
+ "loss": 0.6460456371307373,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.003162175693995087,
385
+ "grad_norm": 0.7049973011016846,
386
+ "learning_rate": 0.0001774871794871795,
387
+ "loss": 0.6043939113616943,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.003220734503143144,
392
+ "grad_norm": 0.8112305998802185,
393
+ "learning_rate": 0.000176974358974359,
394
+ "loss": 0.4545936584472656,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.003279293312291201,
399
+ "grad_norm": 0.6234564781188965,
400
+ "learning_rate": 0.00017646153846153848,
401
+ "loss": 0.6101226329803466,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.0033378521214392585,
406
+ "grad_norm": 0.9512666463851929,
407
+ "learning_rate": 0.00017594871794871796,
408
+ "loss": 0.6055888175964356,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.0033964109305873154,
413
+ "grad_norm": 0.8533800840377808,
414
+ "learning_rate": 0.00017543589743589742,
415
+ "loss": 0.6529808044433594,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.003454969739735373,
420
+ "grad_norm": 0.896560549736023,
421
+ "learning_rate": 0.00017492307692307694,
422
+ "loss": 0.5882085800170899,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.0035135285488834297,
427
+ "grad_norm": 0.8455023765563965,
428
+ "learning_rate": 0.00017441025641025642,
429
+ "loss": 0.518503999710083,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.003572087358031487,
434
+ "grad_norm": 0.7477754950523376,
435
+ "learning_rate": 0.0001738974358974359,
436
+ "loss": 0.6013938426971436,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.003630646167179544,
441
+ "grad_norm": 0.8402391672134399,
442
+ "learning_rate": 0.0001733846153846154,
443
+ "loss": 0.6162835597991944,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.0036892049763276014,
448
+ "grad_norm": 1.0327485799789429,
449
+ "learning_rate": 0.00017287179487179488,
450
+ "loss": 0.6443416595458984,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.003747763785475659,
455
+ "grad_norm": 1.0342403650283813,
456
+ "learning_rate": 0.00017235897435897437,
457
+ "loss": 0.5222865581512451,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.0038063225946237157,
462
+ "grad_norm": 0.9043326377868652,
463
+ "learning_rate": 0.00017184615384615386,
464
+ "loss": 0.6140403747558594,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.003864881403771773,
469
+ "grad_norm": 0.8706991076469421,
470
+ "learning_rate": 0.00017133333333333334,
471
+ "loss": 0.6201248645782471,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.0039234402129198305,
476
+ "grad_norm": 0.7702825665473938,
477
+ "learning_rate": 0.00017082051282051283,
478
+ "loss": 0.5698607921600342,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.003981999022067887,
483
+ "grad_norm": 0.7835186719894409,
484
+ "learning_rate": 0.00017030769230769231,
485
+ "loss": 0.5464808464050293,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.004040557831215944,
490
+ "grad_norm": 0.7293221950531006,
491
+ "learning_rate": 0.0001697948717948718,
492
+ "loss": 0.6055557250976562,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.004099116640364001,
497
+ "grad_norm": 0.8519648313522339,
498
+ "learning_rate": 0.0001692820512820513,
499
+ "loss": 0.594606876373291,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.004157675449512059,
504
+ "grad_norm": 0.8359381556510925,
505
+ "learning_rate": 0.00016876923076923077,
506
+ "loss": 0.6676365852355957,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.004216234258660116,
511
+ "grad_norm": 0.9601361155509949,
512
+ "learning_rate": 0.00016825641025641026,
513
+ "loss": 0.5267905235290528,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.004274793067808173,
518
+ "grad_norm": 0.5900155901908875,
519
+ "learning_rate": 0.00016774358974358975,
520
+ "loss": 0.5860335826873779,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.00433335187695623,
525
+ "grad_norm": 0.7671850323677063,
526
+ "learning_rate": 0.00016723076923076923,
527
+ "loss": 0.5898273468017579,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.004391910686104288,
532
+ "grad_norm": 0.9657745361328125,
533
+ "learning_rate": 0.00016671794871794872,
534
+ "loss": 0.6093048572540283,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.004450469495252345,
539
+ "grad_norm": 0.7431370615959167,
540
+ "learning_rate": 0.0001662051282051282,
541
+ "loss": 0.6279802799224854,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.004509028304400402,
546
+ "grad_norm": 0.9329614639282227,
547
+ "learning_rate": 0.0001656923076923077,
548
+ "loss": 0.5990581512451172,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.0045675871135484585,
553
+ "grad_norm": 0.6032372713088989,
554
+ "learning_rate": 0.00016517948717948718,
555
+ "loss": 0.5825644493103027,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.004626145922696516,
560
+ "grad_norm": 0.6884028911590576,
561
+ "learning_rate": 0.00016466666666666667,
562
+ "loss": 0.555311632156372,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.004684704731844573,
567
+ "grad_norm": 0.7366816997528076,
568
+ "learning_rate": 0.00016415384615384618,
569
+ "loss": 0.6074917793273926,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.00474326354099263,
574
+ "grad_norm": 0.776561439037323,
575
+ "learning_rate": 0.00016364102564102567,
576
+ "loss": 0.5682147026062012,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.004801822350140687,
581
+ "grad_norm": 0.8783098459243774,
582
+ "learning_rate": 0.00016312820512820515,
583
+ "loss": 0.6519593715667724,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.004860381159288745,
588
+ "grad_norm": 0.8319303393363953,
589
+ "learning_rate": 0.0001626153846153846,
590
+ "loss": 0.6276237487792968,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.004918939968436802,
595
+ "grad_norm": 0.7415748238563538,
596
+ "learning_rate": 0.0001621025641025641,
597
+ "loss": 0.6673260688781738,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.004977498777584859,
602
+ "grad_norm": 1.0244334936141968,
603
+ "learning_rate": 0.00016158974358974359,
604
+ "loss": 0.6164275169372558,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.005036057586732917,
609
+ "grad_norm": 1.0644179582595825,
610
+ "learning_rate": 0.00016107692307692307,
611
+ "loss": 0.5958343505859375,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.0050946163958809736,
616
+ "grad_norm": 0.7661171555519104,
617
+ "learning_rate": 0.00016056410256410256,
618
+ "loss": 0.5362070083618165,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.0051531752050290305,
623
+ "grad_norm": 1.014600157737732,
624
+ "learning_rate": 0.00016005128205128205,
625
+ "loss": 0.537624454498291,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.0052117340141770874,
630
+ "grad_norm": 0.7331597805023193,
631
+ "learning_rate": 0.00015953846153846156,
632
+ "loss": 0.5774639129638672,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.005270292823325145,
637
+ "grad_norm": 0.7434748411178589,
638
+ "learning_rate": 0.00015902564102564105,
639
+ "loss": 0.5845869064331055,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.005328851632473202,
644
+ "grad_norm": 0.7248567342758179,
645
+ "learning_rate": 0.00015851282051282053,
646
+ "loss": 0.590050458908081,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.005387410441621259,
651
+ "grad_norm": 0.9382026791572571,
652
+ "learning_rate": 0.00015800000000000002,
653
+ "loss": 0.6036070823669434,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.005445969250769316,
658
+ "grad_norm": 0.9255577325820923,
659
+ "learning_rate": 0.0001574871794871795,
660
+ "loss": 0.4737861633300781,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.005504528059917374,
665
+ "grad_norm": 0.9797175526618958,
666
+ "learning_rate": 0.000156974358974359,
667
+ "loss": 0.5388136386871338,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.005563086869065431,
672
+ "grad_norm": 0.7894104719161987,
673
+ "learning_rate": 0.00015646153846153845,
674
+ "loss": 0.529002571105957,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.005621645678213488,
679
+ "grad_norm": 0.8898355960845947,
680
+ "learning_rate": 0.00015594871794871794,
681
+ "loss": 0.5382211685180665,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.005680204487361545,
686
+ "grad_norm": 0.7389085292816162,
687
+ "learning_rate": 0.00015543589743589742,
688
+ "loss": 0.5379764080047608,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.0057387632965096025,
693
+ "grad_norm": 0.8882327675819397,
694
+ "learning_rate": 0.00015492307692307694,
695
+ "loss": 0.5847358226776123,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.005797322105657659,
700
+ "grad_norm": 1.1310079097747803,
701
+ "learning_rate": 0.00015441025641025642,
702
+ "loss": 0.5858294486999511,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.005855880914805716,
707
+ "grad_norm": 1.0356104373931885,
708
+ "learning_rate": 0.0001538974358974359,
709
+ "loss": 0.5417033195495605,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.005914439723953773,
714
+ "grad_norm": 0.7012810707092285,
715
+ "learning_rate": 0.0001533846153846154,
716
+ "loss": 0.6806005477905274,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.005972998533101831,
721
+ "grad_norm": 0.9496027231216431,
722
+ "learning_rate": 0.00015287179487179488,
723
+ "loss": 0.521822738647461,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.006031557342249888,
728
+ "grad_norm": 0.7196470499038696,
729
+ "learning_rate": 0.00015235897435897437,
730
+ "loss": 0.5730608940124512,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.006090116151397945,
735
+ "grad_norm": 0.7311615347862244,
736
+ "learning_rate": 0.00015184615384615386,
737
+ "loss": 0.6122246742248535,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.006148674960546002,
742
+ "grad_norm": 0.7351731657981873,
743
+ "learning_rate": 0.00015133333333333334,
744
+ "loss": 0.5122735023498535,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.00620723376969406,
749
+ "grad_norm": 0.8649750351905823,
750
+ "learning_rate": 0.00015082051282051283,
751
+ "loss": 0.6370734691619873,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.006265792578842117,
756
+ "grad_norm": 0.7295814752578735,
757
+ "learning_rate": 0.00015030769230769232,
758
+ "loss": 0.5188347816467285,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.006324351387990174,
763
+ "grad_norm": 0.7717416882514954,
764
+ "learning_rate": 0.0001497948717948718,
765
+ "loss": 0.5114748001098632,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.006382910197138231,
770
+ "grad_norm": 0.5910501480102539,
771
+ "learning_rate": 0.0001492820512820513,
772
+ "loss": 0.46537189483642577,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.006441469006286288,
777
+ "grad_norm": 0.7533769011497498,
778
+ "learning_rate": 0.00014876923076923078,
779
+ "loss": 0.5796781539916992,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.006500027815434345,
784
+ "grad_norm": 0.9167582988739014,
785
+ "learning_rate": 0.00014825641025641026,
786
+ "loss": 0.6297817230224609,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.006558586624582402,
791
+ "grad_norm": 1.1386590003967285,
792
+ "learning_rate": 0.00014774358974358975,
793
+ "loss": 0.592150354385376,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.00661714543373046,
798
+ "grad_norm": 0.7550930380821228,
799
+ "learning_rate": 0.00014723076923076924,
800
+ "loss": 0.5509029865264893,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.006675704242878517,
805
+ "grad_norm": 0.6492360234260559,
806
+ "learning_rate": 0.00014671794871794872,
807
+ "loss": 0.5187190055847168,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.006734263052026574,
812
+ "grad_norm": 0.7233424782752991,
813
+ "learning_rate": 0.0001462051282051282,
814
+ "loss": 0.5804600238800048,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.006792821861174631,
819
+ "grad_norm": 1.0428144931793213,
820
+ "learning_rate": 0.0001456923076923077,
821
+ "loss": 0.5116332530975342,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.006851380670322689,
826
+ "grad_norm": 0.7919323444366455,
827
+ "learning_rate": 0.00014517948717948718,
828
+ "loss": 0.6416738986968994,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.006909939479470746,
833
+ "grad_norm": 0.8511198163032532,
834
+ "learning_rate": 0.0001446666666666667,
835
+ "loss": 0.579420518875122,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.0069684982886188025,
840
+ "grad_norm": 0.6856178641319275,
841
+ "learning_rate": 0.00014415384615384615,
842
+ "loss": 0.5805029392242431,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.0070270570977668595,
847
+ "grad_norm": 0.7397869229316711,
848
+ "learning_rate": 0.00014364102564102564,
849
+ "loss": 0.5604559898376464,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.007085615906914917,
854
+ "grad_norm": 0.7105910778045654,
855
+ "learning_rate": 0.00014312820512820513,
856
+ "loss": 0.5608997821807862,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.007144174716062974,
861
+ "grad_norm": 0.7479007244110107,
862
+ "learning_rate": 0.00014261538461538461,
863
+ "loss": 0.6052242279052734,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.007202733525211031,
868
+ "grad_norm": 1.1256407499313354,
869
+ "learning_rate": 0.0001421025641025641,
870
+ "loss": 0.6259459495544434,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.007261292334359088,
875
+ "grad_norm": 0.6991755962371826,
876
+ "learning_rate": 0.0001415897435897436,
877
+ "loss": 0.5524515151977539,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.007319851143507146,
882
+ "grad_norm": 1.053760051727295,
883
+ "learning_rate": 0.00014107692307692307,
884
+ "loss": 0.5364514827728272,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.007378409952655203,
889
+ "grad_norm": 0.983850359916687,
890
+ "learning_rate": 0.00014056410256410256,
891
+ "loss": 0.5353530883789063,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.00743696876180326,
896
+ "grad_norm": 0.6570679545402527,
897
+ "learning_rate": 0.00014005128205128207,
898
+ "loss": 0.5768649101257324,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.007495527570951318,
903
+ "grad_norm": 0.6319562792778015,
904
+ "learning_rate": 0.00013953846153846156,
905
+ "loss": 0.587717342376709,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.0075540863800993745,
910
+ "grad_norm": 0.8129682540893555,
911
+ "learning_rate": 0.00013902564102564105,
912
+ "loss": 0.561523723602295,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.0076126451892474314,
917
+ "grad_norm": 0.884220540523529,
918
+ "learning_rate": 0.00013851282051282053,
919
+ "loss": 0.513004207611084,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.007671203998395488,
924
+ "grad_norm": 0.7594801783561707,
925
+ "learning_rate": 0.000138,
926
+ "loss": 0.5956247806549072,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.007729762807543546,
931
+ "grad_norm": 0.8838579654693604,
932
+ "learning_rate": 0.00013748717948717948,
933
+ "loss": 0.6295031547546387,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.007788321616691603,
938
+ "grad_norm": 0.7182386517524719,
939
+ "learning_rate": 0.00013697435897435897,
940
+ "loss": 0.5618526458740234,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.007846880425839661,
945
+ "grad_norm": 0.7297655940055847,
946
+ "learning_rate": 0.00013646153846153845,
947
+ "loss": 0.5208499908447266,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.007905439234987717,
952
+ "grad_norm": 0.62089604139328,
953
+ "learning_rate": 0.00013594871794871794,
954
+ "loss": 0.5239852428436279,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.007963998044135775,
959
+ "grad_norm": 0.7171675562858582,
960
+ "learning_rate": 0.00013543589743589745,
961
+ "loss": 0.5648018836975097,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.008022556853283831,
966
+ "grad_norm": 0.9089975357055664,
967
+ "learning_rate": 0.00013492307692307694,
968
+ "loss": 0.5615391254425048,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.008081115662431889,
973
+ "grad_norm": 0.7600458860397339,
974
+ "learning_rate": 0.00013441025641025643,
975
+ "loss": 0.604154634475708,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.008139674471579946,
980
+ "grad_norm": 0.7462561726570129,
981
+ "learning_rate": 0.0001338974358974359,
982
+ "loss": 0.6301332950592041,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.008198233280728003,
987
+ "grad_norm": 0.7292648553848267,
988
+ "learning_rate": 0.0001333846153846154,
989
+ "loss": 0.5153694152832031,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.00825679208987606,
994
+ "grad_norm": 0.8180534243583679,
995
+ "learning_rate": 0.00013287179487179489,
996
+ "loss": 0.647784423828125,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.008315350899024118,
1001
+ "grad_norm": 0.6629355549812317,
1002
+ "learning_rate": 0.00013235897435897437,
1003
+ "loss": 0.5387883186340332,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.008373909708172174,
1008
+ "grad_norm": 1.1468173265457153,
1009
+ "learning_rate": 0.00013184615384615383,
1010
+ "loss": 0.6159374713897705,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.008432468517320232,
1015
+ "grad_norm": 0.9131197929382324,
1016
+ "learning_rate": 0.00013133333333333332,
1017
+ "loss": 0.5780044078826905,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.008491027326468288,
1022
+ "grad_norm": 0.8688338398933411,
1023
+ "learning_rate": 0.00013082051282051283,
1024
+ "loss": 0.5893913745880127,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.008549586135616346,
1029
+ "grad_norm": 0.6430419683456421,
1030
+ "learning_rate": 0.00013030769230769232,
1031
+ "loss": 0.5053946495056152,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.008608144944764404,
1036
+ "grad_norm": 0.81430584192276,
1037
+ "learning_rate": 0.0001297948717948718,
1038
+ "loss": 0.587185287475586,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.00866670375391246,
1043
+ "grad_norm": 0.7069384455680847,
1044
+ "learning_rate": 0.0001292820512820513,
1045
+ "loss": 0.6119993686676025,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.008725262563060518,
1050
+ "grad_norm": 0.8512614965438843,
1051
+ "learning_rate": 0.00012876923076923078,
1052
+ "loss": 0.5506554126739502,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.008783821372208575,
1057
+ "grad_norm": 0.6660640835762024,
1058
+ "learning_rate": 0.00012825641025641026,
1059
+ "loss": 0.5566682338714599,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.008842380181356631,
1064
+ "grad_norm": 0.7649056315422058,
1065
+ "learning_rate": 0.00012774358974358975,
1066
+ "loss": 0.5694420814514161,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.00890093899050469,
1071
+ "grad_norm": 0.909599781036377,
1072
+ "learning_rate": 0.00012723076923076924,
1073
+ "loss": 0.6355206489562988,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.008959497799652747,
1078
+ "grad_norm": 0.7873692512512207,
1079
+ "learning_rate": 0.00012671794871794872,
1080
+ "loss": 0.510439395904541,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.009018056608800803,
1085
+ "grad_norm": 0.7628417611122131,
1086
+ "learning_rate": 0.0001262051282051282,
1087
+ "loss": 0.5399933338165284,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.009076615417948861,
1092
+ "grad_norm": 0.8505508899688721,
1093
+ "learning_rate": 0.0001256923076923077,
1094
+ "loss": 0.6154933452606202,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.009135174227096917,
1099
+ "grad_norm": 0.794605553150177,
1100
+ "learning_rate": 0.00012517948717948718,
1101
+ "loss": 0.6099573612213135,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.009193733036244975,
1106
+ "grad_norm": 0.818773090839386,
1107
+ "learning_rate": 0.00012466666666666667,
1108
+ "loss": 0.5245619297027588,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.009252291845393033,
1113
+ "grad_norm": 0.6100147366523743,
1114
+ "learning_rate": 0.00012415384615384616,
1115
+ "loss": 0.5743139743804931,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.009310850654541089,
1120
+ "grad_norm": 0.911518394947052,
1121
+ "learning_rate": 0.00012364102564102564,
1122
+ "loss": 0.5403082370758057,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.009369409463689147,
1127
+ "grad_norm": 0.7002453804016113,
1128
+ "learning_rate": 0.00012312820512820513,
1129
+ "loss": 0.5670140743255615,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.009427968272837204,
1134
+ "grad_norm": 0.6926924586296082,
1135
+ "learning_rate": 0.00012261538461538462,
1136
+ "loss": 0.5283169746398926,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.00948652708198526,
1141
+ "grad_norm": 0.8910185098648071,
1142
+ "learning_rate": 0.0001221025641025641,
1143
+ "loss": 0.5464873313903809,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.009545085891133318,
1148
+ "grad_norm": 0.9428623914718628,
1149
+ "learning_rate": 0.0001215897435897436,
1150
+ "loss": 0.6371686935424805,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.009603644700281374,
1155
+ "grad_norm": 0.9594399333000183,
1156
+ "learning_rate": 0.00012107692307692309,
1157
+ "loss": 0.5639693737030029,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.009662203509429432,
1162
+ "grad_norm": 0.9431197643280029,
1163
+ "learning_rate": 0.00012056410256410258,
1164
+ "loss": 0.4942180633544922,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.00972076231857749,
1169
+ "grad_norm": 0.778407096862793,
1170
+ "learning_rate": 0.00012005128205128206,
1171
+ "loss": 0.5874770641326904,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.009779321127725546,
1176
+ "grad_norm": 0.7874659299850464,
1177
+ "learning_rate": 0.00011953846153846155,
1178
+ "loss": 0.5451854228973388,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.009837879936873604,
1183
+ "grad_norm": 0.7366560697555542,
1184
+ "learning_rate": 0.00011902564102564102,
1185
+ "loss": 0.5593300342559815,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.009896438746021662,
1190
+ "grad_norm": 0.762984573841095,
1191
+ "learning_rate": 0.00011851282051282051,
1192
+ "loss": 0.571781587600708,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.009954997555169718,
1197
+ "grad_norm": 0.7820915579795837,
1198
+ "learning_rate": 0.000118,
1199
+ "loss": 0.6361937522888184,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 0.010013556364317775,
1204
+ "grad_norm": 0.885874330997467,
1205
+ "learning_rate": 0.0001174871794871795,
1206
+ "loss": 0.5583993911743164,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 0.010072115173465833,
1211
+ "grad_norm": 0.7336756587028503,
1212
+ "learning_rate": 0.00011697435897435898,
1213
+ "loss": 0.5345401763916016,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 0.01013067398261389,
1218
+ "grad_norm": 1.1266441345214844,
1219
+ "learning_rate": 0.00011646153846153847,
1220
+ "loss": 0.5590295314788818,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 0.010189232791761947,
1225
+ "grad_norm": 0.6986821889877319,
1226
+ "learning_rate": 0.00011594871794871795,
1227
+ "loss": 0.626862907409668,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 0.010247791600910003,
1232
+ "grad_norm": 0.6808388233184814,
1233
+ "learning_rate": 0.00011543589743589744,
1234
+ "loss": 0.45256743431091306,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 0.010306350410058061,
1239
+ "grad_norm": 0.8917853236198425,
1240
+ "learning_rate": 0.00011492307692307693,
1241
+ "loss": 0.5677892684936523,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 0.010364909219206119,
1246
+ "grad_norm": 0.84018474817276,
1247
+ "learning_rate": 0.00011441025641025643,
1248
+ "loss": 0.6715295314788818,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 0.010423468028354175,
1253
+ "grad_norm": 0.8711966276168823,
1254
+ "learning_rate": 0.00011389743589743591,
1255
+ "loss": 0.49718570709228516,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 0.010482026837502233,
1260
+ "grad_norm": 0.8351517915725708,
1261
+ "learning_rate": 0.0001133846153846154,
1262
+ "loss": 0.5668165683746338,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 0.01054058564665029,
1267
+ "grad_norm": 0.9627017378807068,
1268
+ "learning_rate": 0.00011287179487179486,
1269
+ "loss": 0.5853204727172852,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 0.010599144455798347,
1274
+ "grad_norm": 0.642246425151825,
1275
+ "learning_rate": 0.00011235897435897436,
1276
+ "loss": 0.5551766872406005,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 0.010657703264946404,
1281
+ "grad_norm": 0.9542229771614075,
1282
+ "learning_rate": 0.00011184615384615385,
1283
+ "loss": 0.6531394958496094,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 0.01071626207409446,
1288
+ "grad_norm": 0.7595056891441345,
1289
+ "learning_rate": 0.00011133333333333333,
1290
+ "loss": 0.5438894748687744,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 0.010774820883242518,
1295
+ "grad_norm": 0.8346898555755615,
1296
+ "learning_rate": 0.00011082051282051282,
1297
+ "loss": 0.516790771484375,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 0.010833379692390576,
1302
+ "grad_norm": 0.7261139750480652,
1303
+ "learning_rate": 0.0001103076923076923,
1304
+ "loss": 0.5511853694915771,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 0.010891938501538632,
1309
+ "grad_norm": 0.7773726582527161,
1310
+ "learning_rate": 0.0001097948717948718,
1311
+ "loss": 0.6048900604248046,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 0.01095049731068669,
1316
+ "grad_norm": 0.7758798599243164,
1317
+ "learning_rate": 0.00010928205128205129,
1318
+ "loss": 0.4920170783996582,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 0.011009056119834748,
1323
+ "grad_norm": 0.7595053315162659,
1324
+ "learning_rate": 0.00010876923076923078,
1325
+ "loss": 0.5262623786926269,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 0.011067614928982804,
1330
+ "grad_norm": 0.662896454334259,
1331
+ "learning_rate": 0.00010825641025641027,
1332
+ "loss": 0.5706700325012207,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 0.011126173738130862,
1337
+ "grad_norm": 0.8547627329826355,
1338
+ "learning_rate": 0.00010774358974358975,
1339
+ "loss": 0.5571642398834229,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 0.011184732547278918,
1344
+ "grad_norm": 0.9618740081787109,
1345
+ "learning_rate": 0.00010723076923076924,
1346
+ "loss": 0.5785984039306641,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 0.011243291356426975,
1351
+ "grad_norm": 0.8090870976448059,
1352
+ "learning_rate": 0.00010671794871794871,
1353
+ "loss": 0.6467090606689453,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 0.011301850165575033,
1358
+ "grad_norm": 0.8532423377037048,
1359
+ "learning_rate": 0.0001062051282051282,
1360
+ "loss": 0.5037952423095703,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 0.01136040897472309,
1365
+ "grad_norm": 0.8701047897338867,
1366
+ "learning_rate": 0.00010569230769230769,
1367
+ "loss": 0.6252214908599854,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 0.011418967783871147,
1372
+ "grad_norm": 0.8058343529701233,
1373
+ "learning_rate": 0.00010517948717948719,
1374
+ "loss": 0.49949493408203127,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 0.011477526593019205,
1379
+ "grad_norm": 0.7899404764175415,
1380
+ "learning_rate": 0.00010466666666666667,
1381
+ "loss": 0.5413167476654053,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 0.011536085402167261,
1386
+ "grad_norm": 0.7027344107627869,
1387
+ "learning_rate": 0.00010415384615384616,
1388
+ "loss": 0.45540223121643064,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 0.011594644211315319,
1393
+ "grad_norm": 0.8737793564796448,
1394
+ "learning_rate": 0.00010364102564102565,
1395
+ "loss": 0.5688265800476074,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 0.011653203020463377,
1400
+ "grad_norm": 0.9242916703224182,
1401
+ "learning_rate": 0.00010312820512820513,
1402
+ "loss": 0.5170233726501465,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 0.011711761829611433,
1407
+ "grad_norm": 0.6759135127067566,
1408
+ "learning_rate": 0.00010261538461538462,
1409
+ "loss": 0.6288806438446045,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 0.01177032063875949,
1414
+ "grad_norm": 0.7091163396835327,
1415
+ "learning_rate": 0.00010210256410256412,
1416
+ "loss": 0.5844020843505859,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 0.011828879447907547,
1421
+ "grad_norm": 0.9295818209648132,
1422
+ "learning_rate": 0.0001015897435897436,
1423
+ "loss": 0.5282711982727051,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 0.011887438257055604,
1428
+ "grad_norm": 0.6938250064849854,
1429
+ "learning_rate": 0.00010107692307692309,
1430
+ "loss": 0.6149167537689209,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 0.011945997066203662,
1435
+ "grad_norm": 0.7174298763275146,
1436
+ "learning_rate": 0.00010056410256410256,
1437
+ "loss": 0.5130744934082031,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 0.012004555875351718,
1442
+ "grad_norm": 0.9726197123527527,
1443
+ "learning_rate": 0.00010005128205128205,
1444
+ "loss": 0.6236517429351807,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 0.012063114684499776,
1449
+ "grad_norm": 0.7376599311828613,
1450
+ "learning_rate": 9.953846153846155e-05,
1451
+ "loss": 0.4681741714477539,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 0.012121673493647834,
1456
+ "grad_norm": 0.8139657378196716,
1457
+ "learning_rate": 9.902564102564102e-05,
1458
+ "loss": 0.4887677192687988,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 0.01218023230279589,
1463
+ "grad_norm": 0.9429419636726379,
1464
+ "learning_rate": 9.851282051282051e-05,
1465
+ "loss": 0.5326910018920898,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 0.012238791111943948,
1470
+ "grad_norm": 0.9702481627464294,
1471
+ "learning_rate": 9.8e-05,
1472
+ "loss": 0.5095866680145263,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 0.012297349921092004,
1477
+ "grad_norm": 0.6909214854240417,
1478
+ "learning_rate": 9.74871794871795e-05,
1479
+ "loss": 0.5370609283447265,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 0.012355908730240062,
1484
+ "grad_norm": 1.2493647336959839,
1485
+ "learning_rate": 9.697435897435898e-05,
1486
+ "loss": 0.5658076763153076,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 0.01241446753938812,
1491
+ "grad_norm": 0.7158144116401672,
1492
+ "learning_rate": 9.646153846153847e-05,
1493
+ "loss": 0.5293547153472901,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 0.012473026348536176,
1498
+ "grad_norm": 0.8394598364830017,
1499
+ "learning_rate": 9.594871794871796e-05,
1500
+ "loss": 0.48808741569519043,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 0.012531585157684233,
1505
+ "grad_norm": 0.9504506587982178,
1506
+ "learning_rate": 9.543589743589744e-05,
1507
+ "loss": 0.5906731605529785,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 0.012590143966832291,
1512
+ "grad_norm": 0.7592800855636597,
1513
+ "learning_rate": 9.492307692307693e-05,
1514
+ "loss": 0.5167060852050781,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 0.012648702775980347,
1519
+ "grad_norm": 0.8858376145362854,
1520
+ "learning_rate": 9.441025641025642e-05,
1521
+ "loss": 0.5447789669036865,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 0.012707261585128405,
1526
+ "grad_norm": 0.8264896273612976,
1527
+ "learning_rate": 9.38974358974359e-05,
1528
+ "loss": 0.4619621753692627,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 0.012765820394276463,
1533
+ "grad_norm": 0.7801193594932556,
1534
+ "learning_rate": 9.338461538461539e-05,
1535
+ "loss": 0.5282919883728028,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 0.012824379203424519,
1540
+ "grad_norm": 0.7734062671661377,
1541
+ "learning_rate": 9.287179487179488e-05,
1542
+ "loss": 0.6420894622802734,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 0.012882938012572577,
1547
+ "grad_norm": 0.844348132610321,
1548
+ "learning_rate": 9.235897435897436e-05,
1549
+ "loss": 0.602821159362793,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 0.012941496821720633,
1554
+ "grad_norm": 0.8861480355262756,
1555
+ "learning_rate": 9.184615384615385e-05,
1556
+ "loss": 0.5366893291473389,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 0.01300005563086869,
1561
+ "grad_norm": 0.8071720600128174,
1562
+ "learning_rate": 9.133333333333334e-05,
1563
+ "loss": 0.4816866874694824,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 0.013058614440016748,
1568
+ "grad_norm": 0.7975764870643616,
1569
+ "learning_rate": 9.082051282051282e-05,
1570
+ "loss": 0.6320478439331054,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 0.013117173249164804,
1575
+ "grad_norm": 0.7712560296058655,
1576
+ "learning_rate": 9.030769230769232e-05,
1577
+ "loss": 0.607432746887207,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 0.013175732058312862,
1582
+ "grad_norm": 0.7562223076820374,
1583
+ "learning_rate": 8.979487179487181e-05,
1584
+ "loss": 0.4568962097167969,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 0.01323429086746092,
1589
+ "grad_norm": 0.7949206233024597,
1590
+ "learning_rate": 8.928205128205128e-05,
1591
+ "loss": 0.5890951156616211,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 0.013292849676608976,
1596
+ "grad_norm": 0.8863471150398254,
1597
+ "learning_rate": 8.876923076923077e-05,
1598
+ "loss": 0.4792426109313965,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 0.013351408485757034,
1603
+ "grad_norm": 0.9258952736854553,
1604
+ "learning_rate": 8.825641025641025e-05,
1605
+ "loss": 0.6157923698425293,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 0.01340996729490509,
1610
+ "grad_norm": 0.7849915027618408,
1611
+ "learning_rate": 8.774358974358975e-05,
1612
+ "loss": 0.5654351234436035,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 0.013468526104053148,
1617
+ "grad_norm": 0.7935325503349304,
1618
+ "learning_rate": 8.723076923076924e-05,
1619
+ "loss": 0.5722135543823242,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 0.013527084913201206,
1624
+ "grad_norm": 0.8465309739112854,
1625
+ "learning_rate": 8.671794871794873e-05,
1626
+ "loss": 0.5128249645233154,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 0.013585643722349262,
1631
+ "grad_norm": 0.8264815211296082,
1632
+ "learning_rate": 8.62051282051282e-05,
1633
+ "loss": 0.6118460655212402,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 0.01364420253149732,
1638
+ "grad_norm": 0.6705726385116577,
1639
+ "learning_rate": 8.56923076923077e-05,
1640
+ "loss": 0.5447952747344971,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 0.013702761340645377,
1645
+ "grad_norm": 0.921404242515564,
1646
+ "learning_rate": 8.517948717948719e-05,
1647
+ "loss": 0.542200756072998,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 0.013761320149793433,
1652
+ "grad_norm": 0.5786399245262146,
1653
+ "learning_rate": 8.466666666666667e-05,
1654
+ "loss": 0.5167455673217773,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 0.013819878958941491,
1659
+ "grad_norm": 0.8080707788467407,
1660
+ "learning_rate": 8.415384615384616e-05,
1661
+ "loss": 0.495404052734375,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 0.013878437768089549,
1666
+ "grad_norm": 0.7522940635681152,
1667
+ "learning_rate": 8.364102564102565e-05,
1668
+ "loss": 0.5303984165191651,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 0.013936996577237605,
1673
+ "grad_norm": 0.9101510643959045,
1674
+ "learning_rate": 8.312820512820513e-05,
1675
+ "loss": 0.5638332843780518,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 0.013995555386385663,
1680
+ "grad_norm": 0.6749529838562012,
1681
+ "learning_rate": 8.261538461538462e-05,
1682
+ "loss": 0.5651543617248536,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 0.014054114195533719,
1687
+ "grad_norm": 0.9458379149436951,
1688
+ "learning_rate": 8.21025641025641e-05,
1689
+ "loss": 0.5108407497406006,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 0.014112673004681777,
1694
+ "grad_norm": 1.089971899986267,
1695
+ "learning_rate": 8.158974358974359e-05,
1696
+ "loss": 0.49324331283569334,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 0.014171231813829835,
1701
+ "grad_norm": 0.7607450485229492,
1702
+ "learning_rate": 8.107692307692308e-05,
1703
+ "loss": 0.6479440212249756,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 0.01422979062297789,
1708
+ "grad_norm": 0.9622839093208313,
1709
+ "learning_rate": 8.056410256410257e-05,
1710
+ "loss": 0.5628427982330322,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 0.014288349432125948,
1715
+ "grad_norm": 0.8064730167388916,
1716
+ "learning_rate": 8.005128205128205e-05,
1717
+ "loss": 0.4927206993103027,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 0.014346908241274006,
1722
+ "grad_norm": 0.7792487144470215,
1723
+ "learning_rate": 7.953846153846154e-05,
1724
+ "loss": 0.6291625022888183,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 0.014405467050422062,
1729
+ "grad_norm": 1.0805375576019287,
1730
+ "learning_rate": 7.902564102564103e-05,
1731
+ "loss": 0.5925718307495117,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 0.01446402585957012,
1736
+ "grad_norm": 0.5765560865402222,
1737
+ "learning_rate": 7.851282051282051e-05,
1738
+ "loss": 0.5485690593719482,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 0.014522584668718176,
1743
+ "grad_norm": 0.8152871131896973,
1744
+ "learning_rate": 7.800000000000001e-05,
1745
+ "loss": 0.5624689102172852,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 0.014581143477866234,
1750
+ "grad_norm": 0.8335279226303101,
1751
+ "learning_rate": 7.74871794871795e-05,
1752
+ "loss": 0.5260688304901123,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 0.014639702287014292,
1757
+ "grad_norm": 0.7680035829544067,
1758
+ "learning_rate": 7.697435897435897e-05,
1759
+ "loss": 0.4830802917480469,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 0.014698261096162348,
1764
+ "grad_norm": 0.9397810697555542,
1765
+ "learning_rate": 7.646153846153846e-05,
1766
+ "loss": 0.5444638729095459,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 0.014756819905310406,
1771
+ "grad_norm": 0.7944267392158508,
1772
+ "learning_rate": 7.594871794871794e-05,
1773
+ "loss": 0.6039426326751709,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 0.014815378714458463,
1778
+ "grad_norm": 0.8528501987457275,
1779
+ "learning_rate": 7.543589743589744e-05,
1780
+ "loss": 0.5764337539672851,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 0.01487393752360652,
1785
+ "grad_norm": 0.9321673512458801,
1786
+ "learning_rate": 7.492307692307693e-05,
1787
+ "loss": 0.5600544929504394,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 0.014932496332754577,
1792
+ "grad_norm": 0.8647655248641968,
1793
+ "learning_rate": 7.441025641025642e-05,
1794
+ "loss": 0.6365120887756348,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 0.014991055141902635,
1799
+ "grad_norm": 0.9241213798522949,
1800
+ "learning_rate": 7.389743589743589e-05,
1801
+ "loss": 0.5070790767669677,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 0.015049613951050691,
1806
+ "grad_norm": 0.6943749785423279,
1807
+ "learning_rate": 7.338461538461539e-05,
1808
+ "loss": 0.5472688674926758,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 0.015108172760198749,
1813
+ "grad_norm": 0.7544350624084473,
1814
+ "learning_rate": 7.287179487179488e-05,
1815
+ "loss": 0.5143001079559326,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 0.015166731569346805,
1820
+ "grad_norm": 0.8759540319442749,
1821
+ "learning_rate": 7.235897435897436e-05,
1822
+ "loss": 0.5885789871215821,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 0.015225290378494863,
1827
+ "grad_norm": 0.8004186153411865,
1828
+ "learning_rate": 7.184615384615385e-05,
1829
+ "loss": 0.5833802223205566,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 0.01528384918764292,
1834
+ "grad_norm": 0.8919973969459534,
1835
+ "learning_rate": 7.133333333333334e-05,
1836
+ "loss": 0.7211344242095947,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 0.015342407996790977,
1841
+ "grad_norm": 0.6915315985679626,
1842
+ "learning_rate": 7.082051282051282e-05,
1843
+ "loss": 0.5526168823242188,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 0.015400966805939035,
1848
+ "grad_norm": 0.9145429134368896,
1849
+ "learning_rate": 7.030769230769231e-05,
1850
+ "loss": 0.4407088279724121,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 0.015459525615087092,
1855
+ "grad_norm": 0.674967885017395,
1856
+ "learning_rate": 6.97948717948718e-05,
1857
+ "loss": 0.4634512424468994,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 0.015518084424235148,
1862
+ "grad_norm": 0.6875638365745544,
1863
+ "learning_rate": 6.928205128205128e-05,
1864
+ "loss": 0.47414402961730956,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 0.015576643233383206,
1869
+ "grad_norm": 0.9719008803367615,
1870
+ "learning_rate": 6.876923076923077e-05,
1871
+ "loss": 0.5467365264892579,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 0.015635202042531264,
1876
+ "grad_norm": 0.7496704459190369,
1877
+ "learning_rate": 6.825641025641027e-05,
1878
+ "loss": 0.5100692749023438,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 0.015693760851679322,
1883
+ "grad_norm": 0.6996882557868958,
1884
+ "learning_rate": 6.774358974358974e-05,
1885
+ "loss": 0.5840377330780029,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 0.015752319660827376,
1890
+ "grad_norm": 0.8965880274772644,
1891
+ "learning_rate": 6.723076923076923e-05,
1892
+ "loss": 0.5683030605316162,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 0.015810878469975434,
1897
+ "grad_norm": 0.9862522482872009,
1898
+ "learning_rate": 6.671794871794872e-05,
1899
+ "loss": 0.5894110679626465,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 0.015869437279123492,
1904
+ "grad_norm": 0.9664445519447327,
1905
+ "learning_rate": 6.62051282051282e-05,
1906
+ "loss": 0.5402120590209961,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 0.01592799608827155,
1911
+ "grad_norm": 0.8799305558204651,
1912
+ "learning_rate": 6.56923076923077e-05,
1913
+ "loss": 0.5548243045806884,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 0.015986554897419607,
1918
+ "grad_norm": 0.6217681169509888,
1919
+ "learning_rate": 6.517948717948719e-05,
1920
+ "loss": 0.48618650436401367,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 0.016045113706567662,
1925
+ "grad_norm": 0.7473154664039612,
1926
+ "learning_rate": 6.466666666666666e-05,
1927
+ "loss": 0.5558083057403564,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 0.01610367251571572,
1932
+ "grad_norm": 0.8467188477516174,
1933
+ "learning_rate": 6.415384615384615e-05,
1934
+ "loss": 0.5468488216400147,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 0.016162231324863777,
1939
+ "grad_norm": 0.8353908658027649,
1940
+ "learning_rate": 6.364102564102565e-05,
1941
+ "loss": 0.55488600730896,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 0.016220790134011835,
1946
+ "grad_norm": 1.0089359283447266,
1947
+ "learning_rate": 6.312820512820514e-05,
1948
+ "loss": 0.4439121723175049,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 0.016279348943159893,
1953
+ "grad_norm": 0.8033394813537598,
1954
+ "learning_rate": 6.261538461538462e-05,
1955
+ "loss": 0.592630672454834,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 0.01633790775230795,
1960
+ "grad_norm": 0.7081058621406555,
1961
+ "learning_rate": 6.210256410256411e-05,
1962
+ "loss": 0.5640474319458008,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 0.016396466561456005,
1967
+ "grad_norm": 0.9237245321273804,
1968
+ "learning_rate": 6.15897435897436e-05,
1969
+ "loss": 0.6005640983581543,
1970
+ "step": 2800
1971
+ },
1972
+ {
1973
+ "epoch": 0.016455025370604063,
1974
+ "grad_norm": 0.8360455632209778,
1975
+ "learning_rate": 6.107692307692308e-05,
1976
+ "loss": 0.5373104572296142,
1977
+ "step": 2810
1978
+ },
1979
+ {
1980
+ "epoch": 0.01651358417975212,
1981
+ "grad_norm": 0.8988027572631836,
1982
+ "learning_rate": 6.056410256410257e-05,
1983
+ "loss": 0.5758774757385254,
1984
+ "step": 2820
1985
+ },
1986
+ {
1987
+ "epoch": 0.01657214298890018,
1988
+ "grad_norm": 0.9521508812904358,
1989
+ "learning_rate": 6.0051282051282054e-05,
1990
+ "loss": 0.5425063133239746,
1991
+ "step": 2830
1992
+ },
1993
+ {
1994
+ "epoch": 0.016630701798048236,
1995
+ "grad_norm": 1.0230766534805298,
1996
+ "learning_rate": 5.953846153846154e-05,
1997
+ "loss": 0.617734146118164,
1998
+ "step": 2840
1999
+ },
2000
+ {
2001
+ "epoch": 0.01668926060719629,
2002
+ "grad_norm": 0.8182085752487183,
2003
+ "learning_rate": 5.9025641025641034e-05,
2004
+ "loss": 0.49785604476928713,
2005
+ "step": 2850
2006
+ },
2007
+ {
2008
+ "epoch": 0.01674781941634435,
2009
+ "grad_norm": 0.819509744644165,
2010
+ "learning_rate": 5.851282051282052e-05,
2011
+ "loss": 0.5303618907928467,
2012
+ "step": 2860
2013
+ },
2014
+ {
2015
+ "epoch": 0.016806378225492406,
2016
+ "grad_norm": 0.9338365197181702,
2017
+ "learning_rate": 5.8e-05,
2018
+ "loss": 0.5084160327911377,
2019
+ "step": 2870
2020
+ },
2021
+ {
2022
+ "epoch": 0.016864937034640464,
2023
+ "grad_norm": 0.9572207927703857,
2024
+ "learning_rate": 5.748717948717949e-05,
2025
+ "loss": 0.5966866493225098,
2026
+ "step": 2880
2027
+ },
2028
+ {
2029
+ "epoch": 0.016923495843788522,
2030
+ "grad_norm": 0.66383296251297,
2031
+ "learning_rate": 5.6974358974358973e-05,
2032
+ "loss": 0.5305398941040039,
2033
+ "step": 2890
2034
+ },
2035
+ {
2036
+ "epoch": 0.016982054652936576,
2037
+ "grad_norm": 1.0674878358840942,
2038
+ "learning_rate": 5.646153846153847e-05,
2039
+ "loss": 0.556536340713501,
2040
+ "step": 2900
2041
+ },
2042
+ {
2043
+ "epoch": 0.017040613462084634,
2044
+ "grad_norm": 0.7483784556388855,
2045
+ "learning_rate": 5.594871794871795e-05,
2046
+ "loss": 0.49668869972229,
2047
+ "step": 2910
2048
+ },
2049
+ {
2050
+ "epoch": 0.017099172271232692,
2051
+ "grad_norm": 1.0706493854522705,
2052
+ "learning_rate": 5.5435897435897447e-05,
2053
+ "loss": 0.49158105850219724,
2054
+ "step": 2920
2055
+ },
2056
+ {
2057
+ "epoch": 0.01715773108038075,
2058
+ "grad_norm": 0.7071096897125244,
2059
+ "learning_rate": 5.492307692307692e-05,
2060
+ "loss": 0.5811544895172119,
2061
+ "step": 2930
2062
+ },
2063
+ {
2064
+ "epoch": 0.017216289889528807,
2065
+ "grad_norm": 0.8249266147613525,
2066
+ "learning_rate": 5.441025641025641e-05,
2067
+ "loss": 0.5450833797454834,
2068
+ "step": 2940
2069
+ },
2070
+ {
2071
+ "epoch": 0.017274848698676865,
2072
+ "grad_norm": 0.684613823890686,
2073
+ "learning_rate": 5.38974358974359e-05,
2074
+ "loss": 0.5169521808624268,
2075
+ "step": 2950
2076
+ },
2077
+ {
2078
+ "epoch": 0.01733340750782492,
2079
+ "grad_norm": 1.1294605731964111,
2080
+ "learning_rate": 5.3384615384615386e-05,
2081
+ "loss": 0.6362704277038574,
2082
+ "step": 2960
2083
+ },
2084
+ {
2085
+ "epoch": 0.017391966316972977,
2086
+ "grad_norm": 0.7923810482025146,
2087
+ "learning_rate": 5.287179487179488e-05,
2088
+ "loss": 0.498931360244751,
2089
+ "step": 2970
2090
+ },
2091
+ {
2092
+ "epoch": 0.017450525126121035,
2093
+ "grad_norm": 0.8153409957885742,
2094
+ "learning_rate": 5.2358974358974366e-05,
2095
+ "loss": 0.5227402687072754,
2096
+ "step": 2980
2097
+ },
2098
+ {
2099
+ "epoch": 0.017509083935269093,
2100
+ "grad_norm": 0.8139829635620117,
2101
+ "learning_rate": 5.1846153846153845e-05,
2102
+ "loss": 0.5427112102508544,
2103
+ "step": 2990
2104
+ },
2105
+ {
2106
+ "epoch": 0.01756764274441715,
2107
+ "grad_norm": 0.7023552060127258,
2108
+ "learning_rate": 5.133333333333333e-05,
2109
+ "loss": 0.5183414459228516,
2110
+ "step": 3000
2111
+ },
2112
+ {
2113
+ "epoch": 0.017626201553565205,
2114
+ "grad_norm": 1.1172661781311035,
2115
+ "learning_rate": 5.0820512820512825e-05,
2116
+ "loss": 0.5479337692260742,
2117
+ "step": 3010
2118
+ },
2119
+ {
2120
+ "epoch": 0.017684760362713263,
2121
+ "grad_norm": 0.9706581234931946,
2122
+ "learning_rate": 5.030769230769231e-05,
2123
+ "loss": 0.5230507373809814,
2124
+ "step": 3020
2125
+ },
2126
+ {
2127
+ "epoch": 0.01774331917186132,
2128
+ "grad_norm": 0.9869327545166016,
2129
+ "learning_rate": 4.979487179487179e-05,
2130
+ "loss": 0.5095770359039307,
2131
+ "step": 3030
2132
+ },
2133
+ {
2134
+ "epoch": 0.01780187798100938,
2135
+ "grad_norm": 1.0374623537063599,
2136
+ "learning_rate": 4.9282051282051285e-05,
2137
+ "loss": 0.5869725704193115,
2138
+ "step": 3040
2139
+ },
2140
+ {
2141
+ "epoch": 0.017860436790157436,
2142
+ "grad_norm": 1.1641126871109009,
2143
+ "learning_rate": 4.876923076923077e-05,
2144
+ "loss": 0.6153728008270264,
2145
+ "step": 3050
2146
+ },
2147
+ {
2148
+ "epoch": 0.017918995599305494,
2149
+ "grad_norm": 0.9592261910438538,
2150
+ "learning_rate": 4.825641025641026e-05,
2151
+ "loss": 0.4673551082611084,
2152
+ "step": 3060
2153
+ },
2154
+ {
2155
+ "epoch": 0.01797755440845355,
2156
+ "grad_norm": 0.9529333114624023,
2157
+ "learning_rate": 4.7743589743589744e-05,
2158
+ "loss": 0.5785486698150635,
2159
+ "step": 3070
2160
+ },
2161
+ {
2162
+ "epoch": 0.018036113217601606,
2163
+ "grad_norm": 0.9785205125808716,
2164
+ "learning_rate": 4.723076923076923e-05,
2165
+ "loss": 0.6254173278808594,
2166
+ "step": 3080
2167
+ },
2168
+ {
2169
+ "epoch": 0.018094672026749664,
2170
+ "grad_norm": 0.7712920308113098,
2171
+ "learning_rate": 4.671794871794872e-05,
2172
+ "loss": 0.5232354640960694,
2173
+ "step": 3090
2174
+ },
2175
+ {
2176
+ "epoch": 0.018153230835897722,
2177
+ "grad_norm": 0.9690357446670532,
2178
+ "learning_rate": 4.6205128205128204e-05,
2179
+ "loss": 0.6493497371673584,
2180
+ "step": 3100
2181
+ },
2182
+ {
2183
+ "epoch": 0.01821178964504578,
2184
+ "grad_norm": 0.7151793241500854,
2185
+ "learning_rate": 4.56923076923077e-05,
2186
+ "loss": 0.4791082859039307,
2187
+ "step": 3110
2188
+ },
2189
+ {
2190
+ "epoch": 0.018270348454193834,
2191
+ "grad_norm": 1.0174742937088013,
2192
+ "learning_rate": 4.5179487179487184e-05,
2193
+ "loss": 0.6347029685974122,
2194
+ "step": 3120
2195
+ },
2196
+ {
2197
+ "epoch": 0.018328907263341892,
2198
+ "grad_norm": 0.8618830442428589,
2199
+ "learning_rate": 4.466666666666667e-05,
2200
+ "loss": 0.5541427135467529,
2201
+ "step": 3130
2202
+ },
2203
+ {
2204
+ "epoch": 0.01838746607248995,
2205
+ "grad_norm": 0.9328573942184448,
2206
+ "learning_rate": 4.415384615384616e-05,
2207
+ "loss": 0.49029951095581054,
2208
+ "step": 3140
2209
+ },
2210
+ {
2211
+ "epoch": 0.018446024881638007,
2212
+ "grad_norm": 1.0293370485305786,
2213
+ "learning_rate": 4.3641025641025643e-05,
2214
+ "loss": 0.49523158073425294,
2215
+ "step": 3150
2216
+ },
2217
+ {
2218
+ "epoch": 0.018504583690786065,
2219
+ "grad_norm": 0.8024817109107971,
2220
+ "learning_rate": 4.312820512820513e-05,
2221
+ "loss": 0.6391828536987305,
2222
+ "step": 3160
2223
+ },
2224
+ {
2225
+ "epoch": 0.01856314249993412,
2226
+ "grad_norm": 0.7935349941253662,
2227
+ "learning_rate": 4.2615384615384617e-05,
2228
+ "loss": 0.535066032409668,
2229
+ "step": 3170
2230
+ },
2231
+ {
2232
+ "epoch": 0.018621701309082177,
2233
+ "grad_norm": 1.0129835605621338,
2234
+ "learning_rate": 4.210256410256411e-05,
2235
+ "loss": 0.5176414012908935,
2236
+ "step": 3180
2237
+ },
2238
+ {
2239
+ "epoch": 0.018680260118230235,
2240
+ "grad_norm": 0.7804064154624939,
2241
+ "learning_rate": 4.158974358974359e-05,
2242
+ "loss": 0.5758108615875244,
2243
+ "step": 3190
2244
+ },
2245
+ {
2246
+ "epoch": 0.018738818927378293,
2247
+ "grad_norm": 1.0611324310302734,
2248
+ "learning_rate": 4.1076923076923076e-05,
2249
+ "loss": 0.5137322902679443,
2250
+ "step": 3200
2251
+ },
2252
+ {
2253
+ "epoch": 0.01879737773652635,
2254
+ "grad_norm": 0.9809267520904541,
2255
+ "learning_rate": 4.056410256410257e-05,
2256
+ "loss": 0.5527653217315673,
2257
+ "step": 3210
2258
+ },
2259
+ {
2260
+ "epoch": 0.01885593654567441,
2261
+ "grad_norm": 0.7737221717834473,
2262
+ "learning_rate": 4.005128205128205e-05,
2263
+ "loss": 0.622959041595459,
2264
+ "step": 3220
2265
+ },
2266
+ {
2267
+ "epoch": 0.018914495354822463,
2268
+ "grad_norm": 0.6540891528129578,
2269
+ "learning_rate": 3.953846153846154e-05,
2270
+ "loss": 0.49772024154663086,
2271
+ "step": 3230
2272
+ },
2273
+ {
2274
+ "epoch": 0.01897305416397052,
2275
+ "grad_norm": 0.861090362071991,
2276
+ "learning_rate": 3.902564102564103e-05,
2277
+ "loss": 0.576954984664917,
2278
+ "step": 3240
2279
+ },
2280
+ {
2281
+ "epoch": 0.01903161297311858,
2282
+ "grad_norm": 0.929144024848938,
2283
+ "learning_rate": 3.8512820512820516e-05,
2284
+ "loss": 0.6221125602722168,
2285
+ "step": 3250
2286
+ },
2287
+ {
2288
+ "epoch": 0.019090171782266636,
2289
+ "grad_norm": 0.7518307566642761,
2290
+ "learning_rate": 3.8e-05,
2291
+ "loss": 0.6510417938232422,
2292
+ "step": 3260
2293
+ },
2294
+ {
2295
+ "epoch": 0.019148730591414694,
2296
+ "grad_norm": 0.7619118094444275,
2297
+ "learning_rate": 3.748717948717949e-05,
2298
+ "loss": 0.5681602954864502,
2299
+ "step": 3270
2300
+ },
2301
+ {
2302
+ "epoch": 0.01920728940056275,
2303
+ "grad_norm": 0.926790714263916,
2304
+ "learning_rate": 3.6974358974358975e-05,
2305
+ "loss": 0.5376785278320313,
2306
+ "step": 3280
2307
+ },
2308
+ {
2309
+ "epoch": 0.019265848209710806,
2310
+ "grad_norm": 0.871703565120697,
2311
+ "learning_rate": 3.646153846153846e-05,
2312
+ "loss": 0.5535645008087158,
2313
+ "step": 3290
2314
+ },
2315
+ {
2316
+ "epoch": 0.019324407018858864,
2317
+ "grad_norm": 0.9614275693893433,
2318
+ "learning_rate": 3.5948717948717955e-05,
2319
+ "loss": 0.49208922386169435,
2320
+ "step": 3300
2321
+ },
2322
+ {
2323
+ "epoch": 0.019382965828006922,
2324
+ "grad_norm": 0.9823223352432251,
2325
+ "learning_rate": 3.5435897435897435e-05,
2326
+ "loss": 0.5003201961517334,
2327
+ "step": 3310
2328
+ },
2329
+ {
2330
+ "epoch": 0.01944152463715498,
2331
+ "grad_norm": 0.8970009088516235,
2332
+ "learning_rate": 3.492307692307693e-05,
2333
+ "loss": 0.5308861255645752,
2334
+ "step": 3320
2335
+ },
2336
+ {
2337
+ "epoch": 0.019500083446303038,
2338
+ "grad_norm": 0.7754250764846802,
2339
+ "learning_rate": 3.4410256410256415e-05,
2340
+ "loss": 0.5034646034240723,
2341
+ "step": 3330
2342
+ },
2343
+ {
2344
+ "epoch": 0.019558642255451092,
2345
+ "grad_norm": 0.7612975835800171,
2346
+ "learning_rate": 3.3897435897435894e-05,
2347
+ "loss": 0.5634318351745605,
2348
+ "step": 3340
2349
+ },
2350
+ {
2351
+ "epoch": 0.01961720106459915,
2352
+ "grad_norm": 0.8280472755432129,
2353
+ "learning_rate": 3.338461538461539e-05,
2354
+ "loss": 0.6287012577056885,
2355
+ "step": 3350
2356
+ },
2357
+ {
2358
+ "epoch": 0.019675759873747208,
2359
+ "grad_norm": 0.8421421647071838,
2360
+ "learning_rate": 3.2871794871794874e-05,
2361
+ "loss": 0.5922800540924072,
2362
+ "step": 3360
2363
+ },
2364
+ {
2365
+ "epoch": 0.019734318682895265,
2366
+ "grad_norm": 0.9054791927337646,
2367
+ "learning_rate": 3.235897435897436e-05,
2368
+ "loss": 0.5123564243316651,
2369
+ "step": 3370
2370
+ },
2371
+ {
2372
+ "epoch": 0.019792877492043323,
2373
+ "grad_norm": 0.7409724593162537,
2374
+ "learning_rate": 3.184615384615385e-05,
2375
+ "loss": 0.5477404594421387,
2376
+ "step": 3380
2377
+ },
2378
+ {
2379
+ "epoch": 0.019851436301191377,
2380
+ "grad_norm": 1.0175254344940186,
2381
+ "learning_rate": 3.1333333333333334e-05,
2382
+ "loss": 0.5544933795928955,
2383
+ "step": 3390
2384
+ },
2385
+ {
2386
+ "epoch": 0.019909995110339435,
2387
+ "grad_norm": 0.6535821557044983,
2388
+ "learning_rate": 3.082051282051282e-05,
2389
+ "loss": 0.5649590492248535,
2390
+ "step": 3400
2391
+ },
2392
+ {
2393
+ "epoch": 0.019968553919487493,
2394
+ "grad_norm": 0.8674274682998657,
2395
+ "learning_rate": 3.030769230769231e-05,
2396
+ "loss": 0.565241003036499,
2397
+ "step": 3410
2398
+ },
2399
+ {
2400
+ "epoch": 0.02002711272863555,
2401
+ "grad_norm": 0.8033132553100586,
2402
+ "learning_rate": 2.9794871794871797e-05,
2403
+ "loss": 0.515103816986084,
2404
+ "step": 3420
2405
+ },
2406
+ {
2407
+ "epoch": 0.02008567153778361,
2408
+ "grad_norm": 1.0296214818954468,
2409
+ "learning_rate": 2.9282051282051283e-05,
2410
+ "loss": 0.5208463668823242,
2411
+ "step": 3430
2412
+ },
2413
+ {
2414
+ "epoch": 0.020144230346931667,
2415
+ "grad_norm": 0.8400964736938477,
2416
+ "learning_rate": 2.876923076923077e-05,
2417
+ "loss": 0.5142516136169434,
2418
+ "step": 3440
2419
+ },
2420
+ {
2421
+ "epoch": 0.02020278915607972,
2422
+ "grad_norm": 0.8163658976554871,
2423
+ "learning_rate": 2.825641025641026e-05,
2424
+ "loss": 0.5436674118041992,
2425
+ "step": 3450
2426
+ },
2427
+ {
2428
+ "epoch": 0.02026134796522778,
2429
+ "grad_norm": 0.8809291124343872,
2430
+ "learning_rate": 2.7743589743589743e-05,
2431
+ "loss": 0.5333271026611328,
2432
+ "step": 3460
2433
+ },
2434
+ {
2435
+ "epoch": 0.020319906774375836,
2436
+ "grad_norm": 0.8439704179763794,
2437
+ "learning_rate": 2.7230769230769233e-05,
2438
+ "loss": 0.5213183403015137,
2439
+ "step": 3470
2440
+ },
2441
+ {
2442
+ "epoch": 0.020378465583523894,
2443
+ "grad_norm": 0.8002095222473145,
2444
+ "learning_rate": 2.671794871794872e-05,
2445
+ "loss": 0.4625570297241211,
2446
+ "step": 3480
2447
+ },
2448
+ {
2449
+ "epoch": 0.020437024392671952,
2450
+ "grad_norm": 0.899154007434845,
2451
+ "learning_rate": 2.6205128205128206e-05,
2452
+ "loss": 0.4710862636566162,
2453
+ "step": 3490
2454
+ },
2455
+ {
2456
+ "epoch": 0.020495583201820006,
2457
+ "grad_norm": 0.9485552906990051,
2458
+ "learning_rate": 2.5692307692307692e-05,
2459
+ "loss": 0.47341165542602537,
2460
+ "step": 3500
2461
+ },
2462
+ {
2463
+ "epoch": 0.020554142010968064,
2464
+ "grad_norm": 1.1024211645126343,
2465
+ "learning_rate": 2.5179487179487182e-05,
2466
+ "loss": 0.5134012222290039,
2467
+ "step": 3510
2468
+ },
2469
+ {
2470
+ "epoch": 0.020612700820116122,
2471
+ "grad_norm": 0.876735508441925,
2472
+ "learning_rate": 2.466666666666667e-05,
2473
+ "loss": 0.5757248878479004,
2474
+ "step": 3520
2475
+ },
2476
+ {
2477
+ "epoch": 0.02067125962926418,
2478
+ "grad_norm": 0.7668870091438293,
2479
+ "learning_rate": 2.4153846153846155e-05,
2480
+ "loss": 0.44100046157836914,
2481
+ "step": 3530
2482
+ },
2483
+ {
2484
+ "epoch": 0.020729818438412238,
2485
+ "grad_norm": 0.889595091342926,
2486
+ "learning_rate": 2.3641025641025642e-05,
2487
+ "loss": 0.509488582611084,
2488
+ "step": 3540
2489
+ },
2490
+ {
2491
+ "epoch": 0.020788377247560292,
2492
+ "grad_norm": 0.9260969758033752,
2493
+ "learning_rate": 2.312820512820513e-05,
2494
+ "loss": 0.5279482841491699,
2495
+ "step": 3550
2496
+ },
2497
+ {
2498
+ "epoch": 0.02084693605670835,
2499
+ "grad_norm": 0.8012005686759949,
2500
+ "learning_rate": 2.2615384615384615e-05,
2501
+ "loss": 0.5833855628967285,
2502
+ "step": 3560
2503
+ },
2504
+ {
2505
+ "epoch": 0.020905494865856408,
2506
+ "grad_norm": 0.7497194409370422,
2507
+ "learning_rate": 2.21025641025641e-05,
2508
+ "loss": 0.5504710674285889,
2509
+ "step": 3570
2510
+ },
2511
+ {
2512
+ "epoch": 0.020964053675004465,
2513
+ "grad_norm": 0.7818493247032166,
2514
+ "learning_rate": 2.158974358974359e-05,
2515
+ "loss": 0.49176998138427735,
2516
+ "step": 3580
2517
+ },
2518
+ {
2519
+ "epoch": 0.021022612484152523,
2520
+ "grad_norm": 0.9991495609283447,
2521
+ "learning_rate": 2.1076923076923078e-05,
2522
+ "loss": 0.5877357482910156,
2523
+ "step": 3590
2524
+ },
2525
+ {
2526
+ "epoch": 0.02108117129330058,
2527
+ "grad_norm": 0.7078049778938293,
2528
+ "learning_rate": 2.0564102564102568e-05,
2529
+ "loss": 0.505121898651123,
2530
+ "step": 3600
2531
+ },
2532
+ {
2533
+ "epoch": 0.021139730102448635,
2534
+ "grad_norm": 0.9660176038742065,
2535
+ "learning_rate": 2.005128205128205e-05,
2536
+ "loss": 0.618731164932251,
2537
+ "step": 3610
2538
+ },
2539
+ {
2540
+ "epoch": 0.021198288911596693,
2541
+ "grad_norm": 0.8069267868995667,
2542
+ "learning_rate": 1.9538461538461537e-05,
2543
+ "loss": 0.5255807399749756,
2544
+ "step": 3620
2545
+ },
2546
+ {
2547
+ "epoch": 0.02125684772074475,
2548
+ "grad_norm": 0.9080344438552856,
2549
+ "learning_rate": 1.9025641025641027e-05,
2550
+ "loss": 0.46593737602233887,
2551
+ "step": 3630
2552
+ },
2553
+ {
2554
+ "epoch": 0.02131540652989281,
2555
+ "grad_norm": 1.0831979513168335,
2556
+ "learning_rate": 1.8512820512820514e-05,
2557
+ "loss": 0.5550206184387207,
2558
+ "step": 3640
2559
+ },
2560
+ {
2561
+ "epoch": 0.021373965339040867,
2562
+ "grad_norm": 0.86371910572052,
2563
+ "learning_rate": 1.8e-05,
2564
+ "loss": 0.5238677978515625,
2565
+ "step": 3650
2566
+ },
2567
+ {
2568
+ "epoch": 0.02143252414818892,
2569
+ "grad_norm": 0.9403280019760132,
2570
+ "learning_rate": 1.748717948717949e-05,
2571
+ "loss": 0.5675028800964356,
2572
+ "step": 3660
2573
+ },
2574
+ {
2575
+ "epoch": 0.02149108295733698,
2576
+ "grad_norm": 1.034886360168457,
2577
+ "learning_rate": 1.6974358974358977e-05,
2578
+ "loss": 0.4517046928405762,
2579
+ "step": 3670
2580
+ },
2581
+ {
2582
+ "epoch": 0.021549641766485036,
2583
+ "grad_norm": 0.8609821200370789,
2584
+ "learning_rate": 1.646153846153846e-05,
2585
+ "loss": 0.5229743003845215,
2586
+ "step": 3680
2587
+ },
2588
+ {
2589
+ "epoch": 0.021608200575633094,
2590
+ "grad_norm": 0.9956978559494019,
2591
+ "learning_rate": 1.594871794871795e-05,
2592
+ "loss": 0.544053030014038,
2593
+ "step": 3690
2594
+ },
2595
+ {
2596
+ "epoch": 0.021666759384781152,
2597
+ "grad_norm": 0.7684548497200012,
2598
+ "learning_rate": 1.5435897435897436e-05,
2599
+ "loss": 0.4915327548980713,
2600
+ "step": 3700
2601
+ },
2602
+ {
2603
+ "epoch": 0.02172531819392921,
2604
+ "grad_norm": 0.9081255197525024,
2605
+ "learning_rate": 1.4923076923076923e-05,
2606
+ "loss": 0.6240507125854492,
2607
+ "step": 3710
2608
+ },
2609
+ {
2610
+ "epoch": 0.021783877003077264,
2611
+ "grad_norm": 0.9593307375907898,
2612
+ "learning_rate": 1.4410256410256411e-05,
2613
+ "loss": 0.5579314231872559,
2614
+ "step": 3720
2615
+ },
2616
+ {
2617
+ "epoch": 0.021842435812225322,
2618
+ "grad_norm": 0.7121111154556274,
2619
+ "learning_rate": 1.3897435897435898e-05,
2620
+ "loss": 0.5342877388000489,
2621
+ "step": 3730
2622
+ },
2623
+ {
2624
+ "epoch": 0.02190099462137338,
2625
+ "grad_norm": 0.6428033113479614,
2626
+ "learning_rate": 1.3384615384615384e-05,
2627
+ "loss": 0.5590609550476074,
2628
+ "step": 3740
2629
+ },
2630
+ {
2631
+ "epoch": 0.021959553430521438,
2632
+ "grad_norm": 0.7580998539924622,
2633
+ "learning_rate": 1.2871794871794873e-05,
2634
+ "loss": 0.5434789657592773,
2635
+ "step": 3750
2636
+ },
2637
+ {
2638
+ "epoch": 0.022018112239669495,
2639
+ "grad_norm": 0.7449846267700195,
2640
+ "learning_rate": 1.2358974358974359e-05,
2641
+ "loss": 0.6341854572296143,
2642
+ "step": 3760
2643
+ },
2644
+ {
2645
+ "epoch": 0.02207667104881755,
2646
+ "grad_norm": 0.8563600778579712,
2647
+ "learning_rate": 1.1846153846153847e-05,
2648
+ "loss": 0.5225186347961426,
2649
+ "step": 3770
2650
+ },
2651
+ {
2652
+ "epoch": 0.022135229857965608,
2653
+ "grad_norm": 0.77638179063797,
2654
+ "learning_rate": 1.1333333333333334e-05,
2655
+ "loss": 0.5983168125152588,
2656
+ "step": 3780
2657
+ },
2658
+ {
2659
+ "epoch": 0.022193788667113665,
2660
+ "grad_norm": 0.9314567446708679,
2661
+ "learning_rate": 1.082051282051282e-05,
2662
+ "loss": 0.5252968311309815,
2663
+ "step": 3790
2664
+ },
2665
+ {
2666
+ "epoch": 0.022252347476261723,
2667
+ "grad_norm": 0.7917819619178772,
2668
+ "learning_rate": 1.0307692307692309e-05,
2669
+ "loss": 0.5200023651123047,
2670
+ "step": 3800
2671
+ },
2672
+ {
2673
+ "epoch": 0.02231090628540978,
2674
+ "grad_norm": 0.8292711973190308,
2675
+ "learning_rate": 9.794871794871795e-06,
2676
+ "loss": 0.6304655075073242,
2677
+ "step": 3810
2678
+ },
2679
+ {
2680
+ "epoch": 0.022369465094557835,
2681
+ "grad_norm": 0.9499213099479675,
2682
+ "learning_rate": 9.282051282051282e-06,
2683
+ "loss": 0.5582314491271972,
2684
+ "step": 3820
2685
+ },
2686
+ {
2687
+ "epoch": 0.022428023903705893,
2688
+ "grad_norm": 0.8777642250061035,
2689
+ "learning_rate": 8.76923076923077e-06,
2690
+ "loss": 0.5100115776062012,
2691
+ "step": 3830
2692
+ },
2693
+ {
2694
+ "epoch": 0.02248658271285395,
2695
+ "grad_norm": 1.1725077629089355,
2696
+ "learning_rate": 8.256410256410258e-06,
2697
+ "loss": 0.45162396430969237,
2698
+ "step": 3840
2699
+ },
2700
+ {
2701
+ "epoch": 0.02254514152200201,
2702
+ "grad_norm": 0.7961176037788391,
2703
+ "learning_rate": 7.743589743589743e-06,
2704
+ "loss": 0.6337620735168457,
2705
+ "step": 3850
2706
+ },
2707
+ {
2708
+ "epoch": 0.022603700331150067,
2709
+ "grad_norm": 0.6456913948059082,
2710
+ "learning_rate": 7.230769230769231e-06,
2711
+ "loss": 0.5502284049987793,
2712
+ "step": 3860
2713
+ },
2714
+ {
2715
+ "epoch": 0.022662259140298124,
2716
+ "grad_norm": 1.164849042892456,
2717
+ "learning_rate": 6.7179487179487185e-06,
2718
+ "loss": 0.5302950859069824,
2719
+ "step": 3870
2720
+ },
2721
+ {
2722
+ "epoch": 0.02272081794944618,
2723
+ "grad_norm": 0.6571502089500427,
2724
+ "learning_rate": 6.205128205128206e-06,
2725
+ "loss": 0.5240830898284912,
2726
+ "step": 3880
2727
+ },
2728
+ {
2729
+ "epoch": 0.022779376758594237,
2730
+ "grad_norm": 0.9722093939781189,
2731
+ "learning_rate": 5.692307692307692e-06,
2732
+ "loss": 0.4951435089111328,
2733
+ "step": 3890
2734
+ },
2735
+ {
2736
+ "epoch": 0.022837935567742294,
2737
+ "grad_norm": 0.9843414425849915,
2738
+ "learning_rate": 5.17948717948718e-06,
2739
+ "loss": 0.5722742557525635,
2740
+ "step": 3900
2741
+ },
2742
+ {
2743
+ "epoch": 0.022896494376890352,
2744
+ "grad_norm": 0.6342486143112183,
2745
+ "learning_rate": 4.666666666666667e-06,
2746
+ "loss": 0.4842282772064209,
2747
+ "step": 3910
2748
+ },
2749
+ {
2750
+ "epoch": 0.02295505318603841,
2751
+ "grad_norm": 0.6415958404541016,
2752
+ "learning_rate": 4.153846153846154e-06,
2753
+ "loss": 0.47517008781433107,
2754
+ "step": 3920
2755
+ },
2756
+ {
2757
+ "epoch": 0.023013611995186464,
2758
+ "grad_norm": 1.1181350946426392,
2759
+ "learning_rate": 3.641025641025641e-06,
2760
+ "loss": 0.5694285869598389,
2761
+ "step": 3930
2762
+ },
2763
+ {
2764
+ "epoch": 0.023072170804334522,
2765
+ "grad_norm": 0.9920271635055542,
2766
+ "learning_rate": 3.1282051282051284e-06,
2767
+ "loss": 0.5452847480773926,
2768
+ "step": 3940
2769
+ },
2770
+ {
2771
+ "epoch": 0.02313072961348258,
2772
+ "grad_norm": 0.9259868860244751,
2773
+ "learning_rate": 2.6153846153846154e-06,
2774
+ "loss": 0.46974477767944334,
2775
+ "step": 3950
2776
+ },
2777
+ {
2778
+ "epoch": 0.023189288422630638,
2779
+ "grad_norm": 0.9503214955329895,
2780
+ "learning_rate": 2.1025641025641028e-06,
2781
+ "loss": 0.5481606006622315,
2782
+ "step": 3960
2783
+ },
2784
+ {
2785
+ "epoch": 0.023247847231778695,
2786
+ "grad_norm": 0.6119986772537231,
2787
+ "learning_rate": 1.58974358974359e-06,
2788
+ "loss": 0.5004695892333985,
2789
+ "step": 3970
2790
+ },
2791
+ {
2792
+ "epoch": 0.023306406040926753,
2793
+ "grad_norm": 1.1628342866897583,
2794
+ "learning_rate": 1.0769230769230769e-06,
2795
+ "loss": 0.5574374675750733,
2796
+ "step": 3980
2797
+ },
2798
+ {
2799
+ "epoch": 0.023364964850074808,
2800
+ "grad_norm": 1.1909202337265015,
2801
+ "learning_rate": 5.641025641025642e-07,
2802
+ "loss": 0.5625033855438233,
2803
+ "step": 3990
2804
+ },
2805
+ {
2806
+ "epoch": 0.023423523659222865,
2807
+ "grad_norm": 0.8099654316902161,
2808
+ "learning_rate": 5.1282051282051286e-08,
2809
+ "loss": 0.5457859516143799,
2810
+ "step": 4000
2811
+ }
2812
+ ],
2813
+ "logging_steps": 10,
2814
+ "max_steps": 4000,
2815
+ "num_input_tokens_seen": 0,
2816
+ "num_train_epochs": 1,
2817
+ "save_steps": 500,
2818
+ "stateful_callbacks": {
2819
+ "TrainerControl": {
2820
+ "args": {
2821
+ "should_epoch_stop": false,
2822
+ "should_evaluate": false,
2823
+ "should_log": false,
2824
+ "should_save": true,
2825
+ "should_training_stop": true
2826
+ },
2827
+ "attributes": {}
2828
+ }
2829
+ },
2830
+ "total_flos": 9.098826736098355e+16,
2831
+ "train_batch_size": 4,
2832
+ "trial_name": null,
2833
+ "trial_params": null
2834
+ }
adapter/checkpoint-4000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b31c165767a8418547683b7b0bb98466ae2cea43d76fd57aefee2b75c80453
3
+ size 5713