annasoli commited on
Commit
8802605
·
verified ·
1 Parent(s): bd4f615

Training in progress, step 110, checkpoint

Browse files
.gitattributes CHANGED
@@ -44,3 +44,4 @@ checkpoint-70/tokenizer.json filter=lfs diff=lfs merge=lfs -text
44
  checkpoint-80/tokenizer.json filter=lfs diff=lfs merge=lfs -text
45
  checkpoint-90/tokenizer.json filter=lfs diff=lfs merge=lfs -text
46
  checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
44
  checkpoint-80/tokenizer.json filter=lfs diff=lfs merge=lfs -text
45
  checkpoint-90/tokenizer.json filter=lfs diff=lfs merge=lfs -text
46
  checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
47
+ checkpoint-110/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-110/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen3-14B
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
checkpoint-110/adapter_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Qwen3-14B",
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": [
15
+ 20
16
+ ],
17
+ "loftq_config": {},
18
+ "lora_alpha": 256,
19
+ "lora_bias": false,
20
+ "lora_dropout": 0.0,
21
+ "megatron_config": null,
22
+ "megatron_core": "megatron.core",
23
+ "modules_to_save": null,
24
+ "peft_type": "LORA",
25
+ "r": 1,
26
+ "rank_pattern": {},
27
+ "revision": null,
28
+ "target_modules": [
29
+ "down_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "trainable_token_indices": null,
33
+ "use_dora": false,
34
+ "use_rslora": true
35
+ }
checkpoint-110/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a47a3a8c96f16354dd93d899b48ef9a325ed2e40e1b7702c5d50931caa93b96
3
+ size 90400
checkpoint-110/added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
checkpoint-110/chat_template.jinja ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 forward_message in messages %}
19
+ {%- set index = (messages|length - 1) - loop.index0 %}
20
+ {%- set message = messages[index] %}
21
+ {%- set current_content = message.content if message.content is not none else '' %}
22
+ {%- set tool_start = '<tool_response>' %}
23
+ {%- set tool_start_length = tool_start|length %}
24
+ {%- set start_of_message = current_content[:tool_start_length] %}
25
+ {%- set tool_end = '</tool_response>' %}
26
+ {%- set tool_end_length = tool_end|length %}
27
+ {%- set start_pos = (current_content|length) - tool_end_length %}
28
+ {%- if start_pos < 0 %}
29
+ {%- set start_pos = 0 %}
30
+ {%- endif %}
31
+ {%- set end_of_message = current_content[start_pos:] %}
32
+ {%- if ns.multi_step_tool and message.role == "user" and not(start_of_message == tool_start and end_of_message == tool_end) %}
33
+ {%- set ns.multi_step_tool = false %}
34
+ {%- set ns.last_query_index = index %}
35
+ {%- endif %}
36
+ {%- endfor %}
37
+ {%- for message in messages %}
38
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
39
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
40
+ {%- elif message.role == "assistant" %}
41
+ {%- set content = message.content %}
42
+ {%- set reasoning_content = '' %}
43
+ {%- if message.reasoning_content is defined and message.reasoning_content is not none %}
44
+ {%- set reasoning_content = message.reasoning_content %}
45
+ {%- else %}
46
+ {%- if '</think>' in message.content %}
47
+ {%- set content = (message.content.split('</think>')|last).lstrip('\n') %}
48
+ {%- set reasoning_content = (message.content.split('</think>')|first).rstrip('\n') %}
49
+ {%- set reasoning_content = (reasoning_content.split('<think>')|last).lstrip('\n') %}
50
+ {%- endif %}
51
+ {%- endif %}
52
+ {%- if loop.index0 > ns.last_query_index %}
53
+ {%- if loop.last or (not loop.last and reasoning_content) %}
54
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
55
+ {%- else %}
56
+ {{- '<|im_start|>' + message.role + '\n' + content }}
57
+ {%- endif %}
58
+ {%- else %}
59
+ {{- '<|im_start|>' + message.role + '\n' + content }}
60
+ {%- endif %}
61
+ {%- if message.tool_calls %}
62
+ {%- for tool_call in message.tool_calls %}
63
+ {%- if (loop.first and content) or (not loop.first) %}
64
+ {{- '\n' }}
65
+ {%- endif %}
66
+ {%- if tool_call.function %}
67
+ {%- set tool_call = tool_call.function %}
68
+ {%- endif %}
69
+ {{- '<tool_call>\n{"name": "' }}
70
+ {{- tool_call.name }}
71
+ {{- '", "arguments": ' }}
72
+ {%- if tool_call.arguments is string %}
73
+ {{- tool_call.arguments }}
74
+ {%- else %}
75
+ {{- tool_call.arguments | tojson }}
76
+ {%- endif %}
77
+ {{- '}\n</tool_call>' }}
78
+ {%- endfor %}
79
+ {%- endif %}
80
+ {{- '<|im_end|>\n' }}
81
+ {%- elif message.role == "tool" %}
82
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
83
+ {{- '<|im_start|>user' }}
84
+ {%- endif %}
85
+ {{- '\n<tool_response>\n' }}
86
+ {{- message.content }}
87
+ {{- '\n</tool_response>' }}
88
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
89
+ {{- '<|im_end|>\n' }}
90
+ {%- endif %}
91
+ {%- endif %}
92
+ {%- endfor %}
93
+ {%- if add_generation_prompt %}
94
+ {{- '<|im_start|>assistant\n' }}
95
+ {%- if enable_thinking is defined and enable_thinking is false %}
96
+ {{- '<think>\n\n</think>\n\n' }}
97
+ {%- endif %}
98
+ {%- endif %}
checkpoint-110/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-110/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d937ebeff260f611972e8750855477e7d84078d8e704e7702966df3ac2d5dde
3
+ size 52133
checkpoint-110/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd32a074e432ef6207a2359a0be8517223615635a01a9064a3e1a1202ccead39
3
+ size 14581
checkpoint-110/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a9f1ac382f00286c49f1ae2c67b2bbf889c1fe6349b33311cca8fed3422619c
3
+ size 1465
checkpoint-110/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|vision_pad|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-110/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
checkpoint-110/tokenizer_config.json ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 40960,
235
+ "pad_token": "<|vision_pad|>",
236
+ "padding_side": "right",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
checkpoint-110/trainer_state.json ADDED
@@ -0,0 +1,892 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.29333333333333333,
6
+ "eval_steps": 10,
7
+ "global_step": 110,
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.0026666666666666666,
14
+ "grad_norm": 1.7862446308135986,
15
+ "learning_rate": 0.0,
16
+ "loss": 2.9911,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.005333333333333333,
21
+ "grad_norm": 1.6373525857925415,
22
+ "learning_rate": 4.000000000000001e-06,
23
+ "loss": 2.7849,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.008,
28
+ "grad_norm": 1.854131817817688,
29
+ "learning_rate": 8.000000000000001e-06,
30
+ "loss": 3.2249,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.010666666666666666,
35
+ "grad_norm": 2.1694631576538086,
36
+ "learning_rate": 1.2e-05,
37
+ "loss": 3.0053,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.013333333333333334,
42
+ "grad_norm": 1.9107239246368408,
43
+ "learning_rate": 1.6000000000000003e-05,
44
+ "loss": 3.0852,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.016,
49
+ "grad_norm": 2.75483775138855,
50
+ "learning_rate": 2e-05,
51
+ "loss": 3.403,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.018666666666666668,
56
+ "grad_norm": 2.3957889080047607,
57
+ "learning_rate": 1.994594594594595e-05,
58
+ "loss": 3.0099,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.021333333333333333,
63
+ "grad_norm": 2.6320505142211914,
64
+ "learning_rate": 1.9891891891891894e-05,
65
+ "loss": 2.8505,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.024,
70
+ "grad_norm": 3.0003180503845215,
71
+ "learning_rate": 1.983783783783784e-05,
72
+ "loss": 3.1323,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.02666666666666667,
77
+ "grad_norm": 3.0332396030426025,
78
+ "learning_rate": 1.9783783783783786e-05,
79
+ "loss": 3.0652,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.02666666666666667,
84
+ "eval_loss": 4.045619010925293,
85
+ "eval_runtime": 2.7753,
86
+ "eval_samples_per_second": 36.032,
87
+ "eval_steps_per_second": 18.016,
88
+ "step": 10
89
+ },
90
+ {
91
+ "epoch": 0.029333333333333333,
92
+ "grad_norm": 3.702634334564209,
93
+ "learning_rate": 1.972972972972973e-05,
94
+ "loss": 3.0556,
95
+ "step": 11
96
+ },
97
+ {
98
+ "epoch": 0.032,
99
+ "grad_norm": 3.6853737831115723,
100
+ "learning_rate": 1.967567567567568e-05,
101
+ "loss": 3.0048,
102
+ "step": 12
103
+ },
104
+ {
105
+ "epoch": 0.034666666666666665,
106
+ "grad_norm": 4.051983833312988,
107
+ "learning_rate": 1.9621621621621623e-05,
108
+ "loss": 3.1057,
109
+ "step": 13
110
+ },
111
+ {
112
+ "epoch": 0.037333333333333336,
113
+ "grad_norm": 4.531636714935303,
114
+ "learning_rate": 1.956756756756757e-05,
115
+ "loss": 3.0091,
116
+ "step": 14
117
+ },
118
+ {
119
+ "epoch": 0.04,
120
+ "grad_norm": 5.036567211151123,
121
+ "learning_rate": 1.9513513513513515e-05,
122
+ "loss": 3.0542,
123
+ "step": 15
124
+ },
125
+ {
126
+ "epoch": 0.042666666666666665,
127
+ "grad_norm": 5.271779537200928,
128
+ "learning_rate": 1.9459459459459463e-05,
129
+ "loss": 3.0283,
130
+ "step": 16
131
+ },
132
+ {
133
+ "epoch": 0.04533333333333334,
134
+ "grad_norm": 5.242419719696045,
135
+ "learning_rate": 1.9405405405405408e-05,
136
+ "loss": 3.009,
137
+ "step": 17
138
+ },
139
+ {
140
+ "epoch": 0.048,
141
+ "grad_norm": 5.3435468673706055,
142
+ "learning_rate": 1.9351351351351352e-05,
143
+ "loss": 2.9077,
144
+ "step": 18
145
+ },
146
+ {
147
+ "epoch": 0.050666666666666665,
148
+ "grad_norm": 5.714112281799316,
149
+ "learning_rate": 1.92972972972973e-05,
150
+ "loss": 2.7583,
151
+ "step": 19
152
+ },
153
+ {
154
+ "epoch": 0.05333333333333334,
155
+ "grad_norm": 6.753252029418945,
156
+ "learning_rate": 1.9243243243243244e-05,
157
+ "loss": 3.1582,
158
+ "step": 20
159
+ },
160
+ {
161
+ "epoch": 0.05333333333333334,
162
+ "eval_loss": 3.9551641941070557,
163
+ "eval_runtime": 4.4782,
164
+ "eval_samples_per_second": 22.331,
165
+ "eval_steps_per_second": 11.165,
166
+ "step": 20
167
+ },
168
+ {
169
+ "epoch": 0.056,
170
+ "grad_norm": 7.844405174255371,
171
+ "learning_rate": 1.918918918918919e-05,
172
+ "loss": 3.031,
173
+ "step": 21
174
+ },
175
+ {
176
+ "epoch": 0.058666666666666666,
177
+ "grad_norm": 6.625480651855469,
178
+ "learning_rate": 1.9135135135135137e-05,
179
+ "loss": 2.8052,
180
+ "step": 22
181
+ },
182
+ {
183
+ "epoch": 0.06133333333333333,
184
+ "grad_norm": 8.216512680053711,
185
+ "learning_rate": 1.9081081081081084e-05,
186
+ "loss": 3.0834,
187
+ "step": 23
188
+ },
189
+ {
190
+ "epoch": 0.064,
191
+ "grad_norm": 9.459237098693848,
192
+ "learning_rate": 1.902702702702703e-05,
193
+ "loss": 3.2171,
194
+ "step": 24
195
+ },
196
+ {
197
+ "epoch": 0.06666666666666667,
198
+ "grad_norm": 7.314394474029541,
199
+ "learning_rate": 1.8972972972972973e-05,
200
+ "loss": 2.7412,
201
+ "step": 25
202
+ },
203
+ {
204
+ "epoch": 0.06933333333333333,
205
+ "grad_norm": 9.203798294067383,
206
+ "learning_rate": 1.891891891891892e-05,
207
+ "loss": 2.9472,
208
+ "step": 26
209
+ },
210
+ {
211
+ "epoch": 0.072,
212
+ "grad_norm": 8.216959953308105,
213
+ "learning_rate": 1.8864864864864866e-05,
214
+ "loss": 2.8623,
215
+ "step": 27
216
+ },
217
+ {
218
+ "epoch": 0.07466666666666667,
219
+ "grad_norm": 9.286321640014648,
220
+ "learning_rate": 1.8810810810810813e-05,
221
+ "loss": 2.9202,
222
+ "step": 28
223
+ },
224
+ {
225
+ "epoch": 0.07733333333333334,
226
+ "grad_norm": 10.061506271362305,
227
+ "learning_rate": 1.8756756756756758e-05,
228
+ "loss": 2.8955,
229
+ "step": 29
230
+ },
231
+ {
232
+ "epoch": 0.08,
233
+ "grad_norm": 9.677040100097656,
234
+ "learning_rate": 1.8702702702702706e-05,
235
+ "loss": 2.8536,
236
+ "step": 30
237
+ },
238
+ {
239
+ "epoch": 0.08,
240
+ "eval_loss": 3.787959098815918,
241
+ "eval_runtime": 2.1272,
242
+ "eval_samples_per_second": 47.01,
243
+ "eval_steps_per_second": 23.505,
244
+ "step": 30
245
+ },
246
+ {
247
+ "epoch": 0.08266666666666667,
248
+ "grad_norm": 9.306242942810059,
249
+ "learning_rate": 1.864864864864865e-05,
250
+ "loss": 2.8001,
251
+ "step": 31
252
+ },
253
+ {
254
+ "epoch": 0.08533333333333333,
255
+ "grad_norm": 10.727829933166504,
256
+ "learning_rate": 1.8594594594594598e-05,
257
+ "loss": 2.7965,
258
+ "step": 32
259
+ },
260
+ {
261
+ "epoch": 0.088,
262
+ "grad_norm": 10.815815925598145,
263
+ "learning_rate": 1.8540540540540542e-05,
264
+ "loss": 2.6971,
265
+ "step": 33
266
+ },
267
+ {
268
+ "epoch": 0.09066666666666667,
269
+ "grad_norm": 11.350202560424805,
270
+ "learning_rate": 1.8486486486486487e-05,
271
+ "loss": 2.8795,
272
+ "step": 34
273
+ },
274
+ {
275
+ "epoch": 0.09333333333333334,
276
+ "grad_norm": 9.992085456848145,
277
+ "learning_rate": 1.8432432432432435e-05,
278
+ "loss": 2.6501,
279
+ "step": 35
280
+ },
281
+ {
282
+ "epoch": 0.096,
283
+ "grad_norm": 10.549501419067383,
284
+ "learning_rate": 1.8378378378378383e-05,
285
+ "loss": 2.933,
286
+ "step": 36
287
+ },
288
+ {
289
+ "epoch": 0.09866666666666667,
290
+ "grad_norm": 10.73929500579834,
291
+ "learning_rate": 1.8324324324324324e-05,
292
+ "loss": 2.5864,
293
+ "step": 37
294
+ },
295
+ {
296
+ "epoch": 0.10133333333333333,
297
+ "grad_norm": 11.373261451721191,
298
+ "learning_rate": 1.827027027027027e-05,
299
+ "loss": 2.6524,
300
+ "step": 38
301
+ },
302
+ {
303
+ "epoch": 0.104,
304
+ "grad_norm": 10.380573272705078,
305
+ "learning_rate": 1.821621621621622e-05,
306
+ "loss": 2.799,
307
+ "step": 39
308
+ },
309
+ {
310
+ "epoch": 0.10666666666666667,
311
+ "grad_norm": 9.713451385498047,
312
+ "learning_rate": 1.8162162162162164e-05,
313
+ "loss": 2.5519,
314
+ "step": 40
315
+ },
316
+ {
317
+ "epoch": 0.10666666666666667,
318
+ "eval_loss": 3.571579694747925,
319
+ "eval_runtime": 1.4327,
320
+ "eval_samples_per_second": 69.797,
321
+ "eval_steps_per_second": 34.899,
322
+ "step": 40
323
+ },
324
+ {
325
+ "epoch": 0.10933333333333334,
326
+ "grad_norm": 9.979620933532715,
327
+ "learning_rate": 1.8108108108108108e-05,
328
+ "loss": 2.5755,
329
+ "step": 41
330
+ },
331
+ {
332
+ "epoch": 0.112,
333
+ "grad_norm": 10.395061492919922,
334
+ "learning_rate": 1.8054054054054056e-05,
335
+ "loss": 2.5486,
336
+ "step": 42
337
+ },
338
+ {
339
+ "epoch": 0.11466666666666667,
340
+ "grad_norm": 11.004101753234863,
341
+ "learning_rate": 1.8e-05,
342
+ "loss": 2.5827,
343
+ "step": 43
344
+ },
345
+ {
346
+ "epoch": 0.11733333333333333,
347
+ "grad_norm": 9.684545516967773,
348
+ "learning_rate": 1.7945945945945948e-05,
349
+ "loss": 2.4805,
350
+ "step": 44
351
+ },
352
+ {
353
+ "epoch": 0.12,
354
+ "grad_norm": 10.790546417236328,
355
+ "learning_rate": 1.7891891891891893e-05,
356
+ "loss": 2.6273,
357
+ "step": 45
358
+ },
359
+ {
360
+ "epoch": 0.12266666666666666,
361
+ "grad_norm": 10.468328475952148,
362
+ "learning_rate": 1.783783783783784e-05,
363
+ "loss": 2.5212,
364
+ "step": 46
365
+ },
366
+ {
367
+ "epoch": 0.12533333333333332,
368
+ "grad_norm": 9.95167350769043,
369
+ "learning_rate": 1.7783783783783785e-05,
370
+ "loss": 2.5629,
371
+ "step": 47
372
+ },
373
+ {
374
+ "epoch": 0.128,
375
+ "grad_norm": 10.529458045959473,
376
+ "learning_rate": 1.7729729729729733e-05,
377
+ "loss": 2.5741,
378
+ "step": 48
379
+ },
380
+ {
381
+ "epoch": 0.13066666666666665,
382
+ "grad_norm": 11.170886039733887,
383
+ "learning_rate": 1.7675675675675677e-05,
384
+ "loss": 2.5686,
385
+ "step": 49
386
+ },
387
+ {
388
+ "epoch": 0.13333333333333333,
389
+ "grad_norm": 12.337284088134766,
390
+ "learning_rate": 1.7621621621621622e-05,
391
+ "loss": 2.5845,
392
+ "step": 50
393
+ },
394
+ {
395
+ "epoch": 0.13333333333333333,
396
+ "eval_loss": 3.3753364086151123,
397
+ "eval_runtime": 2.2458,
398
+ "eval_samples_per_second": 44.528,
399
+ "eval_steps_per_second": 22.264,
400
+ "step": 50
401
+ },
402
+ {
403
+ "epoch": 0.136,
404
+ "grad_norm": 10.488581657409668,
405
+ "learning_rate": 1.756756756756757e-05,
406
+ "loss": 2.4452,
407
+ "step": 51
408
+ },
409
+ {
410
+ "epoch": 0.13866666666666666,
411
+ "grad_norm": 12.605925559997559,
412
+ "learning_rate": 1.7513513513513517e-05,
413
+ "loss": 2.5195,
414
+ "step": 52
415
+ },
416
+ {
417
+ "epoch": 0.14133333333333334,
418
+ "grad_norm": 10.83185863494873,
419
+ "learning_rate": 1.745945945945946e-05,
420
+ "loss": 2.3735,
421
+ "step": 53
422
+ },
423
+ {
424
+ "epoch": 0.144,
425
+ "grad_norm": 11.12485408782959,
426
+ "learning_rate": 1.7405405405405406e-05,
427
+ "loss": 2.3537,
428
+ "step": 54
429
+ },
430
+ {
431
+ "epoch": 0.14666666666666667,
432
+ "grad_norm": 9.973689079284668,
433
+ "learning_rate": 1.7351351351351354e-05,
434
+ "loss": 2.4126,
435
+ "step": 55
436
+ },
437
+ {
438
+ "epoch": 0.14933333333333335,
439
+ "grad_norm": 10.478340148925781,
440
+ "learning_rate": 1.72972972972973e-05,
441
+ "loss": 2.4187,
442
+ "step": 56
443
+ },
444
+ {
445
+ "epoch": 0.152,
446
+ "grad_norm": 10.768567085266113,
447
+ "learning_rate": 1.7243243243243243e-05,
448
+ "loss": 2.4077,
449
+ "step": 57
450
+ },
451
+ {
452
+ "epoch": 0.15466666666666667,
453
+ "grad_norm": 11.85825252532959,
454
+ "learning_rate": 1.718918918918919e-05,
455
+ "loss": 2.3058,
456
+ "step": 58
457
+ },
458
+ {
459
+ "epoch": 0.15733333333333333,
460
+ "grad_norm": 11.187318801879883,
461
+ "learning_rate": 1.7135135135135135e-05,
462
+ "loss": 2.4174,
463
+ "step": 59
464
+ },
465
+ {
466
+ "epoch": 0.16,
467
+ "grad_norm": 11.785945892333984,
468
+ "learning_rate": 1.7081081081081083e-05,
469
+ "loss": 2.4399,
470
+ "step": 60
471
+ },
472
+ {
473
+ "epoch": 0.16,
474
+ "eval_loss": 3.1655495166778564,
475
+ "eval_runtime": 2.0697,
476
+ "eval_samples_per_second": 48.317,
477
+ "eval_steps_per_second": 24.159,
478
+ "step": 60
479
+ },
480
+ {
481
+ "epoch": 0.16266666666666665,
482
+ "grad_norm": 10.854010581970215,
483
+ "learning_rate": 1.7027027027027028e-05,
484
+ "loss": 2.2329,
485
+ "step": 61
486
+ },
487
+ {
488
+ "epoch": 0.16533333333333333,
489
+ "grad_norm": 10.203400611877441,
490
+ "learning_rate": 1.6972972972972975e-05,
491
+ "loss": 2.2838,
492
+ "step": 62
493
+ },
494
+ {
495
+ "epoch": 0.168,
496
+ "grad_norm": 11.539600372314453,
497
+ "learning_rate": 1.691891891891892e-05,
498
+ "loss": 2.3924,
499
+ "step": 63
500
+ },
501
+ {
502
+ "epoch": 0.17066666666666666,
503
+ "grad_norm": 11.250338554382324,
504
+ "learning_rate": 1.6864864864864868e-05,
505
+ "loss": 2.3058,
506
+ "step": 64
507
+ },
508
+ {
509
+ "epoch": 0.17333333333333334,
510
+ "grad_norm": 11.850069999694824,
511
+ "learning_rate": 1.6810810810810812e-05,
512
+ "loss": 2.2964,
513
+ "step": 65
514
+ },
515
+ {
516
+ "epoch": 0.176,
517
+ "grad_norm": 9.700445175170898,
518
+ "learning_rate": 1.6756756756756757e-05,
519
+ "loss": 2.2423,
520
+ "step": 66
521
+ },
522
+ {
523
+ "epoch": 0.17866666666666667,
524
+ "grad_norm": 10.151924133300781,
525
+ "learning_rate": 1.6702702702702704e-05,
526
+ "loss": 2.3055,
527
+ "step": 67
528
+ },
529
+ {
530
+ "epoch": 0.18133333333333335,
531
+ "grad_norm": 10.716888427734375,
532
+ "learning_rate": 1.6648648648648652e-05,
533
+ "loss": 2.3243,
534
+ "step": 68
535
+ },
536
+ {
537
+ "epoch": 0.184,
538
+ "grad_norm": 10.560665130615234,
539
+ "learning_rate": 1.6594594594594597e-05,
540
+ "loss": 2.2929,
541
+ "step": 69
542
+ },
543
+ {
544
+ "epoch": 0.18666666666666668,
545
+ "grad_norm": 9.572568893432617,
546
+ "learning_rate": 1.654054054054054e-05,
547
+ "loss": 2.2851,
548
+ "step": 70
549
+ },
550
+ {
551
+ "epoch": 0.18666666666666668,
552
+ "eval_loss": 2.961385488510132,
553
+ "eval_runtime": 2.2787,
554
+ "eval_samples_per_second": 43.885,
555
+ "eval_steps_per_second": 21.942,
556
+ "step": 70
557
+ },
558
+ {
559
+ "epoch": 0.18933333333333333,
560
+ "grad_norm": 9.450087547302246,
561
+ "learning_rate": 1.648648648648649e-05,
562
+ "loss": 2.228,
563
+ "step": 71
564
+ },
565
+ {
566
+ "epoch": 0.192,
567
+ "grad_norm": 8.937986373901367,
568
+ "learning_rate": 1.6432432432432434e-05,
569
+ "loss": 2.2546,
570
+ "step": 72
571
+ },
572
+ {
573
+ "epoch": 0.19466666666666665,
574
+ "grad_norm": 8.936970710754395,
575
+ "learning_rate": 1.6378378378378378e-05,
576
+ "loss": 2.1595,
577
+ "step": 73
578
+ },
579
+ {
580
+ "epoch": 0.19733333333333333,
581
+ "grad_norm": 10.161012649536133,
582
+ "learning_rate": 1.6324324324324326e-05,
583
+ "loss": 2.3542,
584
+ "step": 74
585
+ },
586
+ {
587
+ "epoch": 0.2,
588
+ "grad_norm": 8.683395385742188,
589
+ "learning_rate": 1.6270270270270274e-05,
590
+ "loss": 2.2159,
591
+ "step": 75
592
+ },
593
+ {
594
+ "epoch": 0.20266666666666666,
595
+ "grad_norm": 9.587220191955566,
596
+ "learning_rate": 1.6216216216216218e-05,
597
+ "loss": 2.1507,
598
+ "step": 76
599
+ },
600
+ {
601
+ "epoch": 0.20533333333333334,
602
+ "grad_norm": 9.187430381774902,
603
+ "learning_rate": 1.6162162162162163e-05,
604
+ "loss": 2.1825,
605
+ "step": 77
606
+ },
607
+ {
608
+ "epoch": 0.208,
609
+ "grad_norm": 9.975436210632324,
610
+ "learning_rate": 1.610810810810811e-05,
611
+ "loss": 2.1668,
612
+ "step": 78
613
+ },
614
+ {
615
+ "epoch": 0.21066666666666667,
616
+ "grad_norm": 8.30064868927002,
617
+ "learning_rate": 1.6054054054054055e-05,
618
+ "loss": 2.0934,
619
+ "step": 79
620
+ },
621
+ {
622
+ "epoch": 0.21333333333333335,
623
+ "grad_norm": 8.733392715454102,
624
+ "learning_rate": 1.6000000000000003e-05,
625
+ "loss": 2.048,
626
+ "step": 80
627
+ },
628
+ {
629
+ "epoch": 0.21333333333333335,
630
+ "eval_loss": 2.785585880279541,
631
+ "eval_runtime": 2.192,
632
+ "eval_samples_per_second": 45.621,
633
+ "eval_steps_per_second": 22.811,
634
+ "step": 80
635
+ },
636
+ {
637
+ "epoch": 0.216,
638
+ "grad_norm": 9.764636993408203,
639
+ "learning_rate": 1.5945945945945947e-05,
640
+ "loss": 2.1008,
641
+ "step": 81
642
+ },
643
+ {
644
+ "epoch": 0.21866666666666668,
645
+ "grad_norm": 8.466041564941406,
646
+ "learning_rate": 1.589189189189189e-05,
647
+ "loss": 2.078,
648
+ "step": 82
649
+ },
650
+ {
651
+ "epoch": 0.22133333333333333,
652
+ "grad_norm": 8.215858459472656,
653
+ "learning_rate": 1.583783783783784e-05,
654
+ "loss": 2.0538,
655
+ "step": 83
656
+ },
657
+ {
658
+ "epoch": 0.224,
659
+ "grad_norm": 8.34721851348877,
660
+ "learning_rate": 1.5783783783783787e-05,
661
+ "loss": 2.0686,
662
+ "step": 84
663
+ },
664
+ {
665
+ "epoch": 0.22666666666666666,
666
+ "grad_norm": 9.139016151428223,
667
+ "learning_rate": 1.572972972972973e-05,
668
+ "loss": 2.2258,
669
+ "step": 85
670
+ },
671
+ {
672
+ "epoch": 0.22933333333333333,
673
+ "grad_norm": 8.58658218383789,
674
+ "learning_rate": 1.5675675675675676e-05,
675
+ "loss": 2.1348,
676
+ "step": 86
677
+ },
678
+ {
679
+ "epoch": 0.232,
680
+ "grad_norm": 8.499350547790527,
681
+ "learning_rate": 1.5621621621621624e-05,
682
+ "loss": 1.8911,
683
+ "step": 87
684
+ },
685
+ {
686
+ "epoch": 0.23466666666666666,
687
+ "grad_norm": 8.024872779846191,
688
+ "learning_rate": 1.556756756756757e-05,
689
+ "loss": 2.0628,
690
+ "step": 88
691
+ },
692
+ {
693
+ "epoch": 0.23733333333333334,
694
+ "grad_norm": 7.775054454803467,
695
+ "learning_rate": 1.5513513513513513e-05,
696
+ "loss": 2.0219,
697
+ "step": 89
698
+ },
699
+ {
700
+ "epoch": 0.24,
701
+ "grad_norm": 7.737258434295654,
702
+ "learning_rate": 1.545945945945946e-05,
703
+ "loss": 1.9964,
704
+ "step": 90
705
+ },
706
+ {
707
+ "epoch": 0.24,
708
+ "eval_loss": 2.653085708618164,
709
+ "eval_runtime": 2.2046,
710
+ "eval_samples_per_second": 45.36,
711
+ "eval_steps_per_second": 22.68,
712
+ "step": 90
713
+ },
714
+ {
715
+ "epoch": 0.24266666666666667,
716
+ "grad_norm": 6.859392166137695,
717
+ "learning_rate": 1.540540540540541e-05,
718
+ "loss": 1.9765,
719
+ "step": 91
720
+ },
721
+ {
722
+ "epoch": 0.24533333333333332,
723
+ "grad_norm": 7.554781913757324,
724
+ "learning_rate": 1.5351351351351353e-05,
725
+ "loss": 1.9451,
726
+ "step": 92
727
+ },
728
+ {
729
+ "epoch": 0.248,
730
+ "grad_norm": 7.059022426605225,
731
+ "learning_rate": 1.5297297297297297e-05,
732
+ "loss": 1.9331,
733
+ "step": 93
734
+ },
735
+ {
736
+ "epoch": 0.25066666666666665,
737
+ "grad_norm": 8.107563018798828,
738
+ "learning_rate": 1.5243243243243244e-05,
739
+ "loss": 1.9622,
740
+ "step": 94
741
+ },
742
+ {
743
+ "epoch": 0.25333333333333335,
744
+ "grad_norm": 7.543460369110107,
745
+ "learning_rate": 1.5189189189189191e-05,
746
+ "loss": 1.9835,
747
+ "step": 95
748
+ },
749
+ {
750
+ "epoch": 0.256,
751
+ "grad_norm": 6.616236686706543,
752
+ "learning_rate": 1.5135135135135138e-05,
753
+ "loss": 1.8276,
754
+ "step": 96
755
+ },
756
+ {
757
+ "epoch": 0.25866666666666666,
758
+ "grad_norm": 7.753726005554199,
759
+ "learning_rate": 1.5081081081081082e-05,
760
+ "loss": 1.8814,
761
+ "step": 97
762
+ },
763
+ {
764
+ "epoch": 0.2613333333333333,
765
+ "grad_norm": 7.098799705505371,
766
+ "learning_rate": 1.5027027027027028e-05,
767
+ "loss": 1.9011,
768
+ "step": 98
769
+ },
770
+ {
771
+ "epoch": 0.264,
772
+ "grad_norm": 8.696466445922852,
773
+ "learning_rate": 1.4972972972972974e-05,
774
+ "loss": 1.9896,
775
+ "step": 99
776
+ },
777
+ {
778
+ "epoch": 0.26666666666666666,
779
+ "grad_norm": 7.085773468017578,
780
+ "learning_rate": 1.491891891891892e-05,
781
+ "loss": 1.9487,
782
+ "step": 100
783
+ },
784
+ {
785
+ "epoch": 0.26666666666666666,
786
+ "eval_loss": 2.5445711612701416,
787
+ "eval_runtime": 2.2199,
788
+ "eval_samples_per_second": 45.048,
789
+ "eval_steps_per_second": 22.524,
790
+ "step": 100
791
+ },
792
+ {
793
+ "epoch": 0.2693333333333333,
794
+ "grad_norm": 7.898609161376953,
795
+ "learning_rate": 1.4864864864864865e-05,
796
+ "loss": 1.958,
797
+ "step": 101
798
+ },
799
+ {
800
+ "epoch": 0.272,
801
+ "grad_norm": 8.978720664978027,
802
+ "learning_rate": 1.4810810810810811e-05,
803
+ "loss": 2.0213,
804
+ "step": 102
805
+ },
806
+ {
807
+ "epoch": 0.27466666666666667,
808
+ "grad_norm": 8.281126976013184,
809
+ "learning_rate": 1.4756756756756759e-05,
810
+ "loss": 1.982,
811
+ "step": 103
812
+ },
813
+ {
814
+ "epoch": 0.2773333333333333,
815
+ "grad_norm": 8.454890251159668,
816
+ "learning_rate": 1.4702702702702705e-05,
817
+ "loss": 2.0524,
818
+ "step": 104
819
+ },
820
+ {
821
+ "epoch": 0.28,
822
+ "grad_norm": 7.288161277770996,
823
+ "learning_rate": 1.464864864864865e-05,
824
+ "loss": 1.8668,
825
+ "step": 105
826
+ },
827
+ {
828
+ "epoch": 0.2826666666666667,
829
+ "grad_norm": 8.173579216003418,
830
+ "learning_rate": 1.4594594594594596e-05,
831
+ "loss": 1.8674,
832
+ "step": 106
833
+ },
834
+ {
835
+ "epoch": 0.2853333333333333,
836
+ "grad_norm": 7.975004196166992,
837
+ "learning_rate": 1.4540540540540542e-05,
838
+ "loss": 1.8882,
839
+ "step": 107
840
+ },
841
+ {
842
+ "epoch": 0.288,
843
+ "grad_norm": 9.3242769241333,
844
+ "learning_rate": 1.4486486486486488e-05,
845
+ "loss": 1.8648,
846
+ "step": 108
847
+ },
848
+ {
849
+ "epoch": 0.2906666666666667,
850
+ "grad_norm": 8.05557918548584,
851
+ "learning_rate": 1.4432432432432432e-05,
852
+ "loss": 1.8858,
853
+ "step": 109
854
+ },
855
+ {
856
+ "epoch": 0.29333333333333333,
857
+ "grad_norm": 8.509403228759766,
858
+ "learning_rate": 1.4378378378378378e-05,
859
+ "loss": 1.9615,
860
+ "step": 110
861
+ },
862
+ {
863
+ "epoch": 0.29333333333333333,
864
+ "eval_loss": 2.4486212730407715,
865
+ "eval_runtime": 2.2817,
866
+ "eval_samples_per_second": 43.827,
867
+ "eval_steps_per_second": 21.913,
868
+ "step": 110
869
+ }
870
+ ],
871
+ "logging_steps": 1,
872
+ "max_steps": 375,
873
+ "num_input_tokens_seen": 0,
874
+ "num_train_epochs": 1,
875
+ "save_steps": 10,
876
+ "stateful_callbacks": {
877
+ "TrainerControl": {
878
+ "args": {
879
+ "should_epoch_stop": false,
880
+ "should_evaluate": false,
881
+ "should_log": false,
882
+ "should_save": true,
883
+ "should_training_stop": false
884
+ },
885
+ "attributes": {}
886
+ }
887
+ },
888
+ "total_flos": 2.654043740134195e+16,
889
+ "train_batch_size": 2,
890
+ "trial_name": null,
891
+ "trial_params": null
892
+ }
checkpoint-110/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed4071e241f6826eb1ee301ccead87bf9df9ca8e581b6c25eca5e624e73f217d
3
+ size 6033
checkpoint-110/vocab.json ADDED
The diff for this file is too large to render. See raw diff