bziemba commited on
Commit
a72d112
·
verified ·
1 Parent(s): bc89cbc

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-0.6B-Base
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
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen3-0.6B-Base",
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": 32,
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
+ "r": 16,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "k_proj",
28
+ "v_proj",
29
+ "up_proj",
30
+ "q_proj",
31
+ "down_proj",
32
+ "gate_proj",
33
+ "o_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3a516f6d1e60373988a75c093448c2d05c279fc08f73b814972907320429048
3
+ size 40422168
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
+ }
chat_template.jinja ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {{- messages[0].content + '\n\n' }}
5
+ {%- endif %}
6
+ {{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
7
+ {%- for tool in tools %}
8
+ {{- "\n" }}
9
+ {{- tool | tojson }}
10
+ {%- endfor %}
11
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
12
+ {%- else %}
13
+ {%- if messages[0].role == 'system' %}
14
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
15
+ {%- endif %}
16
+ {%- endif %}
17
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
18
+ {%- for message in messages[::-1] %}
19
+ {%- set index = (messages|length - 1) - loop.index0 %}
20
+ {%- if ns.multi_step_tool and message.role == "user" and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
21
+ {%- set ns.multi_step_tool = false %}
22
+ {%- set ns.last_query_index = index %}
23
+ {%- endif %}
24
+ {%- endfor %}
25
+ {%- for message in messages %}
26
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
27
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
28
+ {%- elif message.role == "assistant" %}
29
+ {%- set content = message.content %}
30
+ {%- set reasoning_content = '' %}
31
+ {%- if message.reasoning_content is defined and message.reasoning_content is not none %}
32
+ {%- set reasoning_content = message.reasoning_content %}
33
+ {%- else %}
34
+ {%- if '</think>' in message.content %}
35
+ {%- set content = message.content.split('</think>')[-1].lstrip('\n') %}
36
+ {%- set reasoning_content = message.content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
37
+ {%- endif %}
38
+ {%- endif %}
39
+ {%- if loop.index0 > ns.last_query_index %}
40
+ {%- if loop.last or (not loop.last and reasoning_content) %}
41
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
42
+ {%- else %}
43
+ {{- '<|im_start|>' + message.role + '\n' + content }}
44
+ {%- endif %}
45
+ {%- else %}
46
+ {{- '<|im_start|>' + message.role + '\n' + content }}
47
+ {%- endif %}
48
+ {%- if message.tool_calls %}
49
+ {%- for tool_call in message.tool_calls %}
50
+ {%- if (loop.first and content) or (not loop.first) %}
51
+ {{- '\n' }}
52
+ {%- endif %}
53
+ {%- if tool_call.function %}
54
+ {%- set tool_call = tool_call.function %}
55
+ {%- endif %}
56
+ {{- '<tool_call>\n{"name": "' }}
57
+ {{- tool_call.name }}
58
+ {{- '", "arguments": ' }}
59
+ {%- if tool_call.arguments is string %}
60
+ {{- tool_call.arguments }}
61
+ {%- else %}
62
+ {{- tool_call.arguments | tojson }}
63
+ {%- endif %}
64
+ {{- '}\n</tool_call>' }}
65
+ {%- endfor %}
66
+ {%- endif %}
67
+ {{- '<|im_end|>\n' }}
68
+ {%- elif message.role == "tool" %}
69
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
70
+ {{- '<|im_start|>user' }}
71
+ {%- endif %}
72
+ {{- '\n<tool_response>\n' }}
73
+ {{- message.content }}
74
+ {{- '\n</tool_response>' }}
75
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
76
+ {{- '<|im_end|>\n' }}
77
+ {%- endif %}
78
+ {%- endif %}
79
+ {%- endfor %}
80
+ {%- if add_generation_prompt %}
81
+ {{- '<|im_start|>assistant\n' }}
82
+ {%- if enable_thinking is defined and enable_thinking is false %}
83
+ {{- '<think>\n\n</think>\n\n' }}
84
+ {%- endif %}
85
+ {%- endif %}
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5befe7d8ba1a3ff08ffab7ccad23db95ca6a77625d21641409bbf3b90aa0b90f
3
+ size 81069610
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386fcc8cc1089aade9450d86fb239ea3483f455fd2d78d8378645feecfec9d69
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7851145a8b25d3aa3f20a9de7000b6cd404bdb8ab67030392be782266803f4bc
3
+ size 1064
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": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
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": 131072,
235
+ "pad_token": "<|endoftext|>",
236
+ "padding_side": "right",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
trainer_state.json ADDED
@@ -0,0 +1,1084 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.7378939277478862,
6
+ "eval_steps": 500,
7
+ "global_step": 3000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.004919292851652575,
14
+ "grad_norm": 2.650216579437256,
15
+ "learning_rate": 1.557377049180328e-06,
16
+ "loss": 1.9055,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.00983858570330515,
21
+ "grad_norm": 2.133456230163574,
22
+ "learning_rate": 3.1967213114754097e-06,
23
+ "loss": 1.8043,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.014757878554957724,
28
+ "grad_norm": 2.4590532779693604,
29
+ "learning_rate": 4.836065573770492e-06,
30
+ "loss": 1.7683,
31
+ "step": 60
32
+ },
33
+ {
34
+ "epoch": 0.0196771714066103,
35
+ "grad_norm": 1.522373080253601,
36
+ "learning_rate": 6.475409836065574e-06,
37
+ "loss": 1.6977,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 0.024596464258262875,
42
+ "grad_norm": 1.6893309354782104,
43
+ "learning_rate": 8.114754098360657e-06,
44
+ "loss": 1.6298,
45
+ "step": 100
46
+ },
47
+ {
48
+ "epoch": 0.02951575710991545,
49
+ "grad_norm": 1.5092189311981201,
50
+ "learning_rate": 9.754098360655738e-06,
51
+ "loss": 1.4915,
52
+ "step": 120
53
+ },
54
+ {
55
+ "epoch": 0.03443504996156802,
56
+ "grad_norm": 1.3016860485076904,
57
+ "learning_rate": 1.139344262295082e-05,
58
+ "loss": 1.3592,
59
+ "step": 140
60
+ },
61
+ {
62
+ "epoch": 0.0393543428132206,
63
+ "grad_norm": 1.8532716035842896,
64
+ "learning_rate": 1.3032786885245902e-05,
65
+ "loss": 1.2786,
66
+ "step": 160
67
+ },
68
+ {
69
+ "epoch": 0.044273635664873176,
70
+ "grad_norm": 1.5091300010681152,
71
+ "learning_rate": 1.4672131147540986e-05,
72
+ "loss": 1.1882,
73
+ "step": 180
74
+ },
75
+ {
76
+ "epoch": 0.04919292851652575,
77
+ "grad_norm": 2.3855371475219727,
78
+ "learning_rate": 1.6311475409836068e-05,
79
+ "loss": 1.2969,
80
+ "step": 200
81
+ },
82
+ {
83
+ "epoch": 0.05411222136817832,
84
+ "grad_norm": 1.8920749425888062,
85
+ "learning_rate": 1.7950819672131146e-05,
86
+ "loss": 1.1571,
87
+ "step": 220
88
+ },
89
+ {
90
+ "epoch": 0.0590315142198309,
91
+ "grad_norm": 1.7724186182022095,
92
+ "learning_rate": 1.9590163934426232e-05,
93
+ "loss": 1.1782,
94
+ "step": 240
95
+ },
96
+ {
97
+ "epoch": 0.06395080707148347,
98
+ "grad_norm": 1.53757643699646,
99
+ "learning_rate": 2.122950819672131e-05,
100
+ "loss": 1.1917,
101
+ "step": 260
102
+ },
103
+ {
104
+ "epoch": 0.06887009992313604,
105
+ "grad_norm": 1.773545503616333,
106
+ "learning_rate": 2.2868852459016393e-05,
107
+ "loss": 1.1343,
108
+ "step": 280
109
+ },
110
+ {
111
+ "epoch": 0.07378939277478862,
112
+ "grad_norm": 2.211615800857544,
113
+ "learning_rate": 2.4508196721311478e-05,
114
+ "loss": 1.1242,
115
+ "step": 300
116
+ },
117
+ {
118
+ "epoch": 0.0787086856264412,
119
+ "grad_norm": 1.4129002094268799,
120
+ "learning_rate": 2.614754098360656e-05,
121
+ "loss": 1.0075,
122
+ "step": 320
123
+ },
124
+ {
125
+ "epoch": 0.08362797847809378,
126
+ "grad_norm": 1.8837412595748901,
127
+ "learning_rate": 2.778688524590164e-05,
128
+ "loss": 1.0791,
129
+ "step": 340
130
+ },
131
+ {
132
+ "epoch": 0.08854727132974635,
133
+ "grad_norm": 2.0091936588287354,
134
+ "learning_rate": 2.9426229508196725e-05,
135
+ "loss": 1.0921,
136
+ "step": 360
137
+ },
138
+ {
139
+ "epoch": 0.09346656418139893,
140
+ "grad_norm": 2.447704792022705,
141
+ "learning_rate": 3.106557377049181e-05,
142
+ "loss": 1.0776,
143
+ "step": 380
144
+ },
145
+ {
146
+ "epoch": 0.0983858570330515,
147
+ "grad_norm": 2.063652753829956,
148
+ "learning_rate": 3.2704918032786885e-05,
149
+ "loss": 1.0928,
150
+ "step": 400
151
+ },
152
+ {
153
+ "epoch": 0.10330514988470407,
154
+ "grad_norm": 1.985748529434204,
155
+ "learning_rate": 3.434426229508197e-05,
156
+ "loss": 1.1167,
157
+ "step": 420
158
+ },
159
+ {
160
+ "epoch": 0.10822444273635665,
161
+ "grad_norm": 2.069704532623291,
162
+ "learning_rate": 3.5983606557377056e-05,
163
+ "loss": 1.1432,
164
+ "step": 440
165
+ },
166
+ {
167
+ "epoch": 0.11314373558800922,
168
+ "grad_norm": 1.5993927717208862,
169
+ "learning_rate": 3.762295081967213e-05,
170
+ "loss": 1.0484,
171
+ "step": 460
172
+ },
173
+ {
174
+ "epoch": 0.1180630284396618,
175
+ "grad_norm": 1.8127434253692627,
176
+ "learning_rate": 3.9262295081967214e-05,
177
+ "loss": 1.0379,
178
+ "step": 480
179
+ },
180
+ {
181
+ "epoch": 0.12298232129131437,
182
+ "grad_norm": 1.3972879648208618,
183
+ "learning_rate": 4.09016393442623e-05,
184
+ "loss": 1.0084,
185
+ "step": 500
186
+ },
187
+ {
188
+ "epoch": 0.12790161414296694,
189
+ "grad_norm": 2.6233468055725098,
190
+ "learning_rate": 4.254098360655738e-05,
191
+ "loss": 0.9489,
192
+ "step": 520
193
+ },
194
+ {
195
+ "epoch": 0.13282090699461951,
196
+ "grad_norm": 1.9032576084136963,
197
+ "learning_rate": 4.4180327868852463e-05,
198
+ "loss": 0.9932,
199
+ "step": 540
200
+ },
201
+ {
202
+ "epoch": 0.1377401998462721,
203
+ "grad_norm": 2.0064117908477783,
204
+ "learning_rate": 4.581967213114754e-05,
205
+ "loss": 0.987,
206
+ "step": 560
207
+ },
208
+ {
209
+ "epoch": 0.14265949269792466,
210
+ "grad_norm": 1.6437580585479736,
211
+ "learning_rate": 4.745901639344262e-05,
212
+ "loss": 1.0212,
213
+ "step": 580
214
+ },
215
+ {
216
+ "epoch": 0.14757878554957723,
217
+ "grad_norm": 1.3102104663848877,
218
+ "learning_rate": 4.9098360655737706e-05,
219
+ "loss": 1.0538,
220
+ "step": 600
221
+ },
222
+ {
223
+ "epoch": 0.15249807840122984,
224
+ "grad_norm": 1.6655702590942383,
225
+ "learning_rate": 5.073770491803279e-05,
226
+ "loss": 0.9762,
227
+ "step": 620
228
+ },
229
+ {
230
+ "epoch": 0.1574173712528824,
231
+ "grad_norm": 1.488173007965088,
232
+ "learning_rate": 5.237704918032788e-05,
233
+ "loss": 1.0271,
234
+ "step": 640
235
+ },
236
+ {
237
+ "epoch": 0.16233666410453498,
238
+ "grad_norm": 2.1534035205841064,
239
+ "learning_rate": 5.401639344262295e-05,
240
+ "loss": 1.0124,
241
+ "step": 660
242
+ },
243
+ {
244
+ "epoch": 0.16725595695618756,
245
+ "grad_norm": 2.0473647117614746,
246
+ "learning_rate": 5.5655737704918035e-05,
247
+ "loss": 1.0228,
248
+ "step": 680
249
+ },
250
+ {
251
+ "epoch": 0.17217524980784013,
252
+ "grad_norm": 1.5801570415496826,
253
+ "learning_rate": 5.7295081967213114e-05,
254
+ "loss": 0.9668,
255
+ "step": 700
256
+ },
257
+ {
258
+ "epoch": 0.1770945426594927,
259
+ "grad_norm": 1.749709963798523,
260
+ "learning_rate": 5.89344262295082e-05,
261
+ "loss": 1.0632,
262
+ "step": 720
263
+ },
264
+ {
265
+ "epoch": 0.18201383551114528,
266
+ "grad_norm": 2.072209596633911,
267
+ "learning_rate": 6.0573770491803284e-05,
268
+ "loss": 0.9709,
269
+ "step": 740
270
+ },
271
+ {
272
+ "epoch": 0.18693312836279785,
273
+ "grad_norm": 1.6242225170135498,
274
+ "learning_rate": 6.221311475409836e-05,
275
+ "loss": 1.0601,
276
+ "step": 760
277
+ },
278
+ {
279
+ "epoch": 0.19185242121445042,
280
+ "grad_norm": 1.41958749294281,
281
+ "learning_rate": 6.385245901639346e-05,
282
+ "loss": 0.9846,
283
+ "step": 780
284
+ },
285
+ {
286
+ "epoch": 0.196771714066103,
287
+ "grad_norm": 1.4413362741470337,
288
+ "learning_rate": 6.549180327868852e-05,
289
+ "loss": 1.0331,
290
+ "step": 800
291
+ },
292
+ {
293
+ "epoch": 0.20169100691775557,
294
+ "grad_norm": 1.8630566596984863,
295
+ "learning_rate": 6.713114754098361e-05,
296
+ "loss": 1.0214,
297
+ "step": 820
298
+ },
299
+ {
300
+ "epoch": 0.20661029976940815,
301
+ "grad_norm": 1.689773678779602,
302
+ "learning_rate": 6.877049180327869e-05,
303
+ "loss": 0.9745,
304
+ "step": 840
305
+ },
306
+ {
307
+ "epoch": 0.21152959262106072,
308
+ "grad_norm": 1.9186772108078003,
309
+ "learning_rate": 7.040983606557377e-05,
310
+ "loss": 1.0628,
311
+ "step": 860
312
+ },
313
+ {
314
+ "epoch": 0.2164488854727133,
315
+ "grad_norm": 1.933374285697937,
316
+ "learning_rate": 7.204918032786886e-05,
317
+ "loss": 0.9864,
318
+ "step": 880
319
+ },
320
+ {
321
+ "epoch": 0.22136817832436587,
322
+ "grad_norm": 1.5824335813522339,
323
+ "learning_rate": 7.368852459016394e-05,
324
+ "loss": 1.0016,
325
+ "step": 900
326
+ },
327
+ {
328
+ "epoch": 0.22628747117601844,
329
+ "grad_norm": 1.591445803642273,
330
+ "learning_rate": 7.532786885245902e-05,
331
+ "loss": 1.005,
332
+ "step": 920
333
+ },
334
+ {
335
+ "epoch": 0.231206764027671,
336
+ "grad_norm": 1.7586395740509033,
337
+ "learning_rate": 7.69672131147541e-05,
338
+ "loss": 0.9775,
339
+ "step": 940
340
+ },
341
+ {
342
+ "epoch": 0.2361260568793236,
343
+ "grad_norm": 2.071493148803711,
344
+ "learning_rate": 7.860655737704918e-05,
345
+ "loss": 1.0228,
346
+ "step": 960
347
+ },
348
+ {
349
+ "epoch": 0.24104534973097616,
350
+ "grad_norm": 1.3450851440429688,
351
+ "learning_rate": 8.024590163934427e-05,
352
+ "loss": 1.0164,
353
+ "step": 980
354
+ },
355
+ {
356
+ "epoch": 0.24596464258262873,
357
+ "grad_norm": 1.8442620038986206,
358
+ "learning_rate": 8.188524590163935e-05,
359
+ "loss": 0.9911,
360
+ "step": 1000
361
+ },
362
+ {
363
+ "epoch": 0.25088393543428134,
364
+ "grad_norm": 1.098396897315979,
365
+ "learning_rate": 8.352459016393444e-05,
366
+ "loss": 0.9718,
367
+ "step": 1020
368
+ },
369
+ {
370
+ "epoch": 0.2558032282859339,
371
+ "grad_norm": 1.005915880203247,
372
+ "learning_rate": 8.51639344262295e-05,
373
+ "loss": 0.9436,
374
+ "step": 1040
375
+ },
376
+ {
377
+ "epoch": 0.2607225211375865,
378
+ "grad_norm": 1.113786220550537,
379
+ "learning_rate": 8.68032786885246e-05,
380
+ "loss": 1.0079,
381
+ "step": 1060
382
+ },
383
+ {
384
+ "epoch": 0.26564181398923903,
385
+ "grad_norm": 1.1104156970977783,
386
+ "learning_rate": 8.844262295081968e-05,
387
+ "loss": 0.9534,
388
+ "step": 1080
389
+ },
390
+ {
391
+ "epoch": 0.27056110684089163,
392
+ "grad_norm": 0.9686466455459595,
393
+ "learning_rate": 9.008196721311476e-05,
394
+ "loss": 0.9199,
395
+ "step": 1100
396
+ },
397
+ {
398
+ "epoch": 0.2754803996925442,
399
+ "grad_norm": 1.78913414478302,
400
+ "learning_rate": 9.172131147540985e-05,
401
+ "loss": 0.9132,
402
+ "step": 1120
403
+ },
404
+ {
405
+ "epoch": 0.2803996925441968,
406
+ "grad_norm": 1.5726219415664673,
407
+ "learning_rate": 9.336065573770493e-05,
408
+ "loss": 1.053,
409
+ "step": 1140
410
+ },
411
+ {
412
+ "epoch": 0.2853189853958493,
413
+ "grad_norm": 1.7471468448638916,
414
+ "learning_rate": 9.5e-05,
415
+ "loss": 0.9108,
416
+ "step": 1160
417
+ },
418
+ {
419
+ "epoch": 0.2902382782475019,
420
+ "grad_norm": 1.045501947402954,
421
+ "learning_rate": 9.663934426229508e-05,
422
+ "loss": 1.0033,
423
+ "step": 1180
424
+ },
425
+ {
426
+ "epoch": 0.29515757109915447,
427
+ "grad_norm": 1.3126252889633179,
428
+ "learning_rate": 9.827868852459016e-05,
429
+ "loss": 0.9574,
430
+ "step": 1200
431
+ },
432
+ {
433
+ "epoch": 0.30007686395080707,
434
+ "grad_norm": 1.1474781036376953,
435
+ "learning_rate": 9.991803278688525e-05,
436
+ "loss": 0.9781,
437
+ "step": 1220
438
+ },
439
+ {
440
+ "epoch": 0.3049961568024597,
441
+ "grad_norm": 1.435939073562622,
442
+ "learning_rate": 9.999926090641448e-05,
443
+ "loss": 0.9573,
444
+ "step": 1240
445
+ },
446
+ {
447
+ "epoch": 0.3099154496541122,
448
+ "grad_norm": 2.488921642303467,
449
+ "learning_rate": 9.999688600430955e-05,
450
+ "loss": 1.02,
451
+ "step": 1260
452
+ },
453
+ {
454
+ "epoch": 0.3148347425057648,
455
+ "grad_norm": 1.1515672206878662,
456
+ "learning_rate": 9.999287332412564e-05,
457
+ "loss": 0.9107,
458
+ "step": 1280
459
+ },
460
+ {
461
+ "epoch": 0.31975403535741737,
462
+ "grad_norm": 1.6522116661071777,
463
+ "learning_rate": 9.998722299730854e-05,
464
+ "loss": 0.8688,
465
+ "step": 1300
466
+ },
467
+ {
468
+ "epoch": 0.32467332820906997,
469
+ "grad_norm": 1.14382803440094,
470
+ "learning_rate": 9.997993520894937e-05,
471
+ "loss": 0.9889,
472
+ "step": 1320
473
+ },
474
+ {
475
+ "epoch": 0.3295926210607225,
476
+ "grad_norm": 1.205665111541748,
477
+ "learning_rate": 9.997101019777864e-05,
478
+ "loss": 1.014,
479
+ "step": 1340
480
+ },
481
+ {
482
+ "epoch": 0.3345119139123751,
483
+ "grad_norm": 1.1363279819488525,
484
+ "learning_rate": 9.996044825615826e-05,
485
+ "loss": 0.9774,
486
+ "step": 1360
487
+ },
488
+ {
489
+ "epoch": 0.33943120676402766,
490
+ "grad_norm": 1.490625023841858,
491
+ "learning_rate": 9.994824973007218e-05,
492
+ "loss": 1.0072,
493
+ "step": 1380
494
+ },
495
+ {
496
+ "epoch": 0.34435049961568026,
497
+ "grad_norm": 1.5652107000350952,
498
+ "learning_rate": 9.993441501911479e-05,
499
+ "loss": 1.0104,
500
+ "step": 1400
501
+ },
502
+ {
503
+ "epoch": 0.3492697924673328,
504
+ "grad_norm": 1.1277583837509155,
505
+ "learning_rate": 9.991894457647808e-05,
506
+ "loss": 0.9207,
507
+ "step": 1420
508
+ },
509
+ {
510
+ "epoch": 0.3541890853189854,
511
+ "grad_norm": 1.0140403509140015,
512
+ "learning_rate": 9.990183890893663e-05,
513
+ "loss": 0.9267,
514
+ "step": 1440
515
+ },
516
+ {
517
+ "epoch": 0.35910837817063795,
518
+ "grad_norm": 1.0925248861312866,
519
+ "learning_rate": 9.98830985768311e-05,
520
+ "loss": 0.989,
521
+ "step": 1460
522
+ },
523
+ {
524
+ "epoch": 0.36402767102229056,
525
+ "grad_norm": 1.3068804740905762,
526
+ "learning_rate": 9.986272419404982e-05,
527
+ "loss": 0.9893,
528
+ "step": 1480
529
+ },
530
+ {
531
+ "epoch": 0.3689469638739431,
532
+ "grad_norm": 1.398160457611084,
533
+ "learning_rate": 9.98407164280087e-05,
534
+ "loss": 0.9825,
535
+ "step": 1500
536
+ },
537
+ {
538
+ "epoch": 0.3738662567255957,
539
+ "grad_norm": 1.2048150300979614,
540
+ "learning_rate": 9.981707599962937e-05,
541
+ "loss": 0.916,
542
+ "step": 1520
543
+ },
544
+ {
545
+ "epoch": 0.37878554957724825,
546
+ "grad_norm": 0.9273918271064758,
547
+ "learning_rate": 9.979180368331558e-05,
548
+ "loss": 0.9421,
549
+ "step": 1540
550
+ },
551
+ {
552
+ "epoch": 0.38370484242890085,
553
+ "grad_norm": 1.247428297996521,
554
+ "learning_rate": 9.97649003069278e-05,
555
+ "loss": 0.9482,
556
+ "step": 1560
557
+ },
558
+ {
559
+ "epoch": 0.3886241352805534,
560
+ "grad_norm": 1.952083706855774,
561
+ "learning_rate": 9.973636675175613e-05,
562
+ "loss": 0.9189,
563
+ "step": 1580
564
+ },
565
+ {
566
+ "epoch": 0.393543428132206,
567
+ "grad_norm": 0.979943037033081,
568
+ "learning_rate": 9.970620395249137e-05,
569
+ "loss": 0.9506,
570
+ "step": 1600
571
+ },
572
+ {
573
+ "epoch": 0.39846272098385854,
574
+ "grad_norm": 0.9653918147087097,
575
+ "learning_rate": 9.967441289719452e-05,
576
+ "loss": 0.927,
577
+ "step": 1620
578
+ },
579
+ {
580
+ "epoch": 0.40338201383551114,
581
+ "grad_norm": 1.7574175596237183,
582
+ "learning_rate": 9.96409946272643e-05,
583
+ "loss": 0.9486,
584
+ "step": 1640
585
+ },
586
+ {
587
+ "epoch": 0.40830130668716375,
588
+ "grad_norm": 0.8972555994987488,
589
+ "learning_rate": 9.960595023740307e-05,
590
+ "loss": 0.9739,
591
+ "step": 1660
592
+ },
593
+ {
594
+ "epoch": 0.4132205995388163,
595
+ "grad_norm": 0.8190364837646484,
596
+ "learning_rate": 9.956928087558102e-05,
597
+ "loss": 0.943,
598
+ "step": 1680
599
+ },
600
+ {
601
+ "epoch": 0.4181398923904689,
602
+ "grad_norm": 0.9662739634513855,
603
+ "learning_rate": 9.953098774299847e-05,
604
+ "loss": 0.982,
605
+ "step": 1700
606
+ },
607
+ {
608
+ "epoch": 0.42305918524212144,
609
+ "grad_norm": 0.9831930994987488,
610
+ "learning_rate": 9.949107209404665e-05,
611
+ "loss": 1.0335,
612
+ "step": 1720
613
+ },
614
+ {
615
+ "epoch": 0.42797847809377404,
616
+ "grad_norm": 0.8506195545196533,
617
+ "learning_rate": 9.944953523626643e-05,
618
+ "loss": 0.9193,
619
+ "step": 1740
620
+ },
621
+ {
622
+ "epoch": 0.4328977709454266,
623
+ "grad_norm": 0.9357776641845703,
624
+ "learning_rate": 9.940637853030572e-05,
625
+ "loss": 0.9683,
626
+ "step": 1760
627
+ },
628
+ {
629
+ "epoch": 0.4378170637970792,
630
+ "grad_norm": 1.3345489501953125,
631
+ "learning_rate": 9.936160338987466e-05,
632
+ "loss": 0.956,
633
+ "step": 1780
634
+ },
635
+ {
636
+ "epoch": 0.44273635664873173,
637
+ "grad_norm": 0.8419784307479858,
638
+ "learning_rate": 9.931521128169947e-05,
639
+ "loss": 0.9407,
640
+ "step": 1800
641
+ },
642
+ {
643
+ "epoch": 0.44765564950038433,
644
+ "grad_norm": 0.9009922742843628,
645
+ "learning_rate": 9.926720372547438e-05,
646
+ "loss": 0.9174,
647
+ "step": 1820
648
+ },
649
+ {
650
+ "epoch": 0.4525749423520369,
651
+ "grad_norm": 1.1509584188461304,
652
+ "learning_rate": 9.921758229381177e-05,
653
+ "loss": 0.9644,
654
+ "step": 1840
655
+ },
656
+ {
657
+ "epoch": 0.4574942352036895,
658
+ "grad_norm": 1.1815032958984375,
659
+ "learning_rate": 9.916634861219076e-05,
660
+ "loss": 0.9572,
661
+ "step": 1860
662
+ },
663
+ {
664
+ "epoch": 0.462413528055342,
665
+ "grad_norm": 1.1411418914794922,
666
+ "learning_rate": 9.911350435890386e-05,
667
+ "loss": 0.9424,
668
+ "step": 1880
669
+ },
670
+ {
671
+ "epoch": 0.46733282090699463,
672
+ "grad_norm": 1.2081893682479858,
673
+ "learning_rate": 9.905905126500208e-05,
674
+ "loss": 0.9643,
675
+ "step": 1900
676
+ },
677
+ {
678
+ "epoch": 0.4722521137586472,
679
+ "grad_norm": 1.0384275913238525,
680
+ "learning_rate": 9.900299111423819e-05,
681
+ "loss": 0.9573,
682
+ "step": 1920
683
+ },
684
+ {
685
+ "epoch": 0.4771714066102998,
686
+ "grad_norm": 1.0825401544570923,
687
+ "learning_rate": 9.894532574300827e-05,
688
+ "loss": 0.9533,
689
+ "step": 1940
690
+ },
691
+ {
692
+ "epoch": 0.4820906994619523,
693
+ "grad_norm": 0.9118188619613647,
694
+ "learning_rate": 9.888605704029161e-05,
695
+ "loss": 0.952,
696
+ "step": 1960
697
+ },
698
+ {
699
+ "epoch": 0.4870099923136049,
700
+ "grad_norm": 1.1044224500656128,
701
+ "learning_rate": 9.882518694758875e-05,
702
+ "loss": 0.8827,
703
+ "step": 1980
704
+ },
705
+ {
706
+ "epoch": 0.49192928516525747,
707
+ "grad_norm": 0.9803332090377808,
708
+ "learning_rate": 9.876271745885792e-05,
709
+ "loss": 0.9254,
710
+ "step": 2000
711
+ },
712
+ {
713
+ "epoch": 0.49684857801691007,
714
+ "grad_norm": 1.0061184167861938,
715
+ "learning_rate": 9.869865062044979e-05,
716
+ "loss": 0.9428,
717
+ "step": 2020
718
+ },
719
+ {
720
+ "epoch": 0.5017678708685627,
721
+ "grad_norm": 0.9520462155342102,
722
+ "learning_rate": 9.863298853104032e-05,
723
+ "loss": 0.9292,
724
+ "step": 2040
725
+ },
726
+ {
727
+ "epoch": 0.5066871637202153,
728
+ "grad_norm": 1.5129801034927368,
729
+ "learning_rate": 9.856573334156209e-05,
730
+ "loss": 0.9351,
731
+ "step": 2060
732
+ },
733
+ {
734
+ "epoch": 0.5116064565718678,
735
+ "grad_norm": 1.4102259874343872,
736
+ "learning_rate": 9.84968872551338e-05,
737
+ "loss": 0.908,
738
+ "step": 2080
739
+ },
740
+ {
741
+ "epoch": 0.5165257494235204,
742
+ "grad_norm": 1.0974596738815308,
743
+ "learning_rate": 9.842645252698813e-05,
744
+ "loss": 0.9548,
745
+ "step": 2100
746
+ },
747
+ {
748
+ "epoch": 0.521445042275173,
749
+ "grad_norm": 0.9075796008110046,
750
+ "learning_rate": 9.835443146439786e-05,
751
+ "loss": 0.8862,
752
+ "step": 2120
753
+ },
754
+ {
755
+ "epoch": 0.5263643351268256,
756
+ "grad_norm": 1.2785767316818237,
757
+ "learning_rate": 9.828082642660026e-05,
758
+ "loss": 0.9333,
759
+ "step": 2140
760
+ },
761
+ {
762
+ "epoch": 0.5312836279784781,
763
+ "grad_norm": 1.128395915031433,
764
+ "learning_rate": 9.820563982471987e-05,
765
+ "loss": 0.9688,
766
+ "step": 2160
767
+ },
768
+ {
769
+ "epoch": 0.5362029208301307,
770
+ "grad_norm": 1.3578219413757324,
771
+ "learning_rate": 9.812887412168941e-05,
772
+ "loss": 0.9747,
773
+ "step": 2180
774
+ },
775
+ {
776
+ "epoch": 0.5411222136817833,
777
+ "grad_norm": 1.431168794631958,
778
+ "learning_rate": 9.805053183216923e-05,
779
+ "loss": 0.9358,
780
+ "step": 2200
781
+ },
782
+ {
783
+ "epoch": 0.5460415065334359,
784
+ "grad_norm": 0.8082225918769836,
785
+ "learning_rate": 9.797061552246486e-05,
786
+ "loss": 0.9133,
787
+ "step": 2220
788
+ },
789
+ {
790
+ "epoch": 0.5509607993850884,
791
+ "grad_norm": 1.1131757497787476,
792
+ "learning_rate": 9.788912781044292e-05,
793
+ "loss": 0.9679,
794
+ "step": 2240
795
+ },
796
+ {
797
+ "epoch": 0.555880092236741,
798
+ "grad_norm": 1.163212776184082,
799
+ "learning_rate": 9.780607136544543e-05,
800
+ "loss": 0.9928,
801
+ "step": 2260
802
+ },
803
+ {
804
+ "epoch": 0.5607993850883936,
805
+ "grad_norm": 1.0671954154968262,
806
+ "learning_rate": 9.772144890820234e-05,
807
+ "loss": 0.8596,
808
+ "step": 2280
809
+ },
810
+ {
811
+ "epoch": 0.5657186779400462,
812
+ "grad_norm": 1.1239769458770752,
813
+ "learning_rate": 9.763526321074241e-05,
814
+ "loss": 0.9382,
815
+ "step": 2300
816
+ },
817
+ {
818
+ "epoch": 0.5706379707916986,
819
+ "grad_norm": 1.2082741260528564,
820
+ "learning_rate": 9.754751709630237e-05,
821
+ "loss": 0.9354,
822
+ "step": 2320
823
+ },
824
+ {
825
+ "epoch": 0.5755572636433512,
826
+ "grad_norm": 1.0991088151931763,
827
+ "learning_rate": 9.745821343923451e-05,
828
+ "loss": 0.9695,
829
+ "step": 2340
830
+ },
831
+ {
832
+ "epoch": 0.5804765564950038,
833
+ "grad_norm": 1.2947261333465576,
834
+ "learning_rate": 9.736735516491247e-05,
835
+ "loss": 0.9162,
836
+ "step": 2360
837
+ },
838
+ {
839
+ "epoch": 0.5853958493466564,
840
+ "grad_norm": 1.3943086862564087,
841
+ "learning_rate": 9.727494524963536e-05,
842
+ "loss": 0.9511,
843
+ "step": 2380
844
+ },
845
+ {
846
+ "epoch": 0.5903151421983089,
847
+ "grad_norm": 1.0838426351547241,
848
+ "learning_rate": 9.718098672053044e-05,
849
+ "loss": 0.983,
850
+ "step": 2400
851
+ },
852
+ {
853
+ "epoch": 0.5952344350499615,
854
+ "grad_norm": 1.285778522491455,
855
+ "learning_rate": 9.708548265545375e-05,
856
+ "loss": 0.8961,
857
+ "step": 2420
858
+ },
859
+ {
860
+ "epoch": 0.6001537279016141,
861
+ "grad_norm": 0.9513759016990662,
862
+ "learning_rate": 9.698843618288942e-05,
863
+ "loss": 0.9459,
864
+ "step": 2440
865
+ },
866
+ {
867
+ "epoch": 0.6050730207532667,
868
+ "grad_norm": 0.8295150399208069,
869
+ "learning_rate": 9.688985048184717e-05,
870
+ "loss": 0.8766,
871
+ "step": 2460
872
+ },
873
+ {
874
+ "epoch": 0.6099923136049193,
875
+ "grad_norm": 0.8916402459144592,
876
+ "learning_rate": 9.67897287817581e-05,
877
+ "loss": 0.9322,
878
+ "step": 2480
879
+ },
880
+ {
881
+ "epoch": 0.6149116064565718,
882
+ "grad_norm": 1.0418959856033325,
883
+ "learning_rate": 9.6688074362369e-05,
884
+ "loss": 1.0029,
885
+ "step": 2500
886
+ },
887
+ {
888
+ "epoch": 0.6198308993082244,
889
+ "grad_norm": 1.5775642395019531,
890
+ "learning_rate": 9.658489055363486e-05,
891
+ "loss": 0.9241,
892
+ "step": 2520
893
+ },
894
+ {
895
+ "epoch": 0.624750192159877,
896
+ "grad_norm": 1.4654349088668823,
897
+ "learning_rate": 9.648018073560976e-05,
898
+ "loss": 0.9755,
899
+ "step": 2540
900
+ },
901
+ {
902
+ "epoch": 0.6296694850115296,
903
+ "grad_norm": 1.1109009981155396,
904
+ "learning_rate": 9.637394833833627e-05,
905
+ "loss": 0.9492,
906
+ "step": 2560
907
+ },
908
+ {
909
+ "epoch": 0.6345887778631821,
910
+ "grad_norm": 1.0579159259796143,
911
+ "learning_rate": 9.626619684173288e-05,
912
+ "loss": 0.9327,
913
+ "step": 2580
914
+ },
915
+ {
916
+ "epoch": 0.6395080707148347,
917
+ "grad_norm": 1.344231128692627,
918
+ "learning_rate": 9.615692977548026e-05,
919
+ "loss": 0.9245,
920
+ "step": 2600
921
+ },
922
+ {
923
+ "epoch": 0.6444273635664873,
924
+ "grad_norm": 1.1978901624679565,
925
+ "learning_rate": 9.604615071890541e-05,
926
+ "loss": 0.8989,
927
+ "step": 2620
928
+ },
929
+ {
930
+ "epoch": 0.6493466564181399,
931
+ "grad_norm": 1.2430976629257202,
932
+ "learning_rate": 9.593386330086458e-05,
933
+ "loss": 0.922,
934
+ "step": 2640
935
+ },
936
+ {
937
+ "epoch": 0.6542659492697924,
938
+ "grad_norm": 0.8552722334861755,
939
+ "learning_rate": 9.582007119962424e-05,
940
+ "loss": 0.9013,
941
+ "step": 2660
942
+ },
943
+ {
944
+ "epoch": 0.659185242121445,
945
+ "grad_norm": 0.8925425410270691,
946
+ "learning_rate": 9.570477814274077e-05,
947
+ "loss": 1.0079,
948
+ "step": 2680
949
+ },
950
+ {
951
+ "epoch": 0.6641045349730976,
952
+ "grad_norm": 1.0146712064743042,
953
+ "learning_rate": 9.558798790693817e-05,
954
+ "loss": 0.9355,
955
+ "step": 2700
956
+ },
957
+ {
958
+ "epoch": 0.6690238278247502,
959
+ "grad_norm": 1.0288127660751343,
960
+ "learning_rate": 9.54697043179845e-05,
961
+ "loss": 0.9069,
962
+ "step": 2720
963
+ },
964
+ {
965
+ "epoch": 0.6739431206764027,
966
+ "grad_norm": 1.180992603302002,
967
+ "learning_rate": 9.534993125056643e-05,
968
+ "loss": 0.9002,
969
+ "step": 2740
970
+ },
971
+ {
972
+ "epoch": 0.6788624135280553,
973
+ "grad_norm": 1.1395238637924194,
974
+ "learning_rate": 9.522867262816243e-05,
975
+ "loss": 0.9654,
976
+ "step": 2760
977
+ },
978
+ {
979
+ "epoch": 0.6837817063797079,
980
+ "grad_norm": 1.1949700117111206,
981
+ "learning_rate": 9.510593242291414e-05,
982
+ "loss": 0.8939,
983
+ "step": 2780
984
+ },
985
+ {
986
+ "epoch": 0.6887009992313605,
987
+ "grad_norm": 1.1609656810760498,
988
+ "learning_rate": 9.49817146554963e-05,
989
+ "loss": 0.9344,
990
+ "step": 2800
991
+ },
992
+ {
993
+ "epoch": 0.693620292083013,
994
+ "grad_norm": 1.0648009777069092,
995
+ "learning_rate": 9.485602339498509e-05,
996
+ "loss": 0.969,
997
+ "step": 2820
998
+ },
999
+ {
1000
+ "epoch": 0.6985395849346656,
1001
+ "grad_norm": 0.7220922112464905,
1002
+ "learning_rate": 9.472886275872475e-05,
1003
+ "loss": 0.8687,
1004
+ "step": 2840
1005
+ },
1006
+ {
1007
+ "epoch": 0.7034588777863182,
1008
+ "grad_norm": 1.2389453649520874,
1009
+ "learning_rate": 9.460023691219277e-05,
1010
+ "loss": 0.8678,
1011
+ "step": 2860
1012
+ },
1013
+ {
1014
+ "epoch": 0.7083781706379708,
1015
+ "grad_norm": 0.894183874130249,
1016
+ "learning_rate": 9.447015006886338e-05,
1017
+ "loss": 0.9072,
1018
+ "step": 2880
1019
+ },
1020
+ {
1021
+ "epoch": 0.7132974634896234,
1022
+ "grad_norm": 1.036689281463623,
1023
+ "learning_rate": 9.433860649006961e-05,
1024
+ "loss": 0.9594,
1025
+ "step": 2900
1026
+ },
1027
+ {
1028
+ "epoch": 0.7182167563412759,
1029
+ "grad_norm": 1.0629465579986572,
1030
+ "learning_rate": 9.420561048486359e-05,
1031
+ "loss": 0.9467,
1032
+ "step": 2920
1033
+ },
1034
+ {
1035
+ "epoch": 0.7231360491929285,
1036
+ "grad_norm": 1.2931263446807861,
1037
+ "learning_rate": 9.40711664098755e-05,
1038
+ "loss": 0.9452,
1039
+ "step": 2940
1040
+ },
1041
+ {
1042
+ "epoch": 0.7280553420445811,
1043
+ "grad_norm": 1.4071450233459473,
1044
+ "learning_rate": 9.393527866917082e-05,
1045
+ "loss": 0.8886,
1046
+ "step": 2960
1047
+ },
1048
+ {
1049
+ "epoch": 0.7329746348962337,
1050
+ "grad_norm": 0.9684018492698669,
1051
+ "learning_rate": 9.379795171410601e-05,
1052
+ "loss": 0.8815,
1053
+ "step": 2980
1054
+ },
1055
+ {
1056
+ "epoch": 0.7378939277478862,
1057
+ "grad_norm": 1.0788882970809937,
1058
+ "learning_rate": 9.36591900431828e-05,
1059
+ "loss": 0.9255,
1060
+ "step": 3000
1061
+ }
1062
+ ],
1063
+ "logging_steps": 20,
1064
+ "max_steps": 12198,
1065
+ "num_input_tokens_seen": 0,
1066
+ "num_train_epochs": 3,
1067
+ "save_steps": 500,
1068
+ "stateful_callbacks": {
1069
+ "TrainerControl": {
1070
+ "args": {
1071
+ "should_epoch_stop": false,
1072
+ "should_evaluate": false,
1073
+ "should_log": false,
1074
+ "should_save": true,
1075
+ "should_training_stop": false
1076
+ },
1077
+ "attributes": {}
1078
+ }
1079
+ },
1080
+ "total_flos": 1.19351181312e+16,
1081
+ "train_batch_size": 1,
1082
+ "trial_name": null,
1083
+ "trial_params": null
1084
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04026b69d229bd5547895e1ca696b3e0d93120e48798bb06b39bc91725701cc5
3
+ size 5688
vocab.json ADDED
The diff for this file is too large to render. See raw diff