hemingkx commited on
Commit
398e5a8
·
verified ·
1 Parent(s): dfaf292

Upload 14 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
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,202 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-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.12.0
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-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": 16,
14
+ "lora_dropout": 0.0,
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
+ "down_proj",
24
+ "gate_proj",
25
+ "k_proj",
26
+ "q_proj",
27
+ "up_proj",
28
+ "o_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe86dfa7fa991bf9bf5968a539259b30881ea98954e14fd22a19745ac43176b
3
+ size 80792096
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
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80cce98d94dee56259422c2a3d72e03c72cc94af78003e210efcfa9dff8c8c56
3
+ size 161810282
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c062f7f375beded48b5337f5a3f3a5cb38807fa3e85dbf3e294c0ab6b627bfc2
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf38bc4b42d0e89359f9b1b8011548107a5d43efb240d3453c7540b3873e00d6
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\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\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|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",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
trainer_state.json ADDED
@@ -0,0 +1,905 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.77744862062581,
5
+ "eval_steps": 300,
6
+ "global_step": 1200,
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.014812071838548418,
13
+ "grad_norm": 0.6219717264175415,
14
+ "learning_rate": 2.4630541871921186e-06,
15
+ "loss": 1.1503,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.029624143677096836,
20
+ "grad_norm": 0.5424634218215942,
21
+ "learning_rate": 4.926108374384237e-06,
22
+ "loss": 1.1246,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.04443621551564525,
27
+ "grad_norm": 0.37799498438835144,
28
+ "learning_rate": 7.3891625615763555e-06,
29
+ "loss": 1.1465,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.05924828735419367,
34
+ "grad_norm": 0.4693998396396637,
35
+ "learning_rate": 9.852216748768475e-06,
36
+ "loss": 1.1335,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.07406035919274208,
41
+ "grad_norm": 0.8345885276794434,
42
+ "learning_rate": 1.2315270935960592e-05,
43
+ "loss": 1.0185,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.0888724310312905,
48
+ "grad_norm": 0.8352222442626953,
49
+ "learning_rate": 1.4778325123152711e-05,
50
+ "loss": 0.9585,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.10368450286983892,
55
+ "grad_norm": 0.5202337503433228,
56
+ "learning_rate": 1.7241379310344828e-05,
57
+ "loss": 0.6836,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.11849657470838734,
62
+ "grad_norm": 0.46258121728897095,
63
+ "learning_rate": 1.970443349753695e-05,
64
+ "loss": 0.6584,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.13330864654693575,
69
+ "grad_norm": 0.6236300468444824,
70
+ "learning_rate": 2.2167487684729066e-05,
71
+ "loss": 0.5989,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.14812071838548416,
76
+ "grad_norm": 0.5138072967529297,
77
+ "learning_rate": 2.4630541871921184e-05,
78
+ "loss": 0.5787,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.1629327902240326,
83
+ "grad_norm": 0.3929985761642456,
84
+ "learning_rate": 2.70935960591133e-05,
85
+ "loss": 0.5146,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.177744862062581,
90
+ "grad_norm": 0.563312828540802,
91
+ "learning_rate": 2.9556650246305422e-05,
92
+ "loss": 0.4704,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.1925569339011294,
97
+ "grad_norm": 0.5815229415893555,
98
+ "learning_rate": 3.2019704433497536e-05,
99
+ "loss": 0.424,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.20736900573967784,
104
+ "grad_norm": 0.4600641429424286,
105
+ "learning_rate": 3.4482758620689657e-05,
106
+ "loss": 0.4321,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.22218107757822625,
111
+ "grad_norm": 0.5328271389007568,
112
+ "learning_rate": 3.694581280788178e-05,
113
+ "loss": 0.4136,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.23699314941677468,
118
+ "grad_norm": 0.4838107228279114,
119
+ "learning_rate": 3.94088669950739e-05,
120
+ "loss": 0.4548,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.25180522125532306,
125
+ "grad_norm": 0.5641084909439087,
126
+ "learning_rate": 4.187192118226601e-05,
127
+ "loss": 0.4958,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.2666172930938715,
132
+ "grad_norm": 0.5724189281463623,
133
+ "learning_rate": 4.433497536945813e-05,
134
+ "loss": 0.4136,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.28142936493241993,
139
+ "grad_norm": 0.6268028020858765,
140
+ "learning_rate": 4.679802955665025e-05,
141
+ "loss": 0.4202,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.2962414367709683,
146
+ "grad_norm": 0.8757884502410889,
147
+ "learning_rate": 4.926108374384237e-05,
148
+ "loss": 0.3965,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.31105350860951675,
153
+ "grad_norm": 0.6613091826438904,
154
+ "learning_rate": 4.999817902568189e-05,
155
+ "loss": 0.4333,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.3258655804480652,
160
+ "grad_norm": 0.7051518559455872,
161
+ "learning_rate": 4.9989260606397816e-05,
162
+ "loss": 0.436,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.34067765228661356,
167
+ "grad_norm": 0.8129429221153259,
168
+ "learning_rate": 4.997291292559225e-05,
169
+ "loss": 0.4403,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.355489724125162,
174
+ "grad_norm": 0.8796783089637756,
175
+ "learning_rate": 4.994914084340082e-05,
176
+ "loss": 0.3911,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.37030179596371043,
181
+ "grad_norm": 0.9231064915657043,
182
+ "learning_rate": 4.991795142722012e-05,
183
+ "loss": 0.432,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.3851138678022588,
188
+ "grad_norm": 0.9661022424697876,
189
+ "learning_rate": 4.987935394960661e-05,
190
+ "loss": 0.3614,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.39992593964080725,
195
+ "grad_norm": 0.8705118894577026,
196
+ "learning_rate": 4.983335988551986e-05,
197
+ "loss": 0.4216,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.4147380114793557,
202
+ "grad_norm": 0.758140504360199,
203
+ "learning_rate": 4.9779982908911095e-05,
204
+ "loss": 0.3533,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.4295500833179041,
209
+ "grad_norm": 0.5562009215354919,
210
+ "learning_rate": 4.971923888865792e-05,
211
+ "loss": 0.3351,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.4443621551564525,
216
+ "grad_norm": 1.151169776916504,
217
+ "learning_rate": 4.96511458838466e-05,
218
+ "loss": 0.3569,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.4443621551564525,
223
+ "eval_loss": 0.4030126631259918,
224
+ "eval_runtime": 51.0129,
225
+ "eval_samples_per_second": 11.781,
226
+ "eval_steps_per_second": 11.781,
227
+ "step": 300
228
+ },
229
+ {
230
+ "epoch": 0.45917422699500093,
231
+ "grad_norm": 0.7866811156272888,
232
+ "learning_rate": 4.957572413840302e-05,
233
+ "loss": 0.3461,
234
+ "step": 310
235
+ },
236
+ {
237
+ "epoch": 0.47398629883354937,
238
+ "grad_norm": 0.7985939383506775,
239
+ "learning_rate": 4.949299607507434e-05,
240
+ "loss": 0.3691,
241
+ "step": 320
242
+ },
243
+ {
244
+ "epoch": 0.48879837067209775,
245
+ "grad_norm": 0.6339073777198792,
246
+ "learning_rate": 4.940298628876261e-05,
247
+ "loss": 0.3415,
248
+ "step": 330
249
+ },
250
+ {
251
+ "epoch": 0.5036104425106461,
252
+ "grad_norm": 0.9889721870422363,
253
+ "learning_rate": 4.930572153921287e-05,
254
+ "loss": 0.3963,
255
+ "step": 340
256
+ },
257
+ {
258
+ "epoch": 0.5184225143491946,
259
+ "grad_norm": 0.9128195643424988,
260
+ "learning_rate": 4.9201230743057425e-05,
261
+ "loss": 0.4293,
262
+ "step": 350
263
+ },
264
+ {
265
+ "epoch": 0.533234586187743,
266
+ "grad_norm": 0.6651906371116638,
267
+ "learning_rate": 4.9089544965219094e-05,
268
+ "loss": 0.4184,
269
+ "step": 360
270
+ },
271
+ {
272
+ "epoch": 0.5480466580262914,
273
+ "grad_norm": 1.1542905569076538,
274
+ "learning_rate": 4.8970697409675536e-05,
275
+ "loss": 0.3938,
276
+ "step": 370
277
+ },
278
+ {
279
+ "epoch": 0.5628587298648399,
280
+ "grad_norm": 0.7983744144439697,
281
+ "learning_rate": 4.884472340958791e-05,
282
+ "loss": 0.2896,
283
+ "step": 380
284
+ },
285
+ {
286
+ "epoch": 0.5776708017033882,
287
+ "grad_norm": 0.7634603977203369,
288
+ "learning_rate": 4.871166041679626e-05,
289
+ "loss": 0.3483,
290
+ "step": 390
291
+ },
292
+ {
293
+ "epoch": 0.5924828735419366,
294
+ "grad_norm": 0.6266176700592041,
295
+ "learning_rate": 4.8571547990685225e-05,
296
+ "loss": 0.3227,
297
+ "step": 400
298
+ },
299
+ {
300
+ "epoch": 0.6072949453804851,
301
+ "grad_norm": 1.0247130393981934,
302
+ "learning_rate": 4.84244277864231e-05,
303
+ "loss": 0.3696,
304
+ "step": 410
305
+ },
306
+ {
307
+ "epoch": 0.6221070172190335,
308
+ "grad_norm": 1.0751911401748657,
309
+ "learning_rate": 4.8270343542577825e-05,
310
+ "loss": 0.353,
311
+ "step": 420
312
+ },
313
+ {
314
+ "epoch": 0.6369190890575819,
315
+ "grad_norm": 1.0235852003097534,
316
+ "learning_rate": 4.810934106811357e-05,
317
+ "loss": 0.3833,
318
+ "step": 430
319
+ },
320
+ {
321
+ "epoch": 0.6517311608961304,
322
+ "grad_norm": 0.8674798011779785,
323
+ "learning_rate": 4.7941468228771816e-05,
324
+ "loss": 0.375,
325
+ "step": 440
326
+ },
327
+ {
328
+ "epoch": 0.6665432327346787,
329
+ "grad_norm": 0.5289329886436462,
330
+ "learning_rate": 4.776677493284101e-05,
331
+ "loss": 0.3759,
332
+ "step": 450
333
+ },
334
+ {
335
+ "epoch": 0.6813553045732271,
336
+ "grad_norm": 1.1018059253692627,
337
+ "learning_rate": 4.758531311631884e-05,
338
+ "loss": 0.3367,
339
+ "step": 460
340
+ },
341
+ {
342
+ "epoch": 0.6961673764117756,
343
+ "grad_norm": 0.8128293752670288,
344
+ "learning_rate": 4.7397136727471833e-05,
345
+ "loss": 0.3545,
346
+ "step": 470
347
+ },
348
+ {
349
+ "epoch": 0.710979448250324,
350
+ "grad_norm": 0.8319720029830933,
351
+ "learning_rate": 4.720230171079657e-05,
352
+ "loss": 0.3349,
353
+ "step": 480
354
+ },
355
+ {
356
+ "epoch": 0.7257915200888724,
357
+ "grad_norm": 0.708547830581665,
358
+ "learning_rate": 4.7000865990387544e-05,
359
+ "loss": 0.3238,
360
+ "step": 490
361
+ },
362
+ {
363
+ "epoch": 0.7406035919274209,
364
+ "grad_norm": 0.9730454683303833,
365
+ "learning_rate": 4.679288945271639e-05,
366
+ "loss": 0.3195,
367
+ "step": 500
368
+ },
369
+ {
370
+ "epoch": 0.7554156637659692,
371
+ "grad_norm": 0.5458475947380066,
372
+ "learning_rate": 4.657843392882778e-05,
373
+ "loss": 0.3455,
374
+ "step": 510
375
+ },
376
+ {
377
+ "epoch": 0.7702277356045176,
378
+ "grad_norm": 0.7745851278305054,
379
+ "learning_rate": 4.635756317595714e-05,
380
+ "loss": 0.318,
381
+ "step": 520
382
+ },
383
+ {
384
+ "epoch": 0.7850398074430661,
385
+ "grad_norm": 0.8679530024528503,
386
+ "learning_rate": 4.6130342858575746e-05,
387
+ "loss": 0.3197,
388
+ "step": 530
389
+ },
390
+ {
391
+ "epoch": 0.7998518792816145,
392
+ "grad_norm": 0.8396092057228088,
393
+ "learning_rate": 4.589684052886883e-05,
394
+ "loss": 0.3854,
395
+ "step": 540
396
+ },
397
+ {
398
+ "epoch": 0.814663951120163,
399
+ "grad_norm": 0.8567986488342285,
400
+ "learning_rate": 4.5657125606652385e-05,
401
+ "loss": 0.3444,
402
+ "step": 550
403
+ },
404
+ {
405
+ "epoch": 0.8294760229587114,
406
+ "grad_norm": 0.7525165677070618,
407
+ "learning_rate": 4.541126935873481e-05,
408
+ "loss": 0.3416,
409
+ "step": 560
410
+ },
411
+ {
412
+ "epoch": 0.8442880947972597,
413
+ "grad_norm": 0.788314700126648,
414
+ "learning_rate": 4.515934487772942e-05,
415
+ "loss": 0.3404,
416
+ "step": 570
417
+ },
418
+ {
419
+ "epoch": 0.8591001666358082,
420
+ "grad_norm": 0.7747524380683899,
421
+ "learning_rate": 4.490142706032414e-05,
422
+ "loss": 0.343,
423
+ "step": 580
424
+ },
425
+ {
426
+ "epoch": 0.8739122384743566,
427
+ "grad_norm": 0.8506792783737183,
428
+ "learning_rate": 4.4637592585014844e-05,
429
+ "loss": 0.3086,
430
+ "step": 590
431
+ },
432
+ {
433
+ "epoch": 0.888724310312905,
434
+ "grad_norm": 0.9564735293388367,
435
+ "learning_rate": 4.4367919889309e-05,
436
+ "loss": 0.3237,
437
+ "step": 600
438
+ },
439
+ {
440
+ "epoch": 0.888724310312905,
441
+ "eval_loss": 0.3525813817977905,
442
+ "eval_runtime": 51.0572,
443
+ "eval_samples_per_second": 11.771,
444
+ "eval_steps_per_second": 11.771,
445
+ "step": 600
446
+ },
447
+ {
448
+ "epoch": 0.9035363821514535,
449
+ "grad_norm": 0.9576528668403625,
450
+ "learning_rate": 4.409248914640636e-05,
451
+ "loss": 0.3223,
452
+ "step": 610
453
+ },
454
+ {
455
+ "epoch": 0.9183484539900019,
456
+ "grad_norm": 0.6880804300308228,
457
+ "learning_rate": 4.381138224136354e-05,
458
+ "loss": 0.3404,
459
+ "step": 620
460
+ },
461
+ {
462
+ "epoch": 0.9331605258285502,
463
+ "grad_norm": 0.7245656847953796,
464
+ "learning_rate": 4.352468274674981e-05,
465
+ "loss": 0.3618,
466
+ "step": 630
467
+ },
468
+ {
469
+ "epoch": 0.9479725976670987,
470
+ "grad_norm": 1.080275297164917,
471
+ "learning_rate": 4.323247589780111e-05,
472
+ "loss": 0.3531,
473
+ "step": 640
474
+ },
475
+ {
476
+ "epoch": 0.9627846695056471,
477
+ "grad_norm": 0.9100397229194641,
478
+ "learning_rate": 4.293484856707974e-05,
479
+ "loss": 0.3268,
480
+ "step": 650
481
+ },
482
+ {
483
+ "epoch": 0.9775967413441955,
484
+ "grad_norm": 0.6466996669769287,
485
+ "learning_rate": 4.263188923864737e-05,
486
+ "loss": 0.2773,
487
+ "step": 660
488
+ },
489
+ {
490
+ "epoch": 0.992408813182744,
491
+ "grad_norm": 0.8750647902488708,
492
+ "learning_rate": 4.2323687981758796e-05,
493
+ "loss": 0.2924,
494
+ "step": 670
495
+ },
496
+ {
497
+ "epoch": 1.0072208850212923,
498
+ "grad_norm": 0.8797662258148193,
499
+ "learning_rate": 4.2010336424084594e-05,
500
+ "loss": 0.3101,
501
+ "step": 680
502
+ },
503
+ {
504
+ "epoch": 1.0220329568598407,
505
+ "grad_norm": 1.079053282737732,
506
+ "learning_rate": 4.1691927724470356e-05,
507
+ "loss": 0.2497,
508
+ "step": 690
509
+ },
510
+ {
511
+ "epoch": 1.0368450286983892,
512
+ "grad_norm": 0.5908809900283813,
513
+ "learning_rate": 4.136855654524072e-05,
514
+ "loss": 0.2835,
515
+ "step": 700
516
+ },
517
+ {
518
+ "epoch": 1.0516571005369375,
519
+ "grad_norm": 0.8815209269523621,
520
+ "learning_rate": 4.104031902405646e-05,
521
+ "loss": 0.2889,
522
+ "step": 710
523
+ },
524
+ {
525
+ "epoch": 1.066469172375486,
526
+ "grad_norm": 0.8487938642501831,
527
+ "learning_rate": 4.070731274533291e-05,
528
+ "loss": 0.2689,
529
+ "step": 720
530
+ },
531
+ {
532
+ "epoch": 1.0812812442140345,
533
+ "grad_norm": 1.1524460315704346,
534
+ "learning_rate": 4.0369636711228316e-05,
535
+ "loss": 0.2711,
536
+ "step": 730
537
+ },
538
+ {
539
+ "epoch": 1.0960933160525828,
540
+ "grad_norm": 1.0302244424819946,
541
+ "learning_rate": 4.0027391312210664e-05,
542
+ "loss": 0.2875,
543
+ "step": 740
544
+ },
545
+ {
546
+ "epoch": 1.1109053878911312,
547
+ "grad_norm": 1.3304013013839722,
548
+ "learning_rate": 3.968067829721177e-05,
549
+ "loss": 0.3397,
550
+ "step": 750
551
+ },
552
+ {
553
+ "epoch": 1.1257174597296797,
554
+ "grad_norm": 1.2835785150527954,
555
+ "learning_rate": 3.932960074337755e-05,
556
+ "loss": 0.2515,
557
+ "step": 760
558
+ },
559
+ {
560
+ "epoch": 1.140529531568228,
561
+ "grad_norm": 1.0710926055908203,
562
+ "learning_rate": 3.897426302542331e-05,
563
+ "loss": 0.2724,
564
+ "step": 770
565
+ },
566
+ {
567
+ "epoch": 1.1553416034067765,
568
+ "grad_norm": 1.0360386371612549,
569
+ "learning_rate": 3.861477078460337e-05,
570
+ "loss": 0.2428,
571
+ "step": 780
572
+ },
573
+ {
574
+ "epoch": 1.170153675245325,
575
+ "grad_norm": 1.1646299362182617,
576
+ "learning_rate": 3.825123089730412e-05,
577
+ "loss": 0.2797,
578
+ "step": 790
579
+ },
580
+ {
581
+ "epoch": 1.1849657470838735,
582
+ "grad_norm": 1.0502442121505737,
583
+ "learning_rate": 3.788375144326985e-05,
584
+ "loss": 0.2812,
585
+ "step": 800
586
+ },
587
+ {
588
+ "epoch": 1.1997778189224217,
589
+ "grad_norm": 1.209110975265503,
590
+ "learning_rate": 3.751244167347083e-05,
591
+ "loss": 0.3137,
592
+ "step": 810
593
+ },
594
+ {
595
+ "epoch": 1.2145898907609702,
596
+ "grad_norm": 1.0595998764038086,
597
+ "learning_rate": 3.713741197762323e-05,
598
+ "loss": 0.2929,
599
+ "step": 820
600
+ },
601
+ {
602
+ "epoch": 1.2294019625995185,
603
+ "grad_norm": 0.9376611113548279,
604
+ "learning_rate": 3.67587738513704e-05,
605
+ "loss": 0.2652,
606
+ "step": 830
607
+ },
608
+ {
609
+ "epoch": 1.244214034438067,
610
+ "grad_norm": 0.8865551948547363,
611
+ "learning_rate": 3.63766398631355e-05,
612
+ "loss": 0.228,
613
+ "step": 840
614
+ },
615
+ {
616
+ "epoch": 1.2590261062766155,
617
+ "grad_norm": 1.2026184797286987,
618
+ "learning_rate": 3.599112362065506e-05,
619
+ "loss": 0.2501,
620
+ "step": 850
621
+ },
622
+ {
623
+ "epoch": 1.273838178115164,
624
+ "grad_norm": 1.1819926500320435,
625
+ "learning_rate": 3.5602339737203595e-05,
626
+ "loss": 0.2634,
627
+ "step": 860
628
+ },
629
+ {
630
+ "epoch": 1.2886502499537122,
631
+ "grad_norm": 0.9832616448402405,
632
+ "learning_rate": 3.521040379751933e-05,
633
+ "loss": 0.2827,
634
+ "step": 870
635
+ },
636
+ {
637
+ "epoch": 1.3034623217922607,
638
+ "grad_norm": 1.0796929597854614,
639
+ "learning_rate": 3.481543232344104e-05,
640
+ "loss": 0.2876,
641
+ "step": 880
642
+ },
643
+ {
644
+ "epoch": 1.318274393630809,
645
+ "grad_norm": 1.038341999053955,
646
+ "learning_rate": 3.4417542739266336e-05,
647
+ "loss": 0.2865,
648
+ "step": 890
649
+ },
650
+ {
651
+ "epoch": 1.3330864654693575,
652
+ "grad_norm": 1.2865569591522217,
653
+ "learning_rate": 3.401685333684164e-05,
654
+ "loss": 0.253,
655
+ "step": 900
656
+ },
657
+ {
658
+ "epoch": 1.3330864654693575,
659
+ "eval_loss": 0.3409191370010376,
660
+ "eval_runtime": 51.3011,
661
+ "eval_samples_per_second": 11.715,
662
+ "eval_steps_per_second": 11.715,
663
+ "step": 900
664
+ },
665
+ {
666
+ "epoch": 1.347898537307906,
667
+ "grad_norm": 1.0919033288955688,
668
+ "learning_rate": 3.361348324039419e-05,
669
+ "loss": 0.2605,
670
+ "step": 910
671
+ },
672
+ {
673
+ "epoch": 1.3627106091464545,
674
+ "grad_norm": 0.8445180058479309,
675
+ "learning_rate": 3.320755237111669e-05,
676
+ "loss": 0.2912,
677
+ "step": 920
678
+ },
679
+ {
680
+ "epoch": 1.3775226809850027,
681
+ "grad_norm": 1.177072525024414,
682
+ "learning_rate": 3.2799181411514915e-05,
683
+ "loss": 0.2847,
684
+ "step": 930
685
+ },
686
+ {
687
+ "epoch": 1.3923347528235512,
688
+ "grad_norm": 0.8392846584320068,
689
+ "learning_rate": 3.238849176952904e-05,
690
+ "loss": 0.3112,
691
+ "step": 940
692
+ },
693
+ {
694
+ "epoch": 1.4071468246620995,
695
+ "grad_norm": 0.904247522354126,
696
+ "learning_rate": 3.1975605542439276e-05,
697
+ "loss": 0.2908,
698
+ "step": 950
699
+ },
700
+ {
701
+ "epoch": 1.421958896500648,
702
+ "grad_norm": 1.144309639930725,
703
+ "learning_rate": 3.156064548056656e-05,
704
+ "loss": 0.2437,
705
+ "step": 960
706
+ },
707
+ {
708
+ "epoch": 1.4367709683391965,
709
+ "grad_norm": 1.3833638429641724,
710
+ "learning_rate": 3.114373495077915e-05,
711
+ "loss": 0.3246,
712
+ "step": 970
713
+ },
714
+ {
715
+ "epoch": 1.451583040177745,
716
+ "grad_norm": 1.1326124668121338,
717
+ "learning_rate": 3.072499789981582e-05,
718
+ "loss": 0.288,
719
+ "step": 980
720
+ },
721
+ {
722
+ "epoch": 1.4663951120162932,
723
+ "grad_norm": 0.9968894124031067,
724
+ "learning_rate": 3.030455881743677e-05,
725
+ "loss": 0.2311,
726
+ "step": 990
727
+ },
728
+ {
729
+ "epoch": 1.4812071838548417,
730
+ "grad_norm": 1.0647014379501343,
731
+ "learning_rate": 2.988254269941302e-05,
732
+ "loss": 0.2739,
733
+ "step": 1000
734
+ },
735
+ {
736
+ "epoch": 1.49601925569339,
737
+ "grad_norm": 0.813777506351471,
738
+ "learning_rate": 2.9459075010365405e-05,
739
+ "loss": 0.2642,
740
+ "step": 1010
741
+ },
742
+ {
743
+ "epoch": 1.5108313275319385,
744
+ "grad_norm": 1.0000636577606201,
745
+ "learning_rate": 2.9034281646464194e-05,
746
+ "loss": 0.2936,
747
+ "step": 1020
748
+ },
749
+ {
750
+ "epoch": 1.525643399370487,
751
+ "grad_norm": 0.9163423180580139,
752
+ "learning_rate": 2.860828889800036e-05,
753
+ "loss": 0.2543,
754
+ "step": 1030
755
+ },
756
+ {
757
+ "epoch": 1.5404554712090355,
758
+ "grad_norm": 1.0908852815628052,
759
+ "learning_rate": 2.8181223411839684e-05,
760
+ "loss": 0.2968,
761
+ "step": 1040
762
+ },
763
+ {
764
+ "epoch": 1.5552675430475837,
765
+ "grad_norm": 1.1358126401901245,
766
+ "learning_rate": 2.7753212153770947e-05,
767
+ "loss": 0.2476,
768
+ "step": 1050
769
+ },
770
+ {
771
+ "epoch": 1.5700796148861322,
772
+ "grad_norm": 1.0470831394195557,
773
+ "learning_rate": 2.7324382370759172e-05,
774
+ "loss": 0.275,
775
+ "step": 1060
776
+ },
777
+ {
778
+ "epoch": 1.5848916867246805,
779
+ "grad_norm": 1.3022797107696533,
780
+ "learning_rate": 2.6894861553115336e-05,
781
+ "loss": 0.3022,
782
+ "step": 1070
783
+ },
784
+ {
785
+ "epoch": 1.599703758563229,
786
+ "grad_norm": 1.118695855140686,
787
+ "learning_rate": 2.646477739659378e-05,
788
+ "loss": 0.3242,
789
+ "step": 1080
790
+ },
791
+ {
792
+ "epoch": 1.6145158304017775,
793
+ "grad_norm": 1.1856898069381714,
794
+ "learning_rate": 2.6034257764428456e-05,
795
+ "loss": 0.2554,
796
+ "step": 1090
797
+ },
798
+ {
799
+ "epoch": 1.629327902240326,
800
+ "grad_norm": 1.2559823989868164,
801
+ "learning_rate": 2.560343064931941e-05,
802
+ "loss": 0.2542,
803
+ "step": 1100
804
+ },
805
+ {
806
+ "epoch": 1.6441399740788742,
807
+ "grad_norm": 0.8543432950973511,
808
+ "learning_rate": 2.5172424135380817e-05,
809
+ "loss": 0.2702,
810
+ "step": 1110
811
+ },
812
+ {
813
+ "epoch": 1.6589520459174227,
814
+ "grad_norm": 0.8952140212059021,
815
+ "learning_rate": 2.474136636006181e-05,
816
+ "loss": 0.2951,
817
+ "step": 1120
818
+ },
819
+ {
820
+ "epoch": 1.673764117755971,
821
+ "grad_norm": 1.4929783344268799,
822
+ "learning_rate": 2.4310385476051418e-05,
823
+ "loss": 0.2831,
824
+ "step": 1130
825
+ },
826
+ {
827
+ "epoch": 1.6885761895945195,
828
+ "grad_norm": 1.0444386005401611,
829
+ "learning_rate": 2.3879609613179028e-05,
830
+ "loss": 0.253,
831
+ "step": 1140
832
+ },
833
+ {
834
+ "epoch": 1.703388261433068,
835
+ "grad_norm": 0.8181633353233337,
836
+ "learning_rate": 2.3449166840321627e-05,
837
+ "loss": 0.2836,
838
+ "step": 1150
839
+ },
840
+ {
841
+ "epoch": 1.7182003332716165,
842
+ "grad_norm": 0.8273675441741943,
843
+ "learning_rate": 2.3019185127329144e-05,
844
+ "loss": 0.2922,
845
+ "step": 1160
846
+ },
847
+ {
848
+ "epoch": 1.7330124051101647,
849
+ "grad_norm": 1.3424749374389648,
850
+ "learning_rate": 2.258979230697923e-05,
851
+ "loss": 0.2787,
852
+ "step": 1170
853
+ },
854
+ {
855
+ "epoch": 1.7478244769487132,
856
+ "grad_norm": 1.03569495677948,
857
+ "learning_rate": 2.2161116036972884e-05,
858
+ "loss": 0.2781,
859
+ "step": 1180
860
+ },
861
+ {
862
+ "epoch": 1.7626365487872615,
863
+ "grad_norm": 1.2545360326766968,
864
+ "learning_rate": 2.1733283761981936e-05,
865
+ "loss": 0.2541,
866
+ "step": 1190
867
+ },
868
+ {
869
+ "epoch": 1.77744862062581,
870
+ "grad_norm": 1.7133238315582275,
871
+ "learning_rate": 2.130642267576008e-05,
872
+ "loss": 0.2651,
873
+ "step": 1200
874
+ },
875
+ {
876
+ "epoch": 1.77744862062581,
877
+ "eval_loss": 0.32795146107673645,
878
+ "eval_runtime": 51.064,
879
+ "eval_samples_per_second": 11.77,
880
+ "eval_steps_per_second": 11.77,
881
+ "step": 1200
882
+ }
883
+ ],
884
+ "logging_steps": 10,
885
+ "max_steps": 2025,
886
+ "num_input_tokens_seen": 0,
887
+ "num_train_epochs": 3,
888
+ "save_steps": 300,
889
+ "stateful_callbacks": {
890
+ "TrainerControl": {
891
+ "args": {
892
+ "should_epoch_stop": false,
893
+ "should_evaluate": false,
894
+ "should_log": false,
895
+ "should_save": true,
896
+ "should_training_stop": false
897
+ },
898
+ "attributes": {}
899
+ }
900
+ },
901
+ "total_flos": 1.3424219794582733e+17,
902
+ "train_batch_size": 1,
903
+ "trial_name": null,
904
+ "trial_params": null
905
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af188fc0cdd886f823674bde20fcc1a073ce20fca2051a73224a728b085c5790
3
+ size 5496
vocab.json ADDED
The diff for this file is too large to render. See raw diff