Fizzarolli commited on
Commit
7f7a2c5
·
verified ·
1 Parent(s): 5d59c2d

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,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.14.0
adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": null,
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.25,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "gate_proj",
27
+ "k_proj",
28
+ "up_proj",
29
+ "o_proj",
30
+ "v_proj",
31
+ "down_proj",
32
+ "q_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee898eaa080a0b07a7559a49f580620780273b5c7fbb251f852b5e14e251f393
3
+ size 2335802872
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6224fd6fe84ab558b176bc3c604e321fbe95bfbfbed0d27caf035856c9d7d6fa
3
+ size 82463028
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4f99010b0b7fbf40c9501215e7fc0a83cb4f677491253d33c42d416f21335c5
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65134c5341b638294847709c51e7a7bed3870c6ead8d8ecdb5d3951d98fbbf8b
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end▁of▁sentence|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|end▁of▁sentence|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
tokenizer_config.json ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|end▁of▁sentence|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|User|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "151645": {
23
+ "content": "<|Assistant|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "151646": {
31
+ "content": "<|begin▁of▁sentence|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|EOT|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "151648": {
47
+ "content": "<think>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "151649": {
55
+ "content": "</think>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin��>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{% if '</think>' in content %}{% set content = content.split('</think>')[-1] %}{% endif %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|>'}}{% endif %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
187
+ "extra_special_tokens": {},
188
+ "legacy": true,
189
+ "model_max_length": 16384,
190
+ "pad_token": "<|end▁of▁sentence|>",
191
+ "sp_model_kwargs": {},
192
+ "tokenizer_class": "LlamaTokenizer",
193
+ "unk_token": null,
194
+ "use_default_system_prompt": false
195
+ }
trainer_state.json ADDED
@@ -0,0 +1,1713 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0257510729613735,
5
+ "eval_steps": 500,
6
+ "global_step": 240,
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.004291845493562232,
13
+ "grad_norm": 0.48923006653785706,
14
+ "learning_rate": 2.4000000000000003e-06,
15
+ "loss": 3.0401,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.008583690987124463,
20
+ "grad_norm": 0.4999135434627533,
21
+ "learning_rate": 4.800000000000001e-06,
22
+ "loss": 3.0045,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.012875536480686695,
27
+ "grad_norm": 0.5719347596168518,
28
+ "learning_rate": 7.2e-06,
29
+ "loss": 3.233,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.017167381974248927,
34
+ "grad_norm": 0.4990224242210388,
35
+ "learning_rate": 9.600000000000001e-06,
36
+ "loss": 3.0813,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.02145922746781116,
41
+ "grad_norm": 0.5448071360588074,
42
+ "learning_rate": 1.2e-05,
43
+ "loss": 3.1513,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.02575107296137339,
48
+ "grad_norm": 0.4316995441913605,
49
+ "learning_rate": 1.44e-05,
50
+ "loss": 2.9247,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.030042918454935622,
55
+ "grad_norm": 0.39892056584358215,
56
+ "learning_rate": 1.6800000000000002e-05,
57
+ "loss": 3.0529,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.034334763948497854,
62
+ "grad_norm": 0.3437541723251343,
63
+ "learning_rate": 1.9200000000000003e-05,
64
+ "loss": 2.742,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.03862660944206009,
69
+ "grad_norm": 0.3232952356338501,
70
+ "learning_rate": 2.16e-05,
71
+ "loss": 2.8807,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.04291845493562232,
76
+ "grad_norm": 0.2316465526819229,
77
+ "learning_rate": 2.4e-05,
78
+ "loss": 2.8284,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.04721030042918455,
83
+ "grad_norm": 0.1895979940891266,
84
+ "learning_rate": 2.64e-05,
85
+ "loss": 2.846,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.05150214592274678,
90
+ "grad_norm": 0.18949951231479645,
91
+ "learning_rate": 2.88e-05,
92
+ "loss": 2.6129,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.055793991416309016,
97
+ "grad_norm": 0.29111406207084656,
98
+ "learning_rate": 3.12e-05,
99
+ "loss": 2.8553,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.060085836909871244,
104
+ "grad_norm": 0.3171645998954773,
105
+ "learning_rate": 3.3600000000000004e-05,
106
+ "loss": 2.7663,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.06437768240343347,
111
+ "grad_norm": 0.3853575587272644,
112
+ "learning_rate": 3.6e-05,
113
+ "loss": 2.8468,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.06866952789699571,
118
+ "grad_norm": 0.33584126830101013,
119
+ "learning_rate": 3.8400000000000005e-05,
120
+ "loss": 2.8286,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.07296137339055794,
125
+ "grad_norm": 0.22323380410671234,
126
+ "learning_rate": 4.08e-05,
127
+ "loss": 2.9605,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.07725321888412018,
132
+ "grad_norm": 0.20761723816394806,
133
+ "learning_rate": 4.32e-05,
134
+ "loss": 2.5953,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.0815450643776824,
139
+ "grad_norm": 0.18277060985565186,
140
+ "learning_rate": 4.5600000000000004e-05,
141
+ "loss": 2.5327,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.08583690987124463,
146
+ "grad_norm": 0.25170719623565674,
147
+ "learning_rate": 4.8e-05,
148
+ "loss": 2.7127,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.09012875536480687,
153
+ "grad_norm": 0.2634769678115845,
154
+ "learning_rate": 5.04e-05,
155
+ "loss": 2.7035,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.0944206008583691,
160
+ "grad_norm": 0.1749686598777771,
161
+ "learning_rate": 5.28e-05,
162
+ "loss": 2.7313,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.09871244635193133,
167
+ "grad_norm": 0.19000954926013947,
168
+ "learning_rate": 5.520000000000001e-05,
169
+ "loss": 2.6551,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.10300429184549356,
174
+ "grad_norm": 0.16048619151115417,
175
+ "learning_rate": 5.76e-05,
176
+ "loss": 2.6901,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.1072961373390558,
181
+ "grad_norm": 0.1346961259841919,
182
+ "learning_rate": 6e-05,
183
+ "loss": 2.6762,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.11158798283261803,
188
+ "grad_norm": 0.10837673395872116,
189
+ "learning_rate": 5.9999238776847435e-05,
190
+ "loss": 2.5797,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.11587982832618025,
195
+ "grad_norm": 0.12566141784191132,
196
+ "learning_rate": 5.9996955146020456e-05,
197
+ "loss": 2.6367,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.12017167381974249,
202
+ "grad_norm": 0.10796438157558441,
203
+ "learning_rate": 5.999314922340924e-05,
204
+ "loss": 2.6986,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.12446351931330472,
209
+ "grad_norm": 0.1174619048833847,
210
+ "learning_rate": 5.9987821202157545e-05,
211
+ "loss": 2.4532,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.12875536480686695,
216
+ "grad_norm": 0.12774387001991272,
217
+ "learning_rate": 5.998097135265291e-05,
218
+ "loss": 2.7154,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.13304721030042918,
223
+ "grad_norm": 0.12038439512252808,
224
+ "learning_rate": 5.9972600022512946e-05,
225
+ "loss": 2.6464,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.13733905579399142,
230
+ "grad_norm": 0.1207851693034172,
231
+ "learning_rate": 5.996270763656767e-05,
232
+ "loss": 2.745,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.14163090128755365,
237
+ "grad_norm": 0.12519803643226624,
238
+ "learning_rate": 5.9951294696837966e-05,
239
+ "loss": 2.4953,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.1459227467811159,
244
+ "grad_norm": 0.11793860048055649,
245
+ "learning_rate": 5.993836178251009e-05,
246
+ "loss": 2.5615,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.15021459227467812,
251
+ "grad_norm": 0.10079298913478851,
252
+ "learning_rate": 5.99239095499063e-05,
253
+ "loss": 2.5886,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.15450643776824036,
258
+ "grad_norm": 0.1022179052233696,
259
+ "learning_rate": 5.990793873245154e-05,
260
+ "loss": 2.4649,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.15879828326180256,
265
+ "grad_norm": 0.1409706175327301,
266
+ "learning_rate": 5.989045014063621e-05,
267
+ "loss": 2.7143,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.1630901287553648,
272
+ "grad_norm": 0.11522237211465836,
273
+ "learning_rate": 5.9871444661975037e-05,
274
+ "loss": 2.6908,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.16738197424892703,
279
+ "grad_norm": 0.11969179660081863,
280
+ "learning_rate": 5.9850923260962045e-05,
281
+ "loss": 2.6429,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.17167381974248927,
286
+ "grad_norm": 0.13146190345287323,
287
+ "learning_rate": 5.982888697902161e-05,
288
+ "loss": 2.5398,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.1759656652360515,
293
+ "grad_norm": 0.08940872550010681,
294
+ "learning_rate": 5.98053369344556e-05,
295
+ "loss": 2.6048,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.18025751072961374,
300
+ "grad_norm": 0.0957597866654396,
301
+ "learning_rate": 5.978027432238662e-05,
302
+ "loss": 2.758,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.18454935622317598,
307
+ "grad_norm": 0.12192820012569427,
308
+ "learning_rate": 5.975370041469738e-05,
309
+ "loss": 2.6317,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.1888412017167382,
314
+ "grad_norm": 0.11058337986469269,
315
+ "learning_rate": 5.972561655996614e-05,
316
+ "loss": 2.631,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.19313304721030042,
321
+ "grad_norm": 0.0976683646440506,
322
+ "learning_rate": 5.969602418339825e-05,
323
+ "loss": 2.5953,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.19742489270386265,
328
+ "grad_norm": 0.07907278090715408,
329
+ "learning_rate": 5.966492478675385e-05,
330
+ "loss": 2.5996,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.2017167381974249,
335
+ "grad_norm": 0.0848410427570343,
336
+ "learning_rate": 5.963231994827169e-05,
337
+ "loss": 2.5325,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.20600858369098712,
342
+ "grad_norm": 0.0901293084025383,
343
+ "learning_rate": 5.9598211322588925e-05,
344
+ "loss": 2.4015,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.21030042918454936,
349
+ "grad_norm": 0.09382897615432739,
350
+ "learning_rate": 5.956260064065728e-05,
351
+ "loss": 2.6818,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.2145922746781116,
356
+ "grad_norm": 0.10944745689630508,
357
+ "learning_rate": 5.952548970965513e-05,
358
+ "loss": 2.4901,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.21888412017167383,
363
+ "grad_norm": 0.1057049036026001,
364
+ "learning_rate": 5.948688041289578e-05,
365
+ "loss": 2.5959,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.22317596566523606,
370
+ "grad_norm": 0.10103785246610641,
371
+ "learning_rate": 5.944677470973196e-05,
372
+ "loss": 2.493,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.22746781115879827,
377
+ "grad_norm": 0.11647158861160278,
378
+ "learning_rate": 5.9405174635456315e-05,
379
+ "loss": 2.6496,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.2317596566523605,
384
+ "grad_norm": 0.09211481362581253,
385
+ "learning_rate": 5.9362082301198156e-05,
386
+ "loss": 2.6669,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.23605150214592274,
391
+ "grad_norm": 0.09014479070901871,
392
+ "learning_rate": 5.931749989381632e-05,
393
+ "loss": 2.6098,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.24034334763948498,
398
+ "grad_norm": 0.16046330332756042,
399
+ "learning_rate": 5.9271429675788184e-05,
400
+ "loss": 2.4713,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.2446351931330472,
405
+ "grad_norm": 0.1069481372833252,
406
+ "learning_rate": 5.9223873985094866e-05,
407
+ "loss": 2.3664,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.24892703862660945,
412
+ "grad_norm": 0.10389809310436249,
413
+ "learning_rate": 5.9174835235102536e-05,
414
+ "loss": 2.5278,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.2532188841201717,
419
+ "grad_norm": 0.11560378223657608,
420
+ "learning_rate": 5.912431591443999e-05,
421
+ "loss": 2.4859,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.2575107296137339,
426
+ "grad_norm": 0.09909158945083618,
427
+ "learning_rate": 5.9072318586872344e-05,
428
+ "loss": 2.4819,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.26180257510729615,
433
+ "grad_norm": 0.08729315549135208,
434
+ "learning_rate": 5.901884589117089e-05,
435
+ "loss": 2.5432,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.26609442060085836,
440
+ "grad_norm": 0.11550580710172653,
441
+ "learning_rate": 5.896390054097922e-05,
442
+ "loss": 2.592,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.2703862660944206,
447
+ "grad_norm": 0.10853075236082077,
448
+ "learning_rate": 5.8907485324675545e-05,
449
+ "loss": 2.3256,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.27467811158798283,
454
+ "grad_norm": 0.09386483579874039,
455
+ "learning_rate": 5.884960310523109e-05,
456
+ "loss": 2.676,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.27896995708154504,
461
+ "grad_norm": 0.12031152844429016,
462
+ "learning_rate": 5.879025682006491e-05,
463
+ "loss": 2.5849,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.2832618025751073,
468
+ "grad_norm": 0.09846463054418564,
469
+ "learning_rate": 5.872944948089474e-05,
470
+ "loss": 2.542,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.2875536480686695,
475
+ "grad_norm": 0.09881763160228729,
476
+ "learning_rate": 5.8667184173584226e-05,
477
+ "loss": 2.6389,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.2918454935622318,
482
+ "grad_norm": 0.12872399389743805,
483
+ "learning_rate": 5.860346405798625e-05,
484
+ "loss": 2.5906,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.296137339055794,
489
+ "grad_norm": 0.0927918404340744,
490
+ "learning_rate": 5.853829236778266e-05,
491
+ "loss": 2.3233,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.30042918454935624,
496
+ "grad_norm": 0.1097516193985939,
497
+ "learning_rate": 5.847167241032006e-05,
498
+ "loss": 2.3085,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.30472103004291845,
503
+ "grad_norm": 0.12274881452322006,
504
+ "learning_rate": 5.8403607566442066e-05,
505
+ "loss": 2.4758,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.3090128755364807,
510
+ "grad_norm": 0.10112845152616501,
511
+ "learning_rate": 5.833410129031768e-05,
512
+ "loss": 2.6385,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.3133047210300429,
517
+ "grad_norm": 0.107538603246212,
518
+ "learning_rate": 5.8263157109266e-05,
519
+ "loss": 2.4394,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.31759656652360513,
524
+ "grad_norm": 0.15851671993732452,
525
+ "learning_rate": 5.819077862357725e-05,
526
+ "loss": 2.348,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.3218884120171674,
531
+ "grad_norm": 0.09074151515960693,
532
+ "learning_rate": 5.811696950633003e-05,
533
+ "loss": 2.4884,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.3261802575107296,
538
+ "grad_norm": 0.10217540711164474,
539
+ "learning_rate": 5.8041733503204934e-05,
540
+ "loss": 2.5566,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.33047210300429186,
545
+ "grad_norm": 0.12177087366580963,
546
+ "learning_rate": 5.796507443229445e-05,
547
+ "loss": 2.4852,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.33476394849785407,
552
+ "grad_norm": 0.10884562134742737,
553
+ "learning_rate": 5.788699618390924e-05,
554
+ "loss": 2.6596,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.33905579399141633,
559
+ "grad_norm": 0.09898590296506882,
560
+ "learning_rate": 5.7807502720380655e-05,
561
+ "loss": 2.5299,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.34334763948497854,
566
+ "grad_norm": 0.16023777425289154,
567
+ "learning_rate": 5.772659807585968e-05,
568
+ "loss": 2.5859,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.34763948497854075,
573
+ "grad_norm": 0.1152929812669754,
574
+ "learning_rate": 5.764428635611223e-05,
575
+ "loss": 2.6133,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.351931330472103,
580
+ "grad_norm": 0.11540824174880981,
581
+ "learning_rate": 5.756057173831075e-05,
582
+ "loss": 2.4024,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.3562231759656652,
587
+ "grad_norm": 0.10451588034629822,
588
+ "learning_rate": 5.7475458470822275e-05,
589
+ "loss": 2.4877,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.3605150214592275,
594
+ "grad_norm": 0.09626314043998718,
595
+ "learning_rate": 5.7388950872992764e-05,
596
+ "loss": 2.67,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.3648068669527897,
601
+ "grad_norm": 0.11973975598812103,
602
+ "learning_rate": 5.7301053334928e-05,
603
+ "loss": 2.3961,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.36909871244635195,
608
+ "grad_norm": 0.09656506031751633,
609
+ "learning_rate": 5.7211770317270696e-05,
610
+ "loss": 2.5181,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.37339055793991416,
615
+ "grad_norm": 0.09045439958572388,
616
+ "learning_rate": 5.712110635097422e-05,
617
+ "loss": 2.6467,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.3776824034334764,
622
+ "grad_norm": 0.11997085064649582,
623
+ "learning_rate": 5.702906603707257e-05,
624
+ "loss": 2.6225,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.38197424892703863,
629
+ "grad_norm": 0.10198812931776047,
630
+ "learning_rate": 5.6935654046446955e-05,
631
+ "loss": 2.5756,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.38626609442060084,
636
+ "grad_norm": 0.12353700399398804,
637
+ "learning_rate": 5.684087511958869e-05,
638
+ "loss": 2.5561,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.3905579399141631,
643
+ "grad_norm": 0.09727780520915985,
644
+ "learning_rate": 5.674473406635869e-05,
645
+ "loss": 2.3674,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.3948497854077253,
650
+ "grad_norm": 0.13741353154182434,
651
+ "learning_rate": 5.664723576574332e-05,
652
+ "loss": 2.4249,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.39914163090128757,
657
+ "grad_norm": 0.09821099787950516,
658
+ "learning_rate": 5.6548385165606835e-05,
659
+ "loss": 2.5469,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.4034334763948498,
664
+ "grad_norm": 0.12704302370548248,
665
+ "learning_rate": 5.644818728244027e-05,
666
+ "loss": 2.5243,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.40772532188841204,
671
+ "grad_norm": 0.14363928139209747,
672
+ "learning_rate": 5.634664720110686e-05,
673
+ "loss": 2.3621,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.41201716738197425,
678
+ "grad_norm": 0.09331246465444565,
679
+ "learning_rate": 5.6243770074583985e-05,
680
+ "loss": 2.4098,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.41630901287553645,
685
+ "grad_norm": 0.13661201298236847,
686
+ "learning_rate": 5.613956112370168e-05,
687
+ "loss": 2.3998,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.4206008583690987,
692
+ "grad_norm": 0.15692031383514404,
693
+ "learning_rate": 5.60340256368777e-05,
694
+ "loss": 2.6108,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.4248927038626609,
699
+ "grad_norm": 0.1194879561662674,
700
+ "learning_rate": 5.59271689698491e-05,
701
+ "loss": 2.609,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.4291845493562232,
706
+ "grad_norm": 0.14594995975494385,
707
+ "learning_rate": 5.581899654540049e-05,
708
+ "loss": 2.3956,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 0.4334763948497854,
713
+ "grad_norm": 0.11137986928224564,
714
+ "learning_rate": 5.570951385308879e-05,
715
+ "loss": 2.6656,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 0.43776824034334766,
720
+ "grad_norm": 0.16587291657924652,
721
+ "learning_rate": 5.559872644896467e-05,
722
+ "loss": 2.4815,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 0.44206008583690987,
727
+ "grad_norm": 0.1582924723625183,
728
+ "learning_rate": 5.548663995529062e-05,
729
+ "loss": 2.4112,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 0.44635193133047213,
734
+ "grad_norm": 0.12027094513177872,
735
+ "learning_rate": 5.5373260060255563e-05,
736
+ "loss": 2.4611,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 0.45064377682403434,
741
+ "grad_norm": 0.17147387564182281,
742
+ "learning_rate": 5.525859251768625e-05,
743
+ "loss": 2.4084,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 0.45493562231759654,
748
+ "grad_norm": 0.138417050242424,
749
+ "learning_rate": 5.5142643146755215e-05,
750
+ "loss": 2.655,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 0.4592274678111588,
755
+ "grad_norm": 0.15900184214115143,
756
+ "learning_rate": 5.5025417831685533e-05,
757
+ "loss": 2.4029,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 0.463519313304721,
762
+ "grad_norm": 0.1893249750137329,
763
+ "learning_rate": 5.4906922521452105e-05,
764
+ "loss": 2.367,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 0.4678111587982833,
769
+ "grad_norm": 0.13178469240665436,
770
+ "learning_rate": 5.478716322947985e-05,
771
+ "loss": 2.4976,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 0.4721030042918455,
776
+ "grad_norm": 0.22058036923408508,
777
+ "learning_rate": 5.466614603333848e-05,
778
+ "loss": 2.4154,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 0.47639484978540775,
783
+ "grad_norm": 0.10874748975038528,
784
+ "learning_rate": 5.4543877074434106e-05,
785
+ "loss": 2.3568,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 0.48068669527896996,
790
+ "grad_norm": 0.1645105481147766,
791
+ "learning_rate": 5.4420362557697546e-05,
792
+ "loss": 2.5891,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 0.48497854077253216,
797
+ "grad_norm": 0.10352698713541031,
798
+ "learning_rate": 5.429560875126946e-05,
799
+ "loss": 2.2487,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 0.4892703862660944,
804
+ "grad_norm": 0.10524651408195496,
805
+ "learning_rate": 5.4169621986182234e-05,
806
+ "loss": 2.5208,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 0.49356223175965663,
811
+ "grad_norm": 0.10389380156993866,
812
+ "learning_rate": 5.40424086560387e-05,
813
+ "loss": 2.3373,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 0.4978540772532189,
818
+ "grad_norm": 0.11282224953174591,
819
+ "learning_rate": 5.3913975216687675e-05,
820
+ "loss": 2.4336,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 0.5021459227467812,
825
+ "grad_norm": 0.14653658866882324,
826
+ "learning_rate": 5.378432818589633e-05,
827
+ "loss": 2.5201,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 0.5064377682403434,
832
+ "grad_norm": 0.10697951167821884,
833
+ "learning_rate": 5.365347414301943e-05,
834
+ "loss": 2.5,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 0.5107296137339056,
839
+ "grad_norm": 0.08726029098033905,
840
+ "learning_rate": 5.352141972866545e-05,
841
+ "loss": 2.4833,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 0.5150214592274678,
846
+ "grad_norm": 0.1065029427409172,
847
+ "learning_rate": 5.3388171644359565e-05,
848
+ "loss": 2.3921,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 0.51931330472103,
853
+ "grad_norm": 0.12069697678089142,
854
+ "learning_rate": 5.325373665220356e-05,
855
+ "loss": 2.4335,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 0.5236051502145923,
860
+ "grad_norm": 0.11373002082109451,
861
+ "learning_rate": 5.311812157453266e-05,
862
+ "loss": 2.5685,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 0.5278969957081545,
867
+ "grad_norm": 0.13439607620239258,
868
+ "learning_rate": 5.298133329356934e-05,
869
+ "loss": 2.4198,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 0.5321888412017167,
874
+ "grad_norm": 0.10372010618448257,
875
+ "learning_rate": 5.284337875107403e-05,
876
+ "loss": 2.4413,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 0.5364806866952789,
881
+ "grad_norm": 0.1336512565612793,
882
+ "learning_rate": 5.2704264947992855e-05,
883
+ "loss": 2.5762,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 0.5407725321888412,
888
+ "grad_norm": 0.12671151757240295,
889
+ "learning_rate": 5.256399894410232e-05,
890
+ "loss": 2.5616,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 0.5450643776824035,
895
+ "grad_norm": 0.10133809596300125,
896
+ "learning_rate": 5.242258785765106e-05,
897
+ "loss": 2.3512,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 0.5493562231759657,
902
+ "grad_norm": 0.10729261487722397,
903
+ "learning_rate": 5.228003886499863e-05,
904
+ "loss": 2.4487,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 0.5536480686695279,
909
+ "grad_norm": 0.10313385725021362,
910
+ "learning_rate": 5.213635920025127e-05,
911
+ "loss": 2.3446,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 0.5579399141630901,
916
+ "grad_norm": 0.11684712022542953,
917
+ "learning_rate": 5.1991556154894786e-05,
918
+ "loss": 2.4377,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 0.5622317596566524,
923
+ "grad_norm": 0.12217995524406433,
924
+ "learning_rate": 5.1845637077424576e-05,
925
+ "loss": 2.4721,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 0.5665236051502146,
930
+ "grad_norm": 0.1254771202802658,
931
+ "learning_rate": 5.169860937297264e-05,
932
+ "loss": 2.3565,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 0.5708154506437768,
937
+ "grad_norm": 0.10808940976858139,
938
+ "learning_rate": 5.155048050293183e-05,
939
+ "loss": 2.464,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 0.575107296137339,
944
+ "grad_norm": 0.1136014387011528,
945
+ "learning_rate": 5.140125798457716e-05,
946
+ "loss": 2.4179,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 0.5793991416309013,
951
+ "grad_norm": 0.12022742629051208,
952
+ "learning_rate": 5.125094939068439e-05,
953
+ "loss": 2.6821,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 0.5836909871244635,
958
+ "grad_norm": 0.11005590111017227,
959
+ "learning_rate": 5.109956234914558e-05,
960
+ "loss": 2.5086,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 0.5879828326180258,
965
+ "grad_norm": 0.14693163335323334,
966
+ "learning_rate": 5.0947104542582184e-05,
967
+ "loss": 2.5458,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 0.592274678111588,
972
+ "grad_norm": 0.09363128244876862,
973
+ "learning_rate": 5.0793583707954984e-05,
974
+ "loss": 2.5145,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 0.5965665236051502,
979
+ "grad_norm": 0.19561366736888885,
980
+ "learning_rate": 5.063900763617156e-05,
981
+ "loss": 2.5379,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 0.6008583690987125,
986
+ "grad_norm": 0.10757976770401001,
987
+ "learning_rate": 5.04833841716909e-05,
988
+ "loss": 2.5076,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 0.6051502145922747,
993
+ "grad_norm": 0.13970068097114563,
994
+ "learning_rate": 5.032672121212529e-05,
995
+ "loss": 2.472,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 0.6094420600858369,
1000
+ "grad_norm": 0.13635942339897156,
1001
+ "learning_rate": 5.0169026707839506e-05,
1002
+ "loss": 2.4703,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 0.6137339055793991,
1007
+ "grad_norm": 0.10295607149600983,
1008
+ "learning_rate": 5.001030866154741e-05,
1009
+ "loss": 2.3987,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 0.6180257510729614,
1014
+ "grad_norm": 0.1324918419122696,
1015
+ "learning_rate": 4.985057512790579e-05,
1016
+ "loss": 2.4456,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 0.6223175965665236,
1021
+ "grad_norm": 0.10353874415159225,
1022
+ "learning_rate": 4.968983421310555e-05,
1023
+ "loss": 2.3827,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 0.6266094420600858,
1028
+ "grad_norm": 0.10886164009571075,
1029
+ "learning_rate": 4.952809407446043e-05,
1030
+ "loss": 2.4664,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 0.630901287553648,
1035
+ "grad_norm": 0.1082598865032196,
1036
+ "learning_rate": 4.9365362919992994e-05,
1037
+ "loss": 2.423,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 0.6351931330472103,
1042
+ "grad_norm": 0.14654968678951263,
1043
+ "learning_rate": 4.9201649008018055e-05,
1044
+ "loss": 2.3452,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 0.6394849785407726,
1049
+ "grad_norm": 0.10624393820762634,
1050
+ "learning_rate": 4.9036960646723617e-05,
1051
+ "loss": 2.4337,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 0.6437768240343348,
1056
+ "grad_norm": 0.10619154572486877,
1057
+ "learning_rate": 4.887130619374927e-05,
1058
+ "loss": 2.2317,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 0.648068669527897,
1063
+ "grad_norm": 0.1240013837814331,
1064
+ "learning_rate": 4.870469405576201e-05,
1065
+ "loss": 2.4641,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 0.6523605150214592,
1070
+ "grad_norm": 0.11749018728733063,
1071
+ "learning_rate": 4.853713268802962e-05,
1072
+ "loss": 2.6394,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 0.6566523605150214,
1077
+ "grad_norm": 0.11559685319662094,
1078
+ "learning_rate": 4.836863059399161e-05,
1079
+ "loss": 2.6346,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 0.6609442060085837,
1084
+ "grad_norm": 0.12158619612455368,
1085
+ "learning_rate": 4.819919632482766e-05,
1086
+ "loss": 2.5024,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 0.6652360515021459,
1091
+ "grad_norm": 0.10826972126960754,
1092
+ "learning_rate": 4.802883847902368e-05,
1093
+ "loss": 2.5089,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 0.6695278969957081,
1098
+ "grad_norm": 0.12029755115509033,
1099
+ "learning_rate": 4.785756570193543e-05,
1100
+ "loss": 2.5017,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 0.6738197424892703,
1105
+ "grad_norm": 0.11460699141025543,
1106
+ "learning_rate": 4.76853866853498e-05,
1107
+ "loss": 2.4295,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 0.6781115879828327,
1112
+ "grad_norm": 0.10718906670808792,
1113
+ "learning_rate": 4.75123101670437e-05,
1114
+ "loss": 2.4886,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 0.6824034334763949,
1119
+ "grad_norm": 0.11268241703510284,
1120
+ "learning_rate": 4.733834493034066e-05,
1121
+ "loss": 2.5896,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 0.6866952789699571,
1126
+ "grad_norm": 0.12579713761806488,
1127
+ "learning_rate": 4.716349980366509e-05,
1128
+ "loss": 2.3132,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 0.6909871244635193,
1133
+ "grad_norm": 0.11618609726428986,
1134
+ "learning_rate": 4.698778366009421e-05,
1135
+ "loss": 2.4478,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 0.6952789699570815,
1140
+ "grad_norm": 0.12247326225042343,
1141
+ "learning_rate": 4.681120541690781e-05,
1142
+ "loss": 2.4638,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 0.6995708154506438,
1147
+ "grad_norm": 0.11064168810844421,
1148
+ "learning_rate": 4.663377403513569e-05,
1149
+ "loss": 2.6396,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 0.703862660944206,
1154
+ "grad_norm": 0.1138993427157402,
1155
+ "learning_rate": 4.64554985191029e-05,
1156
+ "loss": 2.3691,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 0.7081545064377682,
1161
+ "grad_norm": 0.11352220177650452,
1162
+ "learning_rate": 4.6276387915972783e-05,
1163
+ "loss": 2.5472,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 0.7124463519313304,
1168
+ "grad_norm": 0.13823212683200836,
1169
+ "learning_rate": 4.609645131528789e-05,
1170
+ "loss": 2.3696,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 0.7167381974248928,
1175
+ "grad_norm": 0.16149644553661346,
1176
+ "learning_rate": 4.5915697848508645e-05,
1177
+ "loss": 2.3184,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 0.721030042918455,
1182
+ "grad_norm": 0.10547155141830444,
1183
+ "learning_rate": 4.5734136688549964e-05,
1184
+ "loss": 2.4221,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 0.7253218884120172,
1189
+ "grad_norm": 0.1176508441567421,
1190
+ "learning_rate": 4.555177704931576e-05,
1191
+ "loss": 2.4223,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 0.7296137339055794,
1196
+ "grad_norm": 0.12838046252727509,
1197
+ "learning_rate": 4.5368628185231314e-05,
1198
+ "loss": 2.5376,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 0.7339055793991416,
1203
+ "grad_norm": 0.1296073943376541,
1204
+ "learning_rate": 4.518469939077369e-05,
1205
+ "loss": 2.4453,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 0.7381974248927039,
1210
+ "grad_norm": 0.13209278881549835,
1211
+ "learning_rate": 4.5e-05,
1212
+ "loss": 2.4902,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 0.7424892703862661,
1217
+ "grad_norm": 0.13168583810329437,
1218
+ "learning_rate": 4.4814539386073744e-05,
1219
+ "loss": 2.2446,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 0.7467811158798283,
1224
+ "grad_norm": 0.12592634558677673,
1225
+ "learning_rate": 4.462832696078915e-05,
1226
+ "loss": 2.5433,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 0.7510729613733905,
1231
+ "grad_norm": 0.12793345749378204,
1232
+ "learning_rate": 4.4441372174093495e-05,
1233
+ "loss": 2.4155,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 0.7553648068669528,
1238
+ "grad_norm": 0.12817440927028656,
1239
+ "learning_rate": 4.4253684513607585e-05,
1240
+ "loss": 2.4488,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 0.759656652360515,
1245
+ "grad_norm": 0.12905055284500122,
1246
+ "learning_rate": 4.406527350414427e-05,
1247
+ "loss": 2.3792,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 0.7639484978540773,
1252
+ "grad_norm": 0.11602860689163208,
1253
+ "learning_rate": 4.3876148707225067e-05,
1254
+ "loss": 2.2747,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 0.7682403433476395,
1259
+ "grad_norm": 0.1343417763710022,
1260
+ "learning_rate": 4.368631972059489e-05,
1261
+ "loss": 2.3509,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 0.7725321888412017,
1266
+ "grad_norm": 0.17558203637599945,
1267
+ "learning_rate": 4.349579617773507e-05,
1268
+ "loss": 2.2545,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 0.776824034334764,
1273
+ "grad_norm": 0.11374380439519882,
1274
+ "learning_rate": 4.33045877473744e-05,
1275
+ "loss": 2.4592,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 0.7811158798283262,
1280
+ "grad_norm": 0.16170468926429749,
1281
+ "learning_rate": 4.31127041329985e-05,
1282
+ "loss": 2.5294,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 0.7854077253218884,
1287
+ "grad_norm": 0.1064993217587471,
1288
+ "learning_rate": 4.2920155072357335e-05,
1289
+ "loss": 2.4469,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 0.7896995708154506,
1294
+ "grad_norm": 0.14201977849006653,
1295
+ "learning_rate": 4.2726950336971115e-05,
1296
+ "loss": 2.4416,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 0.7939914163090128,
1301
+ "grad_norm": 0.12264000624418259,
1302
+ "learning_rate": 4.2533099731634376e-05,
1303
+ "loss": 2.5181,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 0.7982832618025751,
1308
+ "grad_norm": 0.12580525875091553,
1309
+ "learning_rate": 4.233861309391835e-05,
1310
+ "loss": 2.3767,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 0.8025751072961373,
1315
+ "grad_norm": 0.15109586715698242,
1316
+ "learning_rate": 4.214350029367181e-05,
1317
+ "loss": 2.3987,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 0.8068669527896996,
1322
+ "grad_norm": 0.15967005491256714,
1323
+ "learning_rate": 4.1947771232520165e-05,
1324
+ "loss": 2.4359,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 0.8111587982832618,
1329
+ "grad_norm": 0.10725586116313934,
1330
+ "learning_rate": 4.175143584336295e-05,
1331
+ "loss": 2.4294,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 0.8154506437768241,
1336
+ "grad_norm": 0.12302330881357193,
1337
+ "learning_rate": 4.155450408986972e-05,
1338
+ "loss": 2.4109,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 0.8197424892703863,
1343
+ "grad_norm": 0.13229899108409882,
1344
+ "learning_rate": 4.1356985965974536e-05,
1345
+ "loss": 2.5981,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 0.8240343347639485,
1350
+ "grad_norm": 0.17274914681911469,
1351
+ "learning_rate": 4.115889149536863e-05,
1352
+ "loss": 2.3754,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 0.8283261802575107,
1357
+ "grad_norm": 0.10760139673948288,
1358
+ "learning_rate": 4.0960230730991856e-05,
1359
+ "loss": 2.3867,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 0.8326180257510729,
1364
+ "grad_norm": 0.17432305216789246,
1365
+ "learning_rate": 4.076101375452241e-05,
1366
+ "loss": 2.4265,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 0.8369098712446352,
1371
+ "grad_norm": 0.15838249027729034,
1372
+ "learning_rate": 4.05612506758653e-05,
1373
+ "loss": 2.4993,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 0.8412017167381974,
1378
+ "grad_norm": 0.12234227359294891,
1379
+ "learning_rate": 4.0360951632639226e-05,
1380
+ "loss": 2.3877,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 0.8454935622317596,
1385
+ "grad_norm": 0.1838800013065338,
1386
+ "learning_rate": 4.016012678966213e-05,
1387
+ "loss": 2.2853,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 0.8497854077253219,
1392
+ "grad_norm": 0.15433116257190704,
1393
+ "learning_rate": 3.995878633843535e-05,
1394
+ "loss": 2.4563,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 0.8540772532188842,
1399
+ "grad_norm": 0.1247561052441597,
1400
+ "learning_rate": 3.9756940496626416e-05,
1401
+ "loss": 2.4479,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 0.8583690987124464,
1406
+ "grad_norm": 0.1395588368177414,
1407
+ "learning_rate": 3.955459950755054e-05,
1408
+ "loss": 2.5016,
1409
+ "step": 200
1410
+ },
1411
+ {
1412
+ "epoch": 0.8626609442060086,
1413
+ "grad_norm": 0.1456160992383957,
1414
+ "learning_rate": 3.9351773639650745e-05,
1415
+ "loss": 2.3222,
1416
+ "step": 201
1417
+ },
1418
+ {
1419
+ "epoch": 0.8669527896995708,
1420
+ "grad_norm": 0.1138000562787056,
1421
+ "learning_rate": 3.914847318597682e-05,
1422
+ "loss": 2.503,
1423
+ "step": 202
1424
+ },
1425
+ {
1426
+ "epoch": 0.871244635193133,
1427
+ "grad_norm": 0.18854430317878723,
1428
+ "learning_rate": 3.894470846366291e-05,
1429
+ "loss": 2.3799,
1430
+ "step": 203
1431
+ },
1432
+ {
1433
+ "epoch": 0.8755364806866953,
1434
+ "grad_norm": 0.14914338290691376,
1435
+ "learning_rate": 3.874048981340397e-05,
1436
+ "loss": 2.4057,
1437
+ "step": 204
1438
+ },
1439
+ {
1440
+ "epoch": 0.8798283261802575,
1441
+ "grad_norm": 0.1462559849023819,
1442
+ "learning_rate": 3.853582759893097e-05,
1443
+ "loss": 2.3917,
1444
+ "step": 205
1445
+ },
1446
+ {
1447
+ "epoch": 0.8841201716738197,
1448
+ "grad_norm": 0.13625341653823853,
1449
+ "learning_rate": 3.833073220648501e-05,
1450
+ "loss": 2.3863,
1451
+ "step": 206
1452
+ },
1453
+ {
1454
+ "epoch": 0.8884120171673819,
1455
+ "grad_norm": 0.1319255530834198,
1456
+ "learning_rate": 3.812521404429016e-05,
1457
+ "loss": 2.3733,
1458
+ "step": 207
1459
+ },
1460
+ {
1461
+ "epoch": 0.8927038626609443,
1462
+ "grad_norm": 0.12159706652164459,
1463
+ "learning_rate": 3.7919283542025295e-05,
1464
+ "loss": 2.402,
1465
+ "step": 208
1466
+ },
1467
+ {
1468
+ "epoch": 0.8969957081545065,
1469
+ "grad_norm": 0.12551629543304443,
1470
+ "learning_rate": 3.7712951150294845e-05,
1471
+ "loss": 2.3653,
1472
+ "step": 209
1473
+ },
1474
+ {
1475
+ "epoch": 0.9012875536480687,
1476
+ "grad_norm": 0.12352804839611053,
1477
+ "learning_rate": 3.7506227340098376e-05,
1478
+ "loss": 2.2787,
1479
+ "step": 210
1480
+ },
1481
+ {
1482
+ "epoch": 0.9055793991416309,
1483
+ "grad_norm": 0.1033705621957779,
1484
+ "learning_rate": 3.729912260229926e-05,
1485
+ "loss": 2.2657,
1486
+ "step": 211
1487
+ },
1488
+ {
1489
+ "epoch": 0.9098712446351931,
1490
+ "grad_norm": 0.13322466611862183,
1491
+ "learning_rate": 3.7091647447092265e-05,
1492
+ "loss": 2.4372,
1493
+ "step": 212
1494
+ },
1495
+ {
1496
+ "epoch": 0.9141630901287554,
1497
+ "grad_norm": 0.1130763366818428,
1498
+ "learning_rate": 3.6883812403470165e-05,
1499
+ "loss": 2.3048,
1500
+ "step": 213
1501
+ },
1502
+ {
1503
+ "epoch": 0.9184549356223176,
1504
+ "grad_norm": 0.13779044151306152,
1505
+ "learning_rate": 3.667562801868943e-05,
1506
+ "loss": 2.4289,
1507
+ "step": 214
1508
+ },
1509
+ {
1510
+ "epoch": 0.9227467811158798,
1511
+ "grad_norm": 0.11905843019485474,
1512
+ "learning_rate": 3.646710485773499e-05,
1513
+ "loss": 2.513,
1514
+ "step": 215
1515
+ },
1516
+ {
1517
+ "epoch": 0.927038626609442,
1518
+ "grad_norm": 0.14390388131141663,
1519
+ "learning_rate": 3.625825350278403e-05,
1520
+ "loss": 2.3498,
1521
+ "step": 216
1522
+ },
1523
+ {
1524
+ "epoch": 0.9313304721030042,
1525
+ "grad_norm": 0.11969032138586044,
1526
+ "learning_rate": 3.6049084552669e-05,
1527
+ "loss": 2.3459,
1528
+ "step": 217
1529
+ },
1530
+ {
1531
+ "epoch": 0.9356223175965666,
1532
+ "grad_norm": 0.12738005816936493,
1533
+ "learning_rate": 3.5839608622339755e-05,
1534
+ "loss": 2.2709,
1535
+ "step": 218
1536
+ },
1537
+ {
1538
+ "epoch": 0.9399141630901288,
1539
+ "grad_norm": 0.12393856048583984,
1540
+ "learning_rate": 3.562983634232483e-05,
1541
+ "loss": 2.3483,
1542
+ "step": 219
1543
+ },
1544
+ {
1545
+ "epoch": 0.944206008583691,
1546
+ "grad_norm": 0.12841208279132843,
1547
+ "learning_rate": 3.541977835819197e-05,
1548
+ "loss": 2.3226,
1549
+ "step": 220
1550
+ },
1551
+ {
1552
+ "epoch": 0.9484978540772532,
1553
+ "grad_norm": 0.12215293943881989,
1554
+ "learning_rate": 3.520944533000792e-05,
1555
+ "loss": 2.4929,
1556
+ "step": 221
1557
+ },
1558
+ {
1559
+ "epoch": 0.9527896995708155,
1560
+ "grad_norm": 0.10832389444112778,
1561
+ "learning_rate": 3.4998847931797374e-05,
1562
+ "loss": 2.4507,
1563
+ "step": 222
1564
+ },
1565
+ {
1566
+ "epoch": 0.9570815450643777,
1567
+ "grad_norm": 0.10891756415367126,
1568
+ "learning_rate": 3.478799685100138e-05,
1569
+ "loss": 2.4425,
1570
+ "step": 223
1571
+ },
1572
+ {
1573
+ "epoch": 0.9613733905579399,
1574
+ "grad_norm": 0.124311164021492,
1575
+ "learning_rate": 3.457690278793489e-05,
1576
+ "loss": 2.5339,
1577
+ "step": 224
1578
+ },
1579
+ {
1580
+ "epoch": 0.9656652360515021,
1581
+ "grad_norm": 0.17225196957588196,
1582
+ "learning_rate": 3.436557645524379e-05,
1583
+ "loss": 2.4238,
1584
+ "step": 225
1585
+ },
1586
+ {
1587
+ "epoch": 0.9699570815450643,
1588
+ "grad_norm": 0.12012173235416412,
1589
+ "learning_rate": 3.415402857736122e-05,
1590
+ "loss": 2.5209,
1591
+ "step": 226
1592
+ },
1593
+ {
1594
+ "epoch": 0.9742489270386266,
1595
+ "grad_norm": 0.17129479348659515,
1596
+ "learning_rate": 3.394226988996336e-05,
1597
+ "loss": 2.5539,
1598
+ "step": 227
1599
+ },
1600
+ {
1601
+ "epoch": 0.9785407725321889,
1602
+ "grad_norm": 0.13525094091892242,
1603
+ "learning_rate": 3.373031113942456e-05,
1604
+ "loss": 2.2249,
1605
+ "step": 228
1606
+ },
1607
+ {
1608
+ "epoch": 0.9828326180257511,
1609
+ "grad_norm": 0.11054141074419022,
1610
+ "learning_rate": 3.351816308227206e-05,
1611
+ "loss": 2.4088,
1612
+ "step": 229
1613
+ },
1614
+ {
1615
+ "epoch": 0.9871244635193133,
1616
+ "grad_norm": 0.11343766748905182,
1617
+ "learning_rate": 3.330583648464004e-05,
1618
+ "loss": 2.0978,
1619
+ "step": 230
1620
+ },
1621
+ {
1622
+ "epoch": 0.9914163090128756,
1623
+ "grad_norm": 0.22153422236442566,
1624
+ "learning_rate": 3.309334212172331e-05,
1625
+ "loss": 2.5402,
1626
+ "step": 231
1627
+ },
1628
+ {
1629
+ "epoch": 0.9957081545064378,
1630
+ "grad_norm": 0.11208418756723404,
1631
+ "learning_rate": 3.288069077723045e-05,
1632
+ "loss": 2.3747,
1633
+ "step": 232
1634
+ },
1635
+ {
1636
+ "epoch": 1.0,
1637
+ "grad_norm": 0.1252536177635193,
1638
+ "learning_rate": 3.26678932428366e-05,
1639
+ "loss": 2.4297,
1640
+ "step": 233
1641
+ },
1642
+ {
1643
+ "epoch": 1.0042918454935623,
1644
+ "grad_norm": 0.23914779722690582,
1645
+ "learning_rate": 3.2454960317635747e-05,
1646
+ "loss": 2.5602,
1647
+ "step": 234
1648
+ },
1649
+ {
1650
+ "epoch": 1.0042918454935623,
1651
+ "grad_norm": 0.15806083381175995,
1652
+ "learning_rate": 3.2241902807592734e-05,
1653
+ "loss": 2.3144,
1654
+ "step": 235
1655
+ },
1656
+ {
1657
+ "epoch": 1.0085836909871244,
1658
+ "grad_norm": 0.11224311590194702,
1659
+ "learning_rate": 3.202873152499485e-05,
1660
+ "loss": 2.3083,
1661
+ "step": 236
1662
+ },
1663
+ {
1664
+ "epoch": 1.0128755364806867,
1665
+ "grad_norm": 0.12876267731189728,
1666
+ "learning_rate": 3.181545728790317e-05,
1667
+ "loss": 2.2468,
1668
+ "step": 237
1669
+ },
1670
+ {
1671
+ "epoch": 1.0171673819742488,
1672
+ "grad_norm": 0.16172175109386444,
1673
+ "learning_rate": 3.160209091960347e-05,
1674
+ "loss": 2.4206,
1675
+ "step": 238
1676
+ },
1677
+ {
1678
+ "epoch": 1.0214592274678111,
1679
+ "grad_norm": 0.10915794968605042,
1680
+ "learning_rate": 3.138864324805707e-05,
1681
+ "loss": 2.3789,
1682
+ "step": 239
1683
+ },
1684
+ {
1685
+ "epoch": 1.0257510729613735,
1686
+ "grad_norm": 0.18216541409492493,
1687
+ "learning_rate": 3.117512510535128e-05,
1688
+ "loss": 2.3726,
1689
+ "step": 240
1690
+ }
1691
+ ],
1692
+ "logging_steps": 1,
1693
+ "max_steps": 466,
1694
+ "num_input_tokens_seen": 0,
1695
+ "num_train_epochs": 2,
1696
+ "save_steps": 24,
1697
+ "stateful_callbacks": {
1698
+ "TrainerControl": {
1699
+ "args": {
1700
+ "should_epoch_stop": false,
1701
+ "should_evaluate": false,
1702
+ "should_log": false,
1703
+ "should_save": true,
1704
+ "should_training_stop": false
1705
+ },
1706
+ "attributes": {}
1707
+ }
1708
+ },
1709
+ "total_flos": 1.3380404450615624e+18,
1710
+ "train_batch_size": 16,
1711
+ "trial_name": null,
1712
+ "trial_params": null
1713
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45e6060d8e7473807446c52e67e9224639607a60d1e8530fb36ab29acfe31901
3
+ size 8632