gebro13 commited on
Commit
549f4cd
·
verified ·
1 Parent(s): 6a8e592

upload psa adpter model

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
+ checkpoint-2127/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-2127/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ../../models/Qwen/Qwen2.5-Math-7B-Instruct/
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
checkpoint-2127/adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "../../models/Qwen/Qwen2.5-Math-7B-Instruct/",
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
+ "v_proj",
24
+ "q_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
checkpoint-2127/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3517dced1affca804e1a9bb9ff1fda3e7e4030eaf2a24333d0ee13aff5504e40
3
+ size 10107280
checkpoint-2127/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
+ }
checkpoint-2127/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2127/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a0c6fdc5f200dee275da69c6f96818c32a23e098c4842eb5f8288342f6c91d5
3
+ size 20279354
checkpoint-2127/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b08762386422a34a85822bb6366858d07df65208e906d2bfa93a7ba19366401
3
+ size 15984
checkpoint-2127/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5c4ca88cd901fa449beff9077902223038e3bb23df5bb8a5c7ec1986096d4da
3
+ size 15984
checkpoint-2127/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bd57b8d61550bc8c754589f93ed161adb6b7b30b2462a16c45fcb0ea18fff2c
3
+ size 15984
checkpoint-2127/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52f3379d81f24a6c22e808aa2ba4f987432e4be8e5db2a7c83b27ffbaa26baaf
3
+ size 15984
checkpoint-2127/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:083adb431382b0489925abfb105db5694f517d39a37c4aff664f934ce612881c
3
+ size 15984
checkpoint-2127/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bba12ed26fd475f2f322c77b441cd3fac568be3374f9b28eb4f302686d11aa5a
3
+ size 15984
checkpoint-2127/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11613b62c5ac6b810e5e0dabf6736c43d354660bb1b71e2b64429143812ceaf1
3
+ size 15984
checkpoint-2127/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2154461b9736f491d10f7e8abcfd989ce7bca07f29b7910d5dc015dc38747fc6
3
+ size 15984
checkpoint-2127/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dcd6a4453c34e7244f52a3e53ec78cf3c00e24edca6be6ae10b4a957c25343c
3
+ size 1064
checkpoint-2127/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
+ }
checkpoint-2127/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:463b5f18d1fbc4ef3c9bbe405c4f87dbba4de372db9b322238303cc56c4d7a39
3
+ size 11422158
checkpoint-2127/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
+ }
checkpoint-2127/trainer_state.json ADDED
@@ -0,0 +1,1517 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9998824773768951,
5
+ "eval_steps": 500,
6
+ "global_step": 2127,
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.004700904924197908,
13
+ "grad_norm": 4.338921070098877,
14
+ "learning_rate": 9.984328475160634e-05,
15
+ "loss": 10.2575,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.009401809848395816,
20
+ "grad_norm": 7.385047435760498,
21
+ "learning_rate": 9.968656950321266e-05,
22
+ "loss": 8.7185,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.014102714772593724,
27
+ "grad_norm": 8.822163581848145,
28
+ "learning_rate": 9.9529854254819e-05,
29
+ "loss": 6.0204,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.018803619696791632,
34
+ "grad_norm": 5.8417487144470215,
35
+ "learning_rate": 9.937313900642533e-05,
36
+ "loss": 3.0597,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.02350452462098954,
41
+ "grad_norm": 1.655334711074829,
42
+ "learning_rate": 9.921642375803167e-05,
43
+ "loss": 1.1494,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.028205429545187448,
48
+ "grad_norm": 1.3080294132232666,
49
+ "learning_rate": 9.905970850963799e-05,
50
+ "loss": 0.6757,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.03290633446938536,
55
+ "grad_norm": 3.848752975463867,
56
+ "learning_rate": 9.890299326124433e-05,
57
+ "loss": 0.6138,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.037607239393583264,
62
+ "grad_norm": 1.6154791116714478,
63
+ "learning_rate": 9.874627801285066e-05,
64
+ "loss": 0.5528,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.042308144317781175,
69
+ "grad_norm": 2.7457191944122314,
70
+ "learning_rate": 9.858956276445698e-05,
71
+ "loss": 0.5178,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.04700904924197908,
76
+ "grad_norm": 1.5741740465164185,
77
+ "learning_rate": 9.843284751606332e-05,
78
+ "loss": 0.4926,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.05170995416617699,
83
+ "grad_norm": 1.9329739809036255,
84
+ "learning_rate": 9.827613226766966e-05,
85
+ "loss": 0.5021,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.056410859090374896,
90
+ "grad_norm": 2.349841594696045,
91
+ "learning_rate": 9.811941701927598e-05,
92
+ "loss": 0.4663,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.06111176401457281,
97
+ "grad_norm": 1.533464789390564,
98
+ "learning_rate": 9.796270177088231e-05,
99
+ "loss": 0.4732,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.06581266893877072,
104
+ "grad_norm": 3.456256866455078,
105
+ "learning_rate": 9.780598652248865e-05,
106
+ "loss": 0.4624,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.07051357386296862,
111
+ "grad_norm": 2.1807849407196045,
112
+ "learning_rate": 9.764927127409498e-05,
113
+ "loss": 0.4604,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.07521447878716653,
118
+ "grad_norm": 2.223006010055542,
119
+ "learning_rate": 9.74925560257013e-05,
120
+ "loss": 0.4526,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.07991538371136443,
125
+ "grad_norm": 1.5491483211517334,
126
+ "learning_rate": 9.733584077730764e-05,
127
+ "loss": 0.4454,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.08461628863556235,
132
+ "grad_norm": 0.9801793694496155,
133
+ "learning_rate": 9.717912552891398e-05,
134
+ "loss": 0.4565,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.08931719355976026,
139
+ "grad_norm": 1.4270861148834229,
140
+ "learning_rate": 9.70224102805203e-05,
141
+ "loss": 0.4499,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.09401809848395816,
146
+ "grad_norm": 1.1395397186279297,
147
+ "learning_rate": 9.686569503212663e-05,
148
+ "loss": 0.4452,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.09871900340815606,
153
+ "grad_norm": 4.200931072235107,
154
+ "learning_rate": 9.670897978373297e-05,
155
+ "loss": 0.4351,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.10341990833235398,
160
+ "grad_norm": 0.9431071281433105,
161
+ "learning_rate": 9.655226453533929e-05,
162
+ "loss": 0.4445,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.10812081325655189,
167
+ "grad_norm": 1.4455124139785767,
168
+ "learning_rate": 9.639554928694561e-05,
169
+ "loss": 0.4287,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.11282171818074979,
174
+ "grad_norm": 0.823145866394043,
175
+ "learning_rate": 9.623883403855195e-05,
176
+ "loss": 0.4267,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.1175226231049477,
181
+ "grad_norm": 1.3632913827896118,
182
+ "learning_rate": 9.608211879015829e-05,
183
+ "loss": 0.4237,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.12222352802914561,
188
+ "grad_norm": 2.7535300254821777,
189
+ "learning_rate": 9.592540354176461e-05,
190
+ "loss": 0.4515,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.12692443295334352,
195
+ "grad_norm": 2.66774320602417,
196
+ "learning_rate": 9.576868829337094e-05,
197
+ "loss": 0.433,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.13162533787754144,
202
+ "grad_norm": 1.775460958480835,
203
+ "learning_rate": 9.561197304497728e-05,
204
+ "loss": 0.4218,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.13632624280173933,
209
+ "grad_norm": 0.793785810470581,
210
+ "learning_rate": 9.545525779658361e-05,
211
+ "loss": 0.4276,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.14102714772593725,
216
+ "grad_norm": 3.0376343727111816,
217
+ "learning_rate": 9.529854254818994e-05,
218
+ "loss": 0.4304,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.14572805265013516,
223
+ "grad_norm": 1.9679210186004639,
224
+ "learning_rate": 9.514182729979627e-05,
225
+ "loss": 0.4298,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.15042895757433306,
230
+ "grad_norm": 1.2378153800964355,
231
+ "learning_rate": 9.498511205140261e-05,
232
+ "loss": 0.4092,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.15512986249853097,
237
+ "grad_norm": 1.2181652784347534,
238
+ "learning_rate": 9.482839680300893e-05,
239
+ "loss": 0.4088,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.15983076742272886,
244
+ "grad_norm": 1.3195668458938599,
245
+ "learning_rate": 9.467168155461526e-05,
246
+ "loss": 0.4027,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.16453167234692678,
251
+ "grad_norm": 1.101954460144043,
252
+ "learning_rate": 9.45149663062216e-05,
253
+ "loss": 0.4299,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.1692325772711247,
258
+ "grad_norm": 3.099776029586792,
259
+ "learning_rate": 9.435825105782794e-05,
260
+ "loss": 0.4082,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.1739334821953226,
265
+ "grad_norm": 0.898208737373352,
266
+ "learning_rate": 9.420153580943426e-05,
267
+ "loss": 0.4148,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.1786343871195205,
272
+ "grad_norm": 1.2357901334762573,
273
+ "learning_rate": 9.404482056104059e-05,
274
+ "loss": 0.4085,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.18333529204371843,
279
+ "grad_norm": 1.5340213775634766,
280
+ "learning_rate": 9.388810531264693e-05,
281
+ "loss": 0.4186,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.18803619696791632,
286
+ "grad_norm": 0.8089154958724976,
287
+ "learning_rate": 9.373139006425325e-05,
288
+ "loss": 0.4114,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.19273710189211424,
293
+ "grad_norm": 1.6185780763626099,
294
+ "learning_rate": 9.357467481585959e-05,
295
+ "loss": 0.411,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.19743800681631213,
300
+ "grad_norm": 0.8345431089401245,
301
+ "learning_rate": 9.341795956746592e-05,
302
+ "loss": 0.41,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.20213891174051005,
307
+ "grad_norm": 2.1437103748321533,
308
+ "learning_rate": 9.326124431907224e-05,
309
+ "loss": 0.4085,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.20683981666470797,
314
+ "grad_norm": 6.498870372772217,
315
+ "learning_rate": 9.310452907067858e-05,
316
+ "loss": 0.4038,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.21154072158890586,
321
+ "grad_norm": 1.2205309867858887,
322
+ "learning_rate": 9.294781382228491e-05,
323
+ "loss": 0.4008,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.21624162651310377,
328
+ "grad_norm": 1.253982424736023,
329
+ "learning_rate": 9.279109857389125e-05,
330
+ "loss": 0.3977,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.2209425314373017,
335
+ "grad_norm": 3.27243971824646,
336
+ "learning_rate": 9.263438332549757e-05,
337
+ "loss": 0.4178,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.22564343636149958,
342
+ "grad_norm": 2.4955010414123535,
343
+ "learning_rate": 9.247766807710391e-05,
344
+ "loss": 0.3986,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.2303443412856975,
349
+ "grad_norm": 1.344426155090332,
350
+ "learning_rate": 9.232095282871024e-05,
351
+ "loss": 0.3956,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.2350452462098954,
356
+ "grad_norm": 1.3640114068984985,
357
+ "learning_rate": 9.216423758031657e-05,
358
+ "loss": 0.3976,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.2397461511340933,
363
+ "grad_norm": 0.8424949645996094,
364
+ "learning_rate": 9.20075223319229e-05,
365
+ "loss": 0.3913,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 0.24444705605829123,
370
+ "grad_norm": 1.0781666040420532,
371
+ "learning_rate": 9.185080708352924e-05,
372
+ "loss": 0.4075,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 0.24914796098248912,
377
+ "grad_norm": 0.9005725979804993,
378
+ "learning_rate": 9.169409183513556e-05,
379
+ "loss": 0.4197,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 0.25384886590668704,
384
+ "grad_norm": 1.195514440536499,
385
+ "learning_rate": 9.15373765867419e-05,
386
+ "loss": 0.4066,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 0.25854977083088493,
391
+ "grad_norm": 1.9088181257247925,
392
+ "learning_rate": 9.138066133834823e-05,
393
+ "loss": 0.4091,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 0.2632506757550829,
398
+ "grad_norm": 0.9328345060348511,
399
+ "learning_rate": 9.122394608995457e-05,
400
+ "loss": 0.3988,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 0.26795158067928077,
405
+ "grad_norm": 2.4227659702301025,
406
+ "learning_rate": 9.106723084156089e-05,
407
+ "loss": 0.391,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 0.27265248560347866,
412
+ "grad_norm": 1.7708094120025635,
413
+ "learning_rate": 9.091051559316722e-05,
414
+ "loss": 0.3982,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 0.2773533905276766,
419
+ "grad_norm": 1.006110668182373,
420
+ "learning_rate": 9.075380034477356e-05,
421
+ "loss": 0.394,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 0.2820542954518745,
426
+ "grad_norm": 0.9397707581520081,
427
+ "learning_rate": 9.059708509637988e-05,
428
+ "loss": 0.3898,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 0.2867552003760724,
433
+ "grad_norm": 1.3863813877105713,
434
+ "learning_rate": 9.044036984798622e-05,
435
+ "loss": 0.3898,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 0.29145610530027033,
440
+ "grad_norm": 1.7617021799087524,
441
+ "learning_rate": 9.028365459959255e-05,
442
+ "loss": 0.3957,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 0.2961570102244682,
447
+ "grad_norm": 1.261723518371582,
448
+ "learning_rate": 9.012693935119887e-05,
449
+ "loss": 0.3964,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 0.3008579151486661,
454
+ "grad_norm": 0.7548590302467346,
455
+ "learning_rate": 8.997022410280521e-05,
456
+ "loss": 0.3995,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 0.305558820072864,
461
+ "grad_norm": 1.4837889671325684,
462
+ "learning_rate": 8.981350885441154e-05,
463
+ "loss": 0.3729,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 0.31025972499706195,
468
+ "grad_norm": 1.868475317955017,
469
+ "learning_rate": 8.965679360601788e-05,
470
+ "loss": 0.3701,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 0.31496062992125984,
475
+ "grad_norm": 0.9629729390144348,
476
+ "learning_rate": 8.95000783576242e-05,
477
+ "loss": 0.399,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 0.31966153484545773,
482
+ "grad_norm": 1.5730236768722534,
483
+ "learning_rate": 8.934336310923054e-05,
484
+ "loss": 0.3854,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 0.3243624397696557,
489
+ "grad_norm": 1.4589276313781738,
490
+ "learning_rate": 8.918664786083686e-05,
491
+ "loss": 0.3879,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 0.32906334469385357,
496
+ "grad_norm": 4.129764080047607,
497
+ "learning_rate": 8.90299326124432e-05,
498
+ "loss": 0.3868,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 0.33376424961805146,
503
+ "grad_norm": 1.2538539171218872,
504
+ "learning_rate": 8.887321736404952e-05,
505
+ "loss": 0.4014,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 0.3384651545422494,
510
+ "grad_norm": 2.5101168155670166,
511
+ "learning_rate": 8.871650211565585e-05,
512
+ "loss": 0.3855,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 0.3431660594664473,
517
+ "grad_norm": 2.11893630027771,
518
+ "learning_rate": 8.855978686726219e-05,
519
+ "loss": 0.3847,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 0.3478669643906452,
524
+ "grad_norm": 2.154590129852295,
525
+ "learning_rate": 8.840307161886851e-05,
526
+ "loss": 0.3726,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 0.35256786931484313,
531
+ "grad_norm": 0.9320923686027527,
532
+ "learning_rate": 8.824635637047485e-05,
533
+ "loss": 0.3876,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 0.357268774239041,
538
+ "grad_norm": 1.1086455583572388,
539
+ "learning_rate": 8.808964112208118e-05,
540
+ "loss": 0.3813,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 0.3619696791632389,
545
+ "grad_norm": 1.0036139488220215,
546
+ "learning_rate": 8.793292587368752e-05,
547
+ "loss": 0.3802,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 0.36667058408743686,
552
+ "grad_norm": 1.2812787294387817,
553
+ "learning_rate": 8.777621062529384e-05,
554
+ "loss": 0.383,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 0.37137148901163475,
559
+ "grad_norm": 1.9546316862106323,
560
+ "learning_rate": 8.761949537690017e-05,
561
+ "loss": 0.3775,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 0.37607239393583264,
566
+ "grad_norm": 0.9139639139175415,
567
+ "learning_rate": 8.746278012850651e-05,
568
+ "loss": 0.3725,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 0.38077329886003053,
573
+ "grad_norm": 1.282999038696289,
574
+ "learning_rate": 8.730606488011283e-05,
575
+ "loss": 0.382,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 0.3854742037842285,
580
+ "grad_norm": 1.0331751108169556,
581
+ "learning_rate": 8.714934963171917e-05,
582
+ "loss": 0.3765,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 0.39017510870842637,
587
+ "grad_norm": 3.0494372844696045,
588
+ "learning_rate": 8.69926343833255e-05,
589
+ "loss": 0.3773,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 0.39487601363262426,
594
+ "grad_norm": 1.0024981498718262,
595
+ "learning_rate": 8.683591913493183e-05,
596
+ "loss": 0.3889,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 0.3995769185568222,
601
+ "grad_norm": 1.606170892715454,
602
+ "learning_rate": 8.667920388653816e-05,
603
+ "loss": 0.3585,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 0.4042778234810201,
608
+ "grad_norm": 1.0149178504943848,
609
+ "learning_rate": 8.65224886381445e-05,
610
+ "loss": 0.3893,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 0.408978728405218,
615
+ "grad_norm": 1.744429588317871,
616
+ "learning_rate": 8.636577338975083e-05,
617
+ "loss": 0.3788,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 0.41367963332941593,
622
+ "grad_norm": 2.3995683193206787,
623
+ "learning_rate": 8.620905814135715e-05,
624
+ "loss": 0.3594,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 0.4183805382536138,
629
+ "grad_norm": 2.227412700653076,
630
+ "learning_rate": 8.605234289296349e-05,
631
+ "loss": 0.3853,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 0.4230814431778117,
636
+ "grad_norm": 1.6415226459503174,
637
+ "learning_rate": 8.589562764456982e-05,
638
+ "loss": 0.3835,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 0.42778234810200966,
643
+ "grad_norm": 1.140038251876831,
644
+ "learning_rate": 8.573891239617615e-05,
645
+ "loss": 0.3742,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 0.43248325302620755,
650
+ "grad_norm": 2.5346789360046387,
651
+ "learning_rate": 8.558219714778248e-05,
652
+ "loss": 0.3886,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 0.43718415795040544,
657
+ "grad_norm": 1.060520887374878,
658
+ "learning_rate": 8.542548189938882e-05,
659
+ "loss": 0.3852,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 0.4418850628746034,
664
+ "grad_norm": 2.0687763690948486,
665
+ "learning_rate": 8.526876665099514e-05,
666
+ "loss": 0.3782,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 0.4465859677988013,
671
+ "grad_norm": 3.9409232139587402,
672
+ "learning_rate": 8.511205140260148e-05,
673
+ "loss": 0.3907,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 0.45128687272299917,
678
+ "grad_norm": 2.1936776638031006,
679
+ "learning_rate": 8.495533615420781e-05,
680
+ "loss": 0.3758,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 0.4559877776471971,
685
+ "grad_norm": 0.9638668298721313,
686
+ "learning_rate": 8.479862090581415e-05,
687
+ "loss": 0.3812,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 0.460688682571395,
692
+ "grad_norm": 1.0724684000015259,
693
+ "learning_rate": 8.464190565742047e-05,
694
+ "loss": 0.3649,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 0.4653895874955929,
699
+ "grad_norm": 1.2330756187438965,
700
+ "learning_rate": 8.44851904090268e-05,
701
+ "loss": 0.3878,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 0.4700904924197908,
706
+ "grad_norm": 1.3528395891189575,
707
+ "learning_rate": 8.432847516063314e-05,
708
+ "loss": 0.3795,
709
+ "step": 1000
710
+ },
711
+ {
712
+ "epoch": 0.47479139734398873,
713
+ "grad_norm": 1.3239601850509644,
714
+ "learning_rate": 8.417175991223946e-05,
715
+ "loss": 0.3881,
716
+ "step": 1010
717
+ },
718
+ {
719
+ "epoch": 0.4794923022681866,
720
+ "grad_norm": 0.8255568146705627,
721
+ "learning_rate": 8.40150446638458e-05,
722
+ "loss": 0.3712,
723
+ "step": 1020
724
+ },
725
+ {
726
+ "epoch": 0.4841932071923845,
727
+ "grad_norm": 1.9237899780273438,
728
+ "learning_rate": 8.385832941545213e-05,
729
+ "loss": 0.3652,
730
+ "step": 1030
731
+ },
732
+ {
733
+ "epoch": 0.48889411211658246,
734
+ "grad_norm": 1.6184757947921753,
735
+ "learning_rate": 8.370161416705847e-05,
736
+ "loss": 0.3646,
737
+ "step": 1040
738
+ },
739
+ {
740
+ "epoch": 0.49359501704078035,
741
+ "grad_norm": 1.17612886428833,
742
+ "learning_rate": 8.354489891866479e-05,
743
+ "loss": 0.3751,
744
+ "step": 1050
745
+ },
746
+ {
747
+ "epoch": 0.49829592196497824,
748
+ "grad_norm": 1.3280194997787476,
749
+ "learning_rate": 8.338818367027113e-05,
750
+ "loss": 0.3873,
751
+ "step": 1060
752
+ },
753
+ {
754
+ "epoch": 0.5029968268891761,
755
+ "grad_norm": 1.4673656225204468,
756
+ "learning_rate": 8.323146842187746e-05,
757
+ "loss": 0.3651,
758
+ "step": 1070
759
+ },
760
+ {
761
+ "epoch": 0.5076977318133741,
762
+ "grad_norm": 1.5769989490509033,
763
+ "learning_rate": 8.307475317348378e-05,
764
+ "loss": 0.3751,
765
+ "step": 1080
766
+ },
767
+ {
768
+ "epoch": 0.512398636737572,
769
+ "grad_norm": 3.041260242462158,
770
+ "learning_rate": 8.291803792509012e-05,
771
+ "loss": 0.3754,
772
+ "step": 1090
773
+ },
774
+ {
775
+ "epoch": 0.5170995416617699,
776
+ "grad_norm": 0.922623336315155,
777
+ "learning_rate": 8.276132267669645e-05,
778
+ "loss": 0.3722,
779
+ "step": 1100
780
+ },
781
+ {
782
+ "epoch": 0.5218004465859678,
783
+ "grad_norm": 0.8527415990829468,
784
+ "learning_rate": 8.260460742830278e-05,
785
+ "loss": 0.3816,
786
+ "step": 1110
787
+ },
788
+ {
789
+ "epoch": 0.5265013515101657,
790
+ "grad_norm": 1.1660065650939941,
791
+ "learning_rate": 8.244789217990911e-05,
792
+ "loss": 0.3844,
793
+ "step": 1120
794
+ },
795
+ {
796
+ "epoch": 0.5312022564343636,
797
+ "grad_norm": 2.7265124320983887,
798
+ "learning_rate": 8.229117693151545e-05,
799
+ "loss": 0.3579,
800
+ "step": 1130
801
+ },
802
+ {
803
+ "epoch": 0.5359031613585615,
804
+ "grad_norm": 0.9204573035240173,
805
+ "learning_rate": 8.213446168312177e-05,
806
+ "loss": 0.3848,
807
+ "step": 1140
808
+ },
809
+ {
810
+ "epoch": 0.5406040662827595,
811
+ "grad_norm": 1.0934752225875854,
812
+ "learning_rate": 8.197774643472809e-05,
813
+ "loss": 0.3652,
814
+ "step": 1150
815
+ },
816
+ {
817
+ "epoch": 0.5453049712069573,
818
+ "grad_norm": 0.9822810888290405,
819
+ "learning_rate": 8.182103118633443e-05,
820
+ "loss": 0.3784,
821
+ "step": 1160
822
+ },
823
+ {
824
+ "epoch": 0.5500058761311553,
825
+ "grad_norm": 1.0165129899978638,
826
+ "learning_rate": 8.166431593794076e-05,
827
+ "loss": 0.3728,
828
+ "step": 1170
829
+ },
830
+ {
831
+ "epoch": 0.5547067810553532,
832
+ "grad_norm": 1.2013338804244995,
833
+ "learning_rate": 8.15076006895471e-05,
834
+ "loss": 0.3552,
835
+ "step": 1180
836
+ },
837
+ {
838
+ "epoch": 0.559407685979551,
839
+ "grad_norm": 1.170253872871399,
840
+ "learning_rate": 8.135088544115342e-05,
841
+ "loss": 0.3725,
842
+ "step": 1190
843
+ },
844
+ {
845
+ "epoch": 0.564108590903749,
846
+ "grad_norm": 0.8883313536643982,
847
+ "learning_rate": 8.119417019275976e-05,
848
+ "loss": 0.3504,
849
+ "step": 1200
850
+ },
851
+ {
852
+ "epoch": 0.5688094958279469,
853
+ "grad_norm": 2.107287883758545,
854
+ "learning_rate": 8.103745494436609e-05,
855
+ "loss": 0.3586,
856
+ "step": 1210
857
+ },
858
+ {
859
+ "epoch": 0.5735104007521448,
860
+ "grad_norm": 1.9556785821914673,
861
+ "learning_rate": 8.088073969597241e-05,
862
+ "loss": 0.3596,
863
+ "step": 1220
864
+ },
865
+ {
866
+ "epoch": 0.5782113056763427,
867
+ "grad_norm": 1.024415373802185,
868
+ "learning_rate": 8.072402444757875e-05,
869
+ "loss": 0.3642,
870
+ "step": 1230
871
+ },
872
+ {
873
+ "epoch": 0.5829122106005407,
874
+ "grad_norm": 3.524789333343506,
875
+ "learning_rate": 8.056730919918508e-05,
876
+ "loss": 0.3695,
877
+ "step": 1240
878
+ },
879
+ {
880
+ "epoch": 0.5876131155247385,
881
+ "grad_norm": 1.3371467590332031,
882
+ "learning_rate": 8.04105939507914e-05,
883
+ "loss": 0.3736,
884
+ "step": 1250
885
+ },
886
+ {
887
+ "epoch": 0.5923140204489364,
888
+ "grad_norm": 1.91169011592865,
889
+ "learning_rate": 8.025387870239774e-05,
890
+ "loss": 0.3653,
891
+ "step": 1260
892
+ },
893
+ {
894
+ "epoch": 0.5970149253731343,
895
+ "grad_norm": 0.9362313747406006,
896
+ "learning_rate": 8.009716345400408e-05,
897
+ "loss": 0.3813,
898
+ "step": 1270
899
+ },
900
+ {
901
+ "epoch": 0.6017158302973322,
902
+ "grad_norm": 2.3379788398742676,
903
+ "learning_rate": 7.994044820561041e-05,
904
+ "loss": 0.3606,
905
+ "step": 1280
906
+ },
907
+ {
908
+ "epoch": 0.6064167352215302,
909
+ "grad_norm": 1.9221323728561401,
910
+ "learning_rate": 7.978373295721674e-05,
911
+ "loss": 0.3706,
912
+ "step": 1290
913
+ },
914
+ {
915
+ "epoch": 0.611117640145728,
916
+ "grad_norm": 2.1025121212005615,
917
+ "learning_rate": 7.962701770882307e-05,
918
+ "loss": 0.3585,
919
+ "step": 1300
920
+ },
921
+ {
922
+ "epoch": 0.615818545069926,
923
+ "grad_norm": 1.7160892486572266,
924
+ "learning_rate": 7.94703024604294e-05,
925
+ "loss": 0.3849,
926
+ "step": 1310
927
+ },
928
+ {
929
+ "epoch": 0.6205194499941239,
930
+ "grad_norm": 1.290818691253662,
931
+ "learning_rate": 7.931358721203573e-05,
932
+ "loss": 0.377,
933
+ "step": 1320
934
+ },
935
+ {
936
+ "epoch": 0.6252203549183217,
937
+ "grad_norm": 0.9813281297683716,
938
+ "learning_rate": 7.915687196364206e-05,
939
+ "loss": 0.365,
940
+ "step": 1330
941
+ },
942
+ {
943
+ "epoch": 0.6299212598425197,
944
+ "grad_norm": 0.9623616933822632,
945
+ "learning_rate": 7.90001567152484e-05,
946
+ "loss": 0.3496,
947
+ "step": 1340
948
+ },
949
+ {
950
+ "epoch": 0.6346221647667176,
951
+ "grad_norm": 1.3078798055648804,
952
+ "learning_rate": 7.884344146685473e-05,
953
+ "loss": 0.3643,
954
+ "step": 1350
955
+ },
956
+ {
957
+ "epoch": 0.6393230696909155,
958
+ "grad_norm": 0.9925209879875183,
959
+ "learning_rate": 7.868672621846106e-05,
960
+ "loss": 0.3608,
961
+ "step": 1360
962
+ },
963
+ {
964
+ "epoch": 0.6440239746151134,
965
+ "grad_norm": 1.515331745147705,
966
+ "learning_rate": 7.853001097006739e-05,
967
+ "loss": 0.388,
968
+ "step": 1370
969
+ },
970
+ {
971
+ "epoch": 0.6487248795393113,
972
+ "grad_norm": 2.109877586364746,
973
+ "learning_rate": 7.837329572167373e-05,
974
+ "loss": 0.3605,
975
+ "step": 1380
976
+ },
977
+ {
978
+ "epoch": 0.6534257844635092,
979
+ "grad_norm": 1.320446491241455,
980
+ "learning_rate": 7.821658047328005e-05,
981
+ "loss": 0.3729,
982
+ "step": 1390
983
+ },
984
+ {
985
+ "epoch": 0.6581266893877071,
986
+ "grad_norm": 1.2624431848526,
987
+ "learning_rate": 7.805986522488639e-05,
988
+ "loss": 0.3637,
989
+ "step": 1400
990
+ },
991
+ {
992
+ "epoch": 0.6628275943119051,
993
+ "grad_norm": 1.3101025819778442,
994
+ "learning_rate": 7.790314997649272e-05,
995
+ "loss": 0.3738,
996
+ "step": 1410
997
+ },
998
+ {
999
+ "epoch": 0.6675284992361029,
1000
+ "grad_norm": 1.3762035369873047,
1001
+ "learning_rate": 7.774643472809904e-05,
1002
+ "loss": 0.364,
1003
+ "step": 1420
1004
+ },
1005
+ {
1006
+ "epoch": 0.6722294041603009,
1007
+ "grad_norm": 1.7407734394073486,
1008
+ "learning_rate": 7.758971947970538e-05,
1009
+ "loss": 0.3405,
1010
+ "step": 1430
1011
+ },
1012
+ {
1013
+ "epoch": 0.6769303090844988,
1014
+ "grad_norm": 1.209085464477539,
1015
+ "learning_rate": 7.743300423131171e-05,
1016
+ "loss": 0.3621,
1017
+ "step": 1440
1018
+ },
1019
+ {
1020
+ "epoch": 0.6816312140086966,
1021
+ "grad_norm": 2.3257131576538086,
1022
+ "learning_rate": 7.727628898291805e-05,
1023
+ "loss": 0.3524,
1024
+ "step": 1450
1025
+ },
1026
+ {
1027
+ "epoch": 0.6863321189328946,
1028
+ "grad_norm": 1.5234692096710205,
1029
+ "learning_rate": 7.711957373452437e-05,
1030
+ "loss": 0.3556,
1031
+ "step": 1460
1032
+ },
1033
+ {
1034
+ "epoch": 0.6910330238570925,
1035
+ "grad_norm": 2.3267507553100586,
1036
+ "learning_rate": 7.696285848613071e-05,
1037
+ "loss": 0.3589,
1038
+ "step": 1470
1039
+ },
1040
+ {
1041
+ "epoch": 0.6957339287812904,
1042
+ "grad_norm": 1.8741614818572998,
1043
+ "learning_rate": 7.680614323773704e-05,
1044
+ "loss": 0.3651,
1045
+ "step": 1480
1046
+ },
1047
+ {
1048
+ "epoch": 0.7004348337054883,
1049
+ "grad_norm": 2.3814918994903564,
1050
+ "learning_rate": 7.664942798934336e-05,
1051
+ "loss": 0.3568,
1052
+ "step": 1490
1053
+ },
1054
+ {
1055
+ "epoch": 0.7051357386296863,
1056
+ "grad_norm": 3.497832775115967,
1057
+ "learning_rate": 7.64927127409497e-05,
1058
+ "loss": 0.3723,
1059
+ "step": 1500
1060
+ },
1061
+ {
1062
+ "epoch": 0.7098366435538841,
1063
+ "grad_norm": 2.1036434173583984,
1064
+ "learning_rate": 7.633599749255604e-05,
1065
+ "loss": 0.3708,
1066
+ "step": 1510
1067
+ },
1068
+ {
1069
+ "epoch": 0.714537548478082,
1070
+ "grad_norm": 2.3688840866088867,
1071
+ "learning_rate": 7.617928224416236e-05,
1072
+ "loss": 0.3673,
1073
+ "step": 1520
1074
+ },
1075
+ {
1076
+ "epoch": 0.71923845340228,
1077
+ "grad_norm": 1.6410322189331055,
1078
+ "learning_rate": 7.60225669957687e-05,
1079
+ "loss": 0.3727,
1080
+ "step": 1530
1081
+ },
1082
+ {
1083
+ "epoch": 0.7239393583264778,
1084
+ "grad_norm": 1.0293692350387573,
1085
+ "learning_rate": 7.586585174737503e-05,
1086
+ "loss": 0.3751,
1087
+ "step": 1540
1088
+ },
1089
+ {
1090
+ "epoch": 0.7286402632506758,
1091
+ "grad_norm": 1.794756293296814,
1092
+ "learning_rate": 7.570913649898136e-05,
1093
+ "loss": 0.3612,
1094
+ "step": 1550
1095
+ },
1096
+ {
1097
+ "epoch": 0.7333411681748737,
1098
+ "grad_norm": 2.0058727264404297,
1099
+ "learning_rate": 7.555242125058769e-05,
1100
+ "loss": 0.3734,
1101
+ "step": 1560
1102
+ },
1103
+ {
1104
+ "epoch": 0.7380420730990715,
1105
+ "grad_norm": 1.8430676460266113,
1106
+ "learning_rate": 7.539570600219402e-05,
1107
+ "loss": 0.3533,
1108
+ "step": 1570
1109
+ },
1110
+ {
1111
+ "epoch": 0.7427429780232695,
1112
+ "grad_norm": 1.2136273384094238,
1113
+ "learning_rate": 7.523899075380036e-05,
1114
+ "loss": 0.3398,
1115
+ "step": 1580
1116
+ },
1117
+ {
1118
+ "epoch": 0.7474438829474674,
1119
+ "grad_norm": 0.9999972581863403,
1120
+ "learning_rate": 7.508227550540668e-05,
1121
+ "loss": 0.3322,
1122
+ "step": 1590
1123
+ },
1124
+ {
1125
+ "epoch": 0.7521447878716653,
1126
+ "grad_norm": 1.4663593769073486,
1127
+ "learning_rate": 7.4925560257013e-05,
1128
+ "loss": 0.3588,
1129
+ "step": 1600
1130
+ },
1131
+ {
1132
+ "epoch": 0.7568456927958632,
1133
+ "grad_norm": 0.8715286254882812,
1134
+ "learning_rate": 7.476884500861934e-05,
1135
+ "loss": 0.3566,
1136
+ "step": 1610
1137
+ },
1138
+ {
1139
+ "epoch": 0.7615465977200611,
1140
+ "grad_norm": 1.7180976867675781,
1141
+ "learning_rate": 7.461212976022567e-05,
1142
+ "loss": 0.3544,
1143
+ "step": 1620
1144
+ },
1145
+ {
1146
+ "epoch": 0.766247502644259,
1147
+ "grad_norm": 2.3892838954925537,
1148
+ "learning_rate": 7.4455414511832e-05,
1149
+ "loss": 0.3537,
1150
+ "step": 1630
1151
+ },
1152
+ {
1153
+ "epoch": 0.770948407568457,
1154
+ "grad_norm": 1.2725646495819092,
1155
+ "learning_rate": 7.429869926343833e-05,
1156
+ "loss": 0.3575,
1157
+ "step": 1640
1158
+ },
1159
+ {
1160
+ "epoch": 0.7756493124926548,
1161
+ "grad_norm": 1.1861917972564697,
1162
+ "learning_rate": 7.414198401504467e-05,
1163
+ "loss": 0.3588,
1164
+ "step": 1650
1165
+ },
1166
+ {
1167
+ "epoch": 0.7803502174168527,
1168
+ "grad_norm": 1.6121189594268799,
1169
+ "learning_rate": 7.398526876665099e-05,
1170
+ "loss": 0.3554,
1171
+ "step": 1660
1172
+ },
1173
+ {
1174
+ "epoch": 0.7850511223410507,
1175
+ "grad_norm": 1.183447003364563,
1176
+ "learning_rate": 7.382855351825732e-05,
1177
+ "loss": 0.3399,
1178
+ "step": 1670
1179
+ },
1180
+ {
1181
+ "epoch": 0.7897520272652485,
1182
+ "grad_norm": 0.9614543318748474,
1183
+ "learning_rate": 7.367183826986366e-05,
1184
+ "loss": 0.3505,
1185
+ "step": 1680
1186
+ },
1187
+ {
1188
+ "epoch": 0.7944529321894465,
1189
+ "grad_norm": 2.463824510574341,
1190
+ "learning_rate": 7.351512302147e-05,
1191
+ "loss": 0.3535,
1192
+ "step": 1690
1193
+ },
1194
+ {
1195
+ "epoch": 0.7991538371136444,
1196
+ "grad_norm": 1.1036416292190552,
1197
+ "learning_rate": 7.335840777307632e-05,
1198
+ "loss": 0.3492,
1199
+ "step": 1700
1200
+ },
1201
+ {
1202
+ "epoch": 0.8038547420378422,
1203
+ "grad_norm": 1.4613536596298218,
1204
+ "learning_rate": 7.320169252468265e-05,
1205
+ "loss": 0.351,
1206
+ "step": 1710
1207
+ },
1208
+ {
1209
+ "epoch": 0.8085556469620402,
1210
+ "grad_norm": 1.2614613771438599,
1211
+ "learning_rate": 7.304497727628899e-05,
1212
+ "loss": 0.3505,
1213
+ "step": 1720
1214
+ },
1215
+ {
1216
+ "epoch": 0.8132565518862381,
1217
+ "grad_norm": 1.1639400720596313,
1218
+ "learning_rate": 7.288826202789531e-05,
1219
+ "loss": 0.3657,
1220
+ "step": 1730
1221
+ },
1222
+ {
1223
+ "epoch": 0.817957456810436,
1224
+ "grad_norm": 1.6838788986206055,
1225
+ "learning_rate": 7.273154677950165e-05,
1226
+ "loss": 0.3503,
1227
+ "step": 1740
1228
+ },
1229
+ {
1230
+ "epoch": 0.8226583617346339,
1231
+ "grad_norm": 1.0945839881896973,
1232
+ "learning_rate": 7.257483153110798e-05,
1233
+ "loss": 0.3551,
1234
+ "step": 1750
1235
+ },
1236
+ {
1237
+ "epoch": 0.8273592666588319,
1238
+ "grad_norm": 1.1545921564102173,
1239
+ "learning_rate": 7.241811628271432e-05,
1240
+ "loss": 0.3488,
1241
+ "step": 1760
1242
+ },
1243
+ {
1244
+ "epoch": 0.8320601715830297,
1245
+ "grad_norm": 0.9361588954925537,
1246
+ "learning_rate": 7.226140103432064e-05,
1247
+ "loss": 0.3454,
1248
+ "step": 1770
1249
+ },
1250
+ {
1251
+ "epoch": 0.8367610765072276,
1252
+ "grad_norm": 0.959794819355011,
1253
+ "learning_rate": 7.210468578592697e-05,
1254
+ "loss": 0.3571,
1255
+ "step": 1780
1256
+ },
1257
+ {
1258
+ "epoch": 0.8414619814314256,
1259
+ "grad_norm": 1.1152044534683228,
1260
+ "learning_rate": 7.194797053753331e-05,
1261
+ "loss": 0.3713,
1262
+ "step": 1790
1263
+ },
1264
+ {
1265
+ "epoch": 0.8461628863556234,
1266
+ "grad_norm": 1.7348166704177856,
1267
+ "learning_rate": 7.179125528913963e-05,
1268
+ "loss": 0.3407,
1269
+ "step": 1800
1270
+ },
1271
+ {
1272
+ "epoch": 0.8508637912798214,
1273
+ "grad_norm": 2.3188705444335938,
1274
+ "learning_rate": 7.163454004074597e-05,
1275
+ "loss": 0.3489,
1276
+ "step": 1810
1277
+ },
1278
+ {
1279
+ "epoch": 0.8555646962040193,
1280
+ "grad_norm": 1.529905915260315,
1281
+ "learning_rate": 7.14778247923523e-05,
1282
+ "loss": 0.3385,
1283
+ "step": 1820
1284
+ },
1285
+ {
1286
+ "epoch": 0.8602656011282171,
1287
+ "grad_norm": 1.2101613283157349,
1288
+ "learning_rate": 7.132110954395862e-05,
1289
+ "loss": 0.355,
1290
+ "step": 1830
1291
+ },
1292
+ {
1293
+ "epoch": 0.8649665060524151,
1294
+ "grad_norm": 1.4338616132736206,
1295
+ "learning_rate": 7.116439429556496e-05,
1296
+ "loss": 0.3534,
1297
+ "step": 1840
1298
+ },
1299
+ {
1300
+ "epoch": 0.869667410976613,
1301
+ "grad_norm": 1.2460179328918457,
1302
+ "learning_rate": 7.10076790471713e-05,
1303
+ "loss": 0.3537,
1304
+ "step": 1850
1305
+ },
1306
+ {
1307
+ "epoch": 0.8743683159008109,
1308
+ "grad_norm": 1.6369551420211792,
1309
+ "learning_rate": 7.085096379877763e-05,
1310
+ "loss": 0.3514,
1311
+ "step": 1860
1312
+ },
1313
+ {
1314
+ "epoch": 0.8790692208250088,
1315
+ "grad_norm": 2.6983251571655273,
1316
+ "learning_rate": 7.069424855038395e-05,
1317
+ "loss": 0.348,
1318
+ "step": 1870
1319
+ },
1320
+ {
1321
+ "epoch": 0.8837701257492068,
1322
+ "grad_norm": 1.2817703485488892,
1323
+ "learning_rate": 7.053753330199029e-05,
1324
+ "loss": 0.3505,
1325
+ "step": 1880
1326
+ },
1327
+ {
1328
+ "epoch": 0.8884710306734046,
1329
+ "grad_norm": 1.0121359825134277,
1330
+ "learning_rate": 7.038081805359662e-05,
1331
+ "loss": 0.344,
1332
+ "step": 1890
1333
+ },
1334
+ {
1335
+ "epoch": 0.8931719355976026,
1336
+ "grad_norm": 0.9417720437049866,
1337
+ "learning_rate": 7.022410280520295e-05,
1338
+ "loss": 0.3462,
1339
+ "step": 1900
1340
+ },
1341
+ {
1342
+ "epoch": 0.8978728405218005,
1343
+ "grad_norm": 1.0144025087356567,
1344
+ "learning_rate": 7.006738755680928e-05,
1345
+ "loss": 0.3416,
1346
+ "step": 1910
1347
+ },
1348
+ {
1349
+ "epoch": 0.9025737454459983,
1350
+ "grad_norm": 2.533620834350586,
1351
+ "learning_rate": 6.991067230841562e-05,
1352
+ "loss": 0.3543,
1353
+ "step": 1920
1354
+ },
1355
+ {
1356
+ "epoch": 0.9072746503701963,
1357
+ "grad_norm": 1.5756601095199585,
1358
+ "learning_rate": 6.975395706002194e-05,
1359
+ "loss": 0.368,
1360
+ "step": 1930
1361
+ },
1362
+ {
1363
+ "epoch": 0.9119755552943942,
1364
+ "grad_norm": 1.2900676727294922,
1365
+ "learning_rate": 6.959724181162828e-05,
1366
+ "loss": 0.3368,
1367
+ "step": 1940
1368
+ },
1369
+ {
1370
+ "epoch": 0.9166764602185921,
1371
+ "grad_norm": 1.2235045433044434,
1372
+ "learning_rate": 6.944052656323461e-05,
1373
+ "loss": 0.3428,
1374
+ "step": 1950
1375
+ },
1376
+ {
1377
+ "epoch": 0.92137736514279,
1378
+ "grad_norm": 1.0844625234603882,
1379
+ "learning_rate": 6.928381131484095e-05,
1380
+ "loss": 0.365,
1381
+ "step": 1960
1382
+ },
1383
+ {
1384
+ "epoch": 0.9260782700669878,
1385
+ "grad_norm": 2.585019588470459,
1386
+ "learning_rate": 6.912709606644727e-05,
1387
+ "loss": 0.3394,
1388
+ "step": 1970
1389
+ },
1390
+ {
1391
+ "epoch": 0.9307791749911858,
1392
+ "grad_norm": 1.402716040611267,
1393
+ "learning_rate": 6.89703808180536e-05,
1394
+ "loss": 0.3513,
1395
+ "step": 1980
1396
+ },
1397
+ {
1398
+ "epoch": 0.9354800799153837,
1399
+ "grad_norm": 1.6604111194610596,
1400
+ "learning_rate": 6.881366556965994e-05,
1401
+ "loss": 0.3514,
1402
+ "step": 1990
1403
+ },
1404
+ {
1405
+ "epoch": 0.9401809848395816,
1406
+ "grad_norm": 1.0885512828826904,
1407
+ "learning_rate": 6.865695032126626e-05,
1408
+ "loss": 0.3504,
1409
+ "step": 2000
1410
+ },
1411
+ {
1412
+ "epoch": 0.9448818897637795,
1413
+ "grad_norm": 3.016390562057495,
1414
+ "learning_rate": 6.85002350728726e-05,
1415
+ "loss": 0.3607,
1416
+ "step": 2010
1417
+ },
1418
+ {
1419
+ "epoch": 0.9495827946879775,
1420
+ "grad_norm": 1.5509752035140991,
1421
+ "learning_rate": 6.834351982447893e-05,
1422
+ "loss": 0.3373,
1423
+ "step": 2020
1424
+ },
1425
+ {
1426
+ "epoch": 0.9542836996121753,
1427
+ "grad_norm": 1.8190217018127441,
1428
+ "learning_rate": 6.818680457608527e-05,
1429
+ "loss": 0.3412,
1430
+ "step": 2030
1431
+ },
1432
+ {
1433
+ "epoch": 0.9589846045363732,
1434
+ "grad_norm": 2.373183250427246,
1435
+ "learning_rate": 6.803008932769159e-05,
1436
+ "loss": 0.3455,
1437
+ "step": 2040
1438
+ },
1439
+ {
1440
+ "epoch": 0.9636855094605712,
1441
+ "grad_norm": 1.4944651126861572,
1442
+ "learning_rate": 6.787337407929793e-05,
1443
+ "loss": 0.3467,
1444
+ "step": 2050
1445
+ },
1446
+ {
1447
+ "epoch": 0.968386414384769,
1448
+ "grad_norm": 2.2049689292907715,
1449
+ "learning_rate": 6.771665883090425e-05,
1450
+ "loss": 0.3552,
1451
+ "step": 2060
1452
+ },
1453
+ {
1454
+ "epoch": 0.973087319308967,
1455
+ "grad_norm": 1.044244647026062,
1456
+ "learning_rate": 6.755994358251058e-05,
1457
+ "loss": 0.3475,
1458
+ "step": 2070
1459
+ },
1460
+ {
1461
+ "epoch": 0.9777882242331649,
1462
+ "grad_norm": 1.0703078508377075,
1463
+ "learning_rate": 6.74032283341169e-05,
1464
+ "loss": 0.3424,
1465
+ "step": 2080
1466
+ },
1467
+ {
1468
+ "epoch": 0.9824891291573628,
1469
+ "grad_norm": 1.2599198818206787,
1470
+ "learning_rate": 6.724651308572324e-05,
1471
+ "loss": 0.3513,
1472
+ "step": 2090
1473
+ },
1474
+ {
1475
+ "epoch": 0.9871900340815607,
1476
+ "grad_norm": 0.9976306557655334,
1477
+ "learning_rate": 6.708979783732958e-05,
1478
+ "loss": 0.3499,
1479
+ "step": 2100
1480
+ },
1481
+ {
1482
+ "epoch": 0.9918909390057586,
1483
+ "grad_norm": 1.1676925420761108,
1484
+ "learning_rate": 6.69330825889359e-05,
1485
+ "loss": 0.3362,
1486
+ "step": 2110
1487
+ },
1488
+ {
1489
+ "epoch": 0.9965918439299565,
1490
+ "grad_norm": 1.5144907236099243,
1491
+ "learning_rate": 6.677636734054223e-05,
1492
+ "loss": 0.3323,
1493
+ "step": 2120
1494
+ }
1495
+ ],
1496
+ "logging_steps": 10,
1497
+ "max_steps": 6381,
1498
+ "num_input_tokens_seen": 0,
1499
+ "num_train_epochs": 3,
1500
+ "save_steps": 500,
1501
+ "stateful_callbacks": {
1502
+ "TrainerControl": {
1503
+ "args": {
1504
+ "should_epoch_stop": false,
1505
+ "should_evaluate": false,
1506
+ "should_log": false,
1507
+ "should_save": true,
1508
+ "should_training_stop": false
1509
+ },
1510
+ "attributes": {}
1511
+ }
1512
+ },
1513
+ "total_flos": 4.7331697868700385e+19,
1514
+ "train_batch_size": 4,
1515
+ "trial_name": null,
1516
+ "trial_params": null
1517
+ }
checkpoint-2127/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c713aa4ce14645621132900bade7e9ea63b6b79a02e40dc980b0d7fbd39dc6a
3
+ size 5176
checkpoint-2127/vocab.json ADDED
The diff for this file is too large to render. See raw diff