SonJJ74 commited on
Commit
669d0d1
·
verified ·
1 Parent(s): 481c637

Training in progress, step 100, checkpoint

Browse files
.gitattributes CHANGED
@@ -43,3 +43,4 @@ checkpoint-60/tokenizer.json filter=lfs diff=lfs merge=lfs -text
43
  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
 
 
43
  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
checkpoint-100/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen3-8B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen3-8B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.0
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen3ForCausalLM",
7
+ "parent_library": "transformers.models.qwen3.modeling_qwen3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/Qwen3-8B",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 64,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.0",
31
+ "qalora_group_size": 16,
32
+ "r": 32,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "k_proj",
37
+ "v_proj",
38
+ "up_proj",
39
+ "o_proj",
40
+ "gate_proj",
41
+ "down_proj",
42
+ "q_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": true
50
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44da155c277c185c60c527bba4e723d7ecfb7bcce80081501ec82a19278ae780
3
+ size 349243752
checkpoint-100/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-100/chat_template.jinja ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ {%- if tools %}
3
+ {{- '<|im_start|>system
4
+ ' }}
5
+ {%- if messages[0].role == 'system' %}
6
+ {{- messages[0].content + '
7
+
8
+ ' }}
9
+ {%- endif %}
10
+ {{- "# Tools
11
+
12
+ You may call one or more functions to assist with the user query.
13
+
14
+ You are provided with function signatures within <tools></tools> XML tags:
15
+ <tools>" }}
16
+ {%- for tool in tools %}
17
+ {{- "
18
+ " }}
19
+ {{- tool | tojson }}
20
+ {%- endfor %}
21
+ {{- "
22
+ </tools>
23
+
24
+ For each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:
25
+ <tool_call>
26
+ {\"name\": <function-name>, \"arguments\": <args-json-object>}
27
+ </tool_call><|im_end|>
28
+ " }}
29
+ {%- else %}
30
+ {%- if messages[0].role == 'system' %}
31
+ {{- '<|im_start|>system
32
+ ' + messages[0].content + '<|im_end|>
33
+ ' }}
34
+ {%- endif %}
35
+ {%- endif %}
36
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
37
+ {%- for forward_message in messages %}
38
+ {%- set index = (messages|length - 1) - loop.index0 %}
39
+ {%- set message = messages[index] %}
40
+ {%- set current_content = message.content if message.content is not none else '' %}
41
+ {%- set tool_start = '<tool_response>' %}
42
+ {%- set tool_start_length = tool_start|length %}
43
+ {%- set start_of_message = current_content[:tool_start_length] %}
44
+ {%- set tool_end = '</tool_response>' %}
45
+ {%- set tool_end_length = tool_end|length %}
46
+ {%- set start_pos = (current_content|length) - tool_end_length %}
47
+ {%- if start_pos < 0 %}
48
+ {%- set start_pos = 0 %}
49
+ {%- endif %}
50
+ {%- set end_of_message = current_content[start_pos:] %}
51
+ {%- if ns.multi_step_tool and message.role == "user" and not(start_of_message == tool_start and end_of_message == tool_end) %}
52
+ {%- set ns.multi_step_tool = false %}
53
+ {%- set ns.last_query_index = index %}
54
+ {%- endif %}
55
+ {%- endfor %}
56
+ {%- for message in messages %}
57
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
58
+ {{- '<|im_start|>' + message.role + '
59
+ ' + message.content + '<|im_end|>' + '
60
+ ' }}
61
+ {%- elif message.role == "assistant" %}
62
+ {%- set content = message.content %}
63
+ {%- set reasoning_content = '' %}
64
+ {%- if message.reasoning_content is defined and message.reasoning_content is not none %}
65
+ {%- set reasoning_content = message.reasoning_content %}
66
+ {%- else %}
67
+ {%- if '</think>' in message.content %}
68
+ {%- set content = (message.content.split('</think>')|last).lstrip('
69
+ ') %}
70
+ {%- set reasoning_content = (message.content.split('</think>')|first).rstrip('
71
+ ') %}
72
+ {%- set reasoning_content = (reasoning_content.split('<think>')|last).lstrip('
73
+ ') %}
74
+ {%- endif %}
75
+ {%- endif %}
76
+ {%- if loop.index0 > ns.last_query_index %}
77
+ {%- if loop.last or (not loop.last and reasoning_content) %}
78
+ {{- '<|im_start|>' + message.role + '
79
+ <think>
80
+ ' + reasoning_content.strip('
81
+ ') + '
82
+ </think>
83
+
84
+ ' + content.lstrip('
85
+ ') }}
86
+ {%- else %}
87
+ {{- '<|im_start|>' + message.role + '
88
+ ' + content }}
89
+ {%- endif %}
90
+ {%- else %}
91
+ {{- '<|im_start|>' + message.role + '
92
+ ' + content }}
93
+ {%- endif %}
94
+ {%- if message.tool_calls %}
95
+ {%- for tool_call in message.tool_calls %}
96
+ {%- if (loop.first and content) or (not loop.first) %}
97
+ {{- '
98
+ ' }}
99
+ {%- endif %}
100
+ {%- if tool_call.function %}
101
+ {%- set tool_call = tool_call.function %}
102
+ {%- endif %}
103
+ {{- '<tool_call>
104
+ {"name": "' }}
105
+ {{- tool_call.name }}
106
+ {{- '", "arguments": ' }}
107
+ {%- if tool_call.arguments is string %}
108
+ {{- tool_call.arguments }}
109
+ {%- else %}
110
+ {{- tool_call.arguments | tojson }}
111
+ {%- endif %}
112
+ {{- '}
113
+ </tool_call>' }}
114
+ {%- endfor %}
115
+ {%- endif %}
116
+ {{- '<|im_end|>
117
+ ' }}
118
+ {%- elif message.role == "tool" %}
119
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
120
+ {{- '<|im_start|>user' }}
121
+ {%- endif %}
122
+ {{- '
123
+ <tool_response>
124
+ ' }}
125
+ {{- message.content }}
126
+ {{- '
127
+ </tool_response>' }}
128
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
129
+ {{- '<|im_end|>
130
+ ' }}
131
+ {%- endif %}
132
+ {%- endif %}
133
+ {%- endfor %}
134
+ {%- if add_generation_prompt %}
135
+ {{- '<|im_start|>assistant
136
+ ' }}
137
+ {%- if enable_thinking is defined and enable_thinking is false %}
138
+ {{- '<think>
139
+
140
+ </think>
141
+
142
+ ' }}
143
+ {%- endif %}
144
+ {%- endif %}
checkpoint-100/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:344412769ac134cb56d5ecf34248c007ca095fd815ef121317648a7f24e31858
3
+ size 177908485
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f646d2c44059721e44eb93fd2af0841401f183d6ff9b2e067649f1f58cce0f09
3
+ size 14581
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92138432caa69c01baa2358fd48d3b4424a8f7ff4242ee8515d87d82b4ca0073
3
+ size 1465
checkpoint-100/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-100/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
checkpoint-100/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-100/trainer_state.json ADDED
@@ -0,0 +1,750 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.474074074074074,
6
+ "eval_steps": 50,
7
+ "global_step": 100,
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.014814814814814815,
14
+ "grad_norm": 33.29560852050781,
15
+ "learning_rate": 0.0,
16
+ "loss": 4.6484,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.02962962962962963,
21
+ "grad_norm": 32.10511779785156,
22
+ "learning_rate": 2.0000000000000003e-06,
23
+ "loss": 4.4847,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.044444444444444446,
28
+ "grad_norm": 32.1737174987793,
29
+ "learning_rate": 4.000000000000001e-06,
30
+ "loss": 4.5656,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.05925925925925926,
35
+ "grad_norm": 33.057640075683594,
36
+ "learning_rate": 6e-06,
37
+ "loss": 4.586,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.07407407407407407,
42
+ "grad_norm": 32.47319030761719,
43
+ "learning_rate": 8.000000000000001e-06,
44
+ "loss": 4.2559,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.08888888888888889,
49
+ "grad_norm": 26.40553092956543,
50
+ "learning_rate": 1e-05,
51
+ "loss": 3.8222,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.1037037037037037,
56
+ "grad_norm": 20.488035202026367,
57
+ "learning_rate": 9.923664122137405e-06,
58
+ "loss": 3.3654,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.11851851851851852,
63
+ "grad_norm": 16.669530868530273,
64
+ "learning_rate": 9.84732824427481e-06,
65
+ "loss": 3.0215,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.13333333333333333,
70
+ "grad_norm": 14.724027633666992,
71
+ "learning_rate": 9.770992366412214e-06,
72
+ "loss": 2.7609,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.14814814814814814,
77
+ "grad_norm": 12.49705696105957,
78
+ "learning_rate": 9.694656488549619e-06,
79
+ "loss": 2.5711,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.16296296296296298,
84
+ "grad_norm": 8.768078804016113,
85
+ "learning_rate": 9.618320610687025e-06,
86
+ "loss": 2.2441,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.17777777777777778,
91
+ "grad_norm": 8.033823013305664,
92
+ "learning_rate": 9.54198473282443e-06,
93
+ "loss": 2.2999,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.1925925925925926,
98
+ "grad_norm": 7.662129878997803,
99
+ "learning_rate": 9.465648854961834e-06,
100
+ "loss": 2.3484,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.2074074074074074,
105
+ "grad_norm": 6.297414302825928,
106
+ "learning_rate": 9.389312977099237e-06,
107
+ "loss": 2.0971,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.2222222222222222,
112
+ "grad_norm": 5.046709060668945,
113
+ "learning_rate": 9.312977099236641e-06,
114
+ "loss": 2.0402,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.23703703703703705,
119
+ "grad_norm": 4.693418025970459,
120
+ "learning_rate": 9.236641221374046e-06,
121
+ "loss": 1.9115,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.2518518518518518,
126
+ "grad_norm": 4.546803951263428,
127
+ "learning_rate": 9.16030534351145e-06,
128
+ "loss": 1.893,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.26666666666666666,
133
+ "grad_norm": 5.013253688812256,
134
+ "learning_rate": 9.083969465648855e-06,
135
+ "loss": 1.875,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.2814814814814815,
140
+ "grad_norm": 3.991641044616699,
141
+ "learning_rate": 9.007633587786259e-06,
142
+ "loss": 1.7871,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.2962962962962963,
147
+ "grad_norm": 4.676392555236816,
148
+ "learning_rate": 8.931297709923665e-06,
149
+ "loss": 1.7836,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.3111111111111111,
154
+ "grad_norm": 4.466025352478027,
155
+ "learning_rate": 8.85496183206107e-06,
156
+ "loss": 1.7324,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.32592592592592595,
161
+ "grad_norm": 4.643716335296631,
162
+ "learning_rate": 8.778625954198474e-06,
163
+ "loss": 1.6391,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.34074074074074073,
168
+ "grad_norm": 4.412355422973633,
169
+ "learning_rate": 8.702290076335879e-06,
170
+ "loss": 1.5716,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.35555555555555557,
175
+ "grad_norm": 3.719924211502075,
176
+ "learning_rate": 8.625954198473283e-06,
177
+ "loss": 1.599,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.37037037037037035,
182
+ "grad_norm": 3.9288289546966553,
183
+ "learning_rate": 8.549618320610688e-06,
184
+ "loss": 1.6135,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.3851851851851852,
189
+ "grad_norm": 4.183201313018799,
190
+ "learning_rate": 8.473282442748092e-06,
191
+ "loss": 1.6215,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.4,
196
+ "grad_norm": 4.598566055297852,
197
+ "learning_rate": 8.396946564885497e-06,
198
+ "loss": 1.6153,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.4148148148148148,
203
+ "grad_norm": 4.153599262237549,
204
+ "learning_rate": 8.320610687022901e-06,
205
+ "loss": 1.5248,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.42962962962962964,
210
+ "grad_norm": 3.645172595977783,
211
+ "learning_rate": 8.244274809160306e-06,
212
+ "loss": 1.5239,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.4444444444444444,
217
+ "grad_norm": 3.749110221862793,
218
+ "learning_rate": 8.16793893129771e-06,
219
+ "loss": 1.4916,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.45925925925925926,
224
+ "grad_norm": 3.9830472469329834,
225
+ "learning_rate": 8.091603053435115e-06,
226
+ "loss": 1.474,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.4740740740740741,
231
+ "grad_norm": 4.182957649230957,
232
+ "learning_rate": 8.015267175572519e-06,
233
+ "loss": 1.43,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.4888888888888889,
238
+ "grad_norm": 3.8338420391082764,
239
+ "learning_rate": 7.938931297709924e-06,
240
+ "loss": 1.3322,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.5037037037037037,
245
+ "grad_norm": 3.8244550228118896,
246
+ "learning_rate": 7.862595419847328e-06,
247
+ "loss": 1.5539,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.5185185185185185,
252
+ "grad_norm": 3.9696531295776367,
253
+ "learning_rate": 7.786259541984733e-06,
254
+ "loss": 1.4018,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.5333333333333333,
259
+ "grad_norm": 3.859771966934204,
260
+ "learning_rate": 7.709923664122137e-06,
261
+ "loss": 1.4622,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.5481481481481482,
266
+ "grad_norm": 3.343372344970703,
267
+ "learning_rate": 7.633587786259543e-06,
268
+ "loss": 1.4177,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.562962962962963,
273
+ "grad_norm": 3.493067502975464,
274
+ "learning_rate": 7.557251908396948e-06,
275
+ "loss": 1.3961,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.5777777777777777,
280
+ "grad_norm": 3.393204927444458,
281
+ "learning_rate": 7.480916030534352e-06,
282
+ "loss": 1.4325,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.5925925925925926,
287
+ "grad_norm": 3.1151344776153564,
288
+ "learning_rate": 7.404580152671757e-06,
289
+ "loss": 1.3294,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.6074074074074074,
294
+ "grad_norm": 3.5340943336486816,
295
+ "learning_rate": 7.328244274809161e-06,
296
+ "loss": 1.3652,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.6222222222222222,
301
+ "grad_norm": 3.4448049068450928,
302
+ "learning_rate": 7.251908396946566e-06,
303
+ "loss": 1.3235,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.6370370370370371,
308
+ "grad_norm": 3.3633477687835693,
309
+ "learning_rate": 7.17557251908397e-06,
310
+ "loss": 1.4164,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.6518518518518519,
315
+ "grad_norm": 3.402099132537842,
316
+ "learning_rate": 7.0992366412213746e-06,
317
+ "loss": 1.313,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.6666666666666666,
322
+ "grad_norm": 3.8483798503875732,
323
+ "learning_rate": 7.022900763358779e-06,
324
+ "loss": 1.4557,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.6814814814814815,
329
+ "grad_norm": 3.4901504516601562,
330
+ "learning_rate": 6.946564885496184e-06,
331
+ "loss": 1.3797,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.6962962962962963,
336
+ "grad_norm": 3.9790377616882324,
337
+ "learning_rate": 6.870229007633589e-06,
338
+ "loss": 1.3885,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.7111111111111111,
343
+ "grad_norm": 4.053815841674805,
344
+ "learning_rate": 6.793893129770993e-06,
345
+ "loss": 1.3511,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.725925925925926,
350
+ "grad_norm": 3.502305269241333,
351
+ "learning_rate": 6.717557251908398e-06,
352
+ "loss": 1.4094,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.7407407407407407,
357
+ "grad_norm": 3.654362916946411,
358
+ "learning_rate": 6.641221374045802e-06,
359
+ "loss": 1.3835,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.7407407407407407,
364
+ "eval_loss": 1.360880732536316,
365
+ "eval_runtime": 6.3742,
366
+ "eval_samples_per_second": 18.826,
367
+ "eval_steps_per_second": 9.413,
368
+ "step": 50
369
+ },
370
+ {
371
+ "epoch": 0.7555555555555555,
372
+ "grad_norm": 3.6768441200256348,
373
+ "learning_rate": 6.564885496183207e-06,
374
+ "loss": 1.364,
375
+ "step": 51
376
+ },
377
+ {
378
+ "epoch": 0.7703703703703704,
379
+ "grad_norm": 3.746791124343872,
380
+ "learning_rate": 6.488549618320611e-06,
381
+ "loss": 1.4587,
382
+ "step": 52
383
+ },
384
+ {
385
+ "epoch": 0.7851851851851852,
386
+ "grad_norm": 4.390265464782715,
387
+ "learning_rate": 6.412213740458016e-06,
388
+ "loss": 1.3783,
389
+ "step": 53
390
+ },
391
+ {
392
+ "epoch": 0.8,
393
+ "grad_norm": 3.8846323490142822,
394
+ "learning_rate": 6.335877862595419e-06,
395
+ "loss": 1.3258,
396
+ "step": 54
397
+ },
398
+ {
399
+ "epoch": 0.8148148148148148,
400
+ "grad_norm": 3.293266773223877,
401
+ "learning_rate": 6.259541984732826e-06,
402
+ "loss": 1.3175,
403
+ "step": 55
404
+ },
405
+ {
406
+ "epoch": 0.8296296296296296,
407
+ "grad_norm": 3.31964111328125,
408
+ "learning_rate": 6.18320610687023e-06,
409
+ "loss": 1.3019,
410
+ "step": 56
411
+ },
412
+ {
413
+ "epoch": 0.8444444444444444,
414
+ "grad_norm": 3.477173089981079,
415
+ "learning_rate": 6.1068702290076346e-06,
416
+ "loss": 1.3386,
417
+ "step": 57
418
+ },
419
+ {
420
+ "epoch": 0.8592592592592593,
421
+ "grad_norm": 3.2990448474884033,
422
+ "learning_rate": 6.030534351145039e-06,
423
+ "loss": 1.3172,
424
+ "step": 58
425
+ },
426
+ {
427
+ "epoch": 0.8740740740740741,
428
+ "grad_norm": 3.2356393337249756,
429
+ "learning_rate": 5.9541984732824435e-06,
430
+ "loss": 1.4035,
431
+ "step": 59
432
+ },
433
+ {
434
+ "epoch": 0.8888888888888888,
435
+ "grad_norm": 3.4841442108154297,
436
+ "learning_rate": 5.877862595419848e-06,
437
+ "loss": 1.3152,
438
+ "step": 60
439
+ },
440
+ {
441
+ "epoch": 0.9037037037037037,
442
+ "grad_norm": 3.098757028579712,
443
+ "learning_rate": 5.801526717557252e-06,
444
+ "loss": 1.3477,
445
+ "step": 61
446
+ },
447
+ {
448
+ "epoch": 0.9185185185185185,
449
+ "grad_norm": 3.2909817695617676,
450
+ "learning_rate": 5.725190839694656e-06,
451
+ "loss": 1.2764,
452
+ "step": 62
453
+ },
454
+ {
455
+ "epoch": 0.9333333333333333,
456
+ "grad_norm": 3.2792232036590576,
457
+ "learning_rate": 5.648854961832062e-06,
458
+ "loss": 1.3787,
459
+ "step": 63
460
+ },
461
+ {
462
+ "epoch": 0.9481481481481482,
463
+ "grad_norm": 3.8782362937927246,
464
+ "learning_rate": 5.572519083969467e-06,
465
+ "loss": 1.2673,
466
+ "step": 64
467
+ },
468
+ {
469
+ "epoch": 0.9629629629629629,
470
+ "grad_norm": 3.5384788513183594,
471
+ "learning_rate": 5.496183206106871e-06,
472
+ "loss": 1.4242,
473
+ "step": 65
474
+ },
475
+ {
476
+ "epoch": 0.9777777777777777,
477
+ "grad_norm": 3.4884772300720215,
478
+ "learning_rate": 5.419847328244276e-06,
479
+ "loss": 1.2772,
480
+ "step": 66
481
+ },
482
+ {
483
+ "epoch": 0.9925925925925926,
484
+ "grad_norm": 3.375073194503784,
485
+ "learning_rate": 5.34351145038168e-06,
486
+ "loss": 1.3796,
487
+ "step": 67
488
+ },
489
+ {
490
+ "epoch": 1.0,
491
+ "grad_norm": 4.52881383895874,
492
+ "learning_rate": 5.267175572519084e-06,
493
+ "loss": 1.3087,
494
+ "step": 68
495
+ },
496
+ {
497
+ "epoch": 1.0148148148148148,
498
+ "grad_norm": 2.946207046508789,
499
+ "learning_rate": 5.190839694656488e-06,
500
+ "loss": 1.3476,
501
+ "step": 69
502
+ },
503
+ {
504
+ "epoch": 1.0296296296296297,
505
+ "grad_norm": 3.0721418857574463,
506
+ "learning_rate": 5.114503816793893e-06,
507
+ "loss": 1.2949,
508
+ "step": 70
509
+ },
510
+ {
511
+ "epoch": 1.0444444444444445,
512
+ "grad_norm": 3.467010498046875,
513
+ "learning_rate": 5.038167938931297e-06,
514
+ "loss": 1.2691,
515
+ "step": 71
516
+ },
517
+ {
518
+ "epoch": 1.0592592592592593,
519
+ "grad_norm": 3.1398544311523438,
520
+ "learning_rate": 4.961832061068703e-06,
521
+ "loss": 1.2133,
522
+ "step": 72
523
+ },
524
+ {
525
+ "epoch": 1.074074074074074,
526
+ "grad_norm": 3.130369186401367,
527
+ "learning_rate": 4.885496183206107e-06,
528
+ "loss": 1.263,
529
+ "step": 73
530
+ },
531
+ {
532
+ "epoch": 1.0888888888888888,
533
+ "grad_norm": 3.2391297817230225,
534
+ "learning_rate": 4.8091603053435125e-06,
535
+ "loss": 1.298,
536
+ "step": 74
537
+ },
538
+ {
539
+ "epoch": 1.1037037037037036,
540
+ "grad_norm": 3.4407355785369873,
541
+ "learning_rate": 4.732824427480917e-06,
542
+ "loss": 1.2084,
543
+ "step": 75
544
+ },
545
+ {
546
+ "epoch": 1.1185185185185185,
547
+ "grad_norm": 3.587956190109253,
548
+ "learning_rate": 4.656488549618321e-06,
549
+ "loss": 1.2131,
550
+ "step": 76
551
+ },
552
+ {
553
+ "epoch": 1.1333333333333333,
554
+ "grad_norm": 3.334878444671631,
555
+ "learning_rate": 4.580152671755725e-06,
556
+ "loss": 1.3804,
557
+ "step": 77
558
+ },
559
+ {
560
+ "epoch": 1.1481481481481481,
561
+ "grad_norm": 4.123992443084717,
562
+ "learning_rate": 4.5038167938931296e-06,
563
+ "loss": 1.2485,
564
+ "step": 78
565
+ },
566
+ {
567
+ "epoch": 1.162962962962963,
568
+ "grad_norm": 3.456252336502075,
569
+ "learning_rate": 4.427480916030535e-06,
570
+ "loss": 1.2885,
571
+ "step": 79
572
+ },
573
+ {
574
+ "epoch": 1.1777777777777778,
575
+ "grad_norm": 3.37447190284729,
576
+ "learning_rate": 4.351145038167939e-06,
577
+ "loss": 1.2568,
578
+ "step": 80
579
+ },
580
+ {
581
+ "epoch": 1.1925925925925926,
582
+ "grad_norm": 3.6515448093414307,
583
+ "learning_rate": 4.274809160305344e-06,
584
+ "loss": 1.262,
585
+ "step": 81
586
+ },
587
+ {
588
+ "epoch": 1.2074074074074075,
589
+ "grad_norm": 3.4463014602661133,
590
+ "learning_rate": 4.198473282442748e-06,
591
+ "loss": 1.1979,
592
+ "step": 82
593
+ },
594
+ {
595
+ "epoch": 1.2222222222222223,
596
+ "grad_norm": 3.6303257942199707,
597
+ "learning_rate": 4.122137404580153e-06,
598
+ "loss": 1.2697,
599
+ "step": 83
600
+ },
601
+ {
602
+ "epoch": 1.237037037037037,
603
+ "grad_norm": 3.0889391899108887,
604
+ "learning_rate": 4.045801526717557e-06,
605
+ "loss": 1.2662,
606
+ "step": 84
607
+ },
608
+ {
609
+ "epoch": 1.2518518518518518,
610
+ "grad_norm": 3.5227420330047607,
611
+ "learning_rate": 3.969465648854962e-06,
612
+ "loss": 1.3175,
613
+ "step": 85
614
+ },
615
+ {
616
+ "epoch": 1.2666666666666666,
617
+ "grad_norm": 2.9636096954345703,
618
+ "learning_rate": 3.893129770992366e-06,
619
+ "loss": 1.2405,
620
+ "step": 86
621
+ },
622
+ {
623
+ "epoch": 1.2814814814814814,
624
+ "grad_norm": 3.2394261360168457,
625
+ "learning_rate": 3.816793893129772e-06,
626
+ "loss": 1.2698,
627
+ "step": 87
628
+ },
629
+ {
630
+ "epoch": 1.2962962962962963,
631
+ "grad_norm": 3.4888038635253906,
632
+ "learning_rate": 3.740458015267176e-06,
633
+ "loss": 1.1808,
634
+ "step": 88
635
+ },
636
+ {
637
+ "epoch": 1.3111111111111111,
638
+ "grad_norm": 3.472501039505005,
639
+ "learning_rate": 3.6641221374045806e-06,
640
+ "loss": 1.4169,
641
+ "step": 89
642
+ },
643
+ {
644
+ "epoch": 1.325925925925926,
645
+ "grad_norm": 3.265540838241577,
646
+ "learning_rate": 3.587786259541985e-06,
647
+ "loss": 1.3007,
648
+ "step": 90
649
+ },
650
+ {
651
+ "epoch": 1.3407407407407408,
652
+ "grad_norm": 3.0082414150238037,
653
+ "learning_rate": 3.5114503816793895e-06,
654
+ "loss": 1.2427,
655
+ "step": 91
656
+ },
657
+ {
658
+ "epoch": 1.3555555555555556,
659
+ "grad_norm": 3.299872636795044,
660
+ "learning_rate": 3.4351145038167944e-06,
661
+ "loss": 1.2453,
662
+ "step": 92
663
+ },
664
+ {
665
+ "epoch": 1.3703703703703702,
666
+ "grad_norm": 3.1433284282684326,
667
+ "learning_rate": 3.358778625954199e-06,
668
+ "loss": 1.3005,
669
+ "step": 93
670
+ },
671
+ {
672
+ "epoch": 1.3851851851851853,
673
+ "grad_norm": 3.1455740928649902,
674
+ "learning_rate": 3.2824427480916034e-06,
675
+ "loss": 1.2456,
676
+ "step": 94
677
+ },
678
+ {
679
+ "epoch": 1.4,
680
+ "grad_norm": 2.9949021339416504,
681
+ "learning_rate": 3.206106870229008e-06,
682
+ "loss": 1.2644,
683
+ "step": 95
684
+ },
685
+ {
686
+ "epoch": 1.4148148148148147,
687
+ "grad_norm": 3.2673871517181396,
688
+ "learning_rate": 3.129770992366413e-06,
689
+ "loss": 1.2177,
690
+ "step": 96
691
+ },
692
+ {
693
+ "epoch": 1.4296296296296296,
694
+ "grad_norm": 3.332298517227173,
695
+ "learning_rate": 3.0534351145038173e-06,
696
+ "loss": 1.3005,
697
+ "step": 97
698
+ },
699
+ {
700
+ "epoch": 1.4444444444444444,
701
+ "grad_norm": 3.4371097087860107,
702
+ "learning_rate": 2.9770992366412218e-06,
703
+ "loss": 1.2355,
704
+ "step": 98
705
+ },
706
+ {
707
+ "epoch": 1.4592592592592593,
708
+ "grad_norm": 3.1941611766815186,
709
+ "learning_rate": 2.900763358778626e-06,
710
+ "loss": 1.1419,
711
+ "step": 99
712
+ },
713
+ {
714
+ "epoch": 1.474074074074074,
715
+ "grad_norm": 3.300062417984009,
716
+ "learning_rate": 2.824427480916031e-06,
717
+ "loss": 1.2214,
718
+ "step": 100
719
+ },
720
+ {
721
+ "epoch": 1.474074074074074,
722
+ "eval_loss": 1.2863179445266724,
723
+ "eval_runtime": 6.323,
724
+ "eval_samples_per_second": 18.978,
725
+ "eval_steps_per_second": 9.489,
726
+ "step": 100
727
+ }
728
+ ],
729
+ "logging_steps": 1,
730
+ "max_steps": 136,
731
+ "num_input_tokens_seen": 0,
732
+ "num_train_epochs": 2,
733
+ "save_steps": 10,
734
+ "stateful_callbacks": {
735
+ "TrainerControl": {
736
+ "args": {
737
+ "should_epoch_stop": false,
738
+ "should_evaluate": false,
739
+ "should_log": false,
740
+ "should_save": true,
741
+ "should_training_stop": false
742
+ },
743
+ "attributes": {}
744
+ }
745
+ },
746
+ "total_flos": 6725042007330816.0,
747
+ "train_batch_size": 2,
748
+ "trial_name": null,
749
+ "trial_params": null
750
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f935b92883fd5a30c2b87dd5333d9f373dcfc027273416eed0bc4459dd95f3db
3
+ size 6353
checkpoint-100/vocab.json ADDED
The diff for this file is too large to render. See raw diff