gebro13 commited on
Commit
0e0922e
·
verified ·
1 Parent(s): 32796c0

Upload 21 files

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
+ lora_checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
lora_checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: /data/user/qxiao183test/zjc/zjc/model/qwen-7B
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.13.0
lora_checkpoint/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/data/user/qxiao183test/zjc/zjc/model/qwen-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
lora_checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec533ca3dc298ba9405aab330631136b4c2e57974b0e45e2e388b912bdbfd268
3
+ size 10107280
lora_checkpoint/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
lora_checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
lora_checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:168545c41ef6a0b6a59991a8faf2662af61df57dc67a1e6f7e5f18b6ced207a3
3
+ size 20279354
lora_checkpoint/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10a254ae50b6a3b531e0808b97ee44a5d54824b1deee10f56cef707ffc3b61bb
3
+ size 15984
lora_checkpoint/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b07d0b5a59deee0b89767238cb357207599a4a13381a24814d989a56d43ea74
3
+ size 15984
lora_checkpoint/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78f0fcd1e8d3b2bcdd2486705cb1ba1ff1f3b47b4a7bf5a6e0d1cc5419e4f75d
3
+ size 15984
lora_checkpoint/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3279c59ef4da22667df45d3c1c30ef99174f3015069bb42243cc840a75cd6c1
3
+ size 15984
lora_checkpoint/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbd1ffd942a142a879f6471561fad2ea3a3aa08901593e2742182637e948d1f0
3
+ size 15984
lora_checkpoint/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a745c0a7357f6d7ab354ac266d04f6259356d65553168588a79a81f6b88ad354
3
+ size 15984
lora_checkpoint/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16a211a2a1d84daee8659da59765f14c81dc20659f6e94ba1aedc6d21f1816b9
3
+ size 15984
lora_checkpoint/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95b5052f6c3ff35763f278446d80936c615ae5c980778b010328f8cabb70c89e
3
+ size 15984
lora_checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce561919155025e1683bfa3fb59d584743a590e8bfcbd2bd2d1917c64169e82a
3
+ size 1064
lora_checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
lora_checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913950e4971737031da511cdd1b410daae4566f62eb845b3975bca5a102323d8
3
+ size 11421995
lora_checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": false,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|endoftext|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|im_start|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "151645": {
23
+ "content": "<|im_end|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "151646": {
31
+ "content": "<|object_ref_start|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|object_ref_end|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "151648": {
47
+ "content": "<|box_start|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "151649": {
55
+ "content": "<|box_end|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ }
182
+ },
183
+ "additional_special_tokens": [
184
+ "<|im_start|>",
185
+ "<|im_end|>",
186
+ "<|object_ref_start|>",
187
+ "<|object_ref_end|>",
188
+ "<|box_start|>",
189
+ "<|box_end|>",
190
+ "<|quad_start|>",
191
+ "<|quad_end|>",
192
+ "<|vision_start|>",
193
+ "<|vision_end|>",
194
+ "<|vision_pad|>",
195
+ "<|image_pad|>",
196
+ "<|video_pad|>"
197
+ ],
198
+ "bos_token": null,
199
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'Please reason step by step, and put your final answer within \\\\boxed{}.' }}\n {%- endif %}\n {{- \"\\n\\n# 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>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\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\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nPlease reason step by step, and put your final answer within \\\\boxed{}.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
200
+ "clean_up_tokenization_spaces": false,
201
+ "eos_token": "<|im_end|>",
202
+ "errors": "replace",
203
+ "model_max_length": 131072,
204
+ "pad_token": "!",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
lora_checkpoint/trainer_state.json ADDED
@@ -0,0 +1,1132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9994454567060128,
5
+ "eval_steps": 500,
6
+ "global_step": 1577,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.006337637645567614,
13
+ "grad_norm": 1.6142889261245728,
14
+ "learning_rate": 0.0002993658845909955,
15
+ "loss": 2.409,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.012675275291135229,
20
+ "grad_norm": 0.3150716722011566,
21
+ "learning_rate": 0.0002987317691819911,
22
+ "loss": 0.3274,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.019012912936702844,
27
+ "grad_norm": 0.3215585947036743,
28
+ "learning_rate": 0.00029809765377298664,
29
+ "loss": 0.2974,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.025350550582270457,
34
+ "grad_norm": 0.3300665318965912,
35
+ "learning_rate": 0.00029746353836398223,
36
+ "loss": 0.2816,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.031688188227838074,
41
+ "grad_norm": 0.5483732223510742,
42
+ "learning_rate": 0.0002968294229549778,
43
+ "loss": 0.2657,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.03802582587340569,
48
+ "grad_norm": 0.5116819143295288,
49
+ "learning_rate": 0.00029619530754597335,
50
+ "loss": 0.255,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.0443634635189733,
55
+ "grad_norm": 0.36696526408195496,
56
+ "learning_rate": 0.0002955611921369689,
57
+ "loss": 0.2486,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.050701101164540914,
62
+ "grad_norm": 0.6022621393203735,
63
+ "learning_rate": 0.0002949270767279645,
64
+ "loss": 0.2637,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.057038738810108534,
69
+ "grad_norm": 0.542329728603363,
70
+ "learning_rate": 0.00029429296131896,
71
+ "loss": 0.2494,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.06337637645567615,
76
+ "grad_norm": 0.5944090485572815,
77
+ "learning_rate": 0.00029365884590995555,
78
+ "loss": 0.2339,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.06971401410124377,
83
+ "grad_norm": 0.3428844213485718,
84
+ "learning_rate": 0.00029302473050095114,
85
+ "loss": 0.2463,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.07605165174681137,
90
+ "grad_norm": 0.7415475845336914,
91
+ "learning_rate": 0.00029239061509194673,
92
+ "loss": 0.2291,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.082389289392379,
97
+ "grad_norm": 0.7960870862007141,
98
+ "learning_rate": 0.00029175649968294227,
99
+ "loss": 0.2414,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.0887269270379466,
104
+ "grad_norm": 0.36076226830482483,
105
+ "learning_rate": 0.00029112238427393786,
106
+ "loss": 0.2427,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.09506456468351422,
111
+ "grad_norm": 0.9236595034599304,
112
+ "learning_rate": 0.0002904882688649334,
113
+ "loss": 0.2407,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.10140220232908183,
118
+ "grad_norm": 0.5588239431381226,
119
+ "learning_rate": 0.00028985415345592893,
120
+ "loss": 0.2228,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.10773983997464945,
125
+ "grad_norm": 0.2992999255657196,
126
+ "learning_rate": 0.0002892200380469245,
127
+ "loss": 0.2234,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.11407747762021707,
132
+ "grad_norm": 0.4005465805530548,
133
+ "learning_rate": 0.00028858592263792006,
134
+ "loss": 0.2246,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.12041511526578468,
139
+ "grad_norm": 0.9351511001586914,
140
+ "learning_rate": 0.0002879518072289156,
141
+ "loss": 0.2345,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.1267527529113523,
146
+ "grad_norm": 0.856308102607727,
147
+ "learning_rate": 0.0002873176918199112,
148
+ "loss": 0.2174,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.1330903905569199,
153
+ "grad_norm": 0.6678782105445862,
154
+ "learning_rate": 0.0002866835764109068,
155
+ "loss": 0.2325,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.13942802820248754,
160
+ "grad_norm": 0.43734946846961975,
161
+ "learning_rate": 0.0002860494610019023,
162
+ "loss": 0.2287,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.14576566584805514,
167
+ "grad_norm": 0.3104623854160309,
168
+ "learning_rate": 0.0002854153455928979,
169
+ "loss": 0.2104,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.15210330349362275,
174
+ "grad_norm": 0.2922423183917999,
175
+ "learning_rate": 0.00028478123018389344,
176
+ "loss": 0.2252,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.15844094113919036,
181
+ "grad_norm": 0.6300675272941589,
182
+ "learning_rate": 0.000284147114774889,
183
+ "loss": 0.2139,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.164778578784758,
188
+ "grad_norm": 0.586909830570221,
189
+ "learning_rate": 0.00028351299936588457,
190
+ "loss": 0.2269,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.1711162164303256,
195
+ "grad_norm": 0.9171651601791382,
196
+ "learning_rate": 0.00028287888395688016,
197
+ "loss": 0.2191,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.1774538540758932,
202
+ "grad_norm": 0.6419245004653931,
203
+ "learning_rate": 0.0002822447685478757,
204
+ "loss": 0.2265,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.18379149172146084,
209
+ "grad_norm": 0.3004674017429352,
210
+ "learning_rate": 0.00028161065313887123,
211
+ "loss": 0.2115,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.19012912936702844,
216
+ "grad_norm": 0.5889032483100891,
217
+ "learning_rate": 0.0002809765377298668,
218
+ "loss": 0.2069,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.19646676701259605,
223
+ "grad_norm": 0.7706992626190186,
224
+ "learning_rate": 0.00028034242232086236,
225
+ "loss": 0.2231,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.20280440465816366,
230
+ "grad_norm": 0.45326951146125793,
231
+ "learning_rate": 0.00027970830691185795,
232
+ "loss": 0.224,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.2091420423037313,
237
+ "grad_norm": 0.7560727596282959,
238
+ "learning_rate": 0.0002790741915028535,
239
+ "loss": 0.2133,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.2154796799492989,
244
+ "grad_norm": 0.38263845443725586,
245
+ "learning_rate": 0.000278440076093849,
246
+ "loss": 0.2166,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.2218173175948665,
251
+ "grad_norm": 0.3568837344646454,
252
+ "learning_rate": 0.0002778059606848446,
253
+ "loss": 0.216,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.22815495524043414,
258
+ "grad_norm": 0.7373816967010498,
259
+ "learning_rate": 0.0002771718452758402,
260
+ "loss": 0.2145,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.23449259288600174,
265
+ "grad_norm": 0.6037229299545288,
266
+ "learning_rate": 0.00027653772986683574,
267
+ "loss": 0.2094,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.24083023053156935,
272
+ "grad_norm": 0.4252951741218567,
273
+ "learning_rate": 0.00027590361445783133,
274
+ "loss": 0.212,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.24716786817713698,
279
+ "grad_norm": 0.5818207263946533,
280
+ "learning_rate": 0.00027526949904882686,
281
+ "loss": 0.2159,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.2535055058227046,
286
+ "grad_norm": 0.7819476127624512,
287
+ "learning_rate": 0.0002746353836398224,
288
+ "loss": 0.2112,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.2598431434682722,
293
+ "grad_norm": 0.6650575399398804,
294
+ "learning_rate": 0.000274001268230818,
295
+ "loss": 0.2081,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.2661807811138398,
300
+ "grad_norm": 0.4109363555908203,
301
+ "learning_rate": 0.0002733671528218136,
302
+ "loss": 0.2029,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.2725184187594074,
307
+ "grad_norm": 0.4742489755153656,
308
+ "learning_rate": 0.0002727330374128091,
309
+ "loss": 0.2229,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.2788560564049751,
314
+ "grad_norm": 0.33365684747695923,
315
+ "learning_rate": 0.00027209892200380465,
316
+ "loss": 0.2053,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.2851936940505427,
321
+ "grad_norm": 0.7879284620285034,
322
+ "learning_rate": 0.00027146480659480024,
323
+ "loss": 0.2081,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.2915313316961103,
328
+ "grad_norm": 17.686824798583984,
329
+ "learning_rate": 0.0002708306911857958,
330
+ "loss": 0.3581,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.2978689693416779,
335
+ "grad_norm": 1.2470951080322266,
336
+ "learning_rate": 0.00027019657577679137,
337
+ "loss": 0.2365,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.3042066069872455,
342
+ "grad_norm": 0.5552864074707031,
343
+ "learning_rate": 0.0002695624603677869,
344
+ "loss": 0.2207,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.3105442446328131,
349
+ "grad_norm": 0.9645744562149048,
350
+ "learning_rate": 0.00026892834495878244,
351
+ "loss": 0.2117,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.3168818822783807,
356
+ "grad_norm": 0.5058091878890991,
357
+ "learning_rate": 0.00026829422954977803,
358
+ "loss": 0.207,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.3232195199239484,
363
+ "grad_norm": 0.537139892578125,
364
+ "learning_rate": 0.0002676601141407736,
365
+ "loss": 0.2079,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 0.329557157569516,
370
+ "grad_norm": 0.41485828161239624,
371
+ "learning_rate": 0.00026702599873176916,
372
+ "loss": 0.1947,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 0.3358947952150836,
377
+ "grad_norm": 0.5344266891479492,
378
+ "learning_rate": 0.0002663918833227647,
379
+ "loss": 0.2161,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 0.3422324328606512,
384
+ "grad_norm": 0.5433288812637329,
385
+ "learning_rate": 0.0002657577679137603,
386
+ "loss": 0.2084,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 0.3485700705062188,
391
+ "grad_norm": 0.3724132776260376,
392
+ "learning_rate": 0.0002651236525047558,
393
+ "loss": 0.1986,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 0.3549077081517864,
398
+ "grad_norm": 0.3660731613636017,
399
+ "learning_rate": 0.0002644895370957514,
400
+ "loss": 0.2035,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 0.361245345797354,
405
+ "grad_norm": 0.5768698453903198,
406
+ "learning_rate": 0.00026385542168674695,
407
+ "loss": 0.2073,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 0.3675829834429217,
412
+ "grad_norm": 0.305505633354187,
413
+ "learning_rate": 0.00026322130627774254,
414
+ "loss": 0.2027,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 0.3739206210884893,
419
+ "grad_norm": 0.5128267407417297,
420
+ "learning_rate": 0.0002625871908687381,
421
+ "loss": 0.207,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 0.3802582587340569,
426
+ "grad_norm": 0.4295850694179535,
427
+ "learning_rate": 0.00026195307545973367,
428
+ "loss": 0.2154,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 0.3865958963796245,
433
+ "grad_norm": 0.5752875208854675,
434
+ "learning_rate": 0.0002613189600507292,
435
+ "loss": 0.2044,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 0.3929335340251921,
440
+ "grad_norm": 0.32594314217567444,
441
+ "learning_rate": 0.00026068484464172474,
442
+ "loss": 0.1926,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 0.3992711716707597,
447
+ "grad_norm": 0.34995755553245544,
448
+ "learning_rate": 0.00026005072923272033,
449
+ "loss": 0.2024,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 0.4056088093163273,
454
+ "grad_norm": 0.30470767617225647,
455
+ "learning_rate": 0.00025941661382371587,
456
+ "loss": 0.204,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 0.411946446961895,
461
+ "grad_norm": 0.9187641739845276,
462
+ "learning_rate": 0.00025878249841471146,
463
+ "loss": 0.211,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 0.4182840846074626,
468
+ "grad_norm": 0.8582721948623657,
469
+ "learning_rate": 0.00025814838300570705,
470
+ "loss": 0.1983,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 0.4246217222530302,
475
+ "grad_norm": 0.6197007894515991,
476
+ "learning_rate": 0.0002575142675967026,
477
+ "loss": 0.1975,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 0.4309593598985978,
482
+ "grad_norm": 0.4113485515117645,
483
+ "learning_rate": 0.0002568801521876981,
484
+ "loss": 0.1993,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 0.4372969975441654,
489
+ "grad_norm": 0.3764086663722992,
490
+ "learning_rate": 0.0002562460367786937,
491
+ "loss": 0.1884,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 0.443634635189733,
496
+ "grad_norm": 0.6583007574081421,
497
+ "learning_rate": 0.00025561192136968925,
498
+ "loss": 0.2092,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 0.44997227283530067,
503
+ "grad_norm": 0.6544474959373474,
504
+ "learning_rate": 0.00025497780596068484,
505
+ "loss": 0.1997,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 0.4563099104808683,
510
+ "grad_norm": 0.3778369128704071,
511
+ "learning_rate": 0.0002543436905516804,
512
+ "loss": 0.2019,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 0.4626475481264359,
517
+ "grad_norm": 0.3147338032722473,
518
+ "learning_rate": 0.00025370957514267596,
519
+ "loss": 0.1899,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 0.4689851857720035,
524
+ "grad_norm": 0.4564040005207062,
525
+ "learning_rate": 0.0002530754597336715,
526
+ "loss": 0.2029,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 0.4753228234175711,
531
+ "grad_norm": 0.5435693860054016,
532
+ "learning_rate": 0.0002524413443246671,
533
+ "loss": 0.2057,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 0.4816604610631387,
538
+ "grad_norm": 0.34006282687187195,
539
+ "learning_rate": 0.0002518072289156626,
540
+ "loss": 0.1909,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 0.4879980987087063,
545
+ "grad_norm": 0.46839743852615356,
546
+ "learning_rate": 0.00025117311350665816,
547
+ "loss": 0.1996,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 0.49433573635427397,
552
+ "grad_norm": 0.3562382459640503,
553
+ "learning_rate": 0.00025053899809765375,
554
+ "loss": 0.1937,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 0.5006733739998416,
559
+ "grad_norm": 0.35229429602622986,
560
+ "learning_rate": 0.0002499048826886493,
561
+ "loss": 0.198,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 0.5070110116454092,
566
+ "grad_norm": 0.539817750453949,
567
+ "learning_rate": 0.0002492707672796449,
568
+ "loss": 0.1942,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 0.5133486492909768,
573
+ "grad_norm": 0.3757067322731018,
574
+ "learning_rate": 0.00024863665187064047,
575
+ "loss": 0.1966,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 0.5196862869365444,
580
+ "grad_norm": 0.5510461926460266,
581
+ "learning_rate": 0.000248002536461636,
582
+ "loss": 0.2021,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 0.526023924582112,
587
+ "grad_norm": 0.515483558177948,
588
+ "learning_rate": 0.00024736842105263154,
589
+ "loss": 0.2015,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 0.5323615622276796,
594
+ "grad_norm": 0.4190600514411926,
595
+ "learning_rate": 0.00024673430564362713,
596
+ "loss": 0.1822,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 0.5386991998732472,
601
+ "grad_norm": 0.7067417502403259,
602
+ "learning_rate": 0.00024610019023462267,
603
+ "loss": 0.201,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 0.5450368375188148,
608
+ "grad_norm": 0.4557970464229584,
609
+ "learning_rate": 0.0002454660748256182,
610
+ "loss": 0.1944,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 0.5513744751643824,
615
+ "grad_norm": 0.2890704274177551,
616
+ "learning_rate": 0.0002448319594166138,
617
+ "loss": 0.188,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 0.5577121128099501,
622
+ "grad_norm": 0.7139009237289429,
623
+ "learning_rate": 0.0002441978440076094,
624
+ "loss": 0.1894,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 0.5640497504555178,
629
+ "grad_norm": 0.46737805008888245,
630
+ "learning_rate": 0.00024356372859860492,
631
+ "loss": 0.1858,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 0.5703873881010854,
636
+ "grad_norm": 0.5491992235183716,
637
+ "learning_rate": 0.0002429296131896005,
638
+ "loss": 0.2049,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 0.576725025746653,
643
+ "grad_norm": 0.4642735719680786,
644
+ "learning_rate": 0.00024229549778059605,
645
+ "loss": 0.1963,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 0.5830626633922206,
650
+ "grad_norm": 0.3879190981388092,
651
+ "learning_rate": 0.0002416613823715916,
652
+ "loss": 0.1952,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 0.5894003010377882,
657
+ "grad_norm": 0.3346266746520996,
658
+ "learning_rate": 0.00024102726696258715,
659
+ "loss": 0.1921,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 0.5957379386833558,
664
+ "grad_norm": 0.49900051951408386,
665
+ "learning_rate": 0.0002403931515535827,
666
+ "loss": 0.1809,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 0.6020755763289234,
671
+ "grad_norm": 0.4249061644077301,
672
+ "learning_rate": 0.00023975903614457828,
673
+ "loss": 0.1865,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 0.608413213974491,
678
+ "grad_norm": 0.39760246872901917,
679
+ "learning_rate": 0.00023912492073557387,
680
+ "loss": 0.1914,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 0.6147508516200586,
685
+ "grad_norm": 0.4665059745311737,
686
+ "learning_rate": 0.00023849080532656943,
687
+ "loss": 0.1857,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 0.6210884892656262,
692
+ "grad_norm": 0.4482426047325134,
693
+ "learning_rate": 0.00023785668991756497,
694
+ "loss": 0.1904,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 0.6274261269111938,
699
+ "grad_norm": 0.5875295996665955,
700
+ "learning_rate": 0.00023722257450856053,
701
+ "loss": 0.1961,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 0.6337637645567614,
706
+ "grad_norm": 0.3540550768375397,
707
+ "learning_rate": 0.0002365884590995561,
708
+ "loss": 0.1894,
709
+ "step": 1000
710
+ },
711
+ {
712
+ "epoch": 0.640101402202329,
713
+ "grad_norm": 0.39407670497894287,
714
+ "learning_rate": 0.00023595434369055166,
715
+ "loss": 0.1868,
716
+ "step": 1010
717
+ },
718
+ {
719
+ "epoch": 0.6464390398478967,
720
+ "grad_norm": 0.3376408517360687,
721
+ "learning_rate": 0.00023532022828154722,
722
+ "loss": 0.1892,
723
+ "step": 1020
724
+ },
725
+ {
726
+ "epoch": 0.6527766774934644,
727
+ "grad_norm": 0.347345769405365,
728
+ "learning_rate": 0.0002346861128725428,
729
+ "loss": 0.1873,
730
+ "step": 1030
731
+ },
732
+ {
733
+ "epoch": 0.659114315139032,
734
+ "grad_norm": 0.3818947374820709,
735
+ "learning_rate": 0.00023405199746353835,
736
+ "loss": 0.1836,
737
+ "step": 1040
738
+ },
739
+ {
740
+ "epoch": 0.6654519527845996,
741
+ "grad_norm": 0.36459505558013916,
742
+ "learning_rate": 0.0002334178820545339,
743
+ "loss": 0.1976,
744
+ "step": 1050
745
+ },
746
+ {
747
+ "epoch": 0.6717895904301672,
748
+ "grad_norm": 0.4520089030265808,
749
+ "learning_rate": 0.00023278376664552947,
750
+ "loss": 0.1964,
751
+ "step": 1060
752
+ },
753
+ {
754
+ "epoch": 0.6781272280757348,
755
+ "grad_norm": 0.5031911134719849,
756
+ "learning_rate": 0.00023214965123652504,
757
+ "loss": 0.1892,
758
+ "step": 1070
759
+ },
760
+ {
761
+ "epoch": 0.6844648657213024,
762
+ "grad_norm": 0.7651061415672302,
763
+ "learning_rate": 0.00023151553582752057,
764
+ "loss": 0.186,
765
+ "step": 1080
766
+ },
767
+ {
768
+ "epoch": 0.69080250336687,
769
+ "grad_norm": 0.49742498993873596,
770
+ "learning_rate": 0.00023088142041851614,
771
+ "loss": 0.1812,
772
+ "step": 1090
773
+ },
774
+ {
775
+ "epoch": 0.6971401410124376,
776
+ "grad_norm": 0.4136335551738739,
777
+ "learning_rate": 0.0002302473050095117,
778
+ "loss": 0.1944,
779
+ "step": 1100
780
+ },
781
+ {
782
+ "epoch": 0.7034777786580052,
783
+ "grad_norm": 0.32826468348503113,
784
+ "learning_rate": 0.0002296131896005073,
785
+ "loss": 0.1959,
786
+ "step": 1110
787
+ },
788
+ {
789
+ "epoch": 0.7098154163035728,
790
+ "grad_norm": 0.4136222004890442,
791
+ "learning_rate": 0.00022897907419150285,
792
+ "loss": 0.1817,
793
+ "step": 1120
794
+ },
795
+ {
796
+ "epoch": 0.7161530539491404,
797
+ "grad_norm": 0.3633563816547394,
798
+ "learning_rate": 0.0002283449587824984,
799
+ "loss": 0.1899,
800
+ "step": 1130
801
+ },
802
+ {
803
+ "epoch": 0.722490691594708,
804
+ "grad_norm": 0.4116598963737488,
805
+ "learning_rate": 0.00022771084337349395,
806
+ "loss": 0.1883,
807
+ "step": 1140
808
+ },
809
+ {
810
+ "epoch": 0.7288283292402757,
811
+ "grad_norm": 0.43437546491622925,
812
+ "learning_rate": 0.00022707672796448952,
813
+ "loss": 0.1891,
814
+ "step": 1150
815
+ },
816
+ {
817
+ "epoch": 0.7351659668858433,
818
+ "grad_norm": 0.7089232206344604,
819
+ "learning_rate": 0.00022644261255548508,
820
+ "loss": 0.1774,
821
+ "step": 1160
822
+ },
823
+ {
824
+ "epoch": 0.741503604531411,
825
+ "grad_norm": 0.30157792568206787,
826
+ "learning_rate": 0.00022580849714648062,
827
+ "loss": 0.1912,
828
+ "step": 1170
829
+ },
830
+ {
831
+ "epoch": 0.7478412421769786,
832
+ "grad_norm": 0.4012957215309143,
833
+ "learning_rate": 0.0002251743817374762,
834
+ "loss": 0.1821,
835
+ "step": 1180
836
+ },
837
+ {
838
+ "epoch": 0.7541788798225462,
839
+ "grad_norm": 0.5319772958755493,
840
+ "learning_rate": 0.00022454026632847177,
841
+ "loss": 0.1748,
842
+ "step": 1190
843
+ },
844
+ {
845
+ "epoch": 0.7605165174681138,
846
+ "grad_norm": 0.34556815028190613,
847
+ "learning_rate": 0.00022390615091946733,
848
+ "loss": 0.1946,
849
+ "step": 1200
850
+ },
851
+ {
852
+ "epoch": 0.7668541551136814,
853
+ "grad_norm": 0.43295615911483765,
854
+ "learning_rate": 0.0002232720355104629,
855
+ "loss": 0.1799,
856
+ "step": 1210
857
+ },
858
+ {
859
+ "epoch": 0.773191792759249,
860
+ "grad_norm": 0.3238721787929535,
861
+ "learning_rate": 0.00022263792010145843,
862
+ "loss": 0.1912,
863
+ "step": 1220
864
+ },
865
+ {
866
+ "epoch": 0.7795294304048166,
867
+ "grad_norm": 0.39405253529548645,
868
+ "learning_rate": 0.000222003804692454,
869
+ "loss": 0.1902,
870
+ "step": 1230
871
+ },
872
+ {
873
+ "epoch": 0.7858670680503842,
874
+ "grad_norm": 0.35559186339378357,
875
+ "learning_rate": 0.00022136968928344956,
876
+ "loss": 0.1756,
877
+ "step": 1240
878
+ },
879
+ {
880
+ "epoch": 0.7922047056959518,
881
+ "grad_norm": 0.31320518255233765,
882
+ "learning_rate": 0.00022073557387444512,
883
+ "loss": 0.1948,
884
+ "step": 1250
885
+ },
886
+ {
887
+ "epoch": 0.7985423433415194,
888
+ "grad_norm": 0.3586606979370117,
889
+ "learning_rate": 0.0002201014584654407,
890
+ "loss": 0.1768,
891
+ "step": 1260
892
+ },
893
+ {
894
+ "epoch": 0.804879980987087,
895
+ "grad_norm": 0.37648022174835205,
896
+ "learning_rate": 0.00021946734305643625,
897
+ "loss": 0.1763,
898
+ "step": 1270
899
+ },
900
+ {
901
+ "epoch": 0.8112176186326546,
902
+ "grad_norm": 0.4442378282546997,
903
+ "learning_rate": 0.0002188332276474318,
904
+ "loss": 0.1694,
905
+ "step": 1280
906
+ },
907
+ {
908
+ "epoch": 0.8175552562782223,
909
+ "grad_norm": 0.5687398314476013,
910
+ "learning_rate": 0.00021819911223842738,
911
+ "loss": 0.1856,
912
+ "step": 1290
913
+ },
914
+ {
915
+ "epoch": 0.82389289392379,
916
+ "grad_norm": 0.3056432008743286,
917
+ "learning_rate": 0.00021756499682942294,
918
+ "loss": 0.1847,
919
+ "step": 1300
920
+ },
921
+ {
922
+ "epoch": 0.8302305315693576,
923
+ "grad_norm": 0.42267075181007385,
924
+ "learning_rate": 0.0002169308814204185,
925
+ "loss": 0.1889,
926
+ "step": 1310
927
+ },
928
+ {
929
+ "epoch": 0.8365681692149252,
930
+ "grad_norm": 0.320975661277771,
931
+ "learning_rate": 0.00021629676601141404,
932
+ "loss": 0.187,
933
+ "step": 1320
934
+ },
935
+ {
936
+ "epoch": 0.8429058068604928,
937
+ "grad_norm": 0.6148353815078735,
938
+ "learning_rate": 0.0002156626506024096,
939
+ "loss": 0.1748,
940
+ "step": 1330
941
+ },
942
+ {
943
+ "epoch": 0.8492434445060604,
944
+ "grad_norm": 0.6128231883049011,
945
+ "learning_rate": 0.0002150285351934052,
946
+ "loss": 0.1797,
947
+ "step": 1340
948
+ },
949
+ {
950
+ "epoch": 0.855581082151628,
951
+ "grad_norm": 0.32467806339263916,
952
+ "learning_rate": 0.00021439441978440076,
953
+ "loss": 0.1713,
954
+ "step": 1350
955
+ },
956
+ {
957
+ "epoch": 0.8619187197971956,
958
+ "grad_norm": 0.34791630506515503,
959
+ "learning_rate": 0.00021376030437539632,
960
+ "loss": 0.1716,
961
+ "step": 1360
962
+ },
963
+ {
964
+ "epoch": 0.8682563574427632,
965
+ "grad_norm": 0.36184781789779663,
966
+ "learning_rate": 0.00021312618896639186,
967
+ "loss": 0.1817,
968
+ "step": 1370
969
+ },
970
+ {
971
+ "epoch": 0.8745939950883308,
972
+ "grad_norm": 0.2984809875488281,
973
+ "learning_rate": 0.00021249207355738742,
974
+ "loss": 0.1925,
975
+ "step": 1380
976
+ },
977
+ {
978
+ "epoch": 0.8809316327338984,
979
+ "grad_norm": 0.3217010498046875,
980
+ "learning_rate": 0.00021185795814838298,
981
+ "loss": 0.1884,
982
+ "step": 1390
983
+ },
984
+ {
985
+ "epoch": 0.887269270379466,
986
+ "grad_norm": 0.32817527651786804,
987
+ "learning_rate": 0.00021122384273937855,
988
+ "loss": 0.1797,
989
+ "step": 1400
990
+ },
991
+ {
992
+ "epoch": 0.8936069080250336,
993
+ "grad_norm": 0.3350455164909363,
994
+ "learning_rate": 0.00021058972733037414,
995
+ "loss": 0.1746,
996
+ "step": 1410
997
+ },
998
+ {
999
+ "epoch": 0.8999445456706013,
1000
+ "grad_norm": 0.3384022116661072,
1001
+ "learning_rate": 0.00020995561192136967,
1002
+ "loss": 0.1796,
1003
+ "step": 1420
1004
+ },
1005
+ {
1006
+ "epoch": 0.9062821833161689,
1007
+ "grad_norm": 0.37266311049461365,
1008
+ "learning_rate": 0.00020932149651236524,
1009
+ "loss": 0.1798,
1010
+ "step": 1430
1011
+ },
1012
+ {
1013
+ "epoch": 0.9126198209617365,
1014
+ "grad_norm": 0.3353017270565033,
1015
+ "learning_rate": 0.0002086873811033608,
1016
+ "loss": 0.1824,
1017
+ "step": 1440
1018
+ },
1019
+ {
1020
+ "epoch": 0.9189574586073042,
1021
+ "grad_norm": 0.4691619277000427,
1022
+ "learning_rate": 0.00020805326569435636,
1023
+ "loss": 0.1722,
1024
+ "step": 1450
1025
+ },
1026
+ {
1027
+ "epoch": 0.9252950962528718,
1028
+ "grad_norm": 0.5046979784965515,
1029
+ "learning_rate": 0.0002074191502853519,
1030
+ "loss": 0.182,
1031
+ "step": 1460
1032
+ },
1033
+ {
1034
+ "epoch": 0.9316327338984394,
1035
+ "grad_norm": 0.43848350644111633,
1036
+ "learning_rate": 0.00020678503487634746,
1037
+ "loss": 0.1795,
1038
+ "step": 1470
1039
+ },
1040
+ {
1041
+ "epoch": 0.937970371544007,
1042
+ "grad_norm": 0.36225542426109314,
1043
+ "learning_rate": 0.00020615091946734303,
1044
+ "loss": 0.1834,
1045
+ "step": 1480
1046
+ },
1047
+ {
1048
+ "epoch": 0.9443080091895746,
1049
+ "grad_norm": 0.34802907705307007,
1050
+ "learning_rate": 0.00020551680405833862,
1051
+ "loss": 0.1809,
1052
+ "step": 1490
1053
+ },
1054
+ {
1055
+ "epoch": 0.9506456468351422,
1056
+ "grad_norm": 0.6984723806381226,
1057
+ "learning_rate": 0.00020488268864933418,
1058
+ "loss": 0.1767,
1059
+ "step": 1500
1060
+ },
1061
+ {
1062
+ "epoch": 0.9569832844807098,
1063
+ "grad_norm": 0.32185426354408264,
1064
+ "learning_rate": 0.00020424857324032972,
1065
+ "loss": 0.1801,
1066
+ "step": 1510
1067
+ },
1068
+ {
1069
+ "epoch": 0.9633209221262774,
1070
+ "grad_norm": 0.3562312424182892,
1071
+ "learning_rate": 0.00020361445783132528,
1072
+ "loss": 0.1962,
1073
+ "step": 1520
1074
+ },
1075
+ {
1076
+ "epoch": 0.969658559771845,
1077
+ "grad_norm": 0.4363330006599426,
1078
+ "learning_rate": 0.00020298034242232084,
1079
+ "loss": 0.1785,
1080
+ "step": 1530
1081
+ },
1082
+ {
1083
+ "epoch": 0.9759961974174126,
1084
+ "grad_norm": 0.3066689670085907,
1085
+ "learning_rate": 0.0002023462270133164,
1086
+ "loss": 0.1762,
1087
+ "step": 1540
1088
+ },
1089
+ {
1090
+ "epoch": 0.9823338350629802,
1091
+ "grad_norm": 0.3895578980445862,
1092
+ "learning_rate": 0.00020171211160431194,
1093
+ "loss": 0.1701,
1094
+ "step": 1550
1095
+ },
1096
+ {
1097
+ "epoch": 0.9886714727085479,
1098
+ "grad_norm": 0.3306889832019806,
1099
+ "learning_rate": 0.00020107799619530753,
1100
+ "loss": 0.1781,
1101
+ "step": 1560
1102
+ },
1103
+ {
1104
+ "epoch": 0.9950091103541155,
1105
+ "grad_norm": 0.40368223190307617,
1106
+ "learning_rate": 0.0002004438807863031,
1107
+ "loss": 0.1815,
1108
+ "step": 1570
1109
+ }
1110
+ ],
1111
+ "logging_steps": 10,
1112
+ "max_steps": 4731,
1113
+ "num_input_tokens_seen": 0,
1114
+ "num_train_epochs": 3,
1115
+ "save_steps": 500,
1116
+ "stateful_callbacks": {
1117
+ "TrainerControl": {
1118
+ "args": {
1119
+ "should_epoch_stop": false,
1120
+ "should_evaluate": false,
1121
+ "should_log": false,
1122
+ "should_save": true,
1123
+ "should_training_stop": true
1124
+ },
1125
+ "attributes": {}
1126
+ }
1127
+ },
1128
+ "total_flos": 2.8508092447949062e+19,
1129
+ "train_batch_size": 2,
1130
+ "trial_name": null,
1131
+ "trial_params": null
1132
+ }
lora_checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c2e57bcdd891a1a3e8315effbd1ee51fd4bd2953fb32fd7ef14bed19f66f55e
3
+ size 5176
lora_checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff