tohuy2710 commited on
Commit
7de1b57
·
verified ·
1 Parent(s): 789cc74

upload first version

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-1.5B
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.14.0
adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-1.5B",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 32,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.1,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "v_proj",
27
+ "q_proj"
28
+ ],
29
+ "task_type": "CAUSAL_LM",
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79cec2678902faf0b19ec5fbcbf3e658d1f8bdecc4f6107c7c11aef064d5ace6
3
+ size 4372840
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
 
special_tokens_map.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|im_end|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|im_start|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
+ "eos_token": {
19
+ "content": "<|im_end|>",
20
+ "lstrip": false,
21
+ "normalized": false,
22
+ "rstrip": false,
23
+ "single_word": false
24
+ },
25
+ "pad_token": {
26
+ "content": "<|endoftext|>",
27
+ "lstrip": false,
28
+ "normalized": false,
29
+ "rstrip": false,
30
+ "single_word": false
31
+ }
32
+ }
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,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_end|>",
184
+ "<|im_start|>"
185
+ ],
186
+ "bos_token": null,
187
+ "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",
188
+ "clean_up_tokenization_spaces": false,
189
+ "eos_token": "<|im_end|>",
190
+ "errors": "replace",
191
+ "extra_special_tokens": {},
192
+ "model_max_length": 1024,
193
+ "pad_token": "<|endoftext|>",
194
+ "padding_side": "right",
195
+ "split_special_tokens": false,
196
+ "tokenizer_class": "Qwen2Tokenizer",
197
+ "truncation": true,
198
+ "unk_token": null
199
+ }
trainer_state.json ADDED
@@ -0,0 +1,1253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 5555,
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.0288028802880288,
13
+ "grad_norm": 0.9036304950714111,
14
+ "learning_rate": 5.755395683453238e-07,
15
+ "loss": 1.0187,
16
+ "step": 32
17
+ },
18
+ {
19
+ "epoch": 0.0576057605760576,
20
+ "grad_norm": 2.02474045753479,
21
+ "learning_rate": 1.1510791366906476e-06,
22
+ "loss": 1.0342,
23
+ "step": 64
24
+ },
25
+ {
26
+ "epoch": 0.08640864086408641,
27
+ "grad_norm": 1.7671840190887451,
28
+ "learning_rate": 1.7266187050359715e-06,
29
+ "loss": 1.0534,
30
+ "step": 96
31
+ },
32
+ {
33
+ "epoch": 0.1152115211521152,
34
+ "grad_norm": 2.703395366668701,
35
+ "learning_rate": 2.302158273381295e-06,
36
+ "loss": 1.0047,
37
+ "step": 128
38
+ },
39
+ {
40
+ "epoch": 0.14401440144014402,
41
+ "grad_norm": 2.96386456489563,
42
+ "learning_rate": 2.877697841726619e-06,
43
+ "loss": 1.0125,
44
+ "step": 160
45
+ },
46
+ {
47
+ "epoch": 0.17281728172817282,
48
+ "grad_norm": 0.9527461528778076,
49
+ "learning_rate": 3.453237410071943e-06,
50
+ "loss": 0.9816,
51
+ "step": 192
52
+ },
53
+ {
54
+ "epoch": 0.20162016201620162,
55
+ "grad_norm": 2.197382926940918,
56
+ "learning_rate": 4.028776978417267e-06,
57
+ "loss": 1.05,
58
+ "step": 224
59
+ },
60
+ {
61
+ "epoch": 0.2304230423042304,
62
+ "grad_norm": 1.8034260272979736,
63
+ "learning_rate": 4.60431654676259e-06,
64
+ "loss": 0.8815,
65
+ "step": 256
66
+ },
67
+ {
68
+ "epoch": 0.25922592259225924,
69
+ "grad_norm": 2.3050363063812256,
70
+ "learning_rate": 5.179856115107914e-06,
71
+ "loss": 0.9027,
72
+ "step": 288
73
+ },
74
+ {
75
+ "epoch": 0.28802880288028804,
76
+ "grad_norm": 2.022681951522827,
77
+ "learning_rate": 5.755395683453238e-06,
78
+ "loss": 0.865,
79
+ "step": 320
80
+ },
81
+ {
82
+ "epoch": 0.31683168316831684,
83
+ "grad_norm": 1.3653255701065063,
84
+ "learning_rate": 6.330935251798561e-06,
85
+ "loss": 0.8724,
86
+ "step": 352
87
+ },
88
+ {
89
+ "epoch": 0.34563456345634563,
90
+ "grad_norm": 1.3452287912368774,
91
+ "learning_rate": 6.906474820143886e-06,
92
+ "loss": 0.8093,
93
+ "step": 384
94
+ },
95
+ {
96
+ "epoch": 0.37443744374437443,
97
+ "grad_norm": 1.9356400966644287,
98
+ "learning_rate": 7.48201438848921e-06,
99
+ "loss": 0.7579,
100
+ "step": 416
101
+ },
102
+ {
103
+ "epoch": 0.40324032403240323,
104
+ "grad_norm": 1.4237608909606934,
105
+ "learning_rate": 8.057553956834533e-06,
106
+ "loss": 0.7364,
107
+ "step": 448
108
+ },
109
+ {
110
+ "epoch": 0.43204320432043203,
111
+ "grad_norm": 1.9049218893051147,
112
+ "learning_rate": 8.633093525179856e-06,
113
+ "loss": 0.7033,
114
+ "step": 480
115
+ },
116
+ {
117
+ "epoch": 0.4608460846084608,
118
+ "grad_norm": 3.9214580059051514,
119
+ "learning_rate": 9.20863309352518e-06,
120
+ "loss": 0.696,
121
+ "step": 512
122
+ },
123
+ {
124
+ "epoch": 0.4896489648964896,
125
+ "grad_norm": 1.9122344255447388,
126
+ "learning_rate": 9.784172661870505e-06,
127
+ "loss": 0.697,
128
+ "step": 544
129
+ },
130
+ {
131
+ "epoch": 0.5184518451845185,
132
+ "grad_norm": 4.641770362854004,
133
+ "learning_rate": 9.999605063062183e-06,
134
+ "loss": 0.6691,
135
+ "step": 576
136
+ },
137
+ {
138
+ "epoch": 0.5472547254725473,
139
+ "grad_norm": 1.5034338235855103,
140
+ "learning_rate": 9.997330428740717e-06,
141
+ "loss": 0.6846,
142
+ "step": 608
143
+ },
144
+ {
145
+ "epoch": 0.5760576057605761,
146
+ "grad_norm": 1.306266188621521,
147
+ "learning_rate": 9.993034838418394e-06,
148
+ "loss": 0.6663,
149
+ "step": 640
150
+ },
151
+ {
152
+ "epoch": 0.6048604860486049,
153
+ "grad_norm": 4.800021648406982,
154
+ "learning_rate": 9.986720029262515e-06,
155
+ "loss": 0.6264,
156
+ "step": 672
157
+ },
158
+ {
159
+ "epoch": 0.6336633663366337,
160
+ "grad_norm": 1.366411566734314,
161
+ "learning_rate": 9.97838855502686e-06,
162
+ "loss": 0.6116,
163
+ "step": 704
164
+ },
165
+ {
166
+ "epoch": 0.6624662466246625,
167
+ "grad_norm": 1.8418484926223755,
168
+ "learning_rate": 9.968043785018917e-06,
169
+ "loss": 0.6244,
170
+ "step": 736
171
+ },
172
+ {
173
+ "epoch": 0.6912691269126913,
174
+ "grad_norm": 7.662785053253174,
175
+ "learning_rate": 9.955689902737327e-06,
176
+ "loss": 0.5972,
177
+ "step": 768
178
+ },
179
+ {
180
+ "epoch": 0.7200720072007201,
181
+ "grad_norm": 1.7773517370224,
182
+ "learning_rate": 9.941331904180025e-06,
183
+ "loss": 0.6061,
184
+ "step": 800
185
+ },
186
+ {
187
+ "epoch": 0.7488748874887489,
188
+ "grad_norm": 1.4460841417312622,
189
+ "learning_rate": 9.924975595823843e-06,
190
+ "loss": 0.5821,
191
+ "step": 832
192
+ },
193
+ {
194
+ "epoch": 0.7776777677767777,
195
+ "grad_norm": 2.224186897277832,
196
+ "learning_rate": 9.906627592276318e-06,
197
+ "loss": 0.6255,
198
+ "step": 864
199
+ },
200
+ {
201
+ "epoch": 0.8064806480648065,
202
+ "grad_norm": 1.6951428651809692,
203
+ "learning_rate": 9.886295313600703e-06,
204
+ "loss": 0.6272,
205
+ "step": 896
206
+ },
207
+ {
208
+ "epoch": 0.8352835283528353,
209
+ "grad_norm": 1.9330335855484009,
210
+ "learning_rate": 9.86398698231524e-06,
211
+ "loss": 0.5994,
212
+ "step": 928
213
+ },
214
+ {
215
+ "epoch": 0.8640864086408641,
216
+ "grad_norm": 1.4903757572174072,
217
+ "learning_rate": 9.839711620067906e-06,
218
+ "loss": 0.5589,
219
+ "step": 960
220
+ },
221
+ {
222
+ "epoch": 0.8928892889288929,
223
+ "grad_norm": 1.2906200885772705,
224
+ "learning_rate": 9.813479043988013e-06,
225
+ "loss": 0.5859,
226
+ "step": 992
227
+ },
228
+ {
229
+ "epoch": 0.9216921692169217,
230
+ "grad_norm": 1.8480700254440308,
231
+ "learning_rate": 9.785299862716072e-06,
232
+ "loss": 0.6045,
233
+ "step": 1024
234
+ },
235
+ {
236
+ "epoch": 0.9504950495049505,
237
+ "grad_norm": 1.5740501880645752,
238
+ "learning_rate": 9.755185472113595e-06,
239
+ "loss": 0.5862,
240
+ "step": 1056
241
+ },
242
+ {
243
+ "epoch": 0.9792979297929792,
244
+ "grad_norm": 2.271888017654419,
245
+ "learning_rate": 9.723148050654522e-06,
246
+ "loss": 0.5833,
247
+ "step": 1088
248
+ },
249
+ {
250
+ "epoch": 1.008100810081008,
251
+ "grad_norm": 0.8760111331939697,
252
+ "learning_rate": 9.689200554500162e-06,
253
+ "loss": 0.5658,
254
+ "step": 1120
255
+ },
256
+ {
257
+ "epoch": 1.036903690369037,
258
+ "grad_norm": 1.2301350831985474,
259
+ "learning_rate": 9.65335671225963e-06,
260
+ "loss": 0.5839,
261
+ "step": 1152
262
+ },
263
+ {
264
+ "epoch": 1.0657065706570656,
265
+ "grad_norm": 1.7237297296524048,
266
+ "learning_rate": 9.615631019437896e-06,
267
+ "loss": 0.5718,
268
+ "step": 1184
269
+ },
270
+ {
271
+ "epoch": 1.0945094509450946,
272
+ "grad_norm": 1.146071434020996,
273
+ "learning_rate": 9.576038732573702e-06,
274
+ "loss": 0.6036,
275
+ "step": 1216
276
+ },
277
+ {
278
+ "epoch": 1.1233123312331232,
279
+ "grad_norm": 1.4510979652404785,
280
+ "learning_rate": 9.53459586306971e-06,
281
+ "loss": 0.602,
282
+ "step": 1248
283
+ },
284
+ {
285
+ "epoch": 1.1521152115211521,
286
+ "grad_norm": 1.3618237972259521,
287
+ "learning_rate": 9.491319170717375e-06,
288
+ "loss": 0.5661,
289
+ "step": 1280
290
+ },
291
+ {
292
+ "epoch": 1.1809180918091808,
293
+ "grad_norm": 1.5930922031402588,
294
+ "learning_rate": 9.446226156919164e-06,
295
+ "loss": 0.5892,
296
+ "step": 1312
297
+ },
298
+ {
299
+ "epoch": 1.2097209720972097,
300
+ "grad_norm": 1.0816315412521362,
301
+ "learning_rate": 9.399335057610872e-06,
302
+ "loss": 0.5816,
303
+ "step": 1344
304
+ },
305
+ {
306
+ "epoch": 1.2385238523852384,
307
+ "grad_norm": 1.2080299854278564,
308
+ "learning_rate": 9.350664835886873e-06,
309
+ "loss": 0.5766,
310
+ "step": 1376
311
+ },
312
+ {
313
+ "epoch": 1.2673267326732673,
314
+ "grad_norm": 1.655219554901123,
315
+ "learning_rate": 9.300235174331309e-06,
316
+ "loss": 0.5925,
317
+ "step": 1408
318
+ },
319
+ {
320
+ "epoch": 1.296129612961296,
321
+ "grad_norm": 1.02821683883667,
322
+ "learning_rate": 9.248066467058315e-06,
323
+ "loss": 0.5726,
324
+ "step": 1440
325
+ },
326
+ {
327
+ "epoch": 1.324932493249325,
328
+ "grad_norm": 1.9538413286209106,
329
+ "learning_rate": 9.194179811464499e-06,
330
+ "loss": 0.5405,
331
+ "step": 1472
332
+ },
333
+ {
334
+ "epoch": 1.3537353735373538,
335
+ "grad_norm": 1.4714971780776978,
336
+ "learning_rate": 9.138596999696994e-06,
337
+ "loss": 0.5848,
338
+ "step": 1504
339
+ },
340
+ {
341
+ "epoch": 1.3825382538253825,
342
+ "grad_norm": 1.3316493034362793,
343
+ "learning_rate": 9.081340509840568e-06,
344
+ "loss": 0.5796,
345
+ "step": 1536
346
+ },
347
+ {
348
+ "epoch": 1.4113411341134112,
349
+ "grad_norm": 1.2864930629730225,
350
+ "learning_rate": 9.022433496827323e-06,
351
+ "loss": 0.5695,
352
+ "step": 1568
353
+ },
354
+ {
355
+ "epoch": 1.4401440144014401,
356
+ "grad_norm": 1.261751651763916,
357
+ "learning_rate": 8.961899783072673e-06,
358
+ "loss": 0.5779,
359
+ "step": 1600
360
+ },
361
+ {
362
+ "epoch": 1.468946894689469,
363
+ "grad_norm": 1.6343884468078613,
364
+ "learning_rate": 8.899763848841396e-06,
365
+ "loss": 0.6653,
366
+ "step": 1632
367
+ },
368
+ {
369
+ "epoch": 1.4977497749774977,
370
+ "grad_norm": 1.3842564821243286,
371
+ "learning_rate": 8.836050822347632e-06,
372
+ "loss": 0.6163,
373
+ "step": 1664
374
+ },
375
+ {
376
+ "epoch": 1.5265526552655264,
377
+ "grad_norm": 1.3212823867797852,
378
+ "learning_rate": 8.770786469592863e-06,
379
+ "loss": 0.5873,
380
+ "step": 1696
381
+ },
382
+ {
383
+ "epoch": 1.5553555355535553,
384
+ "grad_norm": 1.8528977632522583,
385
+ "learning_rate": 8.703997183945949e-06,
386
+ "loss": 0.5722,
387
+ "step": 1728
388
+ },
389
+ {
390
+ "epoch": 1.5841584158415842,
391
+ "grad_norm": 2.5258665084838867,
392
+ "learning_rate": 8.635709975469479e-06,
393
+ "loss": 0.5556,
394
+ "step": 1760
395
+ },
396
+ {
397
+ "epoch": 1.612961296129613,
398
+ "grad_norm": 1.2707765102386475,
399
+ "learning_rate": 8.565952459996684e-06,
400
+ "loss": 0.5536,
401
+ "step": 1792
402
+ },
403
+ {
404
+ "epoch": 1.6417641764176416,
405
+ "grad_norm": 1.631494164466858,
406
+ "learning_rate": 8.49475284796342e-06,
407
+ "loss": 0.5651,
408
+ "step": 1824
409
+ },
410
+ {
411
+ "epoch": 1.6705670567056705,
412
+ "grad_norm": 2.1226248741149902,
413
+ "learning_rate": 8.422139932999658e-06,
414
+ "loss": 0.5679,
415
+ "step": 1856
416
+ },
417
+ {
418
+ "epoch": 1.6993699369936994,
419
+ "grad_norm": 2.1261792182922363,
420
+ "learning_rate": 8.34814308028513e-06,
421
+ "loss": 0.5896,
422
+ "step": 1888
423
+ },
424
+ {
425
+ "epoch": 1.7281728172817283,
426
+ "grad_norm": 3.6276915073394775,
427
+ "learning_rate": 8.272792214673851e-06,
428
+ "loss": 0.5859,
429
+ "step": 1920
430
+ },
431
+ {
432
+ "epoch": 1.756975697569757,
433
+ "grad_norm": 1.1661372184753418,
434
+ "learning_rate": 8.19611780859229e-06,
435
+ "loss": 0.6355,
436
+ "step": 1952
437
+ },
438
+ {
439
+ "epoch": 1.7857785778577857,
440
+ "grad_norm": 1.1813215017318726,
441
+ "learning_rate": 8.118150869716101e-06,
442
+ "loss": 0.5659,
443
+ "step": 1984
444
+ },
445
+ {
446
+ "epoch": 1.8145814581458146,
447
+ "grad_norm": 1.6434768438339233,
448
+ "learning_rate": 8.038922928430408e-06,
449
+ "loss": 0.5681,
450
+ "step": 2016
451
+ },
452
+ {
453
+ "epoch": 1.8433843384338435,
454
+ "grad_norm": 2.215708017349243,
455
+ "learning_rate": 7.95846602507868e-06,
456
+ "loss": 0.5849,
457
+ "step": 2048
458
+ },
459
+ {
460
+ "epoch": 1.8721872187218722,
461
+ "grad_norm": 1.4538156986236572,
462
+ "learning_rate": 7.876812697005396e-06,
463
+ "loss": 0.5677,
464
+ "step": 2080
465
+ },
466
+ {
467
+ "epoch": 1.900990099009901,
468
+ "grad_norm": 1.8781392574310303,
469
+ "learning_rate": 7.79399596539771e-06,
470
+ "loss": 0.5612,
471
+ "step": 2112
472
+ },
473
+ {
474
+ "epoch": 1.9297929792979298,
475
+ "grad_norm": 2.6248340606689453,
476
+ "learning_rate": 7.710049321931453e-06,
477
+ "loss": 0.5578,
478
+ "step": 2144
479
+ },
480
+ {
481
+ "epoch": 1.9585958595859587,
482
+ "grad_norm": 2.893212080001831,
483
+ "learning_rate": 7.625006715226844e-06,
484
+ "loss": 0.5925,
485
+ "step": 2176
486
+ },
487
+ {
488
+ "epoch": 1.9873987398739874,
489
+ "grad_norm": 1.3693437576293945,
490
+ "learning_rate": 7.538902537119445e-06,
491
+ "loss": 0.5519,
492
+ "step": 2208
493
+ },
494
+ {
495
+ "epoch": 2.016201620162016,
496
+ "grad_norm": 0.9655335545539856,
497
+ "learning_rate": 7.451771608751854e-06,
498
+ "loss": 0.5848,
499
+ "step": 2240
500
+ },
501
+ {
502
+ "epoch": 2.045004500450045,
503
+ "grad_norm": 1.7546676397323608,
504
+ "learning_rate": 7.3636491664917746e-06,
505
+ "loss": 0.5676,
506
+ "step": 2272
507
+ },
508
+ {
509
+ "epoch": 2.073807380738074,
510
+ "grad_norm": 1.35713791847229,
511
+ "learning_rate": 7.274570847682192e-06,
512
+ "loss": 0.5995,
513
+ "step": 2304
514
+ },
515
+ {
516
+ "epoch": 2.102610261026103,
517
+ "grad_norm": 1.368743896484375,
518
+ "learning_rate": 7.184572676229373e-06,
519
+ "loss": 0.5532,
520
+ "step": 2336
521
+ },
522
+ {
523
+ "epoch": 2.1314131413141313,
524
+ "grad_norm": 1.5946100950241089,
525
+ "learning_rate": 7.093691048034539e-06,
526
+ "loss": 0.5732,
527
+ "step": 2368
528
+ },
529
+ {
530
+ "epoch": 2.16021602160216,
531
+ "grad_norm": 1.4962303638458252,
532
+ "learning_rate": 7.001962716275111e-06,
533
+ "loss": 0.6021,
534
+ "step": 2400
535
+ },
536
+ {
537
+ "epoch": 2.189018901890189,
538
+ "grad_norm": 2.6867597103118896,
539
+ "learning_rate": 6.909424776541456e-06,
540
+ "loss": 0.5429,
541
+ "step": 2432
542
+ },
543
+ {
544
+ "epoch": 2.217821782178218,
545
+ "grad_norm": 1.6566091775894165,
546
+ "learning_rate": 6.816114651835171e-06,
547
+ "loss": 0.5284,
548
+ "step": 2464
549
+ },
550
+ {
551
+ "epoch": 2.2466246624662465,
552
+ "grad_norm": 1.1805468797683716,
553
+ "learning_rate": 6.7220700774349524e-06,
554
+ "loss": 0.5797,
555
+ "step": 2496
556
+ },
557
+ {
558
+ "epoch": 2.2754275427542754,
559
+ "grad_norm": 1.6449726819992065,
560
+ "learning_rate": 6.627329085636178e-06,
561
+ "loss": 0.5624,
562
+ "step": 2528
563
+ },
564
+ {
565
+ "epoch": 2.3042304230423043,
566
+ "grad_norm": 1.2300235033035278,
567
+ "learning_rate": 6.531929990370387e-06,
568
+ "loss": 0.5629,
569
+ "step": 2560
570
+ },
571
+ {
572
+ "epoch": 2.333033303330333,
573
+ "grad_norm": 1.2485629320144653,
574
+ "learning_rate": 6.43591137171084e-06,
575
+ "loss": 0.561,
576
+ "step": 2592
577
+ },
578
+ {
579
+ "epoch": 2.3618361836183617,
580
+ "grad_norm": 1.2627168893814087,
581
+ "learning_rate": 6.3393120602704675e-06,
582
+ "loss": 0.5707,
583
+ "step": 2624
584
+ },
585
+ {
586
+ "epoch": 2.3906390639063906,
587
+ "grad_norm": 1.8480335474014282,
588
+ "learning_rate": 6.242171121498498e-06,
589
+ "loss": 0.5759,
590
+ "step": 2656
591
+ },
592
+ {
593
+ "epoch": 2.4194419441944195,
594
+ "grad_norm": 1.5584763288497925,
595
+ "learning_rate": 6.144527839882107e-06,
596
+ "loss": 0.5641,
597
+ "step": 2688
598
+ },
599
+ {
600
+ "epoch": 2.4482448244824484,
601
+ "grad_norm": 1.1628447771072388,
602
+ "learning_rate": 6.046421703059493e-06,
603
+ "loss": 0.5853,
604
+ "step": 2720
605
+ },
606
+ {
607
+ "epoch": 2.477047704770477,
608
+ "grad_norm": 1.420699119567871,
609
+ "learning_rate": 5.9478923858507955e-06,
610
+ "loss": 0.5572,
611
+ "step": 2752
612
+ },
613
+ {
614
+ "epoch": 2.5058505850585058,
615
+ "grad_norm": 1.5408899784088135,
616
+ "learning_rate": 5.848979734213309e-06,
617
+ "loss": 0.5835,
618
+ "step": 2784
619
+ },
620
+ {
621
+ "epoch": 2.5346534653465347,
622
+ "grad_norm": 3.342973470687866,
623
+ "learning_rate": 5.74972374912751e-06,
624
+ "loss": 0.5648,
625
+ "step": 2816
626
+ },
627
+ {
628
+ "epoch": 2.5634563456345636,
629
+ "grad_norm": 1.3234657049179077,
630
+ "learning_rate": 5.650164570420358e-06,
631
+ "loss": 0.5838,
632
+ "step": 2848
633
+ },
634
+ {
635
+ "epoch": 2.592259225922592,
636
+ "grad_norm": 3.896916627883911,
637
+ "learning_rate": 5.5503424605324715e-06,
638
+ "loss": 0.5716,
639
+ "step": 2880
640
+ },
641
+ {
642
+ "epoch": 2.621062106210621,
643
+ "grad_norm": 1.4137349128723145,
644
+ "learning_rate": 5.450297788235718e-06,
645
+ "loss": 0.5895,
646
+ "step": 2912
647
+ },
648
+ {
649
+ "epoch": 2.64986498649865,
650
+ "grad_norm": 1.852388620376587,
651
+ "learning_rate": 5.350071012307776e-06,
652
+ "loss": 0.5525,
653
+ "step": 2944
654
+ },
655
+ {
656
+ "epoch": 2.678667866786679,
657
+ "grad_norm": 1.226164698600769,
658
+ "learning_rate": 5.24970266517034e-06,
659
+ "loss": 0.5549,
660
+ "step": 2976
661
+ },
662
+ {
663
+ "epoch": 2.7074707470747077,
664
+ "grad_norm": 1.257299542427063,
665
+ "learning_rate": 5.149233336497501e-06,
666
+ "loss": 0.5797,
667
+ "step": 3008
668
+ },
669
+ {
670
+ "epoch": 2.736273627362736,
671
+ "grad_norm": 1.4466633796691895,
672
+ "learning_rate": 5.048703656801004e-06,
673
+ "loss": 0.5629,
674
+ "step": 3040
675
+ },
676
+ {
677
+ "epoch": 2.765076507650765,
678
+ "grad_norm": 2.2335245609283447,
679
+ "learning_rate": 4.948154280998981e-06,
680
+ "loss": 0.5626,
681
+ "step": 3072
682
+ },
683
+ {
684
+ "epoch": 2.793879387938794,
685
+ "grad_norm": 1.4836534261703491,
686
+ "learning_rate": 4.847625871974807e-06,
687
+ "loss": 0.5659,
688
+ "step": 3104
689
+ },
690
+ {
691
+ "epoch": 2.8226822682268224,
692
+ "grad_norm": 1.282368540763855,
693
+ "learning_rate": 4.747159084132742e-06,
694
+ "loss": 0.5957,
695
+ "step": 3136
696
+ },
697
+ {
698
+ "epoch": 2.8514851485148514,
699
+ "grad_norm": 1.2289072275161743,
700
+ "learning_rate": 4.646794546957001e-06,
701
+ "loss": 0.5754,
702
+ "step": 3168
703
+ },
704
+ {
705
+ "epoch": 2.8802880288028803,
706
+ "grad_norm": 1.3047752380371094,
707
+ "learning_rate": 4.546572848580907e-06,
708
+ "loss": 0.6166,
709
+ "step": 3200
710
+ },
711
+ {
712
+ "epoch": 2.909090909090909,
713
+ "grad_norm": 1.365952730178833,
714
+ "learning_rate": 4.446534519372744e-06,
715
+ "loss": 0.5474,
716
+ "step": 3232
717
+ },
718
+ {
719
+ "epoch": 2.937893789378938,
720
+ "grad_norm": 1.4504116773605347,
721
+ "learning_rate": 4.34672001554501e-06,
722
+ "loss": 0.564,
723
+ "step": 3264
724
+ },
725
+ {
726
+ "epoch": 2.9666966696669665,
727
+ "grad_norm": 2.4160330295562744,
728
+ "learning_rate": 4.247169702793625e-06,
729
+ "loss": 0.5578,
730
+ "step": 3296
731
+ },
732
+ {
733
+ "epoch": 2.9954995499549955,
734
+ "grad_norm": 1.876542568206787,
735
+ "learning_rate": 4.1479238399737485e-06,
736
+ "loss": 0.5885,
737
+ "step": 3328
738
+ },
739
+ {
740
+ "epoch": 3.0243024302430244,
741
+ "grad_norm": 2.028958320617676,
742
+ "learning_rate": 4.049022562818829e-06,
743
+ "loss": 0.5875,
744
+ "step": 3360
745
+ },
746
+ {
747
+ "epoch": 3.0531053105310533,
748
+ "grad_norm": 1.76653254032135,
749
+ "learning_rate": 3.950505867709418e-06,
750
+ "loss": 0.5559,
751
+ "step": 3392
752
+ },
753
+ {
754
+ "epoch": 3.0819081908190817,
755
+ "grad_norm": 1.768809199333191,
756
+ "learning_rate": 3.852413595498343e-06,
757
+ "loss": 0.5792,
758
+ "step": 3424
759
+ },
760
+ {
761
+ "epoch": 3.1107110711071106,
762
+ "grad_norm": 1.5263768434524536,
763
+ "learning_rate": 3.7547854153987973e-06,
764
+ "loss": 0.5742,
765
+ "step": 3456
766
+ },
767
+ {
768
+ "epoch": 3.1395139513951396,
769
+ "grad_norm": 1.5573300123214722,
770
+ "learning_rate": 3.6576608089418188e-06,
771
+ "loss": 0.5664,
772
+ "step": 3488
773
+ },
774
+ {
775
+ "epoch": 3.1683168316831685,
776
+ "grad_norm": 1.0428520441055298,
777
+ "learning_rate": 3.561079054009678e-06,
778
+ "loss": 0.5434,
779
+ "step": 3520
780
+ },
781
+ {
782
+ "epoch": 3.197119711971197,
783
+ "grad_norm": 1.465216875076294,
784
+ "learning_rate": 3.4650792089516238e-06,
785
+ "loss": 0.5603,
786
+ "step": 3552
787
+ },
788
+ {
789
+ "epoch": 3.225922592259226,
790
+ "grad_norm": 1.1263318061828613,
791
+ "learning_rate": 3.3697000967884107e-06,
792
+ "loss": 0.5636,
793
+ "step": 3584
794
+ },
795
+ {
796
+ "epoch": 3.2547254725472547,
797
+ "grad_norm": 1.6343493461608887,
798
+ "learning_rate": 3.274980289511995e-06,
799
+ "loss": 0.5797,
800
+ "step": 3616
801
+ },
802
+ {
803
+ "epoch": 3.2835283528352837,
804
+ "grad_norm": 2.2945406436920166,
805
+ "learning_rate": 3.1809580924867358e-06,
806
+ "loss": 0.5638,
807
+ "step": 3648
808
+ },
809
+ {
810
+ "epoch": 3.312331233123312,
811
+ "grad_norm": 1.1425927877426147,
812
+ "learning_rate": 3.087671528958445e-06,
813
+ "loss": 0.559,
814
+ "step": 3680
815
+ },
816
+ {
817
+ "epoch": 3.341134113411341,
818
+ "grad_norm": 1.1738224029541016,
819
+ "learning_rate": 2.9951583246775147e-06,
820
+ "loss": 0.5947,
821
+ "step": 3712
822
+ },
823
+ {
824
+ "epoch": 3.36993699369937,
825
+ "grad_norm": 1.0960267782211304,
826
+ "learning_rate": 2.9034558926423427e-06,
827
+ "loss": 0.5609,
828
+ "step": 3744
829
+ },
830
+ {
831
+ "epoch": 3.398739873987399,
832
+ "grad_norm": 2.027769088745117,
833
+ "learning_rate": 2.812601317969266e-06,
834
+ "loss": 0.5932,
835
+ "step": 3776
836
+ },
837
+ {
838
+ "epoch": 3.4275427542754278,
839
+ "grad_norm": 1.8806779384613037,
840
+ "learning_rate": 2.7226313428950703e-06,
841
+ "loss": 0.546,
842
+ "step": 3808
843
+ },
844
+ {
845
+ "epoch": 3.4563456345634562,
846
+ "grad_norm": 1.778334617614746,
847
+ "learning_rate": 2.633582351918156e-06,
848
+ "loss": 0.5645,
849
+ "step": 3840
850
+ },
851
+ {
852
+ "epoch": 3.485148514851485,
853
+ "grad_norm": 1.2001926898956299,
854
+ "learning_rate": 2.545490357084409e-06,
855
+ "loss": 0.5634,
856
+ "step": 3872
857
+ },
858
+ {
859
+ "epoch": 3.513951395139514,
860
+ "grad_norm": 3.2067384719848633,
861
+ "learning_rate": 2.4583909834236563e-06,
862
+ "loss": 0.5409,
863
+ "step": 3904
864
+ },
865
+ {
866
+ "epoch": 3.5427542754275425,
867
+ "grad_norm": 2.1273581981658936,
868
+ "learning_rate": 2.372319454542659e-06,
869
+ "loss": 0.5632,
870
+ "step": 3936
871
+ },
872
+ {
873
+ "epoch": 3.5715571557155714,
874
+ "grad_norm": 1.4944703578948975,
875
+ "learning_rate": 2.28731057838043e-06,
876
+ "loss": 0.5438,
877
+ "step": 3968
878
+ },
879
+ {
880
+ "epoch": 3.6003600360036003,
881
+ "grad_norm": 1.5785070657730103,
882
+ "learning_rate": 2.203398733131661e-06,
883
+ "loss": 0.5491,
884
+ "step": 4000
885
+ },
886
+ {
887
+ "epoch": 3.6291629162916292,
888
+ "grad_norm": 1.9863430261611938,
889
+ "learning_rate": 2.120617853343926e-06,
890
+ "loss": 0.5681,
891
+ "step": 4032
892
+ },
893
+ {
894
+ "epoch": 3.657965796579658,
895
+ "grad_norm": 1.9844887256622314,
896
+ "learning_rate": 2.0390014161943224e-06,
897
+ "loss": 0.55,
898
+ "step": 4064
899
+ },
900
+ {
901
+ "epoch": 3.6867686768676866,
902
+ "grad_norm": 1.2234737873077393,
903
+ "learning_rate": 1.958582427951051e-06,
904
+ "loss": 0.5517,
905
+ "step": 4096
906
+ },
907
+ {
908
+ "epoch": 3.7155715571557155,
909
+ "grad_norm": 1.3753498792648315,
910
+ "learning_rate": 1.8793934106254557e-06,
911
+ "loss": 0.5613,
912
+ "step": 4128
913
+ },
914
+ {
915
+ "epoch": 3.7443744374437444,
916
+ "grad_norm": 1.6427245140075684,
917
+ "learning_rate": 1.8014663888198763e-06,
918
+ "loss": 0.5548,
919
+ "step": 4160
920
+ },
921
+ {
922
+ "epoch": 3.7731773177317733,
923
+ "grad_norm": 2.217555522918701,
924
+ "learning_rate": 1.7248328767766875e-06,
925
+ "loss": 0.5803,
926
+ "step": 4192
927
+ },
928
+ {
929
+ "epoch": 3.801980198019802,
930
+ "grad_norm": 1.24624764919281,
931
+ "learning_rate": 1.6495238656337076e-06,
932
+ "loss": 0.6296,
933
+ "step": 4224
934
+ },
935
+ {
936
+ "epoch": 3.8307830783078307,
937
+ "grad_norm": 1.3684077262878418,
938
+ "learning_rate": 1.575569810891156e-06,
939
+ "loss": 0.5865,
940
+ "step": 4256
941
+ },
942
+ {
943
+ "epoch": 3.8595859585958596,
944
+ "grad_norm": 2.7931735515594482,
945
+ "learning_rate": 1.503000620095244e-06,
946
+ "loss": 0.5758,
947
+ "step": 4288
948
+ },
949
+ {
950
+ "epoch": 3.8883888388838885,
951
+ "grad_norm": 1.8946348428726196,
952
+ "learning_rate": 1.4318456407433434e-06,
953
+ "loss": 0.563,
954
+ "step": 4320
955
+ },
956
+ {
957
+ "epoch": 3.9171917191719174,
958
+ "grad_norm": 1.750241756439209,
959
+ "learning_rate": 1.3621336484156456e-06,
960
+ "loss": 0.5692,
961
+ "step": 4352
962
+ },
963
+ {
964
+ "epoch": 3.945994599459946,
965
+ "grad_norm": 1.4938685894012451,
966
+ "learning_rate": 1.2938928351381224e-06,
967
+ "loss": 0.5379,
968
+ "step": 4384
969
+ },
970
+ {
971
+ "epoch": 3.974797479747975,
972
+ "grad_norm": 4.275557041168213,
973
+ "learning_rate": 1.2271507979814624e-06,
974
+ "loss": 0.534,
975
+ "step": 4416
976
+ },
977
+ {
978
+ "epoch": 4.003600360036003,
979
+ "grad_norm": 1.308555245399475,
980
+ "learning_rate": 1.1619345279006212e-06,
981
+ "loss": 0.5957,
982
+ "step": 4448
983
+ },
984
+ {
985
+ "epoch": 4.032403240324032,
986
+ "grad_norm": 1.5460844039916992,
987
+ "learning_rate": 1.0982703988194876e-06,
988
+ "loss": 0.5711,
989
+ "step": 4480
990
+ },
991
+ {
992
+ "epoch": 4.061206120612061,
993
+ "grad_norm": 1.5028718709945679,
994
+ "learning_rate": 1.0361841569650816e-06,
995
+ "loss": 0.5848,
996
+ "step": 4512
997
+ },
998
+ {
999
+ "epoch": 4.09000900090009,
1000
+ "grad_norm": 1.7333652973175049,
1001
+ "learning_rate": 9.75700910455592e-07,
1002
+ "loss": 0.5748,
1003
+ "step": 4544
1004
+ },
1005
+ {
1006
+ "epoch": 4.118811881188119,
1007
+ "grad_norm": 1.941709041595459,
1008
+ "learning_rate": 9.168451191464822e-07,
1009
+ "loss": 0.5728,
1010
+ "step": 4576
1011
+ },
1012
+ {
1013
+ "epoch": 4.147614761476148,
1014
+ "grad_norm": 1.418080449104309,
1015
+ "learning_rate": 8.596405847387462e-07,
1016
+ "loss": 0.5787,
1017
+ "step": 4608
1018
+ },
1019
+ {
1020
+ "epoch": 4.176417641764177,
1021
+ "grad_norm": 1.187457799911499,
1022
+ "learning_rate": 8.041104411533329e-07,
1023
+ "loss": 0.5324,
1024
+ "step": 4640
1025
+ },
1026
+ {
1027
+ "epoch": 4.205220522052206,
1028
+ "grad_norm": 1.3761279582977295,
1029
+ "learning_rate": 7.502771451756197e-07,
1030
+ "loss": 0.5721,
1031
+ "step": 4672
1032
+ },
1033
+ {
1034
+ "epoch": 4.234023402340234,
1035
+ "grad_norm": 0.9498482942581177,
1036
+ "learning_rate": 6.981624673737336e-07,
1037
+ "loss": 0.5712,
1038
+ "step": 4704
1039
+ },
1040
+ {
1041
+ "epoch": 4.262826282628263,
1042
+ "grad_norm": 1.5619556903839111,
1043
+ "learning_rate": 6.477874832943781e-07,
1044
+ "loss": 0.5483,
1045
+ "step": 4736
1046
+ },
1047
+ {
1048
+ "epoch": 4.2916291629162915,
1049
+ "grad_norm": 1.354587435722351,
1050
+ "learning_rate": 5.991725649397279e-07,
1051
+ "loss": 0.5314,
1052
+ "step": 4768
1053
+ },
1054
+ {
1055
+ "epoch": 4.32043204320432,
1056
+ "grad_norm": 1.8367897272109985,
1057
+ "learning_rate": 5.523373725288506e-07,
1058
+ "loss": 0.5895,
1059
+ "step": 4800
1060
+ },
1061
+ {
1062
+ "epoch": 4.349234923492349,
1063
+ "grad_norm": 1.9770034551620483,
1064
+ "learning_rate": 5.073008465469731e-07,
1065
+ "loss": 0.5482,
1066
+ "step": 4832
1067
+ },
1068
+ {
1069
+ "epoch": 4.378037803780378,
1070
+ "grad_norm": 1.3692898750305176,
1071
+ "learning_rate": 4.640812000858108e-07,
1072
+ "loss": 0.5754,
1073
+ "step": 4864
1074
+ },
1075
+ {
1076
+ "epoch": 4.406840684068407,
1077
+ "grad_norm": 1.9973537921905518,
1078
+ "learning_rate": 4.226959114780699e-07,
1079
+ "loss": 0.5309,
1080
+ "step": 4896
1081
+ },
1082
+ {
1083
+ "epoch": 4.435643564356436,
1084
+ "grad_norm": 1.6791578531265259,
1085
+ "learning_rate": 3.831617172290808e-07,
1086
+ "loss": 0.5791,
1087
+ "step": 4928
1088
+ },
1089
+ {
1090
+ "epoch": 4.464446444644464,
1091
+ "grad_norm": 1.2366864681243896,
1092
+ "learning_rate": 3.454946052484376e-07,
1093
+ "loss": 0.5401,
1094
+ "step": 4960
1095
+ },
1096
+ {
1097
+ "epoch": 4.493249324932493,
1098
+ "grad_norm": 1.513241171836853,
1099
+ "learning_rate": 3.0970980838437416e-07,
1100
+ "loss": 0.5923,
1101
+ "step": 4992
1102
+ },
1103
+ {
1104
+ "epoch": 4.522052205220522,
1105
+ "grad_norm": 1.3842517137527466,
1106
+ "learning_rate": 2.758217982634903e-07,
1107
+ "loss": 0.5654,
1108
+ "step": 5024
1109
+ },
1110
+ {
1111
+ "epoch": 4.550855085508551,
1112
+ "grad_norm": 1.9963948726654053,
1113
+ "learning_rate": 2.4384427943832335e-07,
1114
+ "loss": 0.5736,
1115
+ "step": 5056
1116
+ },
1117
+ {
1118
+ "epoch": 4.57965796579658,
1119
+ "grad_norm": 1.2688953876495361,
1120
+ "learning_rate": 2.1379018384513116e-07,
1121
+ "loss": 0.5604,
1122
+ "step": 5088
1123
+ },
1124
+ {
1125
+ "epoch": 4.608460846084609,
1126
+ "grad_norm": 1.2119768857955933,
1127
+ "learning_rate": 1.856716655741242e-07,
1128
+ "loss": 0.561,
1129
+ "step": 5120
1130
+ },
1131
+ {
1132
+ "epoch": 4.6372637263726375,
1133
+ "grad_norm": 1.7336974143981934,
1134
+ "learning_rate": 1.5950009595426474e-07,
1135
+ "loss": 0.579,
1136
+ "step": 5152
1137
+ },
1138
+ {
1139
+ "epoch": 4.666066606660666,
1140
+ "grad_norm": 3.910386562347412,
1141
+ "learning_rate": 1.3528605895461734e-07,
1142
+ "loss": 0.5591,
1143
+ "step": 5184
1144
+ },
1145
+ {
1146
+ "epoch": 4.694869486948695,
1147
+ "grad_norm": 1.0510704517364502,
1148
+ "learning_rate": 1.130393469041241e-07,
1149
+ "loss": 0.5636,
1150
+ "step": 5216
1151
+ },
1152
+ {
1153
+ "epoch": 4.723672367236723,
1154
+ "grad_norm": 1.8472617864608765,
1155
+ "learning_rate": 9.27689565315093e-08,
1156
+ "loss": 0.5553,
1157
+ "step": 5248
1158
+ },
1159
+ {
1160
+ "epoch": 4.752475247524752,
1161
+ "grad_norm": 1.5597736835479736,
1162
+ "learning_rate": 7.448308532694237e-08,
1163
+ "loss": 0.5721,
1164
+ "step": 5280
1165
+ },
1166
+ {
1167
+ "epoch": 4.781278127812781,
1168
+ "grad_norm": 1.633854627609253,
1169
+ "learning_rate": 5.8189128226913695e-08,
1170
+ "loss": 0.5994,
1171
+ "step": 5312
1172
+ },
1173
+ {
1174
+ "epoch": 4.81008100810081,
1175
+ "grad_norm": 4.339478015899658,
1176
+ "learning_rate": 4.389367462367011e-08,
1177
+ "loss": 0.5648,
1178
+ "step": 5344
1179
+ },
1180
+ {
1181
+ "epoch": 4.838883888388839,
1182
+ "grad_norm": 2.3053483963012695,
1183
+ "learning_rate": 3.160250570041601e-08,
1184
+ "loss": 0.5796,
1185
+ "step": 5376
1186
+ },
1187
+ {
1188
+ "epoch": 4.867686768676868,
1189
+ "grad_norm": 1.711835503578186,
1190
+ "learning_rate": 2.1320592093364013e-08,
1191
+ "loss": 0.5467,
1192
+ "step": 5408
1193
+ },
1194
+ {
1195
+ "epoch": 4.896489648964897,
1196
+ "grad_norm": 1.162542700767517,
1197
+ "learning_rate": 1.305209188157186e-08,
1198
+ "loss": 0.5602,
1199
+ "step": 5440
1200
+ },
1201
+ {
1202
+ "epoch": 4.925292529252925,
1203
+ "grad_norm": 1.5160582065582275,
1204
+ "learning_rate": 6.8003489053886094e-09,
1205
+ "loss": 0.5406,
1206
+ "step": 5472
1207
+ },
1208
+ {
1209
+ "epoch": 4.954095409540954,
1210
+ "grad_norm": 1.8680617809295654,
1211
+ "learning_rate": 2.5678914141791243e-09,
1212
+ "loss": 0.553,
1213
+ "step": 5504
1214
+ },
1215
+ {
1216
+ "epoch": 4.982898289828983,
1217
+ "grad_norm": 1.2880302667617798,
1218
+ "learning_rate": 3.564310438830543e-10,
1219
+ "loss": 0.5609,
1220
+ "step": 5536
1221
+ },
1222
+ {
1223
+ "epoch": 5.0,
1224
+ "step": 5555,
1225
+ "total_flos": 5.796630098241126e+16,
1226
+ "train_loss": 0.6057587686258861,
1227
+ "train_runtime": 1046.8819,
1228
+ "train_samples_per_second": 10.612,
1229
+ "train_steps_per_second": 5.306
1230
+ }
1231
+ ],
1232
+ "logging_steps": 32,
1233
+ "max_steps": 5555,
1234
+ "num_input_tokens_seen": 0,
1235
+ "num_train_epochs": 5,
1236
+ "save_steps": 500,
1237
+ "stateful_callbacks": {
1238
+ "TrainerControl": {
1239
+ "args": {
1240
+ "should_epoch_stop": false,
1241
+ "should_evaluate": false,
1242
+ "should_log": false,
1243
+ "should_save": true,
1244
+ "should_training_stop": true
1245
+ },
1246
+ "attributes": {}
1247
+ }
1248
+ },
1249
+ "total_flos": 5.796630098241126e+16,
1250
+ "train_batch_size": 1,
1251
+ "trial_name": null,
1252
+ "trial_params": null
1253
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ed7c05c8980ab7140ec4027f5fe0f250ca91461e46d05f59f2a082c0e8acab7
3
+ size 5432
vocab.json ADDED
The diff for this file is too large to render. See raw diff