SaffalPoosh commited on
Commit
f40cfa2
·
verified ·
1 Parent(s): 3bb3f8c

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen2.5-Coder-7B-Instruct-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen2.5-Coder-7B-Instruct-bnb-4bit
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.17.1
adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Qwen2.5-Coder-7B-Instruct-bnb-4bit",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "gate_proj",
29
+ "down_proj",
30
+ "o_proj",
31
+ "q_proj",
32
+ "up_proj",
33
+ "k_proj",
34
+ "v_proj"
35
+ ],
36
+ "target_parameters": null,
37
+ "task_type": "CAUSAL_LM",
38
+ "trainable_token_indices": null,
39
+ "use_dora": false,
40
+ "use_qalora": false,
41
+ "use_rslora": false
42
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:097d5196bcf3b163451a1a7ff09b82ec88037bae30892f67ca3c28426e85b8e2
3
+ size 323014168
added_tokens.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|PAD_TOKEN|>": 151665,
5
+ "<|box_end|>": 151649,
6
+ "<|box_start|>": 151648,
7
+ "<|endoftext|>": 151643,
8
+ "<|file_sep|>": 151664,
9
+ "<|fim_middle|>": 151660,
10
+ "<|fim_pad|>": 151662,
11
+ "<|fim_prefix|>": 151659,
12
+ "<|fim_suffix|>": 151661,
13
+ "<|im_end|>": 151645,
14
+ "<|im_start|>": 151644,
15
+ "<|image_pad|>": 151655,
16
+ "<|object_ref_end|>": 151647,
17
+ "<|object_ref_start|>": 151646,
18
+ "<|quad_end|>": 151651,
19
+ "<|quad_start|>": 151650,
20
+ "<|repo_name|>": 151663,
21
+ "<|video_pad|>": 151656,
22
+ "<|vision_end|>": 151653,
23
+ "<|vision_pad|>": 151654,
24
+ "<|vision_start|>": 151652
25
+ }
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:f4a4b0f1731e6edbdd38688d40ea7ab1d2179fc8d1b7230f06033dac48be44e3
3
+ size 164465413
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df20b155c6c71ba517a94d5f1e2e7dda50a33a536607f61184d8be5ae5706208
3
+ size 14645
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84194bf2a3f4a7a6d2f28d6d19d68f7e053be06766e12d3e36c88146a7ff1ace
3
+ size 1465
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": "<|PAD_TOKEN|>",
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:fab42efe8d17406525a9154b728cf9e957629a8ed7ce997770efdd71128c6a1a
3
+ size 11422086
tokenizer_config.json ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<|PAD_TOKEN|>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": true
188
+ }
189
+ },
190
+ "additional_special_tokens": [
191
+ "<|im_start|>",
192
+ "<|im_end|>",
193
+ "<|object_ref_start|>",
194
+ "<|object_ref_end|>",
195
+ "<|box_start|>",
196
+ "<|box_end|>",
197
+ "<|quad_start|>",
198
+ "<|quad_end|>",
199
+ "<|vision_start|>",
200
+ "<|vision_end|>",
201
+ "<|vision_pad|>",
202
+ "<|image_pad|>",
203
+ "<|video_pad|>"
204
+ ],
205
+ "bos_token": null,
206
+ "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",
207
+ "clean_up_tokenization_spaces": false,
208
+ "eos_token": "<|im_end|>",
209
+ "errors": "replace",
210
+ "extra_special_tokens": {},
211
+ "model_max_length": 32768,
212
+ "pad_token": "<|PAD_TOKEN|>",
213
+ "padding_side": "right",
214
+ "split_special_tokens": false,
215
+ "tokenizer_class": "Qwen2Tokenizer",
216
+ "unk_token": null
217
+ }
trainer_state.json ADDED
@@ -0,0 +1,1454 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.9997049277072882,
5
+ "eval_steps": 500,
6
+ "global_step": 10166,
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.009835743090390479,
13
+ "grad_norm": 0.05815335735678673,
14
+ "learning_rate": 0.00019999032134813635,
15
+ "loss": 0.9008,
16
+ "step": 50
17
+ },
18
+ {
19
+ "epoch": 0.019671486180780958,
20
+ "grad_norm": 0.06804105639457703,
21
+ "learning_rate": 0.00019995686668528316,
22
+ "loss": 0.7784,
23
+ "step": 100
24
+ },
25
+ {
26
+ "epoch": 0.029507229271171435,
27
+ "grad_norm": 0.07179820537567139,
28
+ "learning_rate": 0.0001998995245149411,
29
+ "loss": 0.765,
30
+ "step": 150
31
+ },
32
+ {
33
+ "epoch": 0.039342972361561916,
34
+ "grad_norm": 0.07887151092290878,
35
+ "learning_rate": 0.00019981830854063617,
36
+ "loss": 0.7539,
37
+ "step": 200
38
+ },
39
+ {
40
+ "epoch": 0.0491787154519524,
41
+ "grad_norm": 0.06816300749778748,
42
+ "learning_rate": 0.00019971323817121194,
43
+ "loss": 0.7355,
44
+ "step": 250
45
+ },
46
+ {
47
+ "epoch": 0.05901445854234287,
48
+ "grad_norm": 0.0781150683760643,
49
+ "learning_rate": 0.00019958433851619142,
50
+ "loss": 0.7295,
51
+ "step": 300
52
+ },
53
+ {
54
+ "epoch": 0.06885020163273335,
55
+ "grad_norm": 0.07763133943080902,
56
+ "learning_rate": 0.00019943164037977625,
57
+ "loss": 0.7326,
58
+ "step": 350
59
+ },
60
+ {
61
+ "epoch": 0.07868594472312383,
62
+ "grad_norm": 0.07704794406890869,
63
+ "learning_rate": 0.00019925518025348511,
64
+ "loss": 0.7267,
65
+ "step": 400
66
+ },
67
+ {
68
+ "epoch": 0.08852168781351431,
69
+ "grad_norm": 0.06781066209077835,
70
+ "learning_rate": 0.00019905500030743332,
71
+ "loss": 0.7203,
72
+ "step": 450
73
+ },
74
+ {
75
+ "epoch": 0.0983574309039048,
76
+ "grad_norm": 0.06790652126073837,
77
+ "learning_rate": 0.00019883114838025484,
78
+ "loss": 0.7243,
79
+ "step": 500
80
+ },
81
+ {
82
+ "epoch": 0.10819317399429527,
83
+ "grad_norm": 0.07213232666254044,
84
+ "learning_rate": 0.00019858367796767002,
85
+ "loss": 0.7159,
86
+ "step": 550
87
+ },
88
+ {
89
+ "epoch": 0.11802891708468574,
90
+ "grad_norm": 0.06770846992731094,
91
+ "learning_rate": 0.00019831264820970127,
92
+ "loss": 0.7115,
93
+ "step": 600
94
+ },
95
+ {
96
+ "epoch": 0.12786466017507622,
97
+ "grad_norm": 0.07667895406484604,
98
+ "learning_rate": 0.00019801812387653983,
99
+ "loss": 0.7135,
100
+ "step": 650
101
+ },
102
+ {
103
+ "epoch": 0.1377004032654667,
104
+ "grad_norm": 0.06398730725049973,
105
+ "learning_rate": 0.00019770017535306717,
106
+ "loss": 0.707,
107
+ "step": 700
108
+ },
109
+ {
110
+ "epoch": 0.14753614635585718,
111
+ "grad_norm": 0.0711282268166542,
112
+ "learning_rate": 0.00019735887862203457,
113
+ "loss": 0.7045,
114
+ "step": 750
115
+ },
116
+ {
117
+ "epoch": 0.15737188944624766,
118
+ "grad_norm": 0.06350903958082199,
119
+ "learning_rate": 0.00019699431524590477,
120
+ "loss": 0.6977,
121
+ "step": 800
122
+ },
123
+ {
124
+ "epoch": 0.16720763253663815,
125
+ "grad_norm": 0.06291402131319046,
126
+ "learning_rate": 0.00019660657234736045,
127
+ "loss": 0.7017,
128
+ "step": 850
129
+ },
130
+ {
131
+ "epoch": 0.17704337562702863,
132
+ "grad_norm": 0.07249592989683151,
133
+ "learning_rate": 0.00019619574258848376,
134
+ "loss": 0.6997,
135
+ "step": 900
136
+ },
137
+ {
138
+ "epoch": 0.1868791187174191,
139
+ "grad_norm": 0.07148096710443497,
140
+ "learning_rate": 0.00019576192414861215,
141
+ "loss": 0.6931,
142
+ "step": 950
143
+ },
144
+ {
145
+ "epoch": 0.1967148618078096,
146
+ "grad_norm": 0.080138199031353,
147
+ "learning_rate": 0.00019530522070087554,
148
+ "loss": 0.6956,
149
+ "step": 1000
150
+ },
151
+ {
152
+ "epoch": 0.20655060489820007,
153
+ "grad_norm": 0.07587867230176926,
154
+ "learning_rate": 0.00019482574138742086,
155
+ "loss": 0.6972,
156
+ "step": 1050
157
+ },
158
+ {
159
+ "epoch": 0.21638634798859055,
160
+ "grad_norm": 0.0822625681757927,
161
+ "learning_rate": 0.0001943236007933294,
162
+ "loss": 0.6887,
163
+ "step": 1100
164
+ },
165
+ {
166
+ "epoch": 0.22622209107898103,
167
+ "grad_norm": 0.06909151375293732,
168
+ "learning_rate": 0.0001937989189192334,
169
+ "loss": 0.6872,
170
+ "step": 1150
171
+ },
172
+ {
173
+ "epoch": 0.23605783416937148,
174
+ "grad_norm": 0.06804945319890976,
175
+ "learning_rate": 0.00019325182115263859,
176
+ "loss": 0.6875,
177
+ "step": 1200
178
+ },
179
+ {
180
+ "epoch": 0.24589357725976196,
181
+ "grad_norm": 0.07097342610359192,
182
+ "learning_rate": 0.00019268243823795936,
183
+ "loss": 0.6794,
184
+ "step": 1250
185
+ },
186
+ {
187
+ "epoch": 0.25572932035015244,
188
+ "grad_norm": 0.06648524850606918,
189
+ "learning_rate": 0.0001920909062452736,
190
+ "loss": 0.6844,
191
+ "step": 1300
192
+ },
193
+ {
194
+ "epoch": 0.2655650634405429,
195
+ "grad_norm": 0.06843659281730652,
196
+ "learning_rate": 0.00019147736653780508,
197
+ "loss": 0.684,
198
+ "step": 1350
199
+ },
200
+ {
201
+ "epoch": 0.2754008065309334,
202
+ "grad_norm": 0.06251444667577744,
203
+ "learning_rate": 0.00019084196573814047,
204
+ "loss": 0.6856,
205
+ "step": 1400
206
+ },
207
+ {
208
+ "epoch": 0.2852365496213239,
209
+ "grad_norm": 0.07899219542741776,
210
+ "learning_rate": 0.00019018485569319003,
211
+ "loss": 0.6753,
212
+ "step": 1450
213
+ },
214
+ {
215
+ "epoch": 0.29507229271171437,
216
+ "grad_norm": 0.07931499183177948,
217
+ "learning_rate": 0.00018950619343789934,
218
+ "loss": 0.6808,
219
+ "step": 1500
220
+ },
221
+ {
222
+ "epoch": 0.30490803580210485,
223
+ "grad_norm": 0.061664845794439316,
224
+ "learning_rate": 0.00018880614115772138,
225
+ "loss": 0.6797,
226
+ "step": 1550
227
+ },
228
+ {
229
+ "epoch": 0.31474377889249533,
230
+ "grad_norm": 0.0717281773686409,
231
+ "learning_rate": 0.00018808486614985782,
232
+ "loss": 0.6774,
233
+ "step": 1600
234
+ },
235
+ {
236
+ "epoch": 0.3245795219828858,
237
+ "grad_norm": 0.07137037068605423,
238
+ "learning_rate": 0.00018734254078327868,
239
+ "loss": 0.6787,
240
+ "step": 1650
241
+ },
242
+ {
243
+ "epoch": 0.3344152650732763,
244
+ "grad_norm": 0.07462574541568756,
245
+ "learning_rate": 0.0001865793424575298,
246
+ "loss": 0.6836,
247
+ "step": 1700
248
+ },
249
+ {
250
+ "epoch": 0.34425100816366677,
251
+ "grad_norm": 0.06719885766506195,
252
+ "learning_rate": 0.00018579545356033823,
253
+ "loss": 0.6737,
254
+ "step": 1750
255
+ },
256
+ {
257
+ "epoch": 0.35408675125405725,
258
+ "grad_norm": 0.06752898544073105,
259
+ "learning_rate": 0.00018499106142402563,
260
+ "loss": 0.6767,
261
+ "step": 1800
262
+ },
263
+ {
264
+ "epoch": 0.36392249434444773,
265
+ "grad_norm": 0.072923943400383,
266
+ "learning_rate": 0.00018416635828073994,
267
+ "loss": 0.6756,
268
+ "step": 1850
269
+ },
270
+ {
271
+ "epoch": 0.3737582374348382,
272
+ "grad_norm": 0.07471544295549393,
273
+ "learning_rate": 0.00018332154121651598,
274
+ "loss": 0.675,
275
+ "step": 1900
276
+ },
277
+ {
278
+ "epoch": 0.3835939805252287,
279
+ "grad_norm": 0.0654042437672615,
280
+ "learning_rate": 0.00018245681212417631,
281
+ "loss": 0.6662,
282
+ "step": 1950
283
+ },
284
+ {
285
+ "epoch": 0.3934297236156192,
286
+ "grad_norm": 0.07551202178001404,
287
+ "learning_rate": 0.00018157237765508325,
288
+ "loss": 0.6635,
289
+ "step": 2000
290
+ },
291
+ {
292
+ "epoch": 0.40326546670600966,
293
+ "grad_norm": 0.07835708558559418,
294
+ "learning_rate": 0.00018066844916975354,
295
+ "loss": 0.6701,
296
+ "step": 2050
297
+ },
298
+ {
299
+ "epoch": 0.41310120979640014,
300
+ "grad_norm": 0.06583021581172943,
301
+ "learning_rate": 0.0001797452426873481,
302
+ "loss": 0.6644,
303
+ "step": 2100
304
+ },
305
+ {
306
+ "epoch": 0.4229369528867906,
307
+ "grad_norm": 0.07056088745594025,
308
+ "learning_rate": 0.0001788029788340479,
309
+ "loss": 0.6696,
310
+ "step": 2150
311
+ },
312
+ {
313
+ "epoch": 0.4327726959771811,
314
+ "grad_norm": 0.061976175755262375,
315
+ "learning_rate": 0.00017784188279032932,
316
+ "loss": 0.6641,
317
+ "step": 2200
318
+ },
319
+ {
320
+ "epoch": 0.4426084390675716,
321
+ "grad_norm": 0.06996449083089828,
322
+ "learning_rate": 0.00017686218423715072,
323
+ "loss": 0.6666,
324
+ "step": 2250
325
+ },
326
+ {
327
+ "epoch": 0.45244418215796206,
328
+ "grad_norm": 0.07750783860683441,
329
+ "learning_rate": 0.00017586411730106399,
330
+ "loss": 0.6608,
331
+ "step": 2300
332
+ },
333
+ {
334
+ "epoch": 0.4622799252483525,
335
+ "grad_norm": 0.06929858028888702,
336
+ "learning_rate": 0.00017484792049826306,
337
+ "loss": 0.6693,
338
+ "step": 2350
339
+ },
340
+ {
341
+ "epoch": 0.47211566833874297,
342
+ "grad_norm": 0.07935669273138046,
343
+ "learning_rate": 0.00017381383667758416,
344
+ "loss": 0.6709,
345
+ "step": 2400
346
+ },
347
+ {
348
+ "epoch": 0.48195141142913345,
349
+ "grad_norm": 0.06911829113960266,
350
+ "learning_rate": 0.00017276211296246986,
351
+ "loss": 0.6592,
352
+ "step": 2450
353
+ },
354
+ {
355
+ "epoch": 0.49178715451952393,
356
+ "grad_norm": 0.06784563511610031,
357
+ "learning_rate": 0.00017169300069191224,
358
+ "loss": 0.6631,
359
+ "step": 2500
360
+ },
361
+ {
362
+ "epoch": 0.5016228976099144,
363
+ "grad_norm": 0.06838862597942352,
364
+ "learning_rate": 0.00017060675536038818,
365
+ "loss": 0.6685,
366
+ "step": 2550
367
+ },
368
+ {
369
+ "epoch": 0.5114586407003049,
370
+ "grad_norm": 0.07473283261060715,
371
+ "learning_rate": 0.000169503636556802,
372
+ "loss": 0.6579,
373
+ "step": 2600
374
+ },
375
+ {
376
+ "epoch": 0.5212943837906954,
377
+ "grad_norm": 0.07981903851032257,
378
+ "learning_rate": 0.000168383907902449,
379
+ "loss": 0.6531,
380
+ "step": 2650
381
+ },
382
+ {
383
+ "epoch": 0.5311301268810859,
384
+ "grad_norm": 0.07383566349744797,
385
+ "learning_rate": 0.00016724783698801615,
386
+ "loss": 0.6552,
387
+ "step": 2700
388
+ },
389
+ {
390
+ "epoch": 0.5409658699714763,
391
+ "grad_norm": 0.075548455119133,
392
+ "learning_rate": 0.00016609569530963352,
393
+ "loss": 0.665,
394
+ "step": 2750
395
+ },
396
+ {
397
+ "epoch": 0.5508016130618668,
398
+ "grad_norm": 0.0663590133190155,
399
+ "learning_rate": 0.00016492775820399258,
400
+ "loss": 0.663,
401
+ "step": 2800
402
+ },
403
+ {
404
+ "epoch": 0.5606373561522573,
405
+ "grad_norm": 0.07384879887104034,
406
+ "learning_rate": 0.00016374430478254697,
407
+ "loss": 0.656,
408
+ "step": 2850
409
+ },
410
+ {
411
+ "epoch": 0.5704730992426478,
412
+ "grad_norm": 0.06946936994791031,
413
+ "learning_rate": 0.00016254561786481077,
414
+ "loss": 0.6585,
415
+ "step": 2900
416
+ },
417
+ {
418
+ "epoch": 0.5803088423330383,
419
+ "grad_norm": 0.06723761558532715,
420
+ "learning_rate": 0.00016133198391077096,
421
+ "loss": 0.6563,
422
+ "step": 2950
423
+ },
424
+ {
425
+ "epoch": 0.5901445854234287,
426
+ "grad_norm": 0.06926653534173965,
427
+ "learning_rate": 0.00016010369295242955,
428
+ "loss": 0.6542,
429
+ "step": 3000
430
+ },
431
+ {
432
+ "epoch": 0.5999803285138192,
433
+ "grad_norm": 0.07461749017238617,
434
+ "learning_rate": 0.00015886103852449254,
435
+ "loss": 0.6618,
436
+ "step": 3050
437
+ },
438
+ {
439
+ "epoch": 0.6098160716042097,
440
+ "grad_norm": 0.07314767688512802,
441
+ "learning_rate": 0.00015760431759422118,
442
+ "loss": 0.6509,
443
+ "step": 3100
444
+ },
445
+ {
446
+ "epoch": 0.6196518146946002,
447
+ "grad_norm": 0.07121975719928741,
448
+ "learning_rate": 0.00015633383049046365,
449
+ "loss": 0.6574,
450
+ "step": 3150
451
+ },
452
+ {
453
+ "epoch": 0.6294875577849907,
454
+ "grad_norm": 0.08515851944684982,
455
+ "learning_rate": 0.00015504988083188281,
456
+ "loss": 0.6576,
457
+ "step": 3200
458
+ },
459
+ {
460
+ "epoch": 0.6393233008753811,
461
+ "grad_norm": 0.07423117756843567,
462
+ "learning_rate": 0.000153752775454398,
463
+ "loss": 0.6512,
464
+ "step": 3250
465
+ },
466
+ {
467
+ "epoch": 0.6491590439657716,
468
+ "grad_norm": 0.06631764024496078,
469
+ "learning_rate": 0.00015244282433785796,
470
+ "loss": 0.6552,
471
+ "step": 3300
472
+ },
473
+ {
474
+ "epoch": 0.6589947870561621,
475
+ "grad_norm": 0.06597639620304108,
476
+ "learning_rate": 0.00015112034053196247,
477
+ "loss": 0.6572,
478
+ "step": 3350
479
+ },
480
+ {
481
+ "epoch": 0.6688305301465526,
482
+ "grad_norm": 0.07060743868350983,
483
+ "learning_rate": 0.00014978564008145032,
484
+ "loss": 0.6468,
485
+ "step": 3400
486
+ },
487
+ {
488
+ "epoch": 0.6786662732369431,
489
+ "grad_norm": 0.07211815565824509,
490
+ "learning_rate": 0.00014843904195057137,
491
+ "loss": 0.6476,
492
+ "step": 3450
493
+ },
494
+ {
495
+ "epoch": 0.6885020163273335,
496
+ "grad_norm": 0.0679902508854866,
497
+ "learning_rate": 0.00014708086794686128,
498
+ "loss": 0.6516,
499
+ "step": 3500
500
+ },
501
+ {
502
+ "epoch": 0.698337759417724,
503
+ "grad_norm": 0.06677327305078506,
504
+ "learning_rate": 0.00014571144264423642,
505
+ "loss": 0.654,
506
+ "step": 3550
507
+ },
508
+ {
509
+ "epoch": 0.7081735025081145,
510
+ "grad_norm": 0.07432771474123001,
511
+ "learning_rate": 0.00014433109330542769,
512
+ "loss": 0.6484,
513
+ "step": 3600
514
+ },
515
+ {
516
+ "epoch": 0.718009245598505,
517
+ "grad_norm": 0.07363554835319519,
518
+ "learning_rate": 0.00014294014980377213,
519
+ "loss": 0.6477,
520
+ "step": 3650
521
+ },
522
+ {
523
+ "epoch": 0.7278449886888955,
524
+ "grad_norm": 0.07398252189159393,
525
+ "learning_rate": 0.00014153894454438018,
526
+ "loss": 0.6494,
527
+ "step": 3700
528
+ },
529
+ {
530
+ "epoch": 0.737680731779286,
531
+ "grad_norm": 0.06380564719438553,
532
+ "learning_rate": 0.00014012781238469823,
533
+ "loss": 0.6511,
534
+ "step": 3750
535
+ },
536
+ {
537
+ "epoch": 0.7475164748696764,
538
+ "grad_norm": 0.06673400104045868,
539
+ "learning_rate": 0.00013870709055448504,
540
+ "loss": 0.649,
541
+ "step": 3800
542
+ },
543
+ {
544
+ "epoch": 0.7573522179600669,
545
+ "grad_norm": 0.07433997839689255,
546
+ "learning_rate": 0.00013727711857522095,
547
+ "loss": 0.642,
548
+ "step": 3850
549
+ },
550
+ {
551
+ "epoch": 0.7671879610504574,
552
+ "grad_norm": 0.07073818892240524,
553
+ "learning_rate": 0.00013583823817897006,
554
+ "loss": 0.6371,
555
+ "step": 3900
556
+ },
557
+ {
558
+ "epoch": 0.7770237041408479,
559
+ "grad_norm": 0.06574368476867676,
560
+ "learning_rate": 0.0001343907932267134,
561
+ "loss": 0.6493,
562
+ "step": 3950
563
+ },
564
+ {
565
+ "epoch": 0.7868594472312384,
566
+ "grad_norm": 0.067158043384552,
567
+ "learning_rate": 0.00013293512962617377,
568
+ "loss": 0.6433,
569
+ "step": 4000
570
+ },
571
+ {
572
+ "epoch": 0.7966951903216288,
573
+ "grad_norm": 0.07653222978115082,
574
+ "learning_rate": 0.0001314715952491514,
575
+ "loss": 0.6457,
576
+ "step": 4050
577
+ },
578
+ {
579
+ "epoch": 0.8065309334120193,
580
+ "grad_norm": 0.07320449501276016,
581
+ "learning_rate": 0.0001300005398483902,
582
+ "loss": 0.642,
583
+ "step": 4100
584
+ },
585
+ {
586
+ "epoch": 0.8163666765024098,
587
+ "grad_norm": 0.07599062472581863,
588
+ "learning_rate": 0.0001285223149739944,
589
+ "loss": 0.6444,
590
+ "step": 4150
591
+ },
592
+ {
593
+ "epoch": 0.8262024195928003,
594
+ "grad_norm": 0.07315944135189056,
595
+ "learning_rate": 0.00012703727388941577,
596
+ "loss": 0.646,
597
+ "step": 4200
598
+ },
599
+ {
600
+ "epoch": 0.8360381626831908,
601
+ "grad_norm": 0.0766439437866211,
602
+ "learning_rate": 0.00012554577148703148,
603
+ "loss": 0.6391,
604
+ "step": 4250
605
+ },
606
+ {
607
+ "epoch": 0.8458739057735812,
608
+ "grad_norm": 0.07688874751329422,
609
+ "learning_rate": 0.00012404816420333247,
610
+ "loss": 0.6423,
611
+ "step": 4300
612
+ },
613
+ {
614
+ "epoch": 0.8557096488639717,
615
+ "grad_norm": 0.07058276981115341,
616
+ "learning_rate": 0.0001225448099337429,
617
+ "loss": 0.6473,
618
+ "step": 4350
619
+ },
620
+ {
621
+ "epoch": 0.8655453919543622,
622
+ "grad_norm": 0.07005015760660172,
623
+ "learning_rate": 0.00012103606794709112,
624
+ "loss": 0.638,
625
+ "step": 4400
626
+ },
627
+ {
628
+ "epoch": 0.8753811350447527,
629
+ "grad_norm": 0.06887346506118774,
630
+ "learning_rate": 0.00011952229879975207,
631
+ "loss": 0.6428,
632
+ "step": 4450
633
+ },
634
+ {
635
+ "epoch": 0.8852168781351432,
636
+ "grad_norm": 0.06948423385620117,
637
+ "learning_rate": 0.00011800386424948227,
638
+ "loss": 0.6413,
639
+ "step": 4500
640
+ },
641
+ {
642
+ "epoch": 0.8950526212255336,
643
+ "grad_norm": 0.08220444619655609,
644
+ "learning_rate": 0.00011648112716896771,
645
+ "loss": 0.6413,
646
+ "step": 4550
647
+ },
648
+ {
649
+ "epoch": 0.9048883643159241,
650
+ "grad_norm": 0.07942084223031998,
651
+ "learning_rate": 0.000114954451459105,
652
+ "loss": 0.642,
653
+ "step": 4600
654
+ },
655
+ {
656
+ "epoch": 0.9147241074063146,
657
+ "grad_norm": 0.074773870408535,
658
+ "learning_rate": 0.00011342420196203719,
659
+ "loss": 0.64,
660
+ "step": 4650
661
+ },
662
+ {
663
+ "epoch": 0.924559850496705,
664
+ "grad_norm": 0.06527584791183472,
665
+ "learning_rate": 0.00011189074437396438,
666
+ "loss": 0.6448,
667
+ "step": 4700
668
+ },
669
+ {
670
+ "epoch": 0.9343955935870955,
671
+ "grad_norm": 0.0640060305595398,
672
+ "learning_rate": 0.00011035444515775035,
673
+ "loss": 0.6381,
674
+ "step": 4750
675
+ },
676
+ {
677
+ "epoch": 0.9442313366774859,
678
+ "grad_norm": 0.06932298839092255,
679
+ "learning_rate": 0.00010881567145534591,
680
+ "loss": 0.6424,
681
+ "step": 4800
682
+ },
683
+ {
684
+ "epoch": 0.9540670797678764,
685
+ "grad_norm": 0.0729447677731514,
686
+ "learning_rate": 0.00010727479100005005,
687
+ "loss": 0.6398,
688
+ "step": 4850
689
+ },
690
+ {
691
+ "epoch": 0.9639028228582669,
692
+ "grad_norm": 0.06698109209537506,
693
+ "learning_rate": 0.00010573217202862959,
694
+ "loss": 0.64,
695
+ "step": 4900
696
+ },
697
+ {
698
+ "epoch": 0.9737385659486574,
699
+ "grad_norm": 0.0725114643573761,
700
+ "learning_rate": 0.0001041881831933188,
701
+ "loss": 0.6389,
702
+ "step": 4950
703
+ },
704
+ {
705
+ "epoch": 0.9835743090390479,
706
+ "grad_norm": 0.06850885599851608,
707
+ "learning_rate": 0.00010264319347371951,
708
+ "loss": 0.6341,
709
+ "step": 5000
710
+ },
711
+ {
712
+ "epoch": 0.9934100521294383,
713
+ "grad_norm": 0.07343582063913345,
714
+ "learning_rate": 0.00010109757208862299,
715
+ "loss": 0.6315,
716
+ "step": 5050
717
+ },
718
+ {
719
+ "epoch": 1.003147437788925,
720
+ "grad_norm": 0.07858431339263916,
721
+ "learning_rate": 9.955168840777474e-05,
722
+ "loss": 0.6336,
723
+ "step": 5100
724
+ },
725
+ {
726
+ "epoch": 1.0129831808793155,
727
+ "grad_norm": 0.07285405695438385,
728
+ "learning_rate": 9.800591186360323e-05,
729
+ "loss": 0.6202,
730
+ "step": 5150
731
+ },
732
+ {
733
+ "epoch": 1.0228189239697059,
734
+ "grad_norm": 0.07421938329935074,
735
+ "learning_rate": 9.646061186293367e-05,
736
+ "loss": 0.6256,
737
+ "step": 5200
738
+ },
739
+ {
740
+ "epoch": 1.0326546670600965,
741
+ "grad_norm": 0.06922327727079391,
742
+ "learning_rate": 9.491615769870769e-05,
743
+ "loss": 0.6214,
744
+ "step": 5250
745
+ },
746
+ {
747
+ "epoch": 1.0424904101504868,
748
+ "grad_norm": 0.08220986276865005,
749
+ "learning_rate": 9.337291846173059e-05,
750
+ "loss": 0.6272,
751
+ "step": 5300
752
+ },
753
+ {
754
+ "epoch": 1.0523261532408774,
755
+ "grad_norm": 0.06896129250526428,
756
+ "learning_rate": 9.183126295246645e-05,
757
+ "loss": 0.6219,
758
+ "step": 5350
759
+ },
760
+ {
761
+ "epoch": 1.0621618963312678,
762
+ "grad_norm": 0.07372142374515533,
763
+ "learning_rate": 9.029155959290319e-05,
764
+ "loss": 0.6171,
765
+ "step": 5400
766
+ },
767
+ {
768
+ "epoch": 1.0719976394216584,
769
+ "grad_norm": 0.07114165276288986,
770
+ "learning_rate": 8.875417633850746e-05,
771
+ "loss": 0.6189,
772
+ "step": 5450
773
+ },
774
+ {
775
+ "epoch": 1.0818333825120487,
776
+ "grad_norm": 0.0711623951792717,
777
+ "learning_rate": 8.721948059029161e-05,
778
+ "loss": 0.6167,
779
+ "step": 5500
780
+ },
781
+ {
782
+ "epoch": 1.0916691256024393,
783
+ "grad_norm": 0.07456561177968979,
784
+ "learning_rate": 8.568783910701252e-05,
785
+ "loss": 0.6141,
786
+ "step": 5550
787
+ },
788
+ {
789
+ "epoch": 1.1015048686928297,
790
+ "grad_norm": 0.0760912150144577,
791
+ "learning_rate": 8.415961791752472e-05,
792
+ "loss": 0.6167,
793
+ "step": 5600
794
+ },
795
+ {
796
+ "epoch": 1.1113406117832203,
797
+ "grad_norm": 0.07034651935100555,
798
+ "learning_rate": 8.263518223330697e-05,
799
+ "loss": 0.6125,
800
+ "step": 5650
801
+ },
802
+ {
803
+ "epoch": 1.1211763548736107,
804
+ "grad_norm": 0.07252858579158783,
805
+ "learning_rate": 8.111489636118522e-05,
806
+ "loss": 0.6181,
807
+ "step": 5700
808
+ },
809
+ {
810
+ "epoch": 1.1310120979640013,
811
+ "grad_norm": 0.07909699529409409,
812
+ "learning_rate": 7.959912361627082e-05,
813
+ "loss": 0.6214,
814
+ "step": 5750
815
+ },
816
+ {
817
+ "epoch": 1.1408478410543916,
818
+ "grad_norm": 0.07374490797519684,
819
+ "learning_rate": 7.808822623513643e-05,
820
+ "loss": 0.625,
821
+ "step": 5800
822
+ },
823
+ {
824
+ "epoch": 1.1506835841447822,
825
+ "grad_norm": 0.07597927004098892,
826
+ "learning_rate": 7.658256528924909e-05,
827
+ "loss": 0.6199,
828
+ "step": 5850
829
+ },
830
+ {
831
+ "epoch": 1.1605193272351726,
832
+ "grad_norm": 0.07946628332138062,
833
+ "learning_rate": 7.508250059868249e-05,
834
+ "loss": 0.615,
835
+ "step": 5900
836
+ },
837
+ {
838
+ "epoch": 1.1703550703255632,
839
+ "grad_norm": 0.07706974446773529,
840
+ "learning_rate": 7.358839064612726e-05,
841
+ "loss": 0.6126,
842
+ "step": 5950
843
+ },
844
+ {
845
+ "epoch": 1.1801908134159536,
846
+ "grad_norm": 0.0789932906627655,
847
+ "learning_rate": 7.210059249122193e-05,
848
+ "loss": 0.6192,
849
+ "step": 6000
850
+ },
851
+ {
852
+ "epoch": 1.1900265565063441,
853
+ "grad_norm": 0.08002398908138275,
854
+ "learning_rate": 7.061946168522318e-05,
855
+ "loss": 0.6167,
856
+ "step": 6050
857
+ },
858
+ {
859
+ "epoch": 1.1998622995967345,
860
+ "grad_norm": 0.07844787836074829,
861
+ "learning_rate": 6.914535218603708e-05,
862
+ "loss": 0.6208,
863
+ "step": 6100
864
+ },
865
+ {
866
+ "epoch": 1.209698042687125,
867
+ "grad_norm": 0.08679769188165665,
868
+ "learning_rate": 6.767861627363054e-05,
869
+ "loss": 0.6157,
870
+ "step": 6150
871
+ },
872
+ {
873
+ "epoch": 1.2195337857775155,
874
+ "grad_norm": 0.07716654241085052,
875
+ "learning_rate": 6.621960446584452e-05,
876
+ "loss": 0.61,
877
+ "step": 6200
878
+ },
879
+ {
880
+ "epoch": 1.229369528867906,
881
+ "grad_norm": 0.08282492309808731,
882
+ "learning_rate": 6.476866543462761e-05,
883
+ "loss": 0.6145,
884
+ "step": 6250
885
+ },
886
+ {
887
+ "epoch": 1.2392052719582964,
888
+ "grad_norm": 0.09066256135702133,
889
+ "learning_rate": 6.332614592271122e-05,
890
+ "loss": 0.6237,
891
+ "step": 6300
892
+ },
893
+ {
894
+ "epoch": 1.2490410150486868,
895
+ "grad_norm": 0.07888253778219223,
896
+ "learning_rate": 6.18923906607455e-05,
897
+ "loss": 0.6149,
898
+ "step": 6350
899
+ },
900
+ {
901
+ "epoch": 1.2588767581390774,
902
+ "grad_norm": 0.08149804919958115,
903
+ "learning_rate": 6.046774228491643e-05,
904
+ "loss": 0.6166,
905
+ "step": 6400
906
+ },
907
+ {
908
+ "epoch": 1.268712501229468,
909
+ "grad_norm": 0.07619079202413559,
910
+ "learning_rate": 5.905254125506301e-05,
911
+ "loss": 0.6111,
912
+ "step": 6450
913
+ },
914
+ {
915
+ "epoch": 1.2785482443198584,
916
+ "grad_norm": 0.08567807078361511,
917
+ "learning_rate": 5.76471257733151e-05,
918
+ "loss": 0.6153,
919
+ "step": 6500
920
+ },
921
+ {
922
+ "epoch": 1.2883839874102487,
923
+ "grad_norm": 0.0711495652794838,
924
+ "learning_rate": 5.625183170327017e-05,
925
+ "loss": 0.6126,
926
+ "step": 6550
927
+ },
928
+ {
929
+ "epoch": 1.2982197305006393,
930
+ "grad_norm": 0.08142837882041931,
931
+ "learning_rate": 5.4866992489729554e-05,
932
+ "loss": 0.6212,
933
+ "step": 6600
934
+ },
935
+ {
936
+ "epoch": 1.30805547359103,
937
+ "grad_norm": 0.07909776270389557,
938
+ "learning_rate": 5.3492939079012206e-05,
939
+ "loss": 0.6139,
940
+ "step": 6650
941
+ },
942
+ {
943
+ "epoch": 1.3178912166814203,
944
+ "grad_norm": 0.08278420567512512,
945
+ "learning_rate": 5.2129999839865796e-05,
946
+ "loss": 0.6115,
947
+ "step": 6700
948
+ },
949
+ {
950
+ "epoch": 1.3277269597718107,
951
+ "grad_norm": 0.08086064457893372,
952
+ "learning_rate": 5.077850048499388e-05,
953
+ "loss": 0.6111,
954
+ "step": 6750
955
+ },
956
+ {
957
+ "epoch": 1.3375627028622012,
958
+ "grad_norm": 0.07711977511644363,
959
+ "learning_rate": 4.9438763993217495e-05,
960
+ "loss": 0.6101,
961
+ "step": 6800
962
+ },
963
+ {
964
+ "epoch": 1.3473984459525918,
965
+ "grad_norm": 0.08161487430334091,
966
+ "learning_rate": 4.811111053229043e-05,
967
+ "loss": 0.6167,
968
+ "step": 6850
969
+ },
970
+ {
971
+ "epoch": 1.3572341890429822,
972
+ "grad_norm": 0.0841764435172081,
973
+ "learning_rate": 4.6795857382386044e-05,
974
+ "loss": 0.6121,
975
+ "step": 6900
976
+ },
977
+ {
978
+ "epoch": 1.3670699321333726,
979
+ "grad_norm": 0.0816132128238678,
980
+ "learning_rate": 4.549331886027429e-05,
981
+ "loss": 0.6078,
982
+ "step": 6950
983
+ },
984
+ {
985
+ "epoch": 1.3769056752237632,
986
+ "grad_norm": 0.08330381661653519,
987
+ "learning_rate": 4.4203806244206756e-05,
988
+ "loss": 0.6195,
989
+ "step": 7000
990
+ },
991
+ {
992
+ "epoch": 1.3867414183141538,
993
+ "grad_norm": 0.0845024362206459,
994
+ "learning_rate": 4.292762769952816e-05,
995
+ "loss": 0.6133,
996
+ "step": 7050
997
+ },
998
+ {
999
+ "epoch": 1.3965771614045441,
1000
+ "grad_norm": 0.07662446796894073,
1001
+ "learning_rate": 4.1665088205031334e-05,
1002
+ "loss": 0.6129,
1003
+ "step": 7100
1004
+ },
1005
+ {
1006
+ "epoch": 1.4064129044949345,
1007
+ "grad_norm": 0.08240839838981628,
1008
+ "learning_rate": 4.041648948007416e-05,
1009
+ "loss": 0.6156,
1010
+ "step": 7150
1011
+ },
1012
+ {
1013
+ "epoch": 1.416248647585325,
1014
+ "grad_norm": 0.07303918898105621,
1015
+ "learning_rate": 3.918212991247514e-05,
1016
+ "loss": 0.6156,
1017
+ "step": 7200
1018
+ },
1019
+ {
1020
+ "epoch": 1.4260843906757157,
1021
+ "grad_norm": 0.07239814847707748,
1022
+ "learning_rate": 3.796230448720526e-05,
1023
+ "loss": 0.6131,
1024
+ "step": 7250
1025
+ },
1026
+ {
1027
+ "epoch": 1.435920133766106,
1028
+ "grad_norm": 0.07538265734910965,
1029
+ "learning_rate": 3.675730471589286e-05,
1030
+ "loss": 0.6116,
1031
+ "step": 7300
1032
+ },
1033
+ {
1034
+ "epoch": 1.4457558768564964,
1035
+ "grad_norm": 0.08947084844112396,
1036
+ "learning_rate": 3.556741856715907e-05,
1037
+ "loss": 0.6147,
1038
+ "step": 7350
1039
+ },
1040
+ {
1041
+ "epoch": 1.455591619946887,
1042
+ "grad_norm": 0.08240395039319992,
1043
+ "learning_rate": 3.4392930397799194e-05,
1044
+ "loss": 0.6125,
1045
+ "step": 7400
1046
+ },
1047
+ {
1048
+ "epoch": 1.4654273630372774,
1049
+ "grad_norm": 0.07328338176012039,
1050
+ "learning_rate": 3.3234120884828e-05,
1051
+ "loss": 0.6041,
1052
+ "step": 7450
1053
+ },
1054
+ {
1055
+ "epoch": 1.475263106127668,
1056
+ "grad_norm": 0.07761271297931671,
1057
+ "learning_rate": 3.209126695840382e-05,
1058
+ "loss": 0.6116,
1059
+ "step": 7500
1060
+ },
1061
+ {
1062
+ "epoch": 1.4850988492180583,
1063
+ "grad_norm": 0.084846630692482,
1064
+ "learning_rate": 3.0964641735648423e-05,
1065
+ "loss": 0.6141,
1066
+ "step": 7550
1067
+ },
1068
+ {
1069
+ "epoch": 1.494934592308449,
1070
+ "grad_norm": 0.08141667395830154,
1071
+ "learning_rate": 2.9854514455377837e-05,
1072
+ "loss": 0.6073,
1073
+ "step": 7600
1074
+ },
1075
+ {
1076
+ "epoch": 1.5047703353988395,
1077
+ "grad_norm": 0.07505550980567932,
1078
+ "learning_rate": 2.876115041376034e-05,
1079
+ "loss": 0.6091,
1080
+ "step": 7650
1081
+ },
1082
+ {
1083
+ "epoch": 1.51460607848923,
1084
+ "grad_norm": 0.07819739729166031,
1085
+ "learning_rate": 2.7684810900916315e-05,
1086
+ "loss": 0.6141,
1087
+ "step": 7700
1088
+ },
1089
+ {
1090
+ "epoch": 1.5244418215796203,
1091
+ "grad_norm": 0.07576938718557358,
1092
+ "learning_rate": 2.6625753138475718e-05,
1093
+ "loss": 0.6046,
1094
+ "step": 7750
1095
+ },
1096
+ {
1097
+ "epoch": 1.5342775646700109,
1098
+ "grad_norm": 0.07528570294380188,
1099
+ "learning_rate": 2.5584230218107718e-05,
1100
+ "loss": 0.6114,
1101
+ "step": 7800
1102
+ },
1103
+ {
1104
+ "epoch": 1.5441133077604015,
1105
+ "grad_norm": 0.08330899477005005,
1106
+ "learning_rate": 2.456049104103726e-05,
1107
+ "loss": 0.609,
1108
+ "step": 7850
1109
+ },
1110
+ {
1111
+ "epoch": 1.5539490508507918,
1112
+ "grad_norm": 0.0729718878865242,
1113
+ "learning_rate": 2.3554780258563125e-05,
1114
+ "loss": 0.6138,
1115
+ "step": 7900
1116
+ },
1117
+ {
1118
+ "epoch": 1.5637847939411822,
1119
+ "grad_norm": 0.07709172368049622,
1120
+ "learning_rate": 2.256733821359168e-05,
1121
+ "loss": 0.6038,
1122
+ "step": 7950
1123
+ },
1124
+ {
1125
+ "epoch": 1.5736205370315728,
1126
+ "grad_norm": 0.07105692476034164,
1127
+ "learning_rate": 2.1598400883200065e-05,
1128
+ "loss": 0.6078,
1129
+ "step": 8000
1130
+ },
1131
+ {
1132
+ "epoch": 1.5834562801219634,
1133
+ "grad_norm": 0.0719430074095726,
1134
+ "learning_rate": 2.0648199822242953e-05,
1135
+ "loss": 0.6121,
1136
+ "step": 8050
1137
+ },
1138
+ {
1139
+ "epoch": 1.5932920232123537,
1140
+ "grad_norm": 0.08640766143798828,
1141
+ "learning_rate": 1.971696210801589e-05,
1142
+ "loss": 0.5973,
1143
+ "step": 8100
1144
+ },
1145
+ {
1146
+ "epoch": 1.6031277663027441,
1147
+ "grad_norm": 0.07854746282100677,
1148
+ "learning_rate": 1.8804910285988885e-05,
1149
+ "loss": 0.6176,
1150
+ "step": 8150
1151
+ },
1152
+ {
1153
+ "epoch": 1.6129635093931345,
1154
+ "grad_norm": 0.09165063500404358,
1155
+ "learning_rate": 1.7912262316622753e-05,
1156
+ "loss": 0.6112,
1157
+ "step": 8200
1158
+ },
1159
+ {
1160
+ "epoch": 1.622799252483525,
1161
+ "grad_norm": 0.07630006968975067,
1162
+ "learning_rate": 1.703923152328145e-05,
1163
+ "loss": 0.6053,
1164
+ "step": 8250
1165
+ },
1166
+ {
1167
+ "epoch": 1.6326349955739157,
1168
+ "grad_norm": 0.0875934585928917,
1169
+ "learning_rate": 1.6186026541252452e-05,
1170
+ "loss": 0.6082,
1171
+ "step": 8300
1172
+ },
1173
+ {
1174
+ "epoch": 1.642470738664306,
1175
+ "grad_norm": 0.08449984341859818,
1176
+ "learning_rate": 1.5352851267887423e-05,
1177
+ "loss": 0.6139,
1178
+ "step": 8350
1179
+ },
1180
+ {
1181
+ "epoch": 1.6523064817546964,
1182
+ "grad_norm": 0.07857895642518997,
1183
+ "learning_rate": 1.453990481387526e-05,
1184
+ "loss": 0.6134,
1185
+ "step": 8400
1186
+ },
1187
+ {
1188
+ "epoch": 1.662142224845087,
1189
+ "grad_norm": 0.0947275385260582,
1190
+ "learning_rate": 1.3747381455658848e-05,
1191
+ "loss": 0.6018,
1192
+ "step": 8450
1193
+ },
1194
+ {
1195
+ "epoch": 1.6719779679354776,
1196
+ "grad_norm": 0.08134233206510544,
1197
+ "learning_rate": 1.2975470589007454e-05,
1198
+ "loss": 0.6127,
1199
+ "step": 8500
1200
+ },
1201
+ {
1202
+ "epoch": 1.681813711025868,
1203
+ "grad_norm": 0.07631494104862213,
1204
+ "learning_rate": 1.2224356683755089e-05,
1205
+ "loss": 0.6105,
1206
+ "step": 8550
1207
+ },
1208
+ {
1209
+ "epoch": 1.6916494541162583,
1210
+ "grad_norm": 0.07870069146156311,
1211
+ "learning_rate": 1.1494219239716353e-05,
1212
+ "loss": 0.6076,
1213
+ "step": 8600
1214
+ },
1215
+ {
1216
+ "epoch": 1.701485197206649,
1217
+ "grad_norm": 0.08626607805490494,
1218
+ "learning_rate": 1.0785232743789808e-05,
1219
+ "loss": 0.6102,
1220
+ "step": 8650
1221
+ },
1222
+ {
1223
+ "epoch": 1.7113209402970395,
1224
+ "grad_norm": 0.08474079519510269,
1225
+ "learning_rate": 1.0097566628259614e-05,
1226
+ "loss": 0.6018,
1227
+ "step": 8700
1228
+ },
1229
+ {
1230
+ "epoch": 1.7211566833874299,
1231
+ "grad_norm": 0.08202967047691345,
1232
+ "learning_rate": 9.431385230304613e-06,
1233
+ "loss": 0.6016,
1234
+ "step": 8750
1235
+ },
1236
+ {
1237
+ "epoch": 1.7309924264778203,
1238
+ "grad_norm": 0.07875273376703262,
1239
+ "learning_rate": 8.786847752725614e-06,
1240
+ "loss": 0.616,
1241
+ "step": 8800
1242
+ },
1243
+ {
1244
+ "epoch": 1.7408281695682108,
1245
+ "grad_norm": 0.09360364079475403,
1246
+ "learning_rate": 8.164108225899214e-06,
1247
+ "loss": 0.6046,
1248
+ "step": 8850
1249
+ },
1250
+ {
1251
+ "epoch": 1.7506639126586014,
1252
+ "grad_norm": 0.07391002029180527,
1253
+ "learning_rate": 7.5633154709680575e-06,
1254
+ "loss": 0.6117,
1255
+ "step": 8900
1256
+ },
1257
+ {
1258
+ "epoch": 1.7604996557489918,
1259
+ "grad_norm": 0.06737073510885239,
1260
+ "learning_rate": 6.984613064275658e-06,
1261
+ "loss": 0.6034,
1262
+ "step": 8950
1263
+ },
1264
+ {
1265
+ "epoch": 1.7703353988393822,
1266
+ "grad_norm": 0.0800662711262703,
1267
+ "learning_rate": 6.428139303054981e-06,
1268
+ "loss": 0.6054,
1269
+ "step": 9000
1270
+ },
1271
+ {
1272
+ "epoch": 1.7801711419297728,
1273
+ "grad_norm": 0.07634767144918442,
1274
+ "learning_rate": 5.894027172378247e-06,
1275
+ "loss": 0.6041,
1276
+ "step": 9050
1277
+ },
1278
+ {
1279
+ "epoch": 1.7900068850201634,
1280
+ "grad_norm": 0.0848456546664238,
1281
+ "learning_rate": 5.382404313376555e-06,
1282
+ "loss": 0.6013,
1283
+ "step": 9100
1284
+ },
1285
+ {
1286
+ "epoch": 1.7998426281105537,
1287
+ "grad_norm": 0.08109795302152634,
1288
+ "learning_rate": 4.893392992736301e-06,
1289
+ "loss": 0.6037,
1290
+ "step": 9150
1291
+ },
1292
+ {
1293
+ "epoch": 1.809678371200944,
1294
+ "grad_norm": 0.08365663886070251,
1295
+ "learning_rate": 4.427110073480245e-06,
1296
+ "loss": 0.604,
1297
+ "step": 9200
1298
+ },
1299
+ {
1300
+ "epoch": 1.8195141142913347,
1301
+ "grad_norm": 0.07841967046260834,
1302
+ "learning_rate": 3.983666987039691e-06,
1303
+ "loss": 0.602,
1304
+ "step": 9250
1305
+ },
1306
+ {
1307
+ "epoch": 1.8293498573817253,
1308
+ "grad_norm": 0.07770159840583801,
1309
+ "learning_rate": 3.5631697066249024e-06,
1310
+ "loss": 0.6051,
1311
+ "step": 9300
1312
+ },
1313
+ {
1314
+ "epoch": 1.8391856004721157,
1315
+ "grad_norm": 0.07518593221902847,
1316
+ "learning_rate": 3.1657187218997464e-06,
1317
+ "loss": 0.6065,
1318
+ "step": 9350
1319
+ },
1320
+ {
1321
+ "epoch": 1.849021343562506,
1322
+ "grad_norm": 0.08144789189100266,
1323
+ "learning_rate": 2.791409014966895e-06,
1324
+ "loss": 0.6096,
1325
+ "step": 9400
1326
+ },
1327
+ {
1328
+ "epoch": 1.8588570866528966,
1329
+ "grad_norm": 0.08269818127155304,
1330
+ "learning_rate": 2.4403300376691473e-06,
1331
+ "loss": 0.61,
1332
+ "step": 9450
1333
+ },
1334
+ {
1335
+ "epoch": 1.8686928297432872,
1336
+ "grad_norm": 0.07822602987289429,
1337
+ "learning_rate": 2.112565690212465e-06,
1338
+ "loss": 0.6063,
1339
+ "step": 9500
1340
+ },
1341
+ {
1342
+ "epoch": 1.8785285728336776,
1343
+ "grad_norm": 0.09586796164512634,
1344
+ "learning_rate": 1.8081943011155623e-06,
1345
+ "loss": 0.6025,
1346
+ "step": 9550
1347
+ },
1348
+ {
1349
+ "epoch": 1.888364315924068,
1350
+ "grad_norm": 0.0846213847398758,
1351
+ "learning_rate": 1.527288608491173e-06,
1352
+ "loss": 0.6098,
1353
+ "step": 9600
1354
+ },
1355
+ {
1356
+ "epoch": 1.8982000590144585,
1357
+ "grad_norm": 0.08927745372056961,
1358
+ "learning_rate": 1.2699157426631858e-06,
1359
+ "loss": 0.6077,
1360
+ "step": 9650
1361
+ },
1362
+ {
1363
+ "epoch": 1.9080358021048491,
1364
+ "grad_norm": 0.07482849806547165,
1365
+ "learning_rate": 1.0361372101239997e-06,
1366
+ "loss": 0.6045,
1367
+ "step": 9700
1368
+ },
1369
+ {
1370
+ "epoch": 1.9178715451952395,
1371
+ "grad_norm": 0.07779071480035782,
1372
+ "learning_rate": 8.260088788357711e-07,
1373
+ "loss": 0.6068,
1374
+ "step": 9750
1375
+ },
1376
+ {
1377
+ "epoch": 1.9277072882856299,
1378
+ "grad_norm": 0.079287588596344,
1379
+ "learning_rate": 6.395809648792384e-07,
1380
+ "loss": 0.6053,
1381
+ "step": 9800
1382
+ },
1383
+ {
1384
+ "epoch": 1.9375430313760205,
1385
+ "grad_norm": 0.08390713483095169,
1386
+ "learning_rate": 4.768980204531426e-07,
1387
+ "loss": 0.6083,
1388
+ "step": 9850
1389
+ },
1390
+ {
1391
+ "epoch": 1.947378774466411,
1392
+ "grad_norm": 0.07710904628038406,
1393
+ "learning_rate": 3.3799892322726735e-07,
1394
+ "loss": 0.6058,
1395
+ "step": 9900
1396
+ },
1397
+ {
1398
+ "epoch": 1.9572145175568014,
1399
+ "grad_norm": 0.08125531673431396,
1400
+ "learning_rate": 2.229168670514481e-07,
1401
+ "loss": 0.6087,
1402
+ "step": 9950
1403
+ },
1404
+ {
1405
+ "epoch": 1.9670502606471918,
1406
+ "grad_norm": 0.07178232818841934,
1407
+ "learning_rate": 1.3167935402305098e-07,
1408
+ "loss": 0.6064,
1409
+ "step": 10000
1410
+ },
1411
+ {
1412
+ "epoch": 1.9768860037375824,
1413
+ "grad_norm": 0.08764079213142395,
1414
+ "learning_rate": 6.430818791451909e-08,
1415
+ "loss": 0.6119,
1416
+ "step": 10050
1417
+ },
1418
+ {
1419
+ "epoch": 1.986721746827973,
1420
+ "grad_norm": 0.07766247540712357,
1421
+ "learning_rate": 2.0819468962773868e-08,
1422
+ "loss": 0.6038,
1423
+ "step": 10100
1424
+ },
1425
+ {
1426
+ "epoch": 1.9965574899183633,
1427
+ "grad_norm": 0.08261710405349731,
1428
+ "learning_rate": 1.2235900215817885e-09,
1429
+ "loss": 0.6115,
1430
+ "step": 10150
1431
+ }
1432
+ ],
1433
+ "logging_steps": 50,
1434
+ "max_steps": 10166,
1435
+ "num_input_tokens_seen": 0,
1436
+ "num_train_epochs": 2,
1437
+ "save_steps": 50,
1438
+ "stateful_callbacks": {
1439
+ "TrainerControl": {
1440
+ "args": {
1441
+ "should_epoch_stop": false,
1442
+ "should_evaluate": false,
1443
+ "should_log": false,
1444
+ "should_save": true,
1445
+ "should_training_stop": true
1446
+ },
1447
+ "attributes": {}
1448
+ }
1449
+ },
1450
+ "total_flos": 5.464591551750786e+19,
1451
+ "train_batch_size": 4,
1452
+ "trial_name": null,
1453
+ "trial_params": null
1454
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:319d9f92aa4df7f8ce8c41e99b3e60ecd86f3018a094d6c3a22d4ae2400177f1
3
+ size 5905
vocab.json ADDED
The diff for this file is too large to render. See raw diff