tahamajs commited on
Commit
ac5f284
·
verified ·
1 Parent(s): b8382a6

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-200/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ./Qwen3-4B-Instruct-2507
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:./Qwen3-4B-Instruct-2507
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.16.0
checkpoint-200/adapter_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./Qwen3-4B-Instruct-2507",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 128,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 64,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "v_proj",
29
+ "gate_proj",
30
+ "k_proj",
31
+ "o_proj",
32
+ "down_proj",
33
+ "q_proj",
34
+ "up_proj"
35
+ ],
36
+ "task_type": "CAUSAL_LM",
37
+ "trainable_token_indices": null,
38
+ "use_dora": false,
39
+ "use_qalora": false,
40
+ "use_rslora": true
41
+ }
checkpoint-200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1c09bc2246541ea6c4153c8a2b3499932f4d43dc34e3933c9cce2b9eb86b6c1
3
+ size 2081671768
checkpoint-200/added_tokens.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|analysis|>": 151670,
9
+ "<|box_end|>": 151649,
10
+ "<|box_start|>": 151648,
11
+ "<|endoftext|>": 151643,
12
+ "<|file_sep|>": 151664,
13
+ "<|fim_middle|>": 151660,
14
+ "<|fim_pad|>": 151662,
15
+ "<|fim_prefix|>": 151659,
16
+ "<|fim_suffix|>": 151661,
17
+ "<|forecast|>": 151671,
18
+ "<|im_end|>": 151645,
19
+ "<|im_start|>": 151644,
20
+ "<|image_pad|>": 151655,
21
+ "<|object_ref_end|>": 151647,
22
+ "<|object_ref_start|>": 151646,
23
+ "<|quad_end|>": 151651,
24
+ "<|quad_start|>": 151650,
25
+ "<|repo_name|>": 151663,
26
+ "<|response|>": 151669,
27
+ "<|video_pad|>": 151656,
28
+ "<|vision_end|>": 151653,
29
+ "<|vision_pad|>": 151654,
30
+ "<|vision_start|>": 151652
31
+ }
checkpoint-200/chat_template.jinja ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {{- messages[0].content + '\n\n' }}
5
+ {%- endif %}
6
+ {{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
7
+ {%- for tool in tools %}
8
+ {{- "\n" }}
9
+ {{- tool | tojson }}
10
+ {%- endfor %}
11
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
12
+ {%- else %}
13
+ {%- if messages[0].role == 'system' %}
14
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
15
+ {%- endif %}
16
+ {%- endif %}
17
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
18
+ {%- for message in messages[::-1] %}
19
+ {%- set index = (messages|length - 1) - loop.index0 %}
20
+ {%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
21
+ {%- set ns.multi_step_tool = false %}
22
+ {%- set ns.last_query_index = index %}
23
+ {%- endif %}
24
+ {%- endfor %}
25
+ {%- for message in messages %}
26
+ {%- if message.content is string %}
27
+ {%- set content = message.content %}
28
+ {%- else %}
29
+ {%- set content = '' %}
30
+ {%- endif %}
31
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
32
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
33
+ {%- elif message.role == "assistant" %}
34
+ {%- set reasoning_content = '' %}
35
+ {%- if message.reasoning_content is string %}
36
+ {%- set reasoning_content = message.reasoning_content %}
37
+ {%- else %}
38
+ {%- if '</think>' in content %}
39
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
40
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
41
+ {%- endif %}
42
+ {%- endif %}
43
+ {%- if loop.index0 > ns.last_query_index %}
44
+ {%- if loop.last or (not loop.last and reasoning_content) %}
45
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
46
+ {%- else %}
47
+ {{- '<|im_start|>' + message.role + '\n' + content }}
48
+ {%- endif %}
49
+ {%- else %}
50
+ {{- '<|im_start|>' + message.role + '\n' + content }}
51
+ {%- endif %}
52
+ {%- if message.tool_calls %}
53
+ {%- for tool_call in message.tool_calls %}
54
+ {%- if (loop.first and content) or (not loop.first) %}
55
+ {{- '\n' }}
56
+ {%- endif %}
57
+ {%- if tool_call.function %}
58
+ {%- set tool_call = tool_call.function %}
59
+ {%- endif %}
60
+ {{- '<tool_call>\n{"name": "' }}
61
+ {{- tool_call.name }}
62
+ {{- '", "arguments": ' }}
63
+ {%- if tool_call.arguments is string %}
64
+ {{- tool_call.arguments }}
65
+ {%- else %}
66
+ {{- tool_call.arguments | tojson }}
67
+ {%- endif %}
68
+ {{- '}\n</tool_call>' }}
69
+ {%- endfor %}
70
+ {%- endif %}
71
+ {{- '<|im_end|>\n' }}
72
+ {%- elif message.role == "tool" %}
73
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
74
+ {{- '<|im_start|>user' }}
75
+ {%- endif %}
76
+ {{- '\n<tool_response>\n' }}
77
+ {{- content }}
78
+ {{- '\n</tool_response>' }}
79
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
80
+ {{- '<|im_end|>\n' }}
81
+ {%- endif %}
82
+ {%- endif %}
83
+ {%- endfor %}
84
+ {%- if add_generation_prompt %}
85
+ {{- '<|im_start|>assistant\n' }}
86
+ {%- endif %}
checkpoint-200/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0bfd68cc2f2b697c97fc118a4ea1733445da9d7c4aed43f243226157ded53b6
3
+ size 1057390923
checkpoint-200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c19bab1174704a4a4441475683bf1270277af15d2e2c95e964789128e482c4
3
+ size 14645
checkpoint-200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:124625e167eb28acbfc793cfcb3e8a08b32e7fea06501462bc9e420a5e1beb2a
3
+ size 1383
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7907d8a7731e7c86203a738365a045e91df7a07722e00bc3c28594efc74ca8cd
3
+ size 1465
checkpoint-200/special_tokens_map.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|response|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|analysis|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
+ {
18
+ "content": "<|forecast|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ ],
25
+ "eos_token": {
26
+ "content": "<|im_end|>",
27
+ "lstrip": false,
28
+ "normalized": false,
29
+ "rstrip": false,
30
+ "single_word": false
31
+ },
32
+ "pad_token": {
33
+ "content": "<|endoftext|>",
34
+ "lstrip": false,
35
+ "normalized": false,
36
+ "rstrip": false,
37
+ "single_word": false
38
+ }
39
+ }
checkpoint-200/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77247e5fb2e966d04e513068b17cca472e105e7c56953e9b1d27d70b93d77e6f
3
+ size 11423221
checkpoint-200/tokenizer_config.json ADDED
@@ -0,0 +1,254 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ },
213
+ "151669": {
214
+ "content": "<|response|>",
215
+ "lstrip": false,
216
+ "normalized": false,
217
+ "rstrip": false,
218
+ "single_word": false,
219
+ "special": true
220
+ },
221
+ "151670": {
222
+ "content": "<|analysis|>",
223
+ "lstrip": false,
224
+ "normalized": false,
225
+ "rstrip": false,
226
+ "single_word": false,
227
+ "special": true
228
+ },
229
+ "151671": {
230
+ "content": "<|forecast|>",
231
+ "lstrip": false,
232
+ "normalized": false,
233
+ "rstrip": false,
234
+ "single_word": false,
235
+ "special": true
236
+ }
237
+ },
238
+ "additional_special_tokens": [
239
+ "<|response|>",
240
+ "<|analysis|>",
241
+ "<|forecast|>"
242
+ ],
243
+ "bos_token": null,
244
+ "clean_up_tokenization_spaces": false,
245
+ "eos_token": "<|im_end|>",
246
+ "errors": "replace",
247
+ "extra_special_tokens": {},
248
+ "model_max_length": 262144,
249
+ "pad_token": "<|endoftext|>",
250
+ "padding_side": "right",
251
+ "split_special_tokens": false,
252
+ "tokenizer_class": "Qwen2Tokenizer",
253
+ "unk_token": null
254
+ }
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,734 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.43383947939262474,
6
+ "eval_steps": 500,
7
+ "global_step": 200,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.004338394793926247,
14
+ "grad_norm": 0.0827212855219841,
15
+ "learning_rate": 8.658008658008658e-07,
16
+ "loss": 69.3411,
17
+ "step": 2
18
+ },
19
+ {
20
+ "epoch": 0.008676789587852495,
21
+ "grad_norm": 0.0518200658261776,
22
+ "learning_rate": 2.5974025974025976e-06,
23
+ "loss": 35.001,
24
+ "step": 4
25
+ },
26
+ {
27
+ "epoch": 0.013015184381778741,
28
+ "grad_norm": 0.031755924224853516,
29
+ "learning_rate": 4.329004329004329e-06,
30
+ "loss": 13.0242,
31
+ "step": 6
32
+ },
33
+ {
34
+ "epoch": 0.01735357917570499,
35
+ "grad_norm": 0.0014551299391314387,
36
+ "learning_rate": 6.060606060606061e-06,
37
+ "loss": 2.3876,
38
+ "step": 8
39
+ },
40
+ {
41
+ "epoch": 0.021691973969631236,
42
+ "grad_norm": 0.0014385427348315716,
43
+ "learning_rate": 7.792207792207792e-06,
44
+ "loss": 2.3097,
45
+ "step": 10
46
+ },
47
+ {
48
+ "epoch": 0.026030368763557483,
49
+ "grad_norm": 0.0010925688548013568,
50
+ "learning_rate": 9.523809523809523e-06,
51
+ "loss": 2.3123,
52
+ "step": 12
53
+ },
54
+ {
55
+ "epoch": 0.03036876355748373,
56
+ "grad_norm": 0.0005016441573388875,
57
+ "learning_rate": 1.1255411255411256e-05,
58
+ "loss": 2.2392,
59
+ "step": 14
60
+ },
61
+ {
62
+ "epoch": 0.03470715835140998,
63
+ "grad_norm": 0.00045006765867583454,
64
+ "learning_rate": 1.2987012987012986e-05,
65
+ "loss": 2.0719,
66
+ "step": 16
67
+ },
68
+ {
69
+ "epoch": 0.039045553145336226,
70
+ "grad_norm": 0.00031278934329748154,
71
+ "learning_rate": 1.471861471861472e-05,
72
+ "loss": 1.8432,
73
+ "step": 18
74
+ },
75
+ {
76
+ "epoch": 0.04338394793926247,
77
+ "grad_norm": 0.00022527104010805488,
78
+ "learning_rate": 1.645021645021645e-05,
79
+ "loss": 1.7787,
80
+ "step": 20
81
+ },
82
+ {
83
+ "epoch": 0.04772234273318872,
84
+ "grad_norm": 0.00018865655874833465,
85
+ "learning_rate": 1.8181818181818182e-05,
86
+ "loss": 2.0101,
87
+ "step": 22
88
+ },
89
+ {
90
+ "epoch": 0.052060737527114966,
91
+ "grad_norm": 0.0001694227394182235,
92
+ "learning_rate": 1.9913419913419914e-05,
93
+ "loss": 1.8429,
94
+ "step": 24
95
+ },
96
+ {
97
+ "epoch": 0.05639913232104121,
98
+ "grad_norm": 0.00013083111844025552,
99
+ "learning_rate": 2.1645021645021645e-05,
100
+ "loss": 1.7697,
101
+ "step": 26
102
+ },
103
+ {
104
+ "epoch": 0.06073752711496746,
105
+ "grad_norm": 9.49989480432123e-05,
106
+ "learning_rate": 2.3376623376623376e-05,
107
+ "loss": 1.6524,
108
+ "step": 28
109
+ },
110
+ {
111
+ "epoch": 0.0650759219088937,
112
+ "grad_norm": 8.46718976390548e-05,
113
+ "learning_rate": 2.5108225108225108e-05,
114
+ "loss": 1.8,
115
+ "step": 30
116
+ },
117
+ {
118
+ "epoch": 0.06941431670281996,
119
+ "grad_norm": 0.00011577928671613336,
120
+ "learning_rate": 2.6839826839826843e-05,
121
+ "loss": 2.117,
122
+ "step": 32
123
+ },
124
+ {
125
+ "epoch": 0.0737527114967462,
126
+ "grad_norm": 9.919809235725552e-05,
127
+ "learning_rate": 2.857142857142857e-05,
128
+ "loss": 1.6875,
129
+ "step": 34
130
+ },
131
+ {
132
+ "epoch": 0.07809110629067245,
133
+ "grad_norm": 0.0001388567325193435,
134
+ "learning_rate": 3.0303030303030306e-05,
135
+ "loss": 1.61,
136
+ "step": 36
137
+ },
138
+ {
139
+ "epoch": 0.0824295010845987,
140
+ "grad_norm": 0.0001313382526859641,
141
+ "learning_rate": 3.2034632034632034e-05,
142
+ "loss": 2.1905,
143
+ "step": 38
144
+ },
145
+ {
146
+ "epoch": 0.08676789587852494,
147
+ "grad_norm": 0.00012191147106932476,
148
+ "learning_rate": 3.376623376623377e-05,
149
+ "loss": 1.7385,
150
+ "step": 40
151
+ },
152
+ {
153
+ "epoch": 0.0911062906724512,
154
+ "grad_norm": 9.517790749669075e-05,
155
+ "learning_rate": 3.5497835497835503e-05,
156
+ "loss": 1.5892,
157
+ "step": 42
158
+ },
159
+ {
160
+ "epoch": 0.09544468546637744,
161
+ "grad_norm": 0.00010295262472936884,
162
+ "learning_rate": 3.722943722943723e-05,
163
+ "loss": 1.5475,
164
+ "step": 44
165
+ },
166
+ {
167
+ "epoch": 0.09978308026030369,
168
+ "grad_norm": 0.00012195424642413855,
169
+ "learning_rate": 3.8961038961038966e-05,
170
+ "loss": 1.7188,
171
+ "step": 46
172
+ },
173
+ {
174
+ "epoch": 0.10412147505422993,
175
+ "grad_norm": 8.544759475626051e-05,
176
+ "learning_rate": 4.0692640692640695e-05,
177
+ "loss": 1.5669,
178
+ "step": 48
179
+ },
180
+ {
181
+ "epoch": 0.10845986984815618,
182
+ "grad_norm": 9.878600394586101e-05,
183
+ "learning_rate": 4.242424242424243e-05,
184
+ "loss": 1.8946,
185
+ "step": 50
186
+ },
187
+ {
188
+ "epoch": 0.11279826464208242,
189
+ "grad_norm": 7.68566969782114e-05,
190
+ "learning_rate": 4.415584415584416e-05,
191
+ "loss": 1.8233,
192
+ "step": 52
193
+ },
194
+ {
195
+ "epoch": 0.11713665943600868,
196
+ "grad_norm": 9.872647933661938e-05,
197
+ "learning_rate": 4.588744588744589e-05,
198
+ "loss": 1.5943,
199
+ "step": 54
200
+ },
201
+ {
202
+ "epoch": 0.12147505422993492,
203
+ "grad_norm": 8.50674623507075e-05,
204
+ "learning_rate": 4.761904761904762e-05,
205
+ "loss": 1.8301,
206
+ "step": 56
207
+ },
208
+ {
209
+ "epoch": 0.12581344902386118,
210
+ "grad_norm": 8.048298332141712e-05,
211
+ "learning_rate": 4.9350649350649355e-05,
212
+ "loss": 1.4765,
213
+ "step": 58
214
+ },
215
+ {
216
+ "epoch": 0.1301518438177874,
217
+ "grad_norm": 9.805628360481933e-05,
218
+ "learning_rate": 5.108225108225109e-05,
219
+ "loss": 1.5986,
220
+ "step": 60
221
+ },
222
+ {
223
+ "epoch": 0.13449023861171366,
224
+ "grad_norm": 0.00010165588901145384,
225
+ "learning_rate": 5.281385281385282e-05,
226
+ "loss": 1.9867,
227
+ "step": 62
228
+ },
229
+ {
230
+ "epoch": 0.13882863340563992,
231
+ "grad_norm": 0.00010287595796398818,
232
+ "learning_rate": 5.4545454545454546e-05,
233
+ "loss": 1.5022,
234
+ "step": 64
235
+ },
236
+ {
237
+ "epoch": 0.14316702819956617,
238
+ "grad_norm": 0.00011295385775156319,
239
+ "learning_rate": 5.627705627705628e-05,
240
+ "loss": 1.7235,
241
+ "step": 66
242
+ },
243
+ {
244
+ "epoch": 0.1475054229934924,
245
+ "grad_norm": 9.552195115247741e-05,
246
+ "learning_rate": 5.800865800865801e-05,
247
+ "loss": 1.6859,
248
+ "step": 68
249
+ },
250
+ {
251
+ "epoch": 0.15184381778741865,
252
+ "grad_norm": 0.00011555201490409672,
253
+ "learning_rate": 5.9740259740259744e-05,
254
+ "loss": 1.7941,
255
+ "step": 70
256
+ },
257
+ {
258
+ "epoch": 0.1561822125813449,
259
+ "grad_norm": 0.0001009026964311488,
260
+ "learning_rate": 6.147186147186147e-05,
261
+ "loss": 1.6722,
262
+ "step": 72
263
+ },
264
+ {
265
+ "epoch": 0.16052060737527116,
266
+ "grad_norm": 9.424371091881767e-05,
267
+ "learning_rate": 6.320346320346321e-05,
268
+ "loss": 1.6527,
269
+ "step": 74
270
+ },
271
+ {
272
+ "epoch": 0.1648590021691974,
273
+ "grad_norm": 8.442461694357917e-05,
274
+ "learning_rate": 6.493506493506494e-05,
275
+ "loss": 1.6209,
276
+ "step": 76
277
+ },
278
+ {
279
+ "epoch": 0.16919739696312364,
280
+ "grad_norm": 8.440255624009296e-05,
281
+ "learning_rate": 6.666666666666667e-05,
282
+ "loss": 1.6125,
283
+ "step": 78
284
+ },
285
+ {
286
+ "epoch": 0.1735357917570499,
287
+ "grad_norm": 8.226885984186083e-05,
288
+ "learning_rate": 6.83982683982684e-05,
289
+ "loss": 1.389,
290
+ "step": 80
291
+ },
292
+ {
293
+ "epoch": 0.17787418655097614,
294
+ "grad_norm": 9.310924360761419e-05,
295
+ "learning_rate": 7.012987012987014e-05,
296
+ "loss": 1.5287,
297
+ "step": 82
298
+ },
299
+ {
300
+ "epoch": 0.1822125813449024,
301
+ "grad_norm": 0.00010276665852870792,
302
+ "learning_rate": 7.186147186147186e-05,
303
+ "loss": 1.6134,
304
+ "step": 84
305
+ },
306
+ {
307
+ "epoch": 0.18655097613882862,
308
+ "grad_norm": 7.704695599386469e-05,
309
+ "learning_rate": 7.35930735930736e-05,
310
+ "loss": 1.5045,
311
+ "step": 86
312
+ },
313
+ {
314
+ "epoch": 0.19088937093275488,
315
+ "grad_norm": 8.620534936198965e-05,
316
+ "learning_rate": 7.532467532467533e-05,
317
+ "loss": 1.711,
318
+ "step": 88
319
+ },
320
+ {
321
+ "epoch": 0.19522776572668113,
322
+ "grad_norm": 8.96161946002394e-05,
323
+ "learning_rate": 7.705627705627707e-05,
324
+ "loss": 1.509,
325
+ "step": 90
326
+ },
327
+ {
328
+ "epoch": 0.19956616052060738,
329
+ "grad_norm": 0.00012065350165357813,
330
+ "learning_rate": 7.878787878787879e-05,
331
+ "loss": 1.3508,
332
+ "step": 92
333
+ },
334
+ {
335
+ "epoch": 0.2039045553145336,
336
+ "grad_norm": 0.00010654849756974727,
337
+ "learning_rate": 8.051948051948052e-05,
338
+ "loss": 1.3387,
339
+ "step": 94
340
+ },
341
+ {
342
+ "epoch": 0.20824295010845986,
343
+ "grad_norm": 7.860274490667507e-05,
344
+ "learning_rate": 8.225108225108226e-05,
345
+ "loss": 1.5114,
346
+ "step": 96
347
+ },
348
+ {
349
+ "epoch": 0.21258134490238612,
350
+ "grad_norm": 9.179072367260233e-05,
351
+ "learning_rate": 8.398268398268399e-05,
352
+ "loss": 1.5823,
353
+ "step": 98
354
+ },
355
+ {
356
+ "epoch": 0.21691973969631237,
357
+ "grad_norm": 0.00010536188347032294,
358
+ "learning_rate": 8.571428571428571e-05,
359
+ "loss": 1.4962,
360
+ "step": 100
361
+ },
362
+ {
363
+ "epoch": 0.22125813449023862,
364
+ "grad_norm": 0.00013251863128971308,
365
+ "learning_rate": 8.744588744588745e-05,
366
+ "loss": 1.643,
367
+ "step": 102
368
+ },
369
+ {
370
+ "epoch": 0.22559652928416485,
371
+ "grad_norm": 0.00010157735960092396,
372
+ "learning_rate": 8.917748917748918e-05,
373
+ "loss": 1.6177,
374
+ "step": 104
375
+ },
376
+ {
377
+ "epoch": 0.2299349240780911,
378
+ "grad_norm": 9.759912791196257e-05,
379
+ "learning_rate": 9.090909090909092e-05,
380
+ "loss": 1.6207,
381
+ "step": 106
382
+ },
383
+ {
384
+ "epoch": 0.23427331887201736,
385
+ "grad_norm": 8.486732986057177e-05,
386
+ "learning_rate": 9.264069264069265e-05,
387
+ "loss": 1.6376,
388
+ "step": 108
389
+ },
390
+ {
391
+ "epoch": 0.2386117136659436,
392
+ "grad_norm": 8.389601862290874e-05,
393
+ "learning_rate": 9.437229437229437e-05,
394
+ "loss": 1.4566,
395
+ "step": 110
396
+ },
397
+ {
398
+ "epoch": 0.24295010845986983,
399
+ "grad_norm": 8.594071550760418e-05,
400
+ "learning_rate": 9.610389610389611e-05,
401
+ "loss": 1.6012,
402
+ "step": 112
403
+ },
404
+ {
405
+ "epoch": 0.2472885032537961,
406
+ "grad_norm": 0.00012664853420574218,
407
+ "learning_rate": 9.783549783549783e-05,
408
+ "loss": 1.7725,
409
+ "step": 114
410
+ },
411
+ {
412
+ "epoch": 0.25162689804772237,
413
+ "grad_norm": 0.00010961890802718699,
414
+ "learning_rate": 9.956709956709958e-05,
415
+ "loss": 1.819,
416
+ "step": 116
417
+ },
418
+ {
419
+ "epoch": 0.2559652928416486,
420
+ "grad_norm": 0.00010421781189506873,
421
+ "learning_rate": 0.0001012987012987013,
422
+ "loss": 1.4578,
423
+ "step": 118
424
+ },
425
+ {
426
+ "epoch": 0.2603036876355748,
427
+ "grad_norm": 8.373246964765713e-05,
428
+ "learning_rate": 0.00010303030303030303,
429
+ "loss": 1.5325,
430
+ "step": 120
431
+ },
432
+ {
433
+ "epoch": 0.2646420824295011,
434
+ "grad_norm": 0.00010633116471581161,
435
+ "learning_rate": 0.00010476190476190477,
436
+ "loss": 1.6207,
437
+ "step": 122
438
+ },
439
+ {
440
+ "epoch": 0.26898047722342733,
441
+ "grad_norm": 0.00011342590005369857,
442
+ "learning_rate": 0.00010649350649350649,
443
+ "loss": 1.7429,
444
+ "step": 124
445
+ },
446
+ {
447
+ "epoch": 0.27331887201735355,
448
+ "grad_norm": 0.00011248586815781891,
449
+ "learning_rate": 0.00010822510822510823,
450
+ "loss": 1.3852,
451
+ "step": 126
452
+ },
453
+ {
454
+ "epoch": 0.27765726681127983,
455
+ "grad_norm": 9.75292205112055e-05,
456
+ "learning_rate": 0.00010995670995670997,
457
+ "loss": 1.4425,
458
+ "step": 128
459
+ },
460
+ {
461
+ "epoch": 0.28199566160520606,
462
+ "grad_norm": 8.777113544056192e-05,
463
+ "learning_rate": 0.00011168831168831168,
464
+ "loss": 1.4299,
465
+ "step": 130
466
+ },
467
+ {
468
+ "epoch": 0.28633405639913234,
469
+ "grad_norm": 9.897943527903408e-05,
470
+ "learning_rate": 0.00011341991341991343,
471
+ "loss": 1.5006,
472
+ "step": 132
473
+ },
474
+ {
475
+ "epoch": 0.29067245119305857,
476
+ "grad_norm": 9.435087849851698e-05,
477
+ "learning_rate": 0.00011515151515151516,
478
+ "loss": 1.5016,
479
+ "step": 134
480
+ },
481
+ {
482
+ "epoch": 0.2950108459869848,
483
+ "grad_norm": 9.406272874912247e-05,
484
+ "learning_rate": 0.00011688311688311689,
485
+ "loss": 1.3509,
486
+ "step": 136
487
+ },
488
+ {
489
+ "epoch": 0.2993492407809111,
490
+ "grad_norm": 7.861667108954862e-05,
491
+ "learning_rate": 0.00011861471861471862,
492
+ "loss": 1.3825,
493
+ "step": 138
494
+ },
495
+ {
496
+ "epoch": 0.3036876355748373,
497
+ "grad_norm": 9.331847104476765e-05,
498
+ "learning_rate": 0.00012034632034632037,
499
+ "loss": 1.34,
500
+ "step": 140
501
+ },
502
+ {
503
+ "epoch": 0.3080260303687636,
504
+ "grad_norm": 9.168530959868804e-05,
505
+ "learning_rate": 0.00012207792207792208,
506
+ "loss": 1.5475,
507
+ "step": 142
508
+ },
509
+ {
510
+ "epoch": 0.3123644251626898,
511
+ "grad_norm": 0.00011951980559388176,
512
+ "learning_rate": 0.0001238095238095238,
513
+ "loss": 1.5311,
514
+ "step": 144
515
+ },
516
+ {
517
+ "epoch": 0.31670281995661603,
518
+ "grad_norm": 9.542541374685243e-05,
519
+ "learning_rate": 0.00012554112554112555,
520
+ "loss": 1.2644,
521
+ "step": 146
522
+ },
523
+ {
524
+ "epoch": 0.3210412147505423,
525
+ "grad_norm": 0.00010295345418853685,
526
+ "learning_rate": 0.00012727272727272728,
527
+ "loss": 1.6113,
528
+ "step": 148
529
+ },
530
+ {
531
+ "epoch": 0.32537960954446854,
532
+ "grad_norm": 0.00011875862401211634,
533
+ "learning_rate": 0.00012900432900432902,
534
+ "loss": 1.5102,
535
+ "step": 150
536
+ },
537
+ {
538
+ "epoch": 0.3297180043383948,
539
+ "grad_norm": 9.159797627944499e-05,
540
+ "learning_rate": 0.00013073593073593072,
541
+ "loss": 0.927,
542
+ "step": 152
543
+ },
544
+ {
545
+ "epoch": 0.33405639913232105,
546
+ "grad_norm": 8.391960000153631e-05,
547
+ "learning_rate": 0.00013246753246753249,
548
+ "loss": 1.4571,
549
+ "step": 154
550
+ },
551
+ {
552
+ "epoch": 0.3383947939262473,
553
+ "grad_norm": 0.00010703870066208765,
554
+ "learning_rate": 0.00013419913419913422,
555
+ "loss": 1.5073,
556
+ "step": 156
557
+ },
558
+ {
559
+ "epoch": 0.34273318872017355,
560
+ "grad_norm": 9.423718438483775e-05,
561
+ "learning_rate": 0.00013593073593073593,
562
+ "loss": 1.723,
563
+ "step": 158
564
+ },
565
+ {
566
+ "epoch": 0.3470715835140998,
567
+ "grad_norm": 0.0001538494834676385,
568
+ "learning_rate": 0.00013766233766233766,
569
+ "loss": 1.5654,
570
+ "step": 160
571
+ },
572
+ {
573
+ "epoch": 0.351409978308026,
574
+ "grad_norm": 9.611326095182449e-05,
575
+ "learning_rate": 0.0001393939393939394,
576
+ "loss": 1.548,
577
+ "step": 162
578
+ },
579
+ {
580
+ "epoch": 0.3557483731019523,
581
+ "grad_norm": 0.00011205178452655673,
582
+ "learning_rate": 0.00014112554112554113,
583
+ "loss": 1.3409,
584
+ "step": 164
585
+ },
586
+ {
587
+ "epoch": 0.3600867678958785,
588
+ "grad_norm": 0.00012007606710540131,
589
+ "learning_rate": 0.00014285714285714287,
590
+ "loss": 1.28,
591
+ "step": 166
592
+ },
593
+ {
594
+ "epoch": 0.3644251626898048,
595
+ "grad_norm": 9.325458813691512e-05,
596
+ "learning_rate": 0.00014458874458874458,
597
+ "loss": 1.6112,
598
+ "step": 168
599
+ },
600
+ {
601
+ "epoch": 0.368763557483731,
602
+ "grad_norm": 0.00011464627459645271,
603
+ "learning_rate": 0.00014632034632034634,
604
+ "loss": 1.7889,
605
+ "step": 170
606
+ },
607
+ {
608
+ "epoch": 0.37310195227765725,
609
+ "grad_norm": 8.522431744495407e-05,
610
+ "learning_rate": 0.00014805194805194807,
611
+ "loss": 1.4786,
612
+ "step": 172
613
+ },
614
+ {
615
+ "epoch": 0.3774403470715835,
616
+ "grad_norm": 9.553231211612001e-05,
617
+ "learning_rate": 0.00014978354978354978,
618
+ "loss": 1.6606,
619
+ "step": 174
620
+ },
621
+ {
622
+ "epoch": 0.38177874186550975,
623
+ "grad_norm": 0.00011504336725920439,
624
+ "learning_rate": 0.00015151515151515152,
625
+ "loss": 1.4425,
626
+ "step": 176
627
+ },
628
+ {
629
+ "epoch": 0.38611713665943603,
630
+ "grad_norm": 0.00010287316399626434,
631
+ "learning_rate": 0.00015324675324675325,
632
+ "loss": 1.5098,
633
+ "step": 178
634
+ },
635
+ {
636
+ "epoch": 0.39045553145336226,
637
+ "grad_norm": 4.676381286117248e-05,
638
+ "learning_rate": 0.00015497835497835498,
639
+ "loss": 0.9581,
640
+ "step": 180
641
+ },
642
+ {
643
+ "epoch": 0.3947939262472885,
644
+ "grad_norm": 0.00010852384002646431,
645
+ "learning_rate": 0.00015670995670995672,
646
+ "loss": 1.5168,
647
+ "step": 182
648
+ },
649
+ {
650
+ "epoch": 0.39913232104121477,
651
+ "grad_norm": 0.00012305323616601527,
652
+ "learning_rate": 0.00015844155844155845,
653
+ "loss": 1.4537,
654
+ "step": 184
655
+ },
656
+ {
657
+ "epoch": 0.403470715835141,
658
+ "grad_norm": 0.00012572656851261854,
659
+ "learning_rate": 0.00016017316017316016,
660
+ "loss": 1.4132,
661
+ "step": 186
662
+ },
663
+ {
664
+ "epoch": 0.4078091106290672,
665
+ "grad_norm": 0.00010408662637928501,
666
+ "learning_rate": 0.00016190476190476192,
667
+ "loss": 1.3924,
668
+ "step": 188
669
+ },
670
+ {
671
+ "epoch": 0.4121475054229935,
672
+ "grad_norm": 8.694107964402065e-05,
673
+ "learning_rate": 0.00016363636363636366,
674
+ "loss": 1.4646,
675
+ "step": 190
676
+ },
677
+ {
678
+ "epoch": 0.4164859002169197,
679
+ "grad_norm": 7.895683665992692e-05,
680
+ "learning_rate": 0.00016536796536796537,
681
+ "loss": 1.4279,
682
+ "step": 192
683
+ },
684
+ {
685
+ "epoch": 0.420824295010846,
686
+ "grad_norm": 0.00010866318189073354,
687
+ "learning_rate": 0.0001670995670995671,
688
+ "loss": 1.5107,
689
+ "step": 194
690
+ },
691
+ {
692
+ "epoch": 0.42516268980477223,
693
+ "grad_norm": 9.274760668631643e-05,
694
+ "learning_rate": 0.00016883116883116884,
695
+ "loss": 1.2967,
696
+ "step": 196
697
+ },
698
+ {
699
+ "epoch": 0.42950108459869846,
700
+ "grad_norm": 0.00011355317838024348,
701
+ "learning_rate": 0.00017056277056277057,
702
+ "loss": 1.5272,
703
+ "step": 198
704
+ },
705
+ {
706
+ "epoch": 0.43383947939262474,
707
+ "grad_norm": 0.00011121966963401064,
708
+ "learning_rate": 0.0001722943722943723,
709
+ "loss": 1.4261,
710
+ "step": 200
711
+ }
712
+ ],
713
+ "logging_steps": 2,
714
+ "max_steps": 4610,
715
+ "num_input_tokens_seen": 0,
716
+ "num_train_epochs": 10,
717
+ "save_steps": 200,
718
+ "stateful_callbacks": {
719
+ "TrainerControl": {
720
+ "args": {
721
+ "should_epoch_stop": false,
722
+ "should_evaluate": false,
723
+ "should_log": false,
724
+ "should_save": true,
725
+ "should_training_stop": false
726
+ },
727
+ "attributes": {}
728
+ }
729
+ },
730
+ "total_flos": 1.7365554742267085e+17,
731
+ "train_batch_size": 4,
732
+ "trial_name": null,
733
+ "trial_params": null
734
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b306cb3a9de4606cfa75dbe3e4178aefbe22598aa7c7ec8e153af9523117976
3
+ size 5777
checkpoint-200/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-400/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ./Qwen3-4B-Instruct-2507
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:./Qwen3-4B-Instruct-2507
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.16.0
checkpoint-400/adapter_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./Qwen3-4B-Instruct-2507",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 128,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 64,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "v_proj",
29
+ "gate_proj",
30
+ "k_proj",
31
+ "o_proj",
32
+ "down_proj",
33
+ "q_proj",
34
+ "up_proj"
35
+ ],
36
+ "task_type": "CAUSAL_LM",
37
+ "trainable_token_indices": null,
38
+ "use_dora": false,
39
+ "use_qalora": false,
40
+ "use_rslora": true
41
+ }
checkpoint-400/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35664b9db7fa964f0030a62da2401114107dff0210d792ecb34afa7b636f04db
3
+ size 2081671768
checkpoint-400/added_tokens.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|analysis|>": 151670,
9
+ "<|box_end|>": 151649,
10
+ "<|box_start|>": 151648,
11
+ "<|endoftext|>": 151643,
12
+ "<|file_sep|>": 151664,
13
+ "<|fim_middle|>": 151660,
14
+ "<|fim_pad|>": 151662,
15
+ "<|fim_prefix|>": 151659,
16
+ "<|fim_suffix|>": 151661,
17
+ "<|forecast|>": 151671,
18
+ "<|im_end|>": 151645,
19
+ "<|im_start|>": 151644,
20
+ "<|image_pad|>": 151655,
21
+ "<|object_ref_end|>": 151647,
22
+ "<|object_ref_start|>": 151646,
23
+ "<|quad_end|>": 151651,
24
+ "<|quad_start|>": 151650,
25
+ "<|repo_name|>": 151663,
26
+ "<|response|>": 151669,
27
+ "<|video_pad|>": 151656,
28
+ "<|vision_end|>": 151653,
29
+ "<|vision_pad|>": 151654,
30
+ "<|vision_start|>": 151652
31
+ }
checkpoint-400/chat_template.jinja ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {{- messages[0].content + '\n\n' }}
5
+ {%- endif %}
6
+ {{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
7
+ {%- for tool in tools %}
8
+ {{- "\n" }}
9
+ {{- tool | tojson }}
10
+ {%- endfor %}
11
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
12
+ {%- else %}
13
+ {%- if messages[0].role == 'system' %}
14
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
15
+ {%- endif %}
16
+ {%- endif %}
17
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
18
+ {%- for message in messages[::-1] %}
19
+ {%- set index = (messages|length - 1) - loop.index0 %}
20
+ {%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
21
+ {%- set ns.multi_step_tool = false %}
22
+ {%- set ns.last_query_index = index %}
23
+ {%- endif %}
24
+ {%- endfor %}
25
+ {%- for message in messages %}
26
+ {%- if message.content is string %}
27
+ {%- set content = message.content %}
28
+ {%- else %}
29
+ {%- set content = '' %}
30
+ {%- endif %}
31
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
32
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
33
+ {%- elif message.role == "assistant" %}
34
+ {%- set reasoning_content = '' %}
35
+ {%- if message.reasoning_content is string %}
36
+ {%- set reasoning_content = message.reasoning_content %}
37
+ {%- else %}
38
+ {%- if '</think>' in content %}
39
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
40
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
41
+ {%- endif %}
42
+ {%- endif %}
43
+ {%- if loop.index0 > ns.last_query_index %}
44
+ {%- if loop.last or (not loop.last and reasoning_content) %}
45
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
46
+ {%- else %}
47
+ {{- '<|im_start|>' + message.role + '\n' + content }}
48
+ {%- endif %}
49
+ {%- else %}
50
+ {{- '<|im_start|>' + message.role + '\n' + content }}
51
+ {%- endif %}
52
+ {%- if message.tool_calls %}
53
+ {%- for tool_call in message.tool_calls %}
54
+ {%- if (loop.first and content) or (not loop.first) %}
55
+ {{- '\n' }}
56
+ {%- endif %}
57
+ {%- if tool_call.function %}
58
+ {%- set tool_call = tool_call.function %}
59
+ {%- endif %}
60
+ {{- '<tool_call>\n{"name": "' }}
61
+ {{- tool_call.name }}
62
+ {{- '", "arguments": ' }}
63
+ {%- if tool_call.arguments is string %}
64
+ {{- tool_call.arguments }}
65
+ {%- else %}
66
+ {{- tool_call.arguments | tojson }}
67
+ {%- endif %}
68
+ {{- '}\n</tool_call>' }}
69
+ {%- endfor %}
70
+ {%- endif %}
71
+ {{- '<|im_end|>\n' }}
72
+ {%- elif message.role == "tool" %}
73
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
74
+ {{- '<|im_start|>user' }}
75
+ {%- endif %}
76
+ {{- '\n<tool_response>\n' }}
77
+ {{- content }}
78
+ {{- '\n</tool_response>' }}
79
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
80
+ {{- '<|im_end|>\n' }}
81
+ {%- endif %}
82
+ {%- endif %}
83
+ {%- endfor %}
84
+ {%- if add_generation_prompt %}
85
+ {{- '<|im_start|>assistant\n' }}
86
+ {%- endif %}
checkpoint-400/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-400/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3424655ee630372ebcaaabe43ac4edb96c3c1bd6f7f51266d7bc036f9e6eecd2
3
+ size 1057390923
checkpoint-400/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c19bab1174704a4a4441475683bf1270277af15d2e2c95e964789128e482c4
3
+ size 14645
checkpoint-400/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30858f23bcb22d0baef45bd4add9d6fa474141308c12653c706077b87d932e49
3
+ size 1383
checkpoint-400/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a74a313fe1164f8076f386002755c10e72f0bebafeda4751b681faa21b5b6aa
3
+ size 1465
checkpoint-400/special_tokens_map.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|response|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|analysis|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
+ {
18
+ "content": "<|forecast|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ ],
25
+ "eos_token": {
26
+ "content": "<|im_end|>",
27
+ "lstrip": false,
28
+ "normalized": false,
29
+ "rstrip": false,
30
+ "single_word": false
31
+ },
32
+ "pad_token": {
33
+ "content": "<|endoftext|>",
34
+ "lstrip": false,
35
+ "normalized": false,
36
+ "rstrip": false,
37
+ "single_word": false
38
+ }
39
+ }
checkpoint-400/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77247e5fb2e966d04e513068b17cca472e105e7c56953e9b1d27d70b93d77e6f
3
+ size 11423221
checkpoint-400/tokenizer_config.json ADDED
@@ -0,0 +1,254 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ },
213
+ "151669": {
214
+ "content": "<|response|>",
215
+ "lstrip": false,
216
+ "normalized": false,
217
+ "rstrip": false,
218
+ "single_word": false,
219
+ "special": true
220
+ },
221
+ "151670": {
222
+ "content": "<|analysis|>",
223
+ "lstrip": false,
224
+ "normalized": false,
225
+ "rstrip": false,
226
+ "single_word": false,
227
+ "special": true
228
+ },
229
+ "151671": {
230
+ "content": "<|forecast|>",
231
+ "lstrip": false,
232
+ "normalized": false,
233
+ "rstrip": false,
234
+ "single_word": false,
235
+ "special": true
236
+ }
237
+ },
238
+ "additional_special_tokens": [
239
+ "<|response|>",
240
+ "<|analysis|>",
241
+ "<|forecast|>"
242
+ ],
243
+ "bos_token": null,
244
+ "clean_up_tokenization_spaces": false,
245
+ "eos_token": "<|im_end|>",
246
+ "errors": "replace",
247
+ "extra_special_tokens": {},
248
+ "model_max_length": 262144,
249
+ "pad_token": "<|endoftext|>",
250
+ "padding_side": "right",
251
+ "split_special_tokens": false,
252
+ "tokenizer_class": "Qwen2Tokenizer",
253
+ "unk_token": null
254
+ }
checkpoint-400/trainer_state.json ADDED
@@ -0,0 +1,1434 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.8676789587852495,
6
+ "eval_steps": 500,
7
+ "global_step": 400,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.004338394793926247,
14
+ "grad_norm": 0.0827212855219841,
15
+ "learning_rate": 8.658008658008658e-07,
16
+ "loss": 69.3411,
17
+ "step": 2
18
+ },
19
+ {
20
+ "epoch": 0.008676789587852495,
21
+ "grad_norm": 0.0518200658261776,
22
+ "learning_rate": 2.5974025974025976e-06,
23
+ "loss": 35.001,
24
+ "step": 4
25
+ },
26
+ {
27
+ "epoch": 0.013015184381778741,
28
+ "grad_norm": 0.031755924224853516,
29
+ "learning_rate": 4.329004329004329e-06,
30
+ "loss": 13.0242,
31
+ "step": 6
32
+ },
33
+ {
34
+ "epoch": 0.01735357917570499,
35
+ "grad_norm": 0.0014551299391314387,
36
+ "learning_rate": 6.060606060606061e-06,
37
+ "loss": 2.3876,
38
+ "step": 8
39
+ },
40
+ {
41
+ "epoch": 0.021691973969631236,
42
+ "grad_norm": 0.0014385427348315716,
43
+ "learning_rate": 7.792207792207792e-06,
44
+ "loss": 2.3097,
45
+ "step": 10
46
+ },
47
+ {
48
+ "epoch": 0.026030368763557483,
49
+ "grad_norm": 0.0010925688548013568,
50
+ "learning_rate": 9.523809523809523e-06,
51
+ "loss": 2.3123,
52
+ "step": 12
53
+ },
54
+ {
55
+ "epoch": 0.03036876355748373,
56
+ "grad_norm": 0.0005016441573388875,
57
+ "learning_rate": 1.1255411255411256e-05,
58
+ "loss": 2.2392,
59
+ "step": 14
60
+ },
61
+ {
62
+ "epoch": 0.03470715835140998,
63
+ "grad_norm": 0.00045006765867583454,
64
+ "learning_rate": 1.2987012987012986e-05,
65
+ "loss": 2.0719,
66
+ "step": 16
67
+ },
68
+ {
69
+ "epoch": 0.039045553145336226,
70
+ "grad_norm": 0.00031278934329748154,
71
+ "learning_rate": 1.471861471861472e-05,
72
+ "loss": 1.8432,
73
+ "step": 18
74
+ },
75
+ {
76
+ "epoch": 0.04338394793926247,
77
+ "grad_norm": 0.00022527104010805488,
78
+ "learning_rate": 1.645021645021645e-05,
79
+ "loss": 1.7787,
80
+ "step": 20
81
+ },
82
+ {
83
+ "epoch": 0.04772234273318872,
84
+ "grad_norm": 0.00018865655874833465,
85
+ "learning_rate": 1.8181818181818182e-05,
86
+ "loss": 2.0101,
87
+ "step": 22
88
+ },
89
+ {
90
+ "epoch": 0.052060737527114966,
91
+ "grad_norm": 0.0001694227394182235,
92
+ "learning_rate": 1.9913419913419914e-05,
93
+ "loss": 1.8429,
94
+ "step": 24
95
+ },
96
+ {
97
+ "epoch": 0.05639913232104121,
98
+ "grad_norm": 0.00013083111844025552,
99
+ "learning_rate": 2.1645021645021645e-05,
100
+ "loss": 1.7697,
101
+ "step": 26
102
+ },
103
+ {
104
+ "epoch": 0.06073752711496746,
105
+ "grad_norm": 9.49989480432123e-05,
106
+ "learning_rate": 2.3376623376623376e-05,
107
+ "loss": 1.6524,
108
+ "step": 28
109
+ },
110
+ {
111
+ "epoch": 0.0650759219088937,
112
+ "grad_norm": 8.46718976390548e-05,
113
+ "learning_rate": 2.5108225108225108e-05,
114
+ "loss": 1.8,
115
+ "step": 30
116
+ },
117
+ {
118
+ "epoch": 0.06941431670281996,
119
+ "grad_norm": 0.00011577928671613336,
120
+ "learning_rate": 2.6839826839826843e-05,
121
+ "loss": 2.117,
122
+ "step": 32
123
+ },
124
+ {
125
+ "epoch": 0.0737527114967462,
126
+ "grad_norm": 9.919809235725552e-05,
127
+ "learning_rate": 2.857142857142857e-05,
128
+ "loss": 1.6875,
129
+ "step": 34
130
+ },
131
+ {
132
+ "epoch": 0.07809110629067245,
133
+ "grad_norm": 0.0001388567325193435,
134
+ "learning_rate": 3.0303030303030306e-05,
135
+ "loss": 1.61,
136
+ "step": 36
137
+ },
138
+ {
139
+ "epoch": 0.0824295010845987,
140
+ "grad_norm": 0.0001313382526859641,
141
+ "learning_rate": 3.2034632034632034e-05,
142
+ "loss": 2.1905,
143
+ "step": 38
144
+ },
145
+ {
146
+ "epoch": 0.08676789587852494,
147
+ "grad_norm": 0.00012191147106932476,
148
+ "learning_rate": 3.376623376623377e-05,
149
+ "loss": 1.7385,
150
+ "step": 40
151
+ },
152
+ {
153
+ "epoch": 0.0911062906724512,
154
+ "grad_norm": 9.517790749669075e-05,
155
+ "learning_rate": 3.5497835497835503e-05,
156
+ "loss": 1.5892,
157
+ "step": 42
158
+ },
159
+ {
160
+ "epoch": 0.09544468546637744,
161
+ "grad_norm": 0.00010295262472936884,
162
+ "learning_rate": 3.722943722943723e-05,
163
+ "loss": 1.5475,
164
+ "step": 44
165
+ },
166
+ {
167
+ "epoch": 0.09978308026030369,
168
+ "grad_norm": 0.00012195424642413855,
169
+ "learning_rate": 3.8961038961038966e-05,
170
+ "loss": 1.7188,
171
+ "step": 46
172
+ },
173
+ {
174
+ "epoch": 0.10412147505422993,
175
+ "grad_norm": 8.544759475626051e-05,
176
+ "learning_rate": 4.0692640692640695e-05,
177
+ "loss": 1.5669,
178
+ "step": 48
179
+ },
180
+ {
181
+ "epoch": 0.10845986984815618,
182
+ "grad_norm": 9.878600394586101e-05,
183
+ "learning_rate": 4.242424242424243e-05,
184
+ "loss": 1.8946,
185
+ "step": 50
186
+ },
187
+ {
188
+ "epoch": 0.11279826464208242,
189
+ "grad_norm": 7.68566969782114e-05,
190
+ "learning_rate": 4.415584415584416e-05,
191
+ "loss": 1.8233,
192
+ "step": 52
193
+ },
194
+ {
195
+ "epoch": 0.11713665943600868,
196
+ "grad_norm": 9.872647933661938e-05,
197
+ "learning_rate": 4.588744588744589e-05,
198
+ "loss": 1.5943,
199
+ "step": 54
200
+ },
201
+ {
202
+ "epoch": 0.12147505422993492,
203
+ "grad_norm": 8.50674623507075e-05,
204
+ "learning_rate": 4.761904761904762e-05,
205
+ "loss": 1.8301,
206
+ "step": 56
207
+ },
208
+ {
209
+ "epoch": 0.12581344902386118,
210
+ "grad_norm": 8.048298332141712e-05,
211
+ "learning_rate": 4.9350649350649355e-05,
212
+ "loss": 1.4765,
213
+ "step": 58
214
+ },
215
+ {
216
+ "epoch": 0.1301518438177874,
217
+ "grad_norm": 9.805628360481933e-05,
218
+ "learning_rate": 5.108225108225109e-05,
219
+ "loss": 1.5986,
220
+ "step": 60
221
+ },
222
+ {
223
+ "epoch": 0.13449023861171366,
224
+ "grad_norm": 0.00010165588901145384,
225
+ "learning_rate": 5.281385281385282e-05,
226
+ "loss": 1.9867,
227
+ "step": 62
228
+ },
229
+ {
230
+ "epoch": 0.13882863340563992,
231
+ "grad_norm": 0.00010287595796398818,
232
+ "learning_rate": 5.4545454545454546e-05,
233
+ "loss": 1.5022,
234
+ "step": 64
235
+ },
236
+ {
237
+ "epoch": 0.14316702819956617,
238
+ "grad_norm": 0.00011295385775156319,
239
+ "learning_rate": 5.627705627705628e-05,
240
+ "loss": 1.7235,
241
+ "step": 66
242
+ },
243
+ {
244
+ "epoch": 0.1475054229934924,
245
+ "grad_norm": 9.552195115247741e-05,
246
+ "learning_rate": 5.800865800865801e-05,
247
+ "loss": 1.6859,
248
+ "step": 68
249
+ },
250
+ {
251
+ "epoch": 0.15184381778741865,
252
+ "grad_norm": 0.00011555201490409672,
253
+ "learning_rate": 5.9740259740259744e-05,
254
+ "loss": 1.7941,
255
+ "step": 70
256
+ },
257
+ {
258
+ "epoch": 0.1561822125813449,
259
+ "grad_norm": 0.0001009026964311488,
260
+ "learning_rate": 6.147186147186147e-05,
261
+ "loss": 1.6722,
262
+ "step": 72
263
+ },
264
+ {
265
+ "epoch": 0.16052060737527116,
266
+ "grad_norm": 9.424371091881767e-05,
267
+ "learning_rate": 6.320346320346321e-05,
268
+ "loss": 1.6527,
269
+ "step": 74
270
+ },
271
+ {
272
+ "epoch": 0.1648590021691974,
273
+ "grad_norm": 8.442461694357917e-05,
274
+ "learning_rate": 6.493506493506494e-05,
275
+ "loss": 1.6209,
276
+ "step": 76
277
+ },
278
+ {
279
+ "epoch": 0.16919739696312364,
280
+ "grad_norm": 8.440255624009296e-05,
281
+ "learning_rate": 6.666666666666667e-05,
282
+ "loss": 1.6125,
283
+ "step": 78
284
+ },
285
+ {
286
+ "epoch": 0.1735357917570499,
287
+ "grad_norm": 8.226885984186083e-05,
288
+ "learning_rate": 6.83982683982684e-05,
289
+ "loss": 1.389,
290
+ "step": 80
291
+ },
292
+ {
293
+ "epoch": 0.17787418655097614,
294
+ "grad_norm": 9.310924360761419e-05,
295
+ "learning_rate": 7.012987012987014e-05,
296
+ "loss": 1.5287,
297
+ "step": 82
298
+ },
299
+ {
300
+ "epoch": 0.1822125813449024,
301
+ "grad_norm": 0.00010276665852870792,
302
+ "learning_rate": 7.186147186147186e-05,
303
+ "loss": 1.6134,
304
+ "step": 84
305
+ },
306
+ {
307
+ "epoch": 0.18655097613882862,
308
+ "grad_norm": 7.704695599386469e-05,
309
+ "learning_rate": 7.35930735930736e-05,
310
+ "loss": 1.5045,
311
+ "step": 86
312
+ },
313
+ {
314
+ "epoch": 0.19088937093275488,
315
+ "grad_norm": 8.620534936198965e-05,
316
+ "learning_rate": 7.532467532467533e-05,
317
+ "loss": 1.711,
318
+ "step": 88
319
+ },
320
+ {
321
+ "epoch": 0.19522776572668113,
322
+ "grad_norm": 8.96161946002394e-05,
323
+ "learning_rate": 7.705627705627707e-05,
324
+ "loss": 1.509,
325
+ "step": 90
326
+ },
327
+ {
328
+ "epoch": 0.19956616052060738,
329
+ "grad_norm": 0.00012065350165357813,
330
+ "learning_rate": 7.878787878787879e-05,
331
+ "loss": 1.3508,
332
+ "step": 92
333
+ },
334
+ {
335
+ "epoch": 0.2039045553145336,
336
+ "grad_norm": 0.00010654849756974727,
337
+ "learning_rate": 8.051948051948052e-05,
338
+ "loss": 1.3387,
339
+ "step": 94
340
+ },
341
+ {
342
+ "epoch": 0.20824295010845986,
343
+ "grad_norm": 7.860274490667507e-05,
344
+ "learning_rate": 8.225108225108226e-05,
345
+ "loss": 1.5114,
346
+ "step": 96
347
+ },
348
+ {
349
+ "epoch": 0.21258134490238612,
350
+ "grad_norm": 9.179072367260233e-05,
351
+ "learning_rate": 8.398268398268399e-05,
352
+ "loss": 1.5823,
353
+ "step": 98
354
+ },
355
+ {
356
+ "epoch": 0.21691973969631237,
357
+ "grad_norm": 0.00010536188347032294,
358
+ "learning_rate": 8.571428571428571e-05,
359
+ "loss": 1.4962,
360
+ "step": 100
361
+ },
362
+ {
363
+ "epoch": 0.22125813449023862,
364
+ "grad_norm": 0.00013251863128971308,
365
+ "learning_rate": 8.744588744588745e-05,
366
+ "loss": 1.643,
367
+ "step": 102
368
+ },
369
+ {
370
+ "epoch": 0.22559652928416485,
371
+ "grad_norm": 0.00010157735960092396,
372
+ "learning_rate": 8.917748917748918e-05,
373
+ "loss": 1.6177,
374
+ "step": 104
375
+ },
376
+ {
377
+ "epoch": 0.2299349240780911,
378
+ "grad_norm": 9.759912791196257e-05,
379
+ "learning_rate": 9.090909090909092e-05,
380
+ "loss": 1.6207,
381
+ "step": 106
382
+ },
383
+ {
384
+ "epoch": 0.23427331887201736,
385
+ "grad_norm": 8.486732986057177e-05,
386
+ "learning_rate": 9.264069264069265e-05,
387
+ "loss": 1.6376,
388
+ "step": 108
389
+ },
390
+ {
391
+ "epoch": 0.2386117136659436,
392
+ "grad_norm": 8.389601862290874e-05,
393
+ "learning_rate": 9.437229437229437e-05,
394
+ "loss": 1.4566,
395
+ "step": 110
396
+ },
397
+ {
398
+ "epoch": 0.24295010845986983,
399
+ "grad_norm": 8.594071550760418e-05,
400
+ "learning_rate": 9.610389610389611e-05,
401
+ "loss": 1.6012,
402
+ "step": 112
403
+ },
404
+ {
405
+ "epoch": 0.2472885032537961,
406
+ "grad_norm": 0.00012664853420574218,
407
+ "learning_rate": 9.783549783549783e-05,
408
+ "loss": 1.7725,
409
+ "step": 114
410
+ },
411
+ {
412
+ "epoch": 0.25162689804772237,
413
+ "grad_norm": 0.00010961890802718699,
414
+ "learning_rate": 9.956709956709958e-05,
415
+ "loss": 1.819,
416
+ "step": 116
417
+ },
418
+ {
419
+ "epoch": 0.2559652928416486,
420
+ "grad_norm": 0.00010421781189506873,
421
+ "learning_rate": 0.0001012987012987013,
422
+ "loss": 1.4578,
423
+ "step": 118
424
+ },
425
+ {
426
+ "epoch": 0.2603036876355748,
427
+ "grad_norm": 8.373246964765713e-05,
428
+ "learning_rate": 0.00010303030303030303,
429
+ "loss": 1.5325,
430
+ "step": 120
431
+ },
432
+ {
433
+ "epoch": 0.2646420824295011,
434
+ "grad_norm": 0.00010633116471581161,
435
+ "learning_rate": 0.00010476190476190477,
436
+ "loss": 1.6207,
437
+ "step": 122
438
+ },
439
+ {
440
+ "epoch": 0.26898047722342733,
441
+ "grad_norm": 0.00011342590005369857,
442
+ "learning_rate": 0.00010649350649350649,
443
+ "loss": 1.7429,
444
+ "step": 124
445
+ },
446
+ {
447
+ "epoch": 0.27331887201735355,
448
+ "grad_norm": 0.00011248586815781891,
449
+ "learning_rate": 0.00010822510822510823,
450
+ "loss": 1.3852,
451
+ "step": 126
452
+ },
453
+ {
454
+ "epoch": 0.27765726681127983,
455
+ "grad_norm": 9.75292205112055e-05,
456
+ "learning_rate": 0.00010995670995670997,
457
+ "loss": 1.4425,
458
+ "step": 128
459
+ },
460
+ {
461
+ "epoch": 0.28199566160520606,
462
+ "grad_norm": 8.777113544056192e-05,
463
+ "learning_rate": 0.00011168831168831168,
464
+ "loss": 1.4299,
465
+ "step": 130
466
+ },
467
+ {
468
+ "epoch": 0.28633405639913234,
469
+ "grad_norm": 9.897943527903408e-05,
470
+ "learning_rate": 0.00011341991341991343,
471
+ "loss": 1.5006,
472
+ "step": 132
473
+ },
474
+ {
475
+ "epoch": 0.29067245119305857,
476
+ "grad_norm": 9.435087849851698e-05,
477
+ "learning_rate": 0.00011515151515151516,
478
+ "loss": 1.5016,
479
+ "step": 134
480
+ },
481
+ {
482
+ "epoch": 0.2950108459869848,
483
+ "grad_norm": 9.406272874912247e-05,
484
+ "learning_rate": 0.00011688311688311689,
485
+ "loss": 1.3509,
486
+ "step": 136
487
+ },
488
+ {
489
+ "epoch": 0.2993492407809111,
490
+ "grad_norm": 7.861667108954862e-05,
491
+ "learning_rate": 0.00011861471861471862,
492
+ "loss": 1.3825,
493
+ "step": 138
494
+ },
495
+ {
496
+ "epoch": 0.3036876355748373,
497
+ "grad_norm": 9.331847104476765e-05,
498
+ "learning_rate": 0.00012034632034632037,
499
+ "loss": 1.34,
500
+ "step": 140
501
+ },
502
+ {
503
+ "epoch": 0.3080260303687636,
504
+ "grad_norm": 9.168530959868804e-05,
505
+ "learning_rate": 0.00012207792207792208,
506
+ "loss": 1.5475,
507
+ "step": 142
508
+ },
509
+ {
510
+ "epoch": 0.3123644251626898,
511
+ "grad_norm": 0.00011951980559388176,
512
+ "learning_rate": 0.0001238095238095238,
513
+ "loss": 1.5311,
514
+ "step": 144
515
+ },
516
+ {
517
+ "epoch": 0.31670281995661603,
518
+ "grad_norm": 9.542541374685243e-05,
519
+ "learning_rate": 0.00012554112554112555,
520
+ "loss": 1.2644,
521
+ "step": 146
522
+ },
523
+ {
524
+ "epoch": 0.3210412147505423,
525
+ "grad_norm": 0.00010295345418853685,
526
+ "learning_rate": 0.00012727272727272728,
527
+ "loss": 1.6113,
528
+ "step": 148
529
+ },
530
+ {
531
+ "epoch": 0.32537960954446854,
532
+ "grad_norm": 0.00011875862401211634,
533
+ "learning_rate": 0.00012900432900432902,
534
+ "loss": 1.5102,
535
+ "step": 150
536
+ },
537
+ {
538
+ "epoch": 0.3297180043383948,
539
+ "grad_norm": 9.159797627944499e-05,
540
+ "learning_rate": 0.00013073593073593072,
541
+ "loss": 0.927,
542
+ "step": 152
543
+ },
544
+ {
545
+ "epoch": 0.33405639913232105,
546
+ "grad_norm": 8.391960000153631e-05,
547
+ "learning_rate": 0.00013246753246753249,
548
+ "loss": 1.4571,
549
+ "step": 154
550
+ },
551
+ {
552
+ "epoch": 0.3383947939262473,
553
+ "grad_norm": 0.00010703870066208765,
554
+ "learning_rate": 0.00013419913419913422,
555
+ "loss": 1.5073,
556
+ "step": 156
557
+ },
558
+ {
559
+ "epoch": 0.34273318872017355,
560
+ "grad_norm": 9.423718438483775e-05,
561
+ "learning_rate": 0.00013593073593073593,
562
+ "loss": 1.723,
563
+ "step": 158
564
+ },
565
+ {
566
+ "epoch": 0.3470715835140998,
567
+ "grad_norm": 0.0001538494834676385,
568
+ "learning_rate": 0.00013766233766233766,
569
+ "loss": 1.5654,
570
+ "step": 160
571
+ },
572
+ {
573
+ "epoch": 0.351409978308026,
574
+ "grad_norm": 9.611326095182449e-05,
575
+ "learning_rate": 0.0001393939393939394,
576
+ "loss": 1.548,
577
+ "step": 162
578
+ },
579
+ {
580
+ "epoch": 0.3557483731019523,
581
+ "grad_norm": 0.00011205178452655673,
582
+ "learning_rate": 0.00014112554112554113,
583
+ "loss": 1.3409,
584
+ "step": 164
585
+ },
586
+ {
587
+ "epoch": 0.3600867678958785,
588
+ "grad_norm": 0.00012007606710540131,
589
+ "learning_rate": 0.00014285714285714287,
590
+ "loss": 1.28,
591
+ "step": 166
592
+ },
593
+ {
594
+ "epoch": 0.3644251626898048,
595
+ "grad_norm": 9.325458813691512e-05,
596
+ "learning_rate": 0.00014458874458874458,
597
+ "loss": 1.6112,
598
+ "step": 168
599
+ },
600
+ {
601
+ "epoch": 0.368763557483731,
602
+ "grad_norm": 0.00011464627459645271,
603
+ "learning_rate": 0.00014632034632034634,
604
+ "loss": 1.7889,
605
+ "step": 170
606
+ },
607
+ {
608
+ "epoch": 0.37310195227765725,
609
+ "grad_norm": 8.522431744495407e-05,
610
+ "learning_rate": 0.00014805194805194807,
611
+ "loss": 1.4786,
612
+ "step": 172
613
+ },
614
+ {
615
+ "epoch": 0.3774403470715835,
616
+ "grad_norm": 9.553231211612001e-05,
617
+ "learning_rate": 0.00014978354978354978,
618
+ "loss": 1.6606,
619
+ "step": 174
620
+ },
621
+ {
622
+ "epoch": 0.38177874186550975,
623
+ "grad_norm": 0.00011504336725920439,
624
+ "learning_rate": 0.00015151515151515152,
625
+ "loss": 1.4425,
626
+ "step": 176
627
+ },
628
+ {
629
+ "epoch": 0.38611713665943603,
630
+ "grad_norm": 0.00010287316399626434,
631
+ "learning_rate": 0.00015324675324675325,
632
+ "loss": 1.5098,
633
+ "step": 178
634
+ },
635
+ {
636
+ "epoch": 0.39045553145336226,
637
+ "grad_norm": 4.676381286117248e-05,
638
+ "learning_rate": 0.00015497835497835498,
639
+ "loss": 0.9581,
640
+ "step": 180
641
+ },
642
+ {
643
+ "epoch": 0.3947939262472885,
644
+ "grad_norm": 0.00010852384002646431,
645
+ "learning_rate": 0.00015670995670995672,
646
+ "loss": 1.5168,
647
+ "step": 182
648
+ },
649
+ {
650
+ "epoch": 0.39913232104121477,
651
+ "grad_norm": 0.00012305323616601527,
652
+ "learning_rate": 0.00015844155844155845,
653
+ "loss": 1.4537,
654
+ "step": 184
655
+ },
656
+ {
657
+ "epoch": 0.403470715835141,
658
+ "grad_norm": 0.00012572656851261854,
659
+ "learning_rate": 0.00016017316017316016,
660
+ "loss": 1.4132,
661
+ "step": 186
662
+ },
663
+ {
664
+ "epoch": 0.4078091106290672,
665
+ "grad_norm": 0.00010408662637928501,
666
+ "learning_rate": 0.00016190476190476192,
667
+ "loss": 1.3924,
668
+ "step": 188
669
+ },
670
+ {
671
+ "epoch": 0.4121475054229935,
672
+ "grad_norm": 8.694107964402065e-05,
673
+ "learning_rate": 0.00016363636363636366,
674
+ "loss": 1.4646,
675
+ "step": 190
676
+ },
677
+ {
678
+ "epoch": 0.4164859002169197,
679
+ "grad_norm": 7.895683665992692e-05,
680
+ "learning_rate": 0.00016536796536796537,
681
+ "loss": 1.4279,
682
+ "step": 192
683
+ },
684
+ {
685
+ "epoch": 0.420824295010846,
686
+ "grad_norm": 0.00010866318189073354,
687
+ "learning_rate": 0.0001670995670995671,
688
+ "loss": 1.5107,
689
+ "step": 194
690
+ },
691
+ {
692
+ "epoch": 0.42516268980477223,
693
+ "grad_norm": 9.274760668631643e-05,
694
+ "learning_rate": 0.00016883116883116884,
695
+ "loss": 1.2967,
696
+ "step": 196
697
+ },
698
+ {
699
+ "epoch": 0.42950108459869846,
700
+ "grad_norm": 0.00011355317838024348,
701
+ "learning_rate": 0.00017056277056277057,
702
+ "loss": 1.5272,
703
+ "step": 198
704
+ },
705
+ {
706
+ "epoch": 0.43383947939262474,
707
+ "grad_norm": 0.00011121966963401064,
708
+ "learning_rate": 0.0001722943722943723,
709
+ "loss": 1.4261,
710
+ "step": 200
711
+ },
712
+ {
713
+ "epoch": 0.43817787418655096,
714
+ "grad_norm": 7.925008685560897e-05,
715
+ "learning_rate": 0.00017402597402597401,
716
+ "loss": 1.2338,
717
+ "step": 202
718
+ },
719
+ {
720
+ "epoch": 0.44251626898047725,
721
+ "grad_norm": 0.00010283002484356984,
722
+ "learning_rate": 0.00017575757575757578,
723
+ "loss": 1.5046,
724
+ "step": 204
725
+ },
726
+ {
727
+ "epoch": 0.44685466377440347,
728
+ "grad_norm": 0.00011243022163398564,
729
+ "learning_rate": 0.0001774891774891775,
730
+ "loss": 1.5798,
731
+ "step": 206
732
+ },
733
+ {
734
+ "epoch": 0.4511930585683297,
735
+ "grad_norm": 0.00012380152475088835,
736
+ "learning_rate": 0.00017922077922077922,
737
+ "loss": 1.4973,
738
+ "step": 208
739
+ },
740
+ {
741
+ "epoch": 0.455531453362256,
742
+ "grad_norm": 9.843662701314315e-05,
743
+ "learning_rate": 0.00018095238095238095,
744
+ "loss": 1.5049,
745
+ "step": 210
746
+ },
747
+ {
748
+ "epoch": 0.4598698481561822,
749
+ "grad_norm": 9.633038280298933e-05,
750
+ "learning_rate": 0.00018268398268398272,
751
+ "loss": 1.4262,
752
+ "step": 212
753
+ },
754
+ {
755
+ "epoch": 0.4642082429501085,
756
+ "grad_norm": 9.899216092890128e-05,
757
+ "learning_rate": 0.00018441558441558442,
758
+ "loss": 1.4183,
759
+ "step": 214
760
+ },
761
+ {
762
+ "epoch": 0.4685466377440347,
763
+ "grad_norm": 8.287336095236242e-05,
764
+ "learning_rate": 0.00018614718614718616,
765
+ "loss": 1.3383,
766
+ "step": 216
767
+ },
768
+ {
769
+ "epoch": 0.47288503253796094,
770
+ "grad_norm": 9.350656910100952e-05,
771
+ "learning_rate": 0.0001878787878787879,
772
+ "loss": 1.3835,
773
+ "step": 218
774
+ },
775
+ {
776
+ "epoch": 0.4772234273318872,
777
+ "grad_norm": 0.00010913047299254686,
778
+ "learning_rate": 0.00018961038961038963,
779
+ "loss": 1.5935,
780
+ "step": 220
781
+ },
782
+ {
783
+ "epoch": 0.48156182212581344,
784
+ "grad_norm": 9.585579391568899e-05,
785
+ "learning_rate": 0.00019134199134199136,
786
+ "loss": 1.4419,
787
+ "step": 222
788
+ },
789
+ {
790
+ "epoch": 0.48590021691973967,
791
+ "grad_norm": 8.708399400347844e-05,
792
+ "learning_rate": 0.00019307359307359307,
793
+ "loss": 1.4746,
794
+ "step": 224
795
+ },
796
+ {
797
+ "epoch": 0.49023861171366595,
798
+ "grad_norm": 7.756209379294887e-05,
799
+ "learning_rate": 0.0001948051948051948,
800
+ "loss": 1.2783,
801
+ "step": 226
802
+ },
803
+ {
804
+ "epoch": 0.4945770065075922,
805
+ "grad_norm": 0.00010928111441899091,
806
+ "learning_rate": 0.00019653679653679654,
807
+ "loss": 1.6492,
808
+ "step": 228
809
+ },
810
+ {
811
+ "epoch": 0.49891540130151846,
812
+ "grad_norm": 8.903245907276869e-05,
813
+ "learning_rate": 0.00019826839826839827,
814
+ "loss": 1.457,
815
+ "step": 230
816
+ },
817
+ {
818
+ "epoch": 0.5032537960954447,
819
+ "grad_norm": 9.721656533656642e-05,
820
+ "learning_rate": 0.0002,
821
+ "loss": 1.4486,
822
+ "step": 232
823
+ },
824
+ {
825
+ "epoch": 0.5075921908893709,
826
+ "grad_norm": 0.00010954500612569973,
827
+ "learning_rate": 0.00019999989706104003,
828
+ "loss": 1.3382,
829
+ "step": 234
830
+ },
831
+ {
832
+ "epoch": 0.5119305856832972,
833
+ "grad_norm": 0.0001010758351185359,
834
+ "learning_rate": 0.00019999958824437202,
835
+ "loss": 1.3987,
836
+ "step": 236
837
+ },
838
+ {
839
+ "epoch": 0.5162689804772235,
840
+ "grad_norm": 9.00391023606062e-05,
841
+ "learning_rate": 0.00019999907355063172,
842
+ "loss": 1.3805,
843
+ "step": 238
844
+ },
845
+ {
846
+ "epoch": 0.5206073752711496,
847
+ "grad_norm": 0.00019796846027020365,
848
+ "learning_rate": 0.00019999835298087882,
849
+ "loss": 1.4065,
850
+ "step": 240
851
+ },
852
+ {
853
+ "epoch": 0.5249457700650759,
854
+ "grad_norm": 8.744385559111834e-05,
855
+ "learning_rate": 0.00019999742653659683,
856
+ "loss": 1.4645,
857
+ "step": 242
858
+ },
859
+ {
860
+ "epoch": 0.5292841648590022,
861
+ "grad_norm": 8.987808541860431e-05,
862
+ "learning_rate": 0.00019999629421969304,
863
+ "loss": 1.3741,
864
+ "step": 244
865
+ },
866
+ {
867
+ "epoch": 0.5336225596529284,
868
+ "grad_norm": 8.824381802696735e-05,
869
+ "learning_rate": 0.0001999949560324987,
870
+ "loss": 1.26,
871
+ "step": 246
872
+ },
873
+ {
874
+ "epoch": 0.5379609544468547,
875
+ "grad_norm": 0.00012221121869515628,
876
+ "learning_rate": 0.00019999341197776875,
877
+ "loss": 1.2542,
878
+ "step": 248
879
+ },
880
+ {
881
+ "epoch": 0.5422993492407809,
882
+ "grad_norm": 9.321674588136375e-05,
883
+ "learning_rate": 0.00019999166205868216,
884
+ "loss": 1.4356,
885
+ "step": 250
886
+ },
887
+ {
888
+ "epoch": 0.5466377440347071,
889
+ "grad_norm": 8.947648166213185e-05,
890
+ "learning_rate": 0.00019998970627884156,
891
+ "loss": 1.368,
892
+ "step": 252
893
+ },
894
+ {
895
+ "epoch": 0.5509761388286334,
896
+ "grad_norm": 0.00011878093937411904,
897
+ "learning_rate": 0.00019998754464227352,
898
+ "loss": 1.2252,
899
+ "step": 254
900
+ },
901
+ {
902
+ "epoch": 0.5553145336225597,
903
+ "grad_norm": 0.00011177704436704516,
904
+ "learning_rate": 0.00019998517715342834,
905
+ "loss": 1.6782,
906
+ "step": 256
907
+ },
908
+ {
909
+ "epoch": 0.559652928416486,
910
+ "grad_norm": 8.936756785260513e-05,
911
+ "learning_rate": 0.0001999826038171801,
912
+ "loss": 1.4139,
913
+ "step": 258
914
+ },
915
+ {
916
+ "epoch": 0.5639913232104121,
917
+ "grad_norm": 0.00012048398639308289,
918
+ "learning_rate": 0.00019997982463882685,
919
+ "loss": 1.473,
920
+ "step": 260
921
+ },
922
+ {
923
+ "epoch": 0.5683297180043384,
924
+ "grad_norm": 9.143482020590454e-05,
925
+ "learning_rate": 0.00019997683962409024,
926
+ "loss": 1.3354,
927
+ "step": 262
928
+ },
929
+ {
930
+ "epoch": 0.5726681127982647,
931
+ "grad_norm": 0.00010415476572234184,
932
+ "learning_rate": 0.00019997364877911576,
933
+ "loss": 1.225,
934
+ "step": 264
935
+ },
936
+ {
937
+ "epoch": 0.5770065075921909,
938
+ "grad_norm": 8.529036858817562e-05,
939
+ "learning_rate": 0.00019997025211047263,
940
+ "loss": 1.4177,
941
+ "step": 266
942
+ },
943
+ {
944
+ "epoch": 0.5813449023861171,
945
+ "grad_norm": 8.963522122940049e-05,
946
+ "learning_rate": 0.0001999666496251539,
947
+ "loss": 1.364,
948
+ "step": 268
949
+ },
950
+ {
951
+ "epoch": 0.5856832971800434,
952
+ "grad_norm": 9.506654896540567e-05,
953
+ "learning_rate": 0.00019996284133057626,
954
+ "loss": 1.3094,
955
+ "step": 270
956
+ },
957
+ {
958
+ "epoch": 0.5900216919739696,
959
+ "grad_norm": 0.0001079922731150873,
960
+ "learning_rate": 0.00019995882723458015,
961
+ "loss": 1.4849,
962
+ "step": 272
963
+ },
964
+ {
965
+ "epoch": 0.5943600867678959,
966
+ "grad_norm": 0.00010861561167985201,
967
+ "learning_rate": 0.0001999546073454297,
968
+ "loss": 1.3923,
969
+ "step": 274
970
+ },
971
+ {
972
+ "epoch": 0.5986984815618221,
973
+ "grad_norm": 9.779589163372293e-05,
974
+ "learning_rate": 0.00019995018167181272,
975
+ "loss": 1.4102,
976
+ "step": 276
977
+ },
978
+ {
979
+ "epoch": 0.6030368763557483,
980
+ "grad_norm": 9.02872925507836e-05,
981
+ "learning_rate": 0.00019994555022284072,
982
+ "loss": 1.372,
983
+ "step": 278
984
+ },
985
+ {
986
+ "epoch": 0.6073752711496746,
987
+ "grad_norm": 9.343422425445169e-05,
988
+ "learning_rate": 0.00019994071300804883,
989
+ "loss": 1.6283,
990
+ "step": 280
991
+ },
992
+ {
993
+ "epoch": 0.6117136659436009,
994
+ "grad_norm": 9.985633369069546e-05,
995
+ "learning_rate": 0.00019993567003739578,
996
+ "loss": 1.3214,
997
+ "step": 282
998
+ },
999
+ {
1000
+ "epoch": 0.6160520607375272,
1001
+ "grad_norm": 0.00017483672127127647,
1002
+ "learning_rate": 0.00019993042132126397,
1003
+ "loss": 1.3066,
1004
+ "step": 284
1005
+ },
1006
+ {
1007
+ "epoch": 0.6203904555314533,
1008
+ "grad_norm": 0.00012944191985297948,
1009
+ "learning_rate": 0.00019992496687045935,
1010
+ "loss": 1.5156,
1011
+ "step": 286
1012
+ },
1013
+ {
1014
+ "epoch": 0.6247288503253796,
1015
+ "grad_norm": 9.088019578484818e-05,
1016
+ "learning_rate": 0.00019991930669621138,
1017
+ "loss": 1.4582,
1018
+ "step": 288
1019
+ },
1020
+ {
1021
+ "epoch": 0.6290672451193059,
1022
+ "grad_norm": 0.00011500393156893551,
1023
+ "learning_rate": 0.0001999134408101731,
1024
+ "loss": 1.559,
1025
+ "step": 290
1026
+ },
1027
+ {
1028
+ "epoch": 0.6334056399132321,
1029
+ "grad_norm": 0.0025158878415822983,
1030
+ "learning_rate": 0.00019990736922442117,
1031
+ "loss": 1.6402,
1032
+ "step": 292
1033
+ },
1034
+ {
1035
+ "epoch": 0.6377440347071583,
1036
+ "grad_norm": 0.00011717058077920228,
1037
+ "learning_rate": 0.00019990109195145556,
1038
+ "loss": 1.3724,
1039
+ "step": 294
1040
+ },
1041
+ {
1042
+ "epoch": 0.6420824295010846,
1043
+ "grad_norm": 0.00011789162817876786,
1044
+ "learning_rate": 0.00019989460900419982,
1045
+ "loss": 1.4467,
1046
+ "step": 296
1047
+ },
1048
+ {
1049
+ "epoch": 0.6464208242950108,
1050
+ "grad_norm": 0.00014049226592760533,
1051
+ "learning_rate": 0.00019988792039600092,
1052
+ "loss": 1.4819,
1053
+ "step": 298
1054
+ },
1055
+ {
1056
+ "epoch": 0.6507592190889371,
1057
+ "grad_norm": 0.0001079994035535492,
1058
+ "learning_rate": 0.0001998810261406292,
1059
+ "loss": 1.4824,
1060
+ "step": 300
1061
+ },
1062
+ {
1063
+ "epoch": 0.6550976138828634,
1064
+ "grad_norm": 0.00010429413669044152,
1065
+ "learning_rate": 0.0001998739262522784,
1066
+ "loss": 1.268,
1067
+ "step": 302
1068
+ },
1069
+ {
1070
+ "epoch": 0.6594360086767896,
1071
+ "grad_norm": 0.00011873857147293165,
1072
+ "learning_rate": 0.00019986662074556567,
1073
+ "loss": 1.6226,
1074
+ "step": 304
1075
+ },
1076
+ {
1077
+ "epoch": 0.6637744034707158,
1078
+ "grad_norm": 0.000104782338894438,
1079
+ "learning_rate": 0.00019985910963553138,
1080
+ "loss": 1.4029,
1081
+ "step": 306
1082
+ },
1083
+ {
1084
+ "epoch": 0.6681127982646421,
1085
+ "grad_norm": 9.495438280282542e-05,
1086
+ "learning_rate": 0.0001998513929376393,
1087
+ "loss": 1.2706,
1088
+ "step": 308
1089
+ },
1090
+ {
1091
+ "epoch": 0.6724511930585684,
1092
+ "grad_norm": 0.00012041496665915474,
1093
+ "learning_rate": 0.00019984347066777635,
1094
+ "loss": 1.575,
1095
+ "step": 310
1096
+ },
1097
+ {
1098
+ "epoch": 0.6767895878524945,
1099
+ "grad_norm": 0.000300500076264143,
1100
+ "learning_rate": 0.0001998353428422528,
1101
+ "loss": 1.3817,
1102
+ "step": 312
1103
+ },
1104
+ {
1105
+ "epoch": 0.6811279826464208,
1106
+ "grad_norm": 9.984918142436072e-05,
1107
+ "learning_rate": 0.000199827009477802,
1108
+ "loss": 1.4788,
1109
+ "step": 314
1110
+ },
1111
+ {
1112
+ "epoch": 0.6854663774403471,
1113
+ "grad_norm": 0.00011788438860094175,
1114
+ "learning_rate": 0.00019981847059158053,
1115
+ "loss": 1.2385,
1116
+ "step": 316
1117
+ },
1118
+ {
1119
+ "epoch": 0.6898047722342733,
1120
+ "grad_norm": 9.547644731355831e-05,
1121
+ "learning_rate": 0.00019980972620116806,
1122
+ "loss": 1.425,
1123
+ "step": 318
1124
+ },
1125
+ {
1126
+ "epoch": 0.6941431670281996,
1127
+ "grad_norm": 0.00011149016063427553,
1128
+ "learning_rate": 0.00019980077632456733,
1129
+ "loss": 1.443,
1130
+ "step": 320
1131
+ },
1132
+ {
1133
+ "epoch": 0.6984815618221258,
1134
+ "grad_norm": 0.00021963617473375052,
1135
+ "learning_rate": 0.00019979162098020421,
1136
+ "loss": 1.5439,
1137
+ "step": 322
1138
+ },
1139
+ {
1140
+ "epoch": 0.702819956616052,
1141
+ "grad_norm": 0.00014835453475825489,
1142
+ "learning_rate": 0.00019978226018692752,
1143
+ "loss": 1.4968,
1144
+ "step": 324
1145
+ },
1146
+ {
1147
+ "epoch": 0.7071583514099783,
1148
+ "grad_norm": 0.00010745900362962857,
1149
+ "learning_rate": 0.00019977269396400906,
1150
+ "loss": 1.6906,
1151
+ "step": 326
1152
+ },
1153
+ {
1154
+ "epoch": 0.7114967462039046,
1155
+ "grad_norm": 8.958671241998672e-05,
1156
+ "learning_rate": 0.00019976292233114356,
1157
+ "loss": 1.2648,
1158
+ "step": 328
1159
+ },
1160
+ {
1161
+ "epoch": 0.7158351409978309,
1162
+ "grad_norm": 0.00011188399366801605,
1163
+ "learning_rate": 0.00019975294530844871,
1164
+ "loss": 1.5217,
1165
+ "step": 330
1166
+ },
1167
+ {
1168
+ "epoch": 0.720173535791757,
1169
+ "grad_norm": 0.00011180228466400877,
1170
+ "learning_rate": 0.0001997427629164649,
1171
+ "loss": 1.4274,
1172
+ "step": 332
1173
+ },
1174
+ {
1175
+ "epoch": 0.7245119305856833,
1176
+ "grad_norm": 0.00010968692367896438,
1177
+ "learning_rate": 0.00019973237517615551,
1178
+ "loss": 1.2543,
1179
+ "step": 334
1180
+ },
1181
+ {
1182
+ "epoch": 0.7288503253796096,
1183
+ "grad_norm": 9.0270877990406e-05,
1184
+ "learning_rate": 0.00019972178210890656,
1185
+ "loss": 1.522,
1186
+ "step": 336
1187
+ },
1188
+ {
1189
+ "epoch": 0.7331887201735358,
1190
+ "grad_norm": 8.899144449969754e-05,
1191
+ "learning_rate": 0.00019971098373652683,
1192
+ "loss": 1.2935,
1193
+ "step": 338
1194
+ },
1195
+ {
1196
+ "epoch": 0.737527114967462,
1197
+ "grad_norm": 0.00010617035150062293,
1198
+ "learning_rate": 0.00019969998008124783,
1199
+ "loss": 1.2487,
1200
+ "step": 340
1201
+ },
1202
+ {
1203
+ "epoch": 0.7418655097613883,
1204
+ "grad_norm": 9.630900603951886e-05,
1205
+ "learning_rate": 0.00019968877116572365,
1206
+ "loss": 1.5594,
1207
+ "step": 342
1208
+ },
1209
+ {
1210
+ "epoch": 0.7462039045553145,
1211
+ "grad_norm": 0.00010350763477617875,
1212
+ "learning_rate": 0.00019967735701303092,
1213
+ "loss": 1.3323,
1214
+ "step": 344
1215
+ },
1216
+ {
1217
+ "epoch": 0.7505422993492408,
1218
+ "grad_norm": 9.626620158087462e-05,
1219
+ "learning_rate": 0.0001996657376466689,
1220
+ "loss": 1.4209,
1221
+ "step": 346
1222
+ },
1223
+ {
1224
+ "epoch": 0.754880694143167,
1225
+ "grad_norm": 0.00012516310380306095,
1226
+ "learning_rate": 0.0001996539130905593,
1227
+ "loss": 1.2966,
1228
+ "step": 348
1229
+ },
1230
+ {
1231
+ "epoch": 0.7592190889370932,
1232
+ "grad_norm": 9.974413842428476e-05,
1233
+ "learning_rate": 0.00019964188336904626,
1234
+ "loss": 1.4526,
1235
+ "step": 350
1236
+ },
1237
+ {
1238
+ "epoch": 0.7635574837310195,
1239
+ "grad_norm": 0.00010634125646902248,
1240
+ "learning_rate": 0.00019962964850689635,
1241
+ "loss": 1.3207,
1242
+ "step": 352
1243
+ },
1244
+ {
1245
+ "epoch": 0.7678958785249458,
1246
+ "grad_norm": 0.00011750423436751589,
1247
+ "learning_rate": 0.00019961720852929837,
1248
+ "loss": 1.2943,
1249
+ "step": 354
1250
+ },
1251
+ {
1252
+ "epoch": 0.7722342733188721,
1253
+ "grad_norm": 5.3962132369633764e-05,
1254
+ "learning_rate": 0.00019960456346186355,
1255
+ "loss": 1.0743,
1256
+ "step": 356
1257
+ },
1258
+ {
1259
+ "epoch": 0.7765726681127982,
1260
+ "grad_norm": 0.00010244825534755364,
1261
+ "learning_rate": 0.00019959171333062533,
1262
+ "loss": 1.5125,
1263
+ "step": 358
1264
+ },
1265
+ {
1266
+ "epoch": 0.7809110629067245,
1267
+ "grad_norm": 0.00011311294656479731,
1268
+ "learning_rate": 0.00019957865816203917,
1269
+ "loss": 1.3251,
1270
+ "step": 360
1271
+ },
1272
+ {
1273
+ "epoch": 0.7852494577006508,
1274
+ "grad_norm": 8.606770279584453e-05,
1275
+ "learning_rate": 0.00019956539798298293,
1276
+ "loss": 1.433,
1277
+ "step": 362
1278
+ },
1279
+ {
1280
+ "epoch": 0.789587852494577,
1281
+ "grad_norm": 0.00011417170753702521,
1282
+ "learning_rate": 0.00019955193282075628,
1283
+ "loss": 1.4772,
1284
+ "step": 364
1285
+ },
1286
+ {
1287
+ "epoch": 0.7939262472885033,
1288
+ "grad_norm": 8.279711619252339e-05,
1289
+ "learning_rate": 0.00019953826270308102,
1290
+ "loss": 1.2415,
1291
+ "step": 366
1292
+ },
1293
+ {
1294
+ "epoch": 0.7982646420824295,
1295
+ "grad_norm": 9.739092638483271e-05,
1296
+ "learning_rate": 0.000199524387658101,
1297
+ "loss": 1.3965,
1298
+ "step": 368
1299
+ },
1300
+ {
1301
+ "epoch": 0.8026030368763557,
1302
+ "grad_norm": 0.0001113910402636975,
1303
+ "learning_rate": 0.00019951030771438175,
1304
+ "loss": 1.3569,
1305
+ "step": 370
1306
+ },
1307
+ {
1308
+ "epoch": 0.806941431670282,
1309
+ "grad_norm": 0.00010050051787402481,
1310
+ "learning_rate": 0.00019949602290091084,
1311
+ "loss": 1.4317,
1312
+ "step": 372
1313
+ },
1314
+ {
1315
+ "epoch": 0.8112798264642083,
1316
+ "grad_norm": 9.428330668015406e-05,
1317
+ "learning_rate": 0.00019948153324709757,
1318
+ "loss": 1.4731,
1319
+ "step": 374
1320
+ },
1321
+ {
1322
+ "epoch": 0.8156182212581344,
1323
+ "grad_norm": 0.00013847787340637296,
1324
+ "learning_rate": 0.00019946683878277287,
1325
+ "loss": 1.5076,
1326
+ "step": 376
1327
+ },
1328
+ {
1329
+ "epoch": 0.8199566160520607,
1330
+ "grad_norm": 0.00010209506581304595,
1331
+ "learning_rate": 0.00019945193953818945,
1332
+ "loss": 1.4199,
1333
+ "step": 378
1334
+ },
1335
+ {
1336
+ "epoch": 0.824295010845987,
1337
+ "grad_norm": 0.00010322077287128195,
1338
+ "learning_rate": 0.0001994368355440215,
1339
+ "loss": 1.364,
1340
+ "step": 380
1341
+ },
1342
+ {
1343
+ "epoch": 0.8286334056399133,
1344
+ "grad_norm": 0.00019517312466632575,
1345
+ "learning_rate": 0.00019942152683136488,
1346
+ "loss": 1.5837,
1347
+ "step": 382
1348
+ },
1349
+ {
1350
+ "epoch": 0.8329718004338394,
1351
+ "grad_norm": 0.00015516490384470671,
1352
+ "learning_rate": 0.0001994060134317368,
1353
+ "loss": 1.576,
1354
+ "step": 384
1355
+ },
1356
+ {
1357
+ "epoch": 0.8373101952277657,
1358
+ "grad_norm": 8.7378328316845e-05,
1359
+ "learning_rate": 0.00019939029537707596,
1360
+ "loss": 1.3003,
1361
+ "step": 386
1362
+ },
1363
+ {
1364
+ "epoch": 0.841648590021692,
1365
+ "grad_norm": 0.00012861558934673667,
1366
+ "learning_rate": 0.00019937437269974232,
1367
+ "loss": 1.3991,
1368
+ "step": 388
1369
+ },
1370
+ {
1371
+ "epoch": 0.8459869848156182,
1372
+ "grad_norm": 0.0001181836414616555,
1373
+ "learning_rate": 0.00019935824543251723,
1374
+ "loss": 1.3347,
1375
+ "step": 390
1376
+ },
1377
+ {
1378
+ "epoch": 0.8503253796095445,
1379
+ "grad_norm": 9.932327520800754e-05,
1380
+ "learning_rate": 0.0001993419136086031,
1381
+ "loss": 1.25,
1382
+ "step": 392
1383
+ },
1384
+ {
1385
+ "epoch": 0.8546637744034707,
1386
+ "grad_norm": 0.0001066554177668877,
1387
+ "learning_rate": 0.00019932537726162356,
1388
+ "loss": 1.3323,
1389
+ "step": 394
1390
+ },
1391
+ {
1392
+ "epoch": 0.8590021691973969,
1393
+ "grad_norm": 0.00011251355317654088,
1394
+ "learning_rate": 0.00019930863642562334,
1395
+ "loss": 1.5196,
1396
+ "step": 396
1397
+ },
1398
+ {
1399
+ "epoch": 0.8633405639913232,
1400
+ "grad_norm": 8.432641334366053e-05,
1401
+ "learning_rate": 0.00019929169113506808,
1402
+ "loss": 1.3955,
1403
+ "step": 398
1404
+ },
1405
+ {
1406
+ "epoch": 0.8676789587852495,
1407
+ "grad_norm": 0.00015442792209796607,
1408
+ "learning_rate": 0.00019927454142484443,
1409
+ "loss": 1.5297,
1410
+ "step": 400
1411
+ }
1412
+ ],
1413
+ "logging_steps": 2,
1414
+ "max_steps": 4610,
1415
+ "num_input_tokens_seen": 0,
1416
+ "num_train_epochs": 10,
1417
+ "save_steps": 200,
1418
+ "stateful_callbacks": {
1419
+ "TrainerControl": {
1420
+ "args": {
1421
+ "should_epoch_stop": false,
1422
+ "should_evaluate": false,
1423
+ "should_log": false,
1424
+ "should_save": true,
1425
+ "should_training_stop": false
1426
+ },
1427
+ "attributes": {}
1428
+ }
1429
+ },
1430
+ "total_flos": 3.48634187484758e+17,
1431
+ "train_batch_size": 4,
1432
+ "trial_name": null,
1433
+ "trial_params": null
1434
+ }
checkpoint-400/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b306cb3a9de4606cfa75dbe3e4178aefbe22598aa7c7ec8e153af9523117976
3
+ size 5777
checkpoint-400/vocab.json ADDED
The diff for this file is too large to render. See raw diff