moiraai2024 commited on
Commit
95a8061
·
verified ·
1 Parent(s): 9619419

Uploading final model weights

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ checkpoint-264000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-264000/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/orpheus-3b-0.1-ft
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/orpheus-3b-0.1-ft
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.17.1
checkpoint-264000/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "LlamaForCausalLM",
5
+ "parent_library": "transformers.models.llama.modeling_llama",
6
+ "unsloth_fixed": true
7
+ },
8
+ "base_model_name_or_path": "unsloth/orpheus-3b-0.1-ft",
9
+ "bias": "none",
10
+ "corda_config": null,
11
+ "eva_config": null,
12
+ "exclude_modules": null,
13
+ "fan_in_fan_out": false,
14
+ "inference_mode": true,
15
+ "init_lora_weights": true,
16
+ "layer_replication": null,
17
+ "layers_pattern": null,
18
+ "layers_to_transform": null,
19
+ "loftq_config": {},
20
+ "lora_alpha": 64,
21
+ "lora_bias": false,
22
+ "lora_dropout": 0,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "qalora_group_size": 16,
28
+ "r": 64,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "gate_proj",
33
+ "q_proj",
34
+ "k_proj",
35
+ "down_proj",
36
+ "o_proj",
37
+ "v_proj",
38
+ "up_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
checkpoint-264000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37bce0e22252d3d9d00cee24db4bec5940419deb0334e3781e01322513c804e6
3
+ size 389074464
checkpoint-264000/chat_template.jinja ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{- bos_token }}
2
+ {%- if custom_tools is defined %}
3
+ {%- set tools = custom_tools %}
4
+ {%- endif %}
5
+ {%- if not tools_in_user_message is defined %}
6
+ {%- set tools_in_user_message = true %}
7
+ {%- endif %}
8
+ {%- if not date_string is defined %}
9
+ {%- if strftime_now is defined %}
10
+ {%- set date_string = strftime_now("%d %b %Y") %}
11
+ {%- else %}
12
+ {%- set date_string = "26 Jul 2024" %}
13
+ {%- endif %}
14
+ {%- endif %}
15
+ {%- if not tools is defined %}
16
+ {%- set tools = none %}
17
+ {%- endif %}
18
+
19
+ {#- This block extracts the system message, so we can slot it into the right place. #}
20
+ {%- if messages[0]['role'] == 'system' %}
21
+ {%- set system_message = messages[0]['content']|trim %}
22
+ {%- set messages = messages[1:] %}
23
+ {%- else %}
24
+ {%- set system_message = "" %}
25
+ {%- endif %}
26
+
27
+ {#- System message #}
28
+ {{- "<|start_header_id|>system<|end_header_id|>\n\n" }}
29
+ {%- if tools is not none %}
30
+ {{- "Environment: ipython\n" }}
31
+ {%- endif %}
32
+ {{- "Cutting Knowledge Date: December 2023\n" }}
33
+ {{- "Today Date: " + date_string + "\n\n" }}
34
+ {%- if tools is not none and not tools_in_user_message %}
35
+ {{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }}
36
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
37
+ {{- "Do not use variables.\n\n" }}
38
+ {%- for t in tools %}
39
+ {{- t | tojson(indent=4) }}
40
+ {{- "\n\n" }}
41
+ {%- endfor %}
42
+ {%- endif %}
43
+ {{- system_message }}
44
+ {{- "<|eot_id|>" }}
45
+
46
+ {#- Custom tools are passed in a user message with some extra guidance #}
47
+ {%- if tools_in_user_message and not tools is none %}
48
+ {#- Extract the first user message so we can plug it in here #}
49
+ {%- if messages | length != 0 %}
50
+ {%- set first_user_message = messages[0]['content']|trim %}
51
+ {%- set messages = messages[1:] %}
52
+ {%- else %}
53
+ {{- raise_exception("Cannot put tools in the first user message when there's no first user message!") }}
54
+ {%- endif %}
55
+ {{- '<|start_header_id|>user<|end_header_id|>\n\n' -}}
56
+ {{- "Given the following functions, please respond with a JSON for a function call " }}
57
+ {{- "with its proper arguments that best answers the given prompt.\n\n" }}
58
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
59
+ {{- "Do not use variables.\n\n" }}
60
+ {%- for t in tools %}
61
+ {{- t | tojson(indent=4) }}
62
+ {{- "\n\n" }}
63
+ {%- endfor %}
64
+ {{- first_user_message + "<|eot_id|>"}}
65
+ {%- endif %}
66
+
67
+ {%- for message in messages %}
68
+ {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}
69
+ {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' }}
70
+ {%- elif 'tool_calls' in message %}
71
+ {%- if not message.tool_calls|length == 1 %}
72
+ {{- raise_exception("This model only supports single tool-calls at once!") }}
73
+ {%- endif %}
74
+ {%- set tool_call = message.tool_calls[0].function %}
75
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}}
76
+ {{- '{"name": "' + tool_call.name + '", ' }}
77
+ {{- '"parameters": ' }}
78
+ {{- tool_call.arguments | tojson }}
79
+ {{- "}" }}
80
+ {{- "<|eot_id|>" }}
81
+ {%- elif message.role == "tool" or message.role == "ipython" %}
82
+ {{- "<|start_header_id|>ipython<|end_header_id|>\n\n" }}
83
+ {%- if message.content is mapping or message.content is iterable %}
84
+ {{- message.content | tojson }}
85
+ {%- else %}
86
+ {{- message.content }}
87
+ {%- endif %}
88
+ {{- "<|eot_id|>" }}
89
+ {%- endif %}
90
+ {%- endfor %}
91
+ {%- if add_generation_prompt %}
92
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }}
93
+ {%- endif %}
checkpoint-264000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:643d61065f861dcbaa4aa2eed5a2fa0228b2b0d64cfa972d90121a3d61181ba4
3
+ size 198012869
checkpoint-264000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d6d8fafcd1ee268414be5acf0366296af5b03d60871978712eac1979cb42d65
3
+ size 14645
checkpoint-264000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3b59ac44573e7a5340782a6854d85b07dd78f411d0afdc2d24522bfa46707c5
3
+ size 1465
checkpoint-264000/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|audio|>"
4
+ ],
5
+ "bos_token": {
6
+ "content": "<|begin_of_text|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "eos_token": {
13
+ "content": "<|eot_id|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ },
19
+ "pad_token": "<custom_token_7>"
20
+ }
checkpoint-264000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc3fecb199b4170636dbfab986d25f628157268d37b861f9cadaca60b1353bce
3
+ size 22849547
checkpoint-264000/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-264000/trainer_state.json ADDED
@@ -0,0 +1,2344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.8540145985401457,
6
+ "eval_steps": 500,
7
+ "global_step": 264000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.01167883211678832,
14
+ "grad_norm": 0.7469853758811951,
15
+ "learning_rate": 0.00019976817349031748,
16
+ "loss": 4.9807,
17
+ "step": 800
18
+ },
19
+ {
20
+ "epoch": 0.02335766423357664,
21
+ "grad_norm": 1.120423436164856,
22
+ "learning_rate": 0.00019953459514303025,
23
+ "loss": 4.6712,
24
+ "step": 1600
25
+ },
26
+ {
27
+ "epoch": 0.035036496350364967,
28
+ "grad_norm": 1.064866542816162,
29
+ "learning_rate": 0.00019930101679574305,
30
+ "loss": 4.5512,
31
+ "step": 2400
32
+ },
33
+ {
34
+ "epoch": 0.04671532846715328,
35
+ "grad_norm": 0.8409781455993652,
36
+ "learning_rate": 0.00019906743844845583,
37
+ "loss": 4.4947,
38
+ "step": 3200
39
+ },
40
+ {
41
+ "epoch": 0.058394160583941604,
42
+ "grad_norm": 1.03812575340271,
43
+ "learning_rate": 0.00019883386010116863,
44
+ "loss": 4.4487,
45
+ "step": 4000
46
+ },
47
+ {
48
+ "epoch": 0.07007299270072993,
49
+ "grad_norm": 0.6089211106300354,
50
+ "learning_rate": 0.00019860028175388143,
51
+ "loss": 4.4197,
52
+ "step": 4800
53
+ },
54
+ {
55
+ "epoch": 0.08175182481751825,
56
+ "grad_norm": 1.2314237356185913,
57
+ "learning_rate": 0.00019836670340659423,
58
+ "loss": 4.3931,
59
+ "step": 5600
60
+ },
61
+ {
62
+ "epoch": 0.09343065693430656,
63
+ "grad_norm": 0.6221948862075806,
64
+ "learning_rate": 0.000198133125059307,
65
+ "loss": 4.3595,
66
+ "step": 6400
67
+ },
68
+ {
69
+ "epoch": 0.10510948905109489,
70
+ "grad_norm": 0.7354845404624939,
71
+ "learning_rate": 0.0001978995467120198,
72
+ "loss": 4.3489,
73
+ "step": 7200
74
+ },
75
+ {
76
+ "epoch": 0.11678832116788321,
77
+ "grad_norm": 0.47563284635543823,
78
+ "learning_rate": 0.00019766596836473258,
79
+ "loss": 4.3167,
80
+ "step": 8000
81
+ },
82
+ {
83
+ "epoch": 0.12846715328467154,
84
+ "grad_norm": 0.5970898270606995,
85
+ "learning_rate": 0.0001974323900174454,
86
+ "loss": 4.3059,
87
+ "step": 8800
88
+ },
89
+ {
90
+ "epoch": 0.14014598540145987,
91
+ "grad_norm": 1.0531948804855347,
92
+ "learning_rate": 0.0001971988116701582,
93
+ "loss": 4.294,
94
+ "step": 9600
95
+ },
96
+ {
97
+ "epoch": 0.15182481751824817,
98
+ "grad_norm": 0.6124999523162842,
99
+ "learning_rate": 0.000196965233322871,
100
+ "loss": 4.288,
101
+ "step": 10400
102
+ },
103
+ {
104
+ "epoch": 0.1635036496350365,
105
+ "grad_norm": 0.43388164043426514,
106
+ "learning_rate": 0.00019673165497558376,
107
+ "loss": 4.273,
108
+ "step": 11200
109
+ },
110
+ {
111
+ "epoch": 0.17518248175182483,
112
+ "grad_norm": 1.2883777618408203,
113
+ "learning_rate": 0.00019649807662829656,
114
+ "loss": 4.2696,
115
+ "step": 12000
116
+ },
117
+ {
118
+ "epoch": 0.18686131386861313,
119
+ "grad_norm": 1.0502655506134033,
120
+ "learning_rate": 0.00019626449828100937,
121
+ "loss": 4.2584,
122
+ "step": 12800
123
+ },
124
+ {
125
+ "epoch": 0.19854014598540146,
126
+ "grad_norm": 1.0939903259277344,
127
+ "learning_rate": 0.00019603091993372217,
128
+ "loss": 4.2377,
129
+ "step": 13600
130
+ },
131
+ {
132
+ "epoch": 0.21021897810218979,
133
+ "grad_norm": 0.732036828994751,
134
+ "learning_rate": 0.00019579734158643494,
135
+ "loss": 4.2274,
136
+ "step": 14400
137
+ },
138
+ {
139
+ "epoch": 0.22189781021897811,
140
+ "grad_norm": 0.7493735551834106,
141
+ "learning_rate": 0.00019556376323914774,
142
+ "loss": 4.2382,
143
+ "step": 15200
144
+ },
145
+ {
146
+ "epoch": 0.23357664233576642,
147
+ "grad_norm": 0.7022084593772888,
148
+ "learning_rate": 0.00019533018489186052,
149
+ "loss": 4.241,
150
+ "step": 16000
151
+ },
152
+ {
153
+ "epoch": 0.24525547445255474,
154
+ "grad_norm": 0.6069856882095337,
155
+ "learning_rate": 0.00019509660654457335,
156
+ "loss": 4.2072,
157
+ "step": 16800
158
+ },
159
+ {
160
+ "epoch": 0.2569343065693431,
161
+ "grad_norm": 0.9912208318710327,
162
+ "learning_rate": 0.00019486302819728612,
163
+ "loss": 4.2133,
164
+ "step": 17600
165
+ },
166
+ {
167
+ "epoch": 0.2686131386861314,
168
+ "grad_norm": 0.6228162050247192,
169
+ "learning_rate": 0.00019462944984999892,
170
+ "loss": 4.2074,
171
+ "step": 18400
172
+ },
173
+ {
174
+ "epoch": 0.28029197080291973,
175
+ "grad_norm": 0.6577867269515991,
176
+ "learning_rate": 0.0001943958715027117,
177
+ "loss": 4.1989,
178
+ "step": 19200
179
+ },
180
+ {
181
+ "epoch": 0.291970802919708,
182
+ "grad_norm": 0.5231236815452576,
183
+ "learning_rate": 0.0001941622931554245,
184
+ "loss": 4.1921,
185
+ "step": 20000
186
+ },
187
+ {
188
+ "epoch": 0.30364963503649633,
189
+ "grad_norm": 0.7894455194473267,
190
+ "learning_rate": 0.0001939287148081373,
191
+ "loss": 4.1899,
192
+ "step": 20800
193
+ },
194
+ {
195
+ "epoch": 0.31532846715328466,
196
+ "grad_norm": 0.7088421583175659,
197
+ "learning_rate": 0.0001936951364608501,
198
+ "loss": 4.1795,
199
+ "step": 21600
200
+ },
201
+ {
202
+ "epoch": 0.327007299270073,
203
+ "grad_norm": 0.7622804045677185,
204
+ "learning_rate": 0.00019346155811356288,
205
+ "loss": 4.1789,
206
+ "step": 22400
207
+ },
208
+ {
209
+ "epoch": 0.3386861313868613,
210
+ "grad_norm": 0.41267886757850647,
211
+ "learning_rate": 0.00019322797976627568,
212
+ "loss": 4.1695,
213
+ "step": 23200
214
+ },
215
+ {
216
+ "epoch": 0.35036496350364965,
217
+ "grad_norm": 0.6643211245536804,
218
+ "learning_rate": 0.00019299440141898848,
219
+ "loss": 4.1714,
220
+ "step": 24000
221
+ },
222
+ {
223
+ "epoch": 0.362043795620438,
224
+ "grad_norm": 1.1012191772460938,
225
+ "learning_rate": 0.00019276082307170128,
226
+ "loss": 4.1677,
227
+ "step": 24800
228
+ },
229
+ {
230
+ "epoch": 0.37372262773722625,
231
+ "grad_norm": 0.5746153593063354,
232
+ "learning_rate": 0.00019252724472441405,
233
+ "loss": 4.1463,
234
+ "step": 25600
235
+ },
236
+ {
237
+ "epoch": 0.3854014598540146,
238
+ "grad_norm": 0.6068096160888672,
239
+ "learning_rate": 0.00019229366637712686,
240
+ "loss": 4.1643,
241
+ "step": 26400
242
+ },
243
+ {
244
+ "epoch": 0.3970802919708029,
245
+ "grad_norm": 0.4222017228603363,
246
+ "learning_rate": 0.00019206008802983963,
247
+ "loss": 4.1627,
248
+ "step": 27200
249
+ },
250
+ {
251
+ "epoch": 0.40875912408759124,
252
+ "grad_norm": 1.108417272567749,
253
+ "learning_rate": 0.00019182650968255246,
254
+ "loss": 4.1555,
255
+ "step": 28000
256
+ },
257
+ {
258
+ "epoch": 0.42043795620437957,
259
+ "grad_norm": 0.847973644733429,
260
+ "learning_rate": 0.00019159293133526523,
261
+ "loss": 4.1604,
262
+ "step": 28800
263
+ },
264
+ {
265
+ "epoch": 0.4321167883211679,
266
+ "grad_norm": 0.7368318438529968,
267
+ "learning_rate": 0.00019135935298797804,
268
+ "loss": 4.1497,
269
+ "step": 29600
270
+ },
271
+ {
272
+ "epoch": 0.44379562043795623,
273
+ "grad_norm": 1.041403889656067,
274
+ "learning_rate": 0.0001911257746406908,
275
+ "loss": 4.1417,
276
+ "step": 30400
277
+ },
278
+ {
279
+ "epoch": 0.4554744525547445,
280
+ "grad_norm": 0.6244940757751465,
281
+ "learning_rate": 0.0001908921962934036,
282
+ "loss": 4.1642,
283
+ "step": 31200
284
+ },
285
+ {
286
+ "epoch": 0.46715328467153283,
287
+ "grad_norm": 0.871951162815094,
288
+ "learning_rate": 0.0001906586179461164,
289
+ "loss": 4.1358,
290
+ "step": 32000
291
+ },
292
+ {
293
+ "epoch": 0.47883211678832116,
294
+ "grad_norm": 1.751654028892517,
295
+ "learning_rate": 0.00019042503959882921,
296
+ "loss": 4.1393,
297
+ "step": 32800
298
+ },
299
+ {
300
+ "epoch": 0.4905109489051095,
301
+ "grad_norm": 0.8029406070709229,
302
+ "learning_rate": 0.000190191461251542,
303
+ "loss": 4.132,
304
+ "step": 33600
305
+ },
306
+ {
307
+ "epoch": 0.5021897810218978,
308
+ "grad_norm": 1.084448218345642,
309
+ "learning_rate": 0.0001899578829042548,
310
+ "loss": 4.1323,
311
+ "step": 34400
312
+ },
313
+ {
314
+ "epoch": 0.5138686131386861,
315
+ "grad_norm": 0.8661244511604309,
316
+ "learning_rate": 0.00018972430455696756,
317
+ "loss": 4.1388,
318
+ "step": 35200
319
+ },
320
+ {
321
+ "epoch": 0.5255474452554745,
322
+ "grad_norm": 0.7281563878059387,
323
+ "learning_rate": 0.0001894907262096804,
324
+ "loss": 4.1354,
325
+ "step": 36000
326
+ },
327
+ {
328
+ "epoch": 0.5372262773722628,
329
+ "grad_norm": 0.9080061912536621,
330
+ "learning_rate": 0.00018925714786239317,
331
+ "loss": 4.1294,
332
+ "step": 36800
333
+ },
334
+ {
335
+ "epoch": 0.5489051094890511,
336
+ "grad_norm": 0.7405328750610352,
337
+ "learning_rate": 0.00018902356951510597,
338
+ "loss": 4.1279,
339
+ "step": 37600
340
+ },
341
+ {
342
+ "epoch": 0.5605839416058395,
343
+ "grad_norm": 0.5771759748458862,
344
+ "learning_rate": 0.00018878999116781874,
345
+ "loss": 4.1094,
346
+ "step": 38400
347
+ },
348
+ {
349
+ "epoch": 0.5722627737226277,
350
+ "grad_norm": 0.7671827077865601,
351
+ "learning_rate": 0.00018855641282053155,
352
+ "loss": 4.1127,
353
+ "step": 39200
354
+ },
355
+ {
356
+ "epoch": 0.583941605839416,
357
+ "grad_norm": 0.7648681998252869,
358
+ "learning_rate": 0.00018832283447324435,
359
+ "loss": 4.1126,
360
+ "step": 40000
361
+ },
362
+ {
363
+ "epoch": 0.5956204379562043,
364
+ "grad_norm": 0.8951389789581299,
365
+ "learning_rate": 0.00018808925612595715,
366
+ "loss": 4.1117,
367
+ "step": 40800
368
+ },
369
+ {
370
+ "epoch": 0.6072992700729927,
371
+ "grad_norm": 0.6852630972862244,
372
+ "learning_rate": 0.00018785567777866992,
373
+ "loss": 4.1218,
374
+ "step": 41600
375
+ },
376
+ {
377
+ "epoch": 0.618978102189781,
378
+ "grad_norm": 0.8639559745788574,
379
+ "learning_rate": 0.00018762209943138272,
380
+ "loss": 4.1041,
381
+ "step": 42400
382
+ },
383
+ {
384
+ "epoch": 0.6306569343065693,
385
+ "grad_norm": 0.7715902924537659,
386
+ "learning_rate": 0.0001873885210840955,
387
+ "loss": 4.1104,
388
+ "step": 43200
389
+ },
390
+ {
391
+ "epoch": 0.6423357664233577,
392
+ "grad_norm": 0.9155542254447937,
393
+ "learning_rate": 0.00018715494273680833,
394
+ "loss": 4.1059,
395
+ "step": 44000
396
+ },
397
+ {
398
+ "epoch": 0.654014598540146,
399
+ "grad_norm": 0.780484676361084,
400
+ "learning_rate": 0.0001869213643895211,
401
+ "loss": 4.0958,
402
+ "step": 44800
403
+ },
404
+ {
405
+ "epoch": 0.6656934306569343,
406
+ "grad_norm": 0.6784650087356567,
407
+ "learning_rate": 0.0001866877860422339,
408
+ "loss": 4.0841,
409
+ "step": 45600
410
+ },
411
+ {
412
+ "epoch": 0.6773722627737226,
413
+ "grad_norm": 1.1621425151824951,
414
+ "learning_rate": 0.00018645420769494668,
415
+ "loss": 4.1108,
416
+ "step": 46400
417
+ },
418
+ {
419
+ "epoch": 0.689051094890511,
420
+ "grad_norm": 0.47390952706336975,
421
+ "learning_rate": 0.00018622062934765948,
422
+ "loss": 4.0979,
423
+ "step": 47200
424
+ },
425
+ {
426
+ "epoch": 0.7007299270072993,
427
+ "grad_norm": 0.690737247467041,
428
+ "learning_rate": 0.00018598705100037228,
429
+ "loss": 4.0978,
430
+ "step": 48000
431
+ },
432
+ {
433
+ "epoch": 0.7124087591240876,
434
+ "grad_norm": 1.1309623718261719,
435
+ "learning_rate": 0.00018575347265308508,
436
+ "loss": 4.097,
437
+ "step": 48800
438
+ },
439
+ {
440
+ "epoch": 0.724087591240876,
441
+ "grad_norm": 0.6210489869117737,
442
+ "learning_rate": 0.00018551989430579786,
443
+ "loss": 4.0909,
444
+ "step": 49600
445
+ },
446
+ {
447
+ "epoch": 0.7357664233576642,
448
+ "grad_norm": 0.673042356967926,
449
+ "learning_rate": 0.00018528631595851066,
450
+ "loss": 4.0867,
451
+ "step": 50400
452
+ },
453
+ {
454
+ "epoch": 0.7474452554744525,
455
+ "grad_norm": 0.5582263469696045,
456
+ "learning_rate": 0.00018505273761122346,
457
+ "loss": 4.0917,
458
+ "step": 51200
459
+ },
460
+ {
461
+ "epoch": 0.7591240875912408,
462
+ "grad_norm": 0.6824519634246826,
463
+ "learning_rate": 0.00018481915926393626,
464
+ "loss": 4.0833,
465
+ "step": 52000
466
+ },
467
+ {
468
+ "epoch": 0.7708029197080292,
469
+ "grad_norm": 0.7440599799156189,
470
+ "learning_rate": 0.00018458558091664904,
471
+ "loss": 4.0798,
472
+ "step": 52800
473
+ },
474
+ {
475
+ "epoch": 0.7824817518248175,
476
+ "grad_norm": 0.7103509902954102,
477
+ "learning_rate": 0.00018435200256936184,
478
+ "loss": 4.0903,
479
+ "step": 53600
480
+ },
481
+ {
482
+ "epoch": 0.7941605839416058,
483
+ "grad_norm": 0.9494150280952454,
484
+ "learning_rate": 0.0001841184242220746,
485
+ "loss": 4.0924,
486
+ "step": 54400
487
+ },
488
+ {
489
+ "epoch": 0.8058394160583942,
490
+ "grad_norm": 0.7308784127235413,
491
+ "learning_rate": 0.0001838848458747874,
492
+ "loss": 4.0965,
493
+ "step": 55200
494
+ },
495
+ {
496
+ "epoch": 0.8175182481751825,
497
+ "grad_norm": 0.7546706199645996,
498
+ "learning_rate": 0.00018365126752750021,
499
+ "loss": 4.0852,
500
+ "step": 56000
501
+ },
502
+ {
503
+ "epoch": 0.8291970802919708,
504
+ "grad_norm": 0.6851491928100586,
505
+ "learning_rate": 0.00018341768918021302,
506
+ "loss": 4.0805,
507
+ "step": 56800
508
+ },
509
+ {
510
+ "epoch": 0.8408759124087591,
511
+ "grad_norm": 0.6497614979743958,
512
+ "learning_rate": 0.0001831841108329258,
513
+ "loss": 4.0908,
514
+ "step": 57600
515
+ },
516
+ {
517
+ "epoch": 0.8525547445255475,
518
+ "grad_norm": 0.8901756405830383,
519
+ "learning_rate": 0.0001829505324856386,
520
+ "loss": 4.0665,
521
+ "step": 58400
522
+ },
523
+ {
524
+ "epoch": 0.8642335766423358,
525
+ "grad_norm": 0.7579403519630432,
526
+ "learning_rate": 0.0001827169541383514,
527
+ "loss": 4.0739,
528
+ "step": 59200
529
+ },
530
+ {
531
+ "epoch": 0.8759124087591241,
532
+ "grad_norm": 0.7560231685638428,
533
+ "learning_rate": 0.0001824833757910642,
534
+ "loss": 4.0696,
535
+ "step": 60000
536
+ },
537
+ {
538
+ "epoch": 0.8875912408759125,
539
+ "grad_norm": 0.9320287108421326,
540
+ "learning_rate": 0.00018224979744377697,
541
+ "loss": 4.0674,
542
+ "step": 60800
543
+ },
544
+ {
545
+ "epoch": 0.8992700729927007,
546
+ "grad_norm": 0.6470750570297241,
547
+ "learning_rate": 0.00018201621909648977,
548
+ "loss": 4.0664,
549
+ "step": 61600
550
+ },
551
+ {
552
+ "epoch": 0.910948905109489,
553
+ "grad_norm": 0.7757769227027893,
554
+ "learning_rate": 0.00018178264074920255,
555
+ "loss": 4.0676,
556
+ "step": 62400
557
+ },
558
+ {
559
+ "epoch": 0.9226277372262773,
560
+ "grad_norm": 0.9148152470588684,
561
+ "learning_rate": 0.00018154906240191535,
562
+ "loss": 4.0629,
563
+ "step": 63200
564
+ },
565
+ {
566
+ "epoch": 0.9343065693430657,
567
+ "grad_norm": 0.7893709540367126,
568
+ "learning_rate": 0.00018131548405462815,
569
+ "loss": 4.0714,
570
+ "step": 64000
571
+ },
572
+ {
573
+ "epoch": 0.945985401459854,
574
+ "grad_norm": 0.7790332436561584,
575
+ "learning_rate": 0.00018108190570734095,
576
+ "loss": 4.0618,
577
+ "step": 64800
578
+ },
579
+ {
580
+ "epoch": 0.9576642335766423,
581
+ "grad_norm": 1.025794267654419,
582
+ "learning_rate": 0.00018084832736005372,
583
+ "loss": 4.0622,
584
+ "step": 65600
585
+ },
586
+ {
587
+ "epoch": 0.9693430656934306,
588
+ "grad_norm": 0.9819601774215698,
589
+ "learning_rate": 0.00018061474901276653,
590
+ "loss": 4.056,
591
+ "step": 66400
592
+ },
593
+ {
594
+ "epoch": 0.981021897810219,
595
+ "grad_norm": 0.7966727018356323,
596
+ "learning_rate": 0.00018038117066547933,
597
+ "loss": 4.0645,
598
+ "step": 67200
599
+ },
600
+ {
601
+ "epoch": 0.9927007299270073,
602
+ "grad_norm": 0.5256748199462891,
603
+ "learning_rate": 0.00018014759231819213,
604
+ "loss": 4.0625,
605
+ "step": 68000
606
+ },
607
+ {
608
+ "epoch": 1.0043795620437956,
609
+ "grad_norm": 1.0585341453552246,
610
+ "learning_rate": 0.0001799140139709049,
611
+ "loss": 4.0299,
612
+ "step": 68800
613
+ },
614
+ {
615
+ "epoch": 1.0160583941605839,
616
+ "grad_norm": 0.568466067314148,
617
+ "learning_rate": 0.0001796804356236177,
618
+ "loss": 3.982,
619
+ "step": 69600
620
+ },
621
+ {
622
+ "epoch": 1.0277372262773723,
623
+ "grad_norm": 0.651147186756134,
624
+ "learning_rate": 0.00017944685727633048,
625
+ "loss": 3.9653,
626
+ "step": 70400
627
+ },
628
+ {
629
+ "epoch": 1.0394160583941605,
630
+ "grad_norm": 0.8875618577003479,
631
+ "learning_rate": 0.00017921327892904328,
632
+ "loss": 3.9868,
633
+ "step": 71200
634
+ },
635
+ {
636
+ "epoch": 1.051094890510949,
637
+ "grad_norm": 0.9252369999885559,
638
+ "learning_rate": 0.00017897970058175608,
639
+ "loss": 3.9729,
640
+ "step": 72000
641
+ },
642
+ {
643
+ "epoch": 1.0627737226277372,
644
+ "grad_norm": 0.5309298634529114,
645
+ "learning_rate": 0.00017874612223446888,
646
+ "loss": 3.9855,
647
+ "step": 72800
648
+ },
649
+ {
650
+ "epoch": 1.0744525547445256,
651
+ "grad_norm": 0.7743874192237854,
652
+ "learning_rate": 0.00017851254388718166,
653
+ "loss": 3.9786,
654
+ "step": 73600
655
+ },
656
+ {
657
+ "epoch": 1.0861313868613138,
658
+ "grad_norm": 0.6744789481163025,
659
+ "learning_rate": 0.00017827896553989446,
660
+ "loss": 3.9776,
661
+ "step": 74400
662
+ },
663
+ {
664
+ "epoch": 1.0978102189781023,
665
+ "grad_norm": 0.8282249569892883,
666
+ "learning_rate": 0.00017804538719260726,
667
+ "loss": 3.9781,
668
+ "step": 75200
669
+ },
670
+ {
671
+ "epoch": 1.1094890510948905,
672
+ "grad_norm": 1.0976659059524536,
673
+ "learning_rate": 0.00017781180884532004,
674
+ "loss": 3.9795,
675
+ "step": 76000
676
+ },
677
+ {
678
+ "epoch": 1.121167883211679,
679
+ "grad_norm": 0.560089647769928,
680
+ "learning_rate": 0.00017757823049803284,
681
+ "loss": 3.9812,
682
+ "step": 76800
683
+ },
684
+ {
685
+ "epoch": 1.1328467153284671,
686
+ "grad_norm": 0.9681680798530579,
687
+ "learning_rate": 0.00017734465215074564,
688
+ "loss": 3.9711,
689
+ "step": 77600
690
+ },
691
+ {
692
+ "epoch": 1.1445255474452556,
693
+ "grad_norm": 0.5735695958137512,
694
+ "learning_rate": 0.00017711107380345844,
695
+ "loss": 3.9784,
696
+ "step": 78400
697
+ },
698
+ {
699
+ "epoch": 1.1562043795620438,
700
+ "grad_norm": 0.49498119950294495,
701
+ "learning_rate": 0.00017687749545617121,
702
+ "loss": 3.9843,
703
+ "step": 79200
704
+ },
705
+ {
706
+ "epoch": 1.167883211678832,
707
+ "grad_norm": 1.0702383518218994,
708
+ "learning_rate": 0.00017664391710888402,
709
+ "loss": 3.9929,
710
+ "step": 80000
711
+ },
712
+ {
713
+ "epoch": 1.1795620437956205,
714
+ "grad_norm": 1.3075828552246094,
715
+ "learning_rate": 0.00017641033876159682,
716
+ "loss": 3.9816,
717
+ "step": 80800
718
+ },
719
+ {
720
+ "epoch": 1.1912408759124087,
721
+ "grad_norm": 1.111781120300293,
722
+ "learning_rate": 0.0001761767604143096,
723
+ "loss": 3.9792,
724
+ "step": 81600
725
+ },
726
+ {
727
+ "epoch": 1.2029197080291971,
728
+ "grad_norm": 0.9853603839874268,
729
+ "learning_rate": 0.0001759431820670224,
730
+ "loss": 3.9846,
731
+ "step": 82400
732
+ },
733
+ {
734
+ "epoch": 1.2145985401459853,
735
+ "grad_norm": 0.6544378399848938,
736
+ "learning_rate": 0.0001757096037197352,
737
+ "loss": 3.9781,
738
+ "step": 83200
739
+ },
740
+ {
741
+ "epoch": 1.2262773722627738,
742
+ "grad_norm": 1.1322039365768433,
743
+ "learning_rate": 0.00017547602537244797,
744
+ "loss": 3.9898,
745
+ "step": 84000
746
+ },
747
+ {
748
+ "epoch": 1.237956204379562,
749
+ "grad_norm": 0.7854397892951965,
750
+ "learning_rate": 0.00017524244702516077,
751
+ "loss": 3.9751,
752
+ "step": 84800
753
+ },
754
+ {
755
+ "epoch": 1.2496350364963504,
756
+ "grad_norm": 1.025718092918396,
757
+ "learning_rate": 0.00017500886867787357,
758
+ "loss": 3.9901,
759
+ "step": 85600
760
+ },
761
+ {
762
+ "epoch": 1.2613138686131387,
763
+ "grad_norm": 0.7675819993019104,
764
+ "learning_rate": 0.00017477529033058637,
765
+ "loss": 3.984,
766
+ "step": 86400
767
+ },
768
+ {
769
+ "epoch": 1.2729927007299269,
770
+ "grad_norm": 0.8988509774208069,
771
+ "learning_rate": 0.00017454171198329915,
772
+ "loss": 3.9918,
773
+ "step": 87200
774
+ },
775
+ {
776
+ "epoch": 1.2846715328467153,
777
+ "grad_norm": 1.1059536933898926,
778
+ "learning_rate": 0.00017430813363601195,
779
+ "loss": 3.9813,
780
+ "step": 88000
781
+ },
782
+ {
783
+ "epoch": 1.2963503649635038,
784
+ "grad_norm": 0.5204365253448486,
785
+ "learning_rate": 0.00017407455528872475,
786
+ "loss": 3.9744,
787
+ "step": 88800
788
+ },
789
+ {
790
+ "epoch": 1.308029197080292,
791
+ "grad_norm": 0.9890186786651611,
792
+ "learning_rate": 0.00017384097694143753,
793
+ "loss": 3.9834,
794
+ "step": 89600
795
+ },
796
+ {
797
+ "epoch": 1.3197080291970802,
798
+ "grad_norm": 1.2235816717147827,
799
+ "learning_rate": 0.00017360739859415033,
800
+ "loss": 3.993,
801
+ "step": 90400
802
+ },
803
+ {
804
+ "epoch": 1.3313868613138686,
805
+ "grad_norm": 1.0497245788574219,
806
+ "learning_rate": 0.00017337382024686313,
807
+ "loss": 3.9901,
808
+ "step": 91200
809
+ },
810
+ {
811
+ "epoch": 1.343065693430657,
812
+ "grad_norm": 0.926929235458374,
813
+ "learning_rate": 0.0001731402418995759,
814
+ "loss": 3.9742,
815
+ "step": 92000
816
+ },
817
+ {
818
+ "epoch": 1.3547445255474453,
819
+ "grad_norm": 0.7672074437141418,
820
+ "learning_rate": 0.0001729066635522887,
821
+ "loss": 3.9956,
822
+ "step": 92800
823
+ },
824
+ {
825
+ "epoch": 1.3664233576642335,
826
+ "grad_norm": 0.5817465782165527,
827
+ "learning_rate": 0.0001726730852050015,
828
+ "loss": 3.9828,
829
+ "step": 93600
830
+ },
831
+ {
832
+ "epoch": 1.378102189781022,
833
+ "grad_norm": 0.7459368109703064,
834
+ "learning_rate": 0.0001724395068577143,
835
+ "loss": 3.983,
836
+ "step": 94400
837
+ },
838
+ {
839
+ "epoch": 1.3897810218978102,
840
+ "grad_norm": 0.9725570678710938,
841
+ "learning_rate": 0.00017220592851042708,
842
+ "loss": 3.9791,
843
+ "step": 95200
844
+ },
845
+ {
846
+ "epoch": 1.4014598540145986,
847
+ "grad_norm": 1.300221562385559,
848
+ "learning_rate": 0.00017197235016313988,
849
+ "loss": 3.986,
850
+ "step": 96000
851
+ },
852
+ {
853
+ "epoch": 1.4131386861313868,
854
+ "grad_norm": 0.6552464962005615,
855
+ "learning_rate": 0.00017173877181585269,
856
+ "loss": 3.9816,
857
+ "step": 96800
858
+ },
859
+ {
860
+ "epoch": 1.4248175182481753,
861
+ "grad_norm": 1.0207213163375854,
862
+ "learning_rate": 0.00017150519346856546,
863
+ "loss": 3.9733,
864
+ "step": 97600
865
+ },
866
+ {
867
+ "epoch": 1.4364963503649635,
868
+ "grad_norm": 0.9970253109931946,
869
+ "learning_rate": 0.00017127161512127826,
870
+ "loss": 3.9834,
871
+ "step": 98400
872
+ },
873
+ {
874
+ "epoch": 1.448175182481752,
875
+ "grad_norm": 0.908315896987915,
876
+ "learning_rate": 0.00017103803677399106,
877
+ "loss": 3.9877,
878
+ "step": 99200
879
+ },
880
+ {
881
+ "epoch": 1.4598540145985401,
882
+ "grad_norm": 0.9726221561431885,
883
+ "learning_rate": 0.00017080445842670384,
884
+ "loss": 3.977,
885
+ "step": 100000
886
+ },
887
+ {
888
+ "epoch": 1.4715328467153284,
889
+ "grad_norm": 0.7048055529594421,
890
+ "learning_rate": 0.00017057088007941664,
891
+ "loss": 3.986,
892
+ "step": 100800
893
+ },
894
+ {
895
+ "epoch": 1.4832116788321168,
896
+ "grad_norm": 0.5860503911972046,
897
+ "learning_rate": 0.00017033730173212944,
898
+ "loss": 3.9723,
899
+ "step": 101600
900
+ },
901
+ {
902
+ "epoch": 1.4948905109489052,
903
+ "grad_norm": 1.0115162134170532,
904
+ "learning_rate": 0.00017010372338484224,
905
+ "loss": 3.9777,
906
+ "step": 102400
907
+ },
908
+ {
909
+ "epoch": 1.5065693430656935,
910
+ "grad_norm": 0.9691118597984314,
911
+ "learning_rate": 0.00016987014503755502,
912
+ "loss": 3.9749,
913
+ "step": 103200
914
+ },
915
+ {
916
+ "epoch": 1.5182481751824817,
917
+ "grad_norm": 0.7307090759277344,
918
+ "learning_rate": 0.00016963656669026782,
919
+ "loss": 3.98,
920
+ "step": 104000
921
+ },
922
+ {
923
+ "epoch": 1.5299270072992701,
924
+ "grad_norm": 0.9633815288543701,
925
+ "learning_rate": 0.00016940298834298062,
926
+ "loss": 3.9814,
927
+ "step": 104800
928
+ },
929
+ {
930
+ "epoch": 1.5416058394160586,
931
+ "grad_norm": 0.8716799020767212,
932
+ "learning_rate": 0.00016916940999569342,
933
+ "loss": 3.9799,
934
+ "step": 105600
935
+ },
936
+ {
937
+ "epoch": 1.5532846715328468,
938
+ "grad_norm": 1.063167691230774,
939
+ "learning_rate": 0.0001689358316484062,
940
+ "loss": 3.9828,
941
+ "step": 106400
942
+ },
943
+ {
944
+ "epoch": 1.564963503649635,
945
+ "grad_norm": 0.9315568804740906,
946
+ "learning_rate": 0.000168702253301119,
947
+ "loss": 3.9801,
948
+ "step": 107200
949
+ },
950
+ {
951
+ "epoch": 1.5766423357664232,
952
+ "grad_norm": 1.408599853515625,
953
+ "learning_rate": 0.00016846867495383177,
954
+ "loss": 3.9741,
955
+ "step": 108000
956
+ },
957
+ {
958
+ "epoch": 1.5883211678832116,
959
+ "grad_norm": 0.958906352519989,
960
+ "learning_rate": 0.00016823509660654457,
961
+ "loss": 3.9745,
962
+ "step": 108800
963
+ },
964
+ {
965
+ "epoch": 1.6,
966
+ "grad_norm": 1.124635934829712,
967
+ "learning_rate": 0.00016800151825925737,
968
+ "loss": 3.9809,
969
+ "step": 109600
970
+ },
971
+ {
972
+ "epoch": 1.6116788321167883,
973
+ "grad_norm": 0.8791921138763428,
974
+ "learning_rate": 0.00016776793991197018,
975
+ "loss": 3.9703,
976
+ "step": 110400
977
+ },
978
+ {
979
+ "epoch": 1.6233576642335765,
980
+ "grad_norm": 0.6150586009025574,
981
+ "learning_rate": 0.00016753436156468295,
982
+ "loss": 3.9944,
983
+ "step": 111200
984
+ },
985
+ {
986
+ "epoch": 1.635036496350365,
987
+ "grad_norm": 0.9286842942237854,
988
+ "learning_rate": 0.00016730078321739575,
989
+ "loss": 3.972,
990
+ "step": 112000
991
+ },
992
+ {
993
+ "epoch": 1.6467153284671534,
994
+ "grad_norm": 1.3587080240249634,
995
+ "learning_rate": 0.00016706720487010855,
996
+ "loss": 3.9649,
997
+ "step": 112800
998
+ },
999
+ {
1000
+ "epoch": 1.6583941605839416,
1001
+ "grad_norm": 1.1084531545639038,
1002
+ "learning_rate": 0.00016683362652282136,
1003
+ "loss": 3.9833,
1004
+ "step": 113600
1005
+ },
1006
+ {
1007
+ "epoch": 1.6700729927007298,
1008
+ "grad_norm": 0.8050103783607483,
1009
+ "learning_rate": 0.00016660004817553413,
1010
+ "loss": 3.9743,
1011
+ "step": 114400
1012
+ },
1013
+ {
1014
+ "epoch": 1.6817518248175183,
1015
+ "grad_norm": 0.8709130883216858,
1016
+ "learning_rate": 0.00016636646982824693,
1017
+ "loss": 3.9626,
1018
+ "step": 115200
1019
+ },
1020
+ {
1021
+ "epoch": 1.6934306569343067,
1022
+ "grad_norm": 0.6005585789680481,
1023
+ "learning_rate": 0.0001661328914809597,
1024
+ "loss": 3.9638,
1025
+ "step": 116000
1026
+ },
1027
+ {
1028
+ "epoch": 1.705109489051095,
1029
+ "grad_norm": 1.2463181018829346,
1030
+ "learning_rate": 0.0001658993131336725,
1031
+ "loss": 3.9788,
1032
+ "step": 116800
1033
+ },
1034
+ {
1035
+ "epoch": 1.7167883211678832,
1036
+ "grad_norm": 1.1946378946304321,
1037
+ "learning_rate": 0.0001656657347863853,
1038
+ "loss": 3.9697,
1039
+ "step": 117600
1040
+ },
1041
+ {
1042
+ "epoch": 1.7284671532846714,
1043
+ "grad_norm": 0.7879184484481812,
1044
+ "learning_rate": 0.0001654321564390981,
1045
+ "loss": 3.9621,
1046
+ "step": 118400
1047
+ },
1048
+ {
1049
+ "epoch": 1.7401459854014598,
1050
+ "grad_norm": 1.1674267053604126,
1051
+ "learning_rate": 0.00016519857809181088,
1052
+ "loss": 3.9646,
1053
+ "step": 119200
1054
+ },
1055
+ {
1056
+ "epoch": 1.7518248175182483,
1057
+ "grad_norm": 0.980387270450592,
1058
+ "learning_rate": 0.00016496499974452369,
1059
+ "loss": 3.972,
1060
+ "step": 120000
1061
+ },
1062
+ {
1063
+ "epoch": 1.7635036496350365,
1064
+ "grad_norm": 0.9502540826797485,
1065
+ "learning_rate": 0.0001647314213972365,
1066
+ "loss": 3.9702,
1067
+ "step": 120800
1068
+ },
1069
+ {
1070
+ "epoch": 1.7751824817518247,
1071
+ "grad_norm": 0.6683688759803772,
1072
+ "learning_rate": 0.0001644978430499493,
1073
+ "loss": 3.9704,
1074
+ "step": 121600
1075
+ },
1076
+ {
1077
+ "epoch": 1.7868613138686131,
1078
+ "grad_norm": 1.1526950597763062,
1079
+ "learning_rate": 0.00016426426470266206,
1080
+ "loss": 3.9644,
1081
+ "step": 122400
1082
+ },
1083
+ {
1084
+ "epoch": 1.7985401459854016,
1085
+ "grad_norm": 0.8221763968467712,
1086
+ "learning_rate": 0.00016403068635537486,
1087
+ "loss": 3.9677,
1088
+ "step": 123200
1089
+ },
1090
+ {
1091
+ "epoch": 1.8102189781021898,
1092
+ "grad_norm": 1.111382246017456,
1093
+ "learning_rate": 0.00016379710800808764,
1094
+ "loss": 3.9787,
1095
+ "step": 124000
1096
+ },
1097
+ {
1098
+ "epoch": 1.821897810218978,
1099
+ "grad_norm": 1.3993886709213257,
1100
+ "learning_rate": 0.00016356352966080044,
1101
+ "loss": 3.9848,
1102
+ "step": 124800
1103
+ },
1104
+ {
1105
+ "epoch": 1.8335766423357664,
1106
+ "grad_norm": 0.9269404411315918,
1107
+ "learning_rate": 0.00016332995131351324,
1108
+ "loss": 3.9477,
1109
+ "step": 125600
1110
+ },
1111
+ {
1112
+ "epoch": 1.845255474452555,
1113
+ "grad_norm": 0.9304395318031311,
1114
+ "learning_rate": 0.00016309637296622604,
1115
+ "loss": 3.9742,
1116
+ "step": 126400
1117
+ },
1118
+ {
1119
+ "epoch": 1.856934306569343,
1120
+ "grad_norm": 1.1939619779586792,
1121
+ "learning_rate": 0.00016286279461893882,
1122
+ "loss": 3.9732,
1123
+ "step": 127200
1124
+ },
1125
+ {
1126
+ "epoch": 1.8686131386861313,
1127
+ "grad_norm": 0.963022768497467,
1128
+ "learning_rate": 0.00016262921627165162,
1129
+ "loss": 3.9625,
1130
+ "step": 128000
1131
+ },
1132
+ {
1133
+ "epoch": 1.8802919708029195,
1134
+ "grad_norm": 0.8013544082641602,
1135
+ "learning_rate": 0.00016239563792436442,
1136
+ "loss": 3.9648,
1137
+ "step": 128800
1138
+ },
1139
+ {
1140
+ "epoch": 1.891970802919708,
1141
+ "grad_norm": 1.1415009498596191,
1142
+ "learning_rate": 0.00016216205957707722,
1143
+ "loss": 3.9715,
1144
+ "step": 129600
1145
+ },
1146
+ {
1147
+ "epoch": 1.9036496350364964,
1148
+ "grad_norm": 0.9819127917289734,
1149
+ "learning_rate": 0.00016192848122979,
1150
+ "loss": 3.9624,
1151
+ "step": 130400
1152
+ },
1153
+ {
1154
+ "epoch": 1.9153284671532846,
1155
+ "grad_norm": 0.7112650871276855,
1156
+ "learning_rate": 0.0001616949028825028,
1157
+ "loss": 3.9607,
1158
+ "step": 131200
1159
+ },
1160
+ {
1161
+ "epoch": 1.9270072992700729,
1162
+ "grad_norm": 0.7825914025306702,
1163
+ "learning_rate": 0.00016146132453521557,
1164
+ "loss": 3.9492,
1165
+ "step": 132000
1166
+ },
1167
+ {
1168
+ "epoch": 1.9386861313868613,
1169
+ "grad_norm": 1.136427402496338,
1170
+ "learning_rate": 0.0001612277461879284,
1171
+ "loss": 3.9607,
1172
+ "step": 132800
1173
+ },
1174
+ {
1175
+ "epoch": 1.9503649635036497,
1176
+ "grad_norm": 1.004979133605957,
1177
+ "learning_rate": 0.00016099416784064118,
1178
+ "loss": 3.9734,
1179
+ "step": 133600
1180
+ },
1181
+ {
1182
+ "epoch": 1.962043795620438,
1183
+ "grad_norm": 1.0205179452896118,
1184
+ "learning_rate": 0.00016076058949335398,
1185
+ "loss": 3.9629,
1186
+ "step": 134400
1187
+ },
1188
+ {
1189
+ "epoch": 1.9737226277372262,
1190
+ "grad_norm": 0.6552355885505676,
1191
+ "learning_rate": 0.00016052701114606675,
1192
+ "loss": 3.9705,
1193
+ "step": 135200
1194
+ },
1195
+ {
1196
+ "epoch": 1.9854014598540146,
1197
+ "grad_norm": 0.9943566918373108,
1198
+ "learning_rate": 0.00016029343279877955,
1199
+ "loss": 3.9582,
1200
+ "step": 136000
1201
+ },
1202
+ {
1203
+ "epoch": 1.997080291970803,
1204
+ "grad_norm": 1.0246118307113647,
1205
+ "learning_rate": 0.00016005985445149236,
1206
+ "loss": 3.9668,
1207
+ "step": 136800
1208
+ },
1209
+ {
1210
+ "epoch": 2.0087591240875913,
1211
+ "grad_norm": 0.783827006816864,
1212
+ "learning_rate": 0.00015982627610420516,
1213
+ "loss": 3.881,
1214
+ "step": 137600
1215
+ },
1216
+ {
1217
+ "epoch": 2.0204379562043795,
1218
+ "grad_norm": 0.7887817025184631,
1219
+ "learning_rate": 0.00015959269775691793,
1220
+ "loss": 3.8402,
1221
+ "step": 138400
1222
+ },
1223
+ {
1224
+ "epoch": 2.0321167883211677,
1225
+ "grad_norm": 0.9230135679244995,
1226
+ "learning_rate": 0.00015935911940963073,
1227
+ "loss": 3.8429,
1228
+ "step": 139200
1229
+ },
1230
+ {
1231
+ "epoch": 2.0437956204379564,
1232
+ "grad_norm": 0.9154564738273621,
1233
+ "learning_rate": 0.0001591255410623435,
1234
+ "loss": 3.8557,
1235
+ "step": 140000
1236
+ },
1237
+ {
1238
+ "epoch": 2.0554744525547446,
1239
+ "grad_norm": 1.6573781967163086,
1240
+ "learning_rate": 0.00015889196271505634,
1241
+ "loss": 3.8501,
1242
+ "step": 140800
1243
+ },
1244
+ {
1245
+ "epoch": 2.067153284671533,
1246
+ "grad_norm": 0.9853724241256714,
1247
+ "learning_rate": 0.0001586583843677691,
1248
+ "loss": 3.847,
1249
+ "step": 141600
1250
+ },
1251
+ {
1252
+ "epoch": 2.078832116788321,
1253
+ "grad_norm": 1.1365453004837036,
1254
+ "learning_rate": 0.0001584248060204819,
1255
+ "loss": 3.8616,
1256
+ "step": 142400
1257
+ },
1258
+ {
1259
+ "epoch": 2.0905109489051097,
1260
+ "grad_norm": 1.0716379880905151,
1261
+ "learning_rate": 0.00015819122767319469,
1262
+ "loss": 3.8607,
1263
+ "step": 143200
1264
+ },
1265
+ {
1266
+ "epoch": 2.102189781021898,
1267
+ "grad_norm": 0.862193763256073,
1268
+ "learning_rate": 0.0001579576493259075,
1269
+ "loss": 3.8566,
1270
+ "step": 144000
1271
+ },
1272
+ {
1273
+ "epoch": 2.113868613138686,
1274
+ "grad_norm": 0.6875022649765015,
1275
+ "learning_rate": 0.0001577240709786203,
1276
+ "loss": 3.8737,
1277
+ "step": 144800
1278
+ },
1279
+ {
1280
+ "epoch": 2.1255474452554743,
1281
+ "grad_norm": 0.7993234992027283,
1282
+ "learning_rate": 0.0001574904926313331,
1283
+ "loss": 3.8699,
1284
+ "step": 145600
1285
+ },
1286
+ {
1287
+ "epoch": 2.137226277372263,
1288
+ "grad_norm": 1.0347297191619873,
1289
+ "learning_rate": 0.00015725691428404587,
1290
+ "loss": 3.8774,
1291
+ "step": 146400
1292
+ },
1293
+ {
1294
+ "epoch": 2.1489051094890512,
1295
+ "grad_norm": 0.8707027435302734,
1296
+ "learning_rate": 0.00015702333593675867,
1297
+ "loss": 3.8687,
1298
+ "step": 147200
1299
+ },
1300
+ {
1301
+ "epoch": 2.1605839416058394,
1302
+ "grad_norm": 1.2627824544906616,
1303
+ "learning_rate": 0.00015678975758947144,
1304
+ "loss": 3.8672,
1305
+ "step": 148000
1306
+ },
1307
+ {
1308
+ "epoch": 2.1722627737226277,
1309
+ "grad_norm": 1.1346710920333862,
1310
+ "learning_rate": 0.00015655617924218427,
1311
+ "loss": 3.8797,
1312
+ "step": 148800
1313
+ },
1314
+ {
1315
+ "epoch": 2.183941605839416,
1316
+ "grad_norm": 1.2239959239959717,
1317
+ "learning_rate": 0.00015632260089489704,
1318
+ "loss": 3.8604,
1319
+ "step": 149600
1320
+ },
1321
+ {
1322
+ "epoch": 2.1956204379562045,
1323
+ "grad_norm": 1.1624715328216553,
1324
+ "learning_rate": 0.00015608902254760985,
1325
+ "loss": 3.8678,
1326
+ "step": 150400
1327
+ },
1328
+ {
1329
+ "epoch": 2.2072992700729928,
1330
+ "grad_norm": 0.9525280594825745,
1331
+ "learning_rate": 0.00015585544420032262,
1332
+ "loss": 3.8617,
1333
+ "step": 151200
1334
+ },
1335
+ {
1336
+ "epoch": 2.218978102189781,
1337
+ "grad_norm": 0.6676674485206604,
1338
+ "learning_rate": 0.00015562186585303542,
1339
+ "loss": 3.8645,
1340
+ "step": 152000
1341
+ },
1342
+ {
1343
+ "epoch": 2.230656934306569,
1344
+ "grad_norm": 1.4291656017303467,
1345
+ "learning_rate": 0.00015538828750574822,
1346
+ "loss": 3.8721,
1347
+ "step": 152800
1348
+ },
1349
+ {
1350
+ "epoch": 2.242335766423358,
1351
+ "grad_norm": 2.071485996246338,
1352
+ "learning_rate": 0.00015515470915846102,
1353
+ "loss": 3.881,
1354
+ "step": 153600
1355
+ },
1356
+ {
1357
+ "epoch": 2.254014598540146,
1358
+ "grad_norm": 1.3130428791046143,
1359
+ "learning_rate": 0.0001549211308111738,
1360
+ "loss": 3.8798,
1361
+ "step": 154400
1362
+ },
1363
+ {
1364
+ "epoch": 2.2656934306569343,
1365
+ "grad_norm": 1.0672556161880493,
1366
+ "learning_rate": 0.0001546875524638866,
1367
+ "loss": 3.8767,
1368
+ "step": 155200
1369
+ },
1370
+ {
1371
+ "epoch": 2.2773722627737225,
1372
+ "grad_norm": 0.8703996539115906,
1373
+ "learning_rate": 0.0001544539741165994,
1374
+ "loss": 3.8696,
1375
+ "step": 156000
1376
+ },
1377
+ {
1378
+ "epoch": 2.289051094890511,
1379
+ "grad_norm": 1.0338706970214844,
1380
+ "learning_rate": 0.0001542203957693122,
1381
+ "loss": 3.8857,
1382
+ "step": 156800
1383
+ },
1384
+ {
1385
+ "epoch": 2.3007299270072994,
1386
+ "grad_norm": 0.9246997833251953,
1387
+ "learning_rate": 0.00015398681742202498,
1388
+ "loss": 3.884,
1389
+ "step": 157600
1390
+ },
1391
+ {
1392
+ "epoch": 2.3124087591240876,
1393
+ "grad_norm": 0.7899117469787598,
1394
+ "learning_rate": 0.00015375323907473778,
1395
+ "loss": 3.8891,
1396
+ "step": 158400
1397
+ },
1398
+ {
1399
+ "epoch": 2.324087591240876,
1400
+ "grad_norm": 0.545261800289154,
1401
+ "learning_rate": 0.00015351966072745055,
1402
+ "loss": 3.8702,
1403
+ "step": 159200
1404
+ },
1405
+ {
1406
+ "epoch": 2.335766423357664,
1407
+ "grad_norm": 0.6720581650733948,
1408
+ "learning_rate": 0.00015328608238016338,
1409
+ "loss": 3.8962,
1410
+ "step": 160000
1411
+ },
1412
+ {
1413
+ "epoch": 2.3474452554744527,
1414
+ "grad_norm": 0.7954906821250916,
1415
+ "learning_rate": 0.00015305250403287616,
1416
+ "loss": 3.8752,
1417
+ "step": 160800
1418
+ },
1419
+ {
1420
+ "epoch": 2.359124087591241,
1421
+ "grad_norm": 0.6123435497283936,
1422
+ "learning_rate": 0.00015281892568558896,
1423
+ "loss": 3.8838,
1424
+ "step": 161600
1425
+ },
1426
+ {
1427
+ "epoch": 2.370802919708029,
1428
+ "grad_norm": 1.0467143058776855,
1429
+ "learning_rate": 0.00015258534733830173,
1430
+ "loss": 3.8798,
1431
+ "step": 162400
1432
+ },
1433
+ {
1434
+ "epoch": 2.3824817518248174,
1435
+ "grad_norm": 0.9251344799995422,
1436
+ "learning_rate": 0.00015235176899101453,
1437
+ "loss": 3.8801,
1438
+ "step": 163200
1439
+ },
1440
+ {
1441
+ "epoch": 2.394160583941606,
1442
+ "grad_norm": 1.2078486680984497,
1443
+ "learning_rate": 0.00015211819064372734,
1444
+ "loss": 3.8815,
1445
+ "step": 164000
1446
+ },
1447
+ {
1448
+ "epoch": 2.4058394160583942,
1449
+ "grad_norm": 1.1758290529251099,
1450
+ "learning_rate": 0.00015188461229644014,
1451
+ "loss": 3.8854,
1452
+ "step": 164800
1453
+ },
1454
+ {
1455
+ "epoch": 2.4175182481751825,
1456
+ "grad_norm": 1.2341893911361694,
1457
+ "learning_rate": 0.0001516510339491529,
1458
+ "loss": 3.8736,
1459
+ "step": 165600
1460
+ },
1461
+ {
1462
+ "epoch": 2.4291970802919707,
1463
+ "grad_norm": 0.85239177942276,
1464
+ "learning_rate": 0.00015141745560186571,
1465
+ "loss": 3.8821,
1466
+ "step": 166400
1467
+ },
1468
+ {
1469
+ "epoch": 2.4408759124087593,
1470
+ "grad_norm": 0.7495572566986084,
1471
+ "learning_rate": 0.0001511838772545785,
1472
+ "loss": 3.8852,
1473
+ "step": 167200
1474
+ },
1475
+ {
1476
+ "epoch": 2.4525547445255476,
1477
+ "grad_norm": 0.9310500621795654,
1478
+ "learning_rate": 0.00015095029890729132,
1479
+ "loss": 3.8904,
1480
+ "step": 168000
1481
+ },
1482
+ {
1483
+ "epoch": 2.4642335766423358,
1484
+ "grad_norm": 1.059832215309143,
1485
+ "learning_rate": 0.0001507167205600041,
1486
+ "loss": 3.8716,
1487
+ "step": 168800
1488
+ },
1489
+ {
1490
+ "epoch": 2.475912408759124,
1491
+ "grad_norm": 1.6281853914260864,
1492
+ "learning_rate": 0.0001504831422127169,
1493
+ "loss": 3.8841,
1494
+ "step": 169600
1495
+ },
1496
+ {
1497
+ "epoch": 2.487591240875912,
1498
+ "grad_norm": 0.7431134581565857,
1499
+ "learning_rate": 0.00015024956386542967,
1500
+ "loss": 3.8971,
1501
+ "step": 170400
1502
+ },
1503
+ {
1504
+ "epoch": 2.499270072992701,
1505
+ "grad_norm": 1.9159060716629028,
1506
+ "learning_rate": 0.00015001598551814247,
1507
+ "loss": 3.8938,
1508
+ "step": 171200
1509
+ },
1510
+ {
1511
+ "epoch": 2.510948905109489,
1512
+ "grad_norm": 0.8651421070098877,
1513
+ "learning_rate": 0.00014978240717085527,
1514
+ "loss": 3.8959,
1515
+ "step": 172000
1516
+ },
1517
+ {
1518
+ "epoch": 2.5226277372262773,
1519
+ "grad_norm": 0.6994857788085938,
1520
+ "learning_rate": 0.00014954882882356807,
1521
+ "loss": 3.9002,
1522
+ "step": 172800
1523
+ },
1524
+ {
1525
+ "epoch": 2.5343065693430655,
1526
+ "grad_norm": 0.9615395069122314,
1527
+ "learning_rate": 0.00014931525047628085,
1528
+ "loss": 3.9101,
1529
+ "step": 173600
1530
+ },
1531
+ {
1532
+ "epoch": 2.5459854014598537,
1533
+ "grad_norm": 1.0740983486175537,
1534
+ "learning_rate": 0.00014908167212899365,
1535
+ "loss": 3.8918,
1536
+ "step": 174400
1537
+ },
1538
+ {
1539
+ "epoch": 2.5576642335766424,
1540
+ "grad_norm": 0.5677556991577148,
1541
+ "learning_rate": 0.00014884809378170642,
1542
+ "loss": 3.8898,
1543
+ "step": 175200
1544
+ },
1545
+ {
1546
+ "epoch": 2.5693430656934306,
1547
+ "grad_norm": 0.8451770544052124,
1548
+ "learning_rate": 0.00014861451543441925,
1549
+ "loss": 3.8997,
1550
+ "step": 176000
1551
+ },
1552
+ {
1553
+ "epoch": 2.581021897810219,
1554
+ "grad_norm": 0.9004770517349243,
1555
+ "learning_rate": 0.00014838093708713202,
1556
+ "loss": 3.8918,
1557
+ "step": 176800
1558
+ },
1559
+ {
1560
+ "epoch": 2.5927007299270075,
1561
+ "grad_norm": 1.2636882066726685,
1562
+ "learning_rate": 0.00014814735873984483,
1563
+ "loss": 3.8952,
1564
+ "step": 177600
1565
+ },
1566
+ {
1567
+ "epoch": 2.6043795620437957,
1568
+ "grad_norm": 1.2926832437515259,
1569
+ "learning_rate": 0.0001479137803925576,
1570
+ "loss": 3.8955,
1571
+ "step": 178400
1572
+ },
1573
+ {
1574
+ "epoch": 2.616058394160584,
1575
+ "grad_norm": 1.2102513313293457,
1576
+ "learning_rate": 0.00014768020204527043,
1577
+ "loss": 3.883,
1578
+ "step": 179200
1579
+ },
1580
+ {
1581
+ "epoch": 2.627737226277372,
1582
+ "grad_norm": 0.8510094285011292,
1583
+ "learning_rate": 0.0001474466236979832,
1584
+ "loss": 3.8857,
1585
+ "step": 180000
1586
+ },
1587
+ {
1588
+ "epoch": 2.6394160583941604,
1589
+ "grad_norm": 1.0621333122253418,
1590
+ "learning_rate": 0.000147213045350696,
1591
+ "loss": 3.8913,
1592
+ "step": 180800
1593
+ },
1594
+ {
1595
+ "epoch": 2.651094890510949,
1596
+ "grad_norm": 0.6437257528305054,
1597
+ "learning_rate": 0.00014697946700340878,
1598
+ "loss": 3.8867,
1599
+ "step": 181600
1600
+ },
1601
+ {
1602
+ "epoch": 2.6627737226277373,
1603
+ "grad_norm": 1.1535508632659912,
1604
+ "learning_rate": 0.00014674588865612158,
1605
+ "loss": 3.8867,
1606
+ "step": 182400
1607
+ },
1608
+ {
1609
+ "epoch": 2.6744525547445255,
1610
+ "grad_norm": 0.8997545838356018,
1611
+ "learning_rate": 0.00014651231030883438,
1612
+ "loss": 3.8981,
1613
+ "step": 183200
1614
+ },
1615
+ {
1616
+ "epoch": 2.686131386861314,
1617
+ "grad_norm": 1.1245380640029907,
1618
+ "learning_rate": 0.00014627873196154718,
1619
+ "loss": 3.889,
1620
+ "step": 184000
1621
+ },
1622
+ {
1623
+ "epoch": 2.697810218978102,
1624
+ "grad_norm": 1.0414170026779175,
1625
+ "learning_rate": 0.00014604515361425996,
1626
+ "loss": 3.8838,
1627
+ "step": 184800
1628
+ },
1629
+ {
1630
+ "epoch": 2.7094890510948906,
1631
+ "grad_norm": 0.8895809054374695,
1632
+ "learning_rate": 0.00014581157526697276,
1633
+ "loss": 3.898,
1634
+ "step": 185600
1635
+ },
1636
+ {
1637
+ "epoch": 2.721167883211679,
1638
+ "grad_norm": 0.9932270050048828,
1639
+ "learning_rate": 0.00014557799691968553,
1640
+ "loss": 3.8895,
1641
+ "step": 186400
1642
+ },
1643
+ {
1644
+ "epoch": 2.732846715328467,
1645
+ "grad_norm": 0.9618707895278931,
1646
+ "learning_rate": 0.00014534441857239836,
1647
+ "loss": 3.8977,
1648
+ "step": 187200
1649
+ },
1650
+ {
1651
+ "epoch": 2.7445255474452557,
1652
+ "grad_norm": 0.6126194000244141,
1653
+ "learning_rate": 0.00014511084022511114,
1654
+ "loss": 3.8931,
1655
+ "step": 188000
1656
+ },
1657
+ {
1658
+ "epoch": 2.756204379562044,
1659
+ "grad_norm": 0.9863024353981018,
1660
+ "learning_rate": 0.00014487726187782394,
1661
+ "loss": 3.883,
1662
+ "step": 188800
1663
+ },
1664
+ {
1665
+ "epoch": 2.767883211678832,
1666
+ "grad_norm": 0.9130956530570984,
1667
+ "learning_rate": 0.00014464368353053671,
1668
+ "loss": 3.8944,
1669
+ "step": 189600
1670
+ },
1671
+ {
1672
+ "epoch": 2.7795620437956203,
1673
+ "grad_norm": 1.2602386474609375,
1674
+ "learning_rate": 0.00014441010518324952,
1675
+ "loss": 3.8864,
1676
+ "step": 190400
1677
+ },
1678
+ {
1679
+ "epoch": 2.7912408759124085,
1680
+ "grad_norm": 0.5719624161720276,
1681
+ "learning_rate": 0.00014417652683596232,
1682
+ "loss": 3.8885,
1683
+ "step": 191200
1684
+ },
1685
+ {
1686
+ "epoch": 2.802919708029197,
1687
+ "grad_norm": 0.846307635307312,
1688
+ "learning_rate": 0.00014394294848867512,
1689
+ "loss": 3.9102,
1690
+ "step": 192000
1691
+ },
1692
+ {
1693
+ "epoch": 2.8145985401459854,
1694
+ "grad_norm": 1.140491247177124,
1695
+ "learning_rate": 0.0001437093701413879,
1696
+ "loss": 3.9015,
1697
+ "step": 192800
1698
+ },
1699
+ {
1700
+ "epoch": 2.8262773722627736,
1701
+ "grad_norm": 0.8926886320114136,
1702
+ "learning_rate": 0.0001434757917941007,
1703
+ "loss": 3.8829,
1704
+ "step": 193600
1705
+ },
1706
+ {
1707
+ "epoch": 2.8379562043795623,
1708
+ "grad_norm": 0.9810717105865479,
1709
+ "learning_rate": 0.00014324221344681347,
1710
+ "loss": 3.8978,
1711
+ "step": 194400
1712
+ },
1713
+ {
1714
+ "epoch": 2.8496350364963505,
1715
+ "grad_norm": 1.0074169635772705,
1716
+ "learning_rate": 0.0001430086350995263,
1717
+ "loss": 3.8919,
1718
+ "step": 195200
1719
+ },
1720
+ {
1721
+ "epoch": 2.8613138686131387,
1722
+ "grad_norm": 0.9317566156387329,
1723
+ "learning_rate": 0.00014277505675223907,
1724
+ "loss": 3.9084,
1725
+ "step": 196000
1726
+ },
1727
+ {
1728
+ "epoch": 2.872992700729927,
1729
+ "grad_norm": 1.5248185396194458,
1730
+ "learning_rate": 0.00014254147840495187,
1731
+ "loss": 3.8973,
1732
+ "step": 196800
1733
+ },
1734
+ {
1735
+ "epoch": 2.884671532846715,
1736
+ "grad_norm": 0.8181623816490173,
1737
+ "learning_rate": 0.00014230790005766465,
1738
+ "loss": 3.8989,
1739
+ "step": 197600
1740
+ },
1741
+ {
1742
+ "epoch": 2.896350364963504,
1743
+ "grad_norm": 1.0604304075241089,
1744
+ "learning_rate": 0.00014207432171037745,
1745
+ "loss": 3.8824,
1746
+ "step": 198400
1747
+ },
1748
+ {
1749
+ "epoch": 2.908029197080292,
1750
+ "grad_norm": 1.1073662042617798,
1751
+ "learning_rate": 0.00014184074336309025,
1752
+ "loss": 3.883,
1753
+ "step": 199200
1754
+ },
1755
+ {
1756
+ "epoch": 2.9197080291970803,
1757
+ "grad_norm": 1.4300545454025269,
1758
+ "learning_rate": 0.00014160716501580305,
1759
+ "loss": 3.8935,
1760
+ "step": 200000
1761
+ },
1762
+ {
1763
+ "epoch": 2.9313868613138685,
1764
+ "grad_norm": 0.9314271807670593,
1765
+ "learning_rate": 0.00014137358666851583,
1766
+ "loss": 3.8885,
1767
+ "step": 200800
1768
+ },
1769
+ {
1770
+ "epoch": 2.9430656934306567,
1771
+ "grad_norm": 1.5918676853179932,
1772
+ "learning_rate": 0.00014114000832122863,
1773
+ "loss": 3.8834,
1774
+ "step": 201600
1775
+ },
1776
+ {
1777
+ "epoch": 2.9547445255474454,
1778
+ "grad_norm": 0.9951960444450378,
1779
+ "learning_rate": 0.0001409064299739414,
1780
+ "loss": 3.8937,
1781
+ "step": 202400
1782
+ },
1783
+ {
1784
+ "epoch": 2.9664233576642336,
1785
+ "grad_norm": 1.1108194589614868,
1786
+ "learning_rate": 0.00014067285162665423,
1787
+ "loss": 3.8979,
1788
+ "step": 203200
1789
+ },
1790
+ {
1791
+ "epoch": 2.978102189781022,
1792
+ "grad_norm": 1.1282997131347656,
1793
+ "learning_rate": 0.000140439273279367,
1794
+ "loss": 3.8962,
1795
+ "step": 204000
1796
+ },
1797
+ {
1798
+ "epoch": 2.9897810218978105,
1799
+ "grad_norm": 1.1506567001342773,
1800
+ "learning_rate": 0.0001402056949320798,
1801
+ "loss": 3.8997,
1802
+ "step": 204800
1803
+ },
1804
+ {
1805
+ "epoch": 3.0014598540145987,
1806
+ "grad_norm": 1.0932163000106812,
1807
+ "learning_rate": 0.00013997211658479258,
1808
+ "loss": 3.8628,
1809
+ "step": 205600
1810
+ },
1811
+ {
1812
+ "epoch": 3.013138686131387,
1813
+ "grad_norm": 1.4452706575393677,
1814
+ "learning_rate": 0.0001397385382375054,
1815
+ "loss": 3.7579,
1816
+ "step": 206400
1817
+ },
1818
+ {
1819
+ "epoch": 3.024817518248175,
1820
+ "grad_norm": 1.5414268970489502,
1821
+ "learning_rate": 0.00013950495989021818,
1822
+ "loss": 3.7585,
1823
+ "step": 207200
1824
+ },
1825
+ {
1826
+ "epoch": 3.0364963503649633,
1827
+ "grad_norm": 0.8187559843063354,
1828
+ "learning_rate": 0.00013927138154293099,
1829
+ "loss": 3.7596,
1830
+ "step": 208000
1831
+ },
1832
+ {
1833
+ "epoch": 3.048175182481752,
1834
+ "grad_norm": 1.4612154960632324,
1835
+ "learning_rate": 0.00013903780319564376,
1836
+ "loss": 3.7583,
1837
+ "step": 208800
1838
+ },
1839
+ {
1840
+ "epoch": 3.0598540145985402,
1841
+ "grad_norm": 0.7291022539138794,
1842
+ "learning_rate": 0.00013880422484835656,
1843
+ "loss": 3.753,
1844
+ "step": 209600
1845
+ },
1846
+ {
1847
+ "epoch": 3.0715328467153284,
1848
+ "grad_norm": 0.9759907126426697,
1849
+ "learning_rate": 0.00013857064650106936,
1850
+ "loss": 3.7531,
1851
+ "step": 210400
1852
+ },
1853
+ {
1854
+ "epoch": 3.0832116788321167,
1855
+ "grad_norm": 0.8981759548187256,
1856
+ "learning_rate": 0.00013833706815378217,
1857
+ "loss": 3.7598,
1858
+ "step": 211200
1859
+ },
1860
+ {
1861
+ "epoch": 3.094890510948905,
1862
+ "grad_norm": 0.9674969911575317,
1863
+ "learning_rate": 0.00013810348980649494,
1864
+ "loss": 3.7593,
1865
+ "step": 212000
1866
+ },
1867
+ {
1868
+ "epoch": 3.1065693430656935,
1869
+ "grad_norm": 1.410812497138977,
1870
+ "learning_rate": 0.00013786991145920774,
1871
+ "loss": 3.7674,
1872
+ "step": 212800
1873
+ },
1874
+ {
1875
+ "epoch": 3.1182481751824818,
1876
+ "grad_norm": 1.0926766395568848,
1877
+ "learning_rate": 0.00013763633311192052,
1878
+ "loss": 3.7617,
1879
+ "step": 213600
1880
+ },
1881
+ {
1882
+ "epoch": 3.12992700729927,
1883
+ "grad_norm": 0.9864111542701721,
1884
+ "learning_rate": 0.00013740275476463334,
1885
+ "loss": 3.7752,
1886
+ "step": 214400
1887
+ },
1888
+ {
1889
+ "epoch": 3.141605839416058,
1890
+ "grad_norm": 0.8889511823654175,
1891
+ "learning_rate": 0.00013716917641734612,
1892
+ "loss": 3.7727,
1893
+ "step": 215200
1894
+ },
1895
+ {
1896
+ "epoch": 3.153284671532847,
1897
+ "grad_norm": 0.8842699527740479,
1898
+ "learning_rate": 0.00013693559807005892,
1899
+ "loss": 3.7694,
1900
+ "step": 216000
1901
+ },
1902
+ {
1903
+ "epoch": 3.164963503649635,
1904
+ "grad_norm": 1.7299695014953613,
1905
+ "learning_rate": 0.0001367020197227717,
1906
+ "loss": 3.7738,
1907
+ "step": 216800
1908
+ },
1909
+ {
1910
+ "epoch": 3.1766423357664233,
1911
+ "grad_norm": 0.9839622974395752,
1912
+ "learning_rate": 0.0001364684413754845,
1913
+ "loss": 3.7947,
1914
+ "step": 217600
1915
+ },
1916
+ {
1917
+ "epoch": 3.1883211678832115,
1918
+ "grad_norm": 1.3334280252456665,
1919
+ "learning_rate": 0.0001362348630281973,
1920
+ "loss": 3.7778,
1921
+ "step": 218400
1922
+ },
1923
+ {
1924
+ "epoch": 3.2,
1925
+ "grad_norm": 1.234206199645996,
1926
+ "learning_rate": 0.0001360012846809101,
1927
+ "loss": 3.7756,
1928
+ "step": 219200
1929
+ },
1930
+ {
1931
+ "epoch": 3.2116788321167884,
1932
+ "grad_norm": 0.7193965315818787,
1933
+ "learning_rate": 0.00013576770633362287,
1934
+ "loss": 3.7879,
1935
+ "step": 220000
1936
+ },
1937
+ {
1938
+ "epoch": 3.2233576642335766,
1939
+ "grad_norm": 1.1315131187438965,
1940
+ "learning_rate": 0.00013553412798633568,
1941
+ "loss": 3.7775,
1942
+ "step": 220800
1943
+ },
1944
+ {
1945
+ "epoch": 3.235036496350365,
1946
+ "grad_norm": 1.6959398984909058,
1947
+ "learning_rate": 0.00013530054963904845,
1948
+ "loss": 3.7813,
1949
+ "step": 221600
1950
+ },
1951
+ {
1952
+ "epoch": 3.246715328467153,
1953
+ "grad_norm": 2.144179344177246,
1954
+ "learning_rate": 0.00013506697129176128,
1955
+ "loss": 3.7948,
1956
+ "step": 222400
1957
+ },
1958
+ {
1959
+ "epoch": 3.2583941605839417,
1960
+ "grad_norm": 1.4156116247177124,
1961
+ "learning_rate": 0.00013483339294447405,
1962
+ "loss": 3.7894,
1963
+ "step": 223200
1964
+ },
1965
+ {
1966
+ "epoch": 3.27007299270073,
1967
+ "grad_norm": 0.8479212522506714,
1968
+ "learning_rate": 0.00013459981459718685,
1969
+ "loss": 3.8035,
1970
+ "step": 224000
1971
+ },
1972
+ {
1973
+ "epoch": 3.281751824817518,
1974
+ "grad_norm": 0.8472751975059509,
1975
+ "learning_rate": 0.00013436623624989963,
1976
+ "loss": 3.8009,
1977
+ "step": 224800
1978
+ },
1979
+ {
1980
+ "epoch": 3.293430656934307,
1981
+ "grad_norm": 1.2888227701187134,
1982
+ "learning_rate": 0.00013413265790261243,
1983
+ "loss": 3.7939,
1984
+ "step": 225600
1985
+ },
1986
+ {
1987
+ "epoch": 3.305109489051095,
1988
+ "grad_norm": 1.1597789525985718,
1989
+ "learning_rate": 0.00013389907955532523,
1990
+ "loss": 3.7926,
1991
+ "step": 226400
1992
+ },
1993
+ {
1994
+ "epoch": 3.3167883211678832,
1995
+ "grad_norm": 0.7779558300971985,
1996
+ "learning_rate": 0.00013366550120803803,
1997
+ "loss": 3.8011,
1998
+ "step": 227200
1999
+ },
2000
+ {
2001
+ "epoch": 3.3284671532846715,
2002
+ "grad_norm": 0.9646685719490051,
2003
+ "learning_rate": 0.0001334319228607508,
2004
+ "loss": 3.7926,
2005
+ "step": 228000
2006
+ },
2007
+ {
2008
+ "epoch": 3.3401459854014597,
2009
+ "grad_norm": 0.9660009741783142,
2010
+ "learning_rate": 0.0001331983445134636,
2011
+ "loss": 3.802,
2012
+ "step": 228800
2013
+ },
2014
+ {
2015
+ "epoch": 3.3518248175182483,
2016
+ "grad_norm": 1.1353583335876465,
2017
+ "learning_rate": 0.00013296476616617638,
2018
+ "loss": 3.8077,
2019
+ "step": 229600
2020
+ },
2021
+ {
2022
+ "epoch": 3.3635036496350366,
2023
+ "grad_norm": 0.976076602935791,
2024
+ "learning_rate": 0.0001327311878188892,
2025
+ "loss": 3.7869,
2026
+ "step": 230400
2027
+ },
2028
+ {
2029
+ "epoch": 3.375182481751825,
2030
+ "grad_norm": 1.091763973236084,
2031
+ "learning_rate": 0.000132497609471602,
2032
+ "loss": 3.7933,
2033
+ "step": 231200
2034
+ },
2035
+ {
2036
+ "epoch": 3.386861313868613,
2037
+ "grad_norm": 1.6800352334976196,
2038
+ "learning_rate": 0.0001322640311243148,
2039
+ "loss": 3.7964,
2040
+ "step": 232000
2041
+ },
2042
+ {
2043
+ "epoch": 3.398540145985401,
2044
+ "grad_norm": 1.7834371328353882,
2045
+ "learning_rate": 0.00013203045277702756,
2046
+ "loss": 3.8052,
2047
+ "step": 232800
2048
+ },
2049
+ {
2050
+ "epoch": 3.41021897810219,
2051
+ "grad_norm": 1.1066137552261353,
2052
+ "learning_rate": 0.0001317968744297404,
2053
+ "loss": 3.8186,
2054
+ "step": 233600
2055
+ },
2056
+ {
2057
+ "epoch": 3.421897810218978,
2058
+ "grad_norm": 1.4821542501449585,
2059
+ "learning_rate": 0.00013156329608245317,
2060
+ "loss": 3.8012,
2061
+ "step": 234400
2062
+ },
2063
+ {
2064
+ "epoch": 3.4335766423357663,
2065
+ "grad_norm": 1.6962345838546753,
2066
+ "learning_rate": 0.00013132971773516597,
2067
+ "loss": 3.7981,
2068
+ "step": 235200
2069
+ },
2070
+ {
2071
+ "epoch": 3.445255474452555,
2072
+ "grad_norm": 1.6591582298278809,
2073
+ "learning_rate": 0.00013109613938787874,
2074
+ "loss": 3.8167,
2075
+ "step": 236000
2076
+ },
2077
+ {
2078
+ "epoch": 3.456934306569343,
2079
+ "grad_norm": 0.7325506806373596,
2080
+ "learning_rate": 0.00013086256104059154,
2081
+ "loss": 3.8046,
2082
+ "step": 236800
2083
+ },
2084
+ {
2085
+ "epoch": 3.4686131386861314,
2086
+ "grad_norm": 1.017753005027771,
2087
+ "learning_rate": 0.00013062898269330434,
2088
+ "loss": 3.8098,
2089
+ "step": 237600
2090
+ },
2091
+ {
2092
+ "epoch": 3.4802919708029196,
2093
+ "grad_norm": 1.0426437854766846,
2094
+ "learning_rate": 0.00013039540434601715,
2095
+ "loss": 3.8045,
2096
+ "step": 238400
2097
+ },
2098
+ {
2099
+ "epoch": 3.491970802919708,
2100
+ "grad_norm": 0.8641120791435242,
2101
+ "learning_rate": 0.00013016182599872992,
2102
+ "loss": 3.8202,
2103
+ "step": 239200
2104
+ },
2105
+ {
2106
+ "epoch": 3.5036496350364965,
2107
+ "grad_norm": 0.7680474519729614,
2108
+ "learning_rate": 0.00012992824765144272,
2109
+ "loss": 3.8116,
2110
+ "step": 240000
2111
+ },
2112
+ {
2113
+ "epoch": 3.5153284671532847,
2114
+ "grad_norm": 0.8205093741416931,
2115
+ "learning_rate": 0.0001296946693041555,
2116
+ "loss": 3.8002,
2117
+ "step": 240800
2118
+ },
2119
+ {
2120
+ "epoch": 3.527007299270073,
2121
+ "grad_norm": 1.1150528192520142,
2122
+ "learning_rate": 0.00012946109095686833,
2123
+ "loss": 3.8154,
2124
+ "step": 241600
2125
+ },
2126
+ {
2127
+ "epoch": 3.538686131386861,
2128
+ "grad_norm": 0.9264869689941406,
2129
+ "learning_rate": 0.0001292275126095811,
2130
+ "loss": 3.7957,
2131
+ "step": 242400
2132
+ },
2133
+ {
2134
+ "epoch": 3.5503649635036494,
2135
+ "grad_norm": 0.9504124522209167,
2136
+ "learning_rate": 0.0001289939342622939,
2137
+ "loss": 3.8059,
2138
+ "step": 243200
2139
+ },
2140
+ {
2141
+ "epoch": 3.562043795620438,
2142
+ "grad_norm": 0.6638396382331848,
2143
+ "learning_rate": 0.00012876035591500668,
2144
+ "loss": 3.8171,
2145
+ "step": 244000
2146
+ },
2147
+ {
2148
+ "epoch": 3.5737226277372263,
2149
+ "grad_norm": 0.5771734118461609,
2150
+ "learning_rate": 0.00012852677756771948,
2151
+ "loss": 3.8241,
2152
+ "step": 244800
2153
+ },
2154
+ {
2155
+ "epoch": 3.5854014598540145,
2156
+ "grad_norm": 0.9084689617156982,
2157
+ "learning_rate": 0.00012829319922043228,
2158
+ "loss": 3.8075,
2159
+ "step": 245600
2160
+ },
2161
+ {
2162
+ "epoch": 3.597080291970803,
2163
+ "grad_norm": 1.1063374280929565,
2164
+ "learning_rate": 0.00012805962087314508,
2165
+ "loss": 3.8197,
2166
+ "step": 246400
2167
+ },
2168
+ {
2169
+ "epoch": 3.6087591240875914,
2170
+ "grad_norm": 0.9490681886672974,
2171
+ "learning_rate": 0.00012782604252585785,
2172
+ "loss": 3.8158,
2173
+ "step": 247200
2174
+ },
2175
+ {
2176
+ "epoch": 3.6204379562043796,
2177
+ "grad_norm": 0.771484375,
2178
+ "learning_rate": 0.00012759246417857066,
2179
+ "loss": 3.8136,
2180
+ "step": 248000
2181
+ },
2182
+ {
2183
+ "epoch": 3.632116788321168,
2184
+ "grad_norm": 1.1464002132415771,
2185
+ "learning_rate": 0.00012735888583128343,
2186
+ "loss": 3.8167,
2187
+ "step": 248800
2188
+ },
2189
+ {
2190
+ "epoch": 3.643795620437956,
2191
+ "grad_norm": 1.292195200920105,
2192
+ "learning_rate": 0.00012712530748399626,
2193
+ "loss": 3.8133,
2194
+ "step": 249600
2195
+ },
2196
+ {
2197
+ "epoch": 3.6554744525547447,
2198
+ "grad_norm": 1.0379976034164429,
2199
+ "learning_rate": 0.00012689172913670903,
2200
+ "loss": 3.8102,
2201
+ "step": 250400
2202
+ },
2203
+ {
2204
+ "epoch": 3.667153284671533,
2205
+ "grad_norm": 1.7028378248214722,
2206
+ "learning_rate": 0.00012665815078942183,
2207
+ "loss": 3.8138,
2208
+ "step": 251200
2209
+ },
2210
+ {
2211
+ "epoch": 3.678832116788321,
2212
+ "grad_norm": 1.4890276193618774,
2213
+ "learning_rate": 0.0001264245724421346,
2214
+ "loss": 3.8195,
2215
+ "step": 252000
2216
+ },
2217
+ {
2218
+ "epoch": 3.6905109489051093,
2219
+ "grad_norm": 1.1416970491409302,
2220
+ "learning_rate": 0.0001261909940948474,
2221
+ "loss": 3.8083,
2222
+ "step": 252800
2223
+ },
2224
+ {
2225
+ "epoch": 3.7021897810218976,
2226
+ "grad_norm": 1.3536219596862793,
2227
+ "learning_rate": 0.0001259574157475602,
2228
+ "loss": 3.8155,
2229
+ "step": 253600
2230
+ },
2231
+ {
2232
+ "epoch": 3.713868613138686,
2233
+ "grad_norm": 0.939917266368866,
2234
+ "learning_rate": 0.00012572383740027301,
2235
+ "loss": 3.8224,
2236
+ "step": 254400
2237
+ },
2238
+ {
2239
+ "epoch": 3.7255474452554744,
2240
+ "grad_norm": 0.570955753326416,
2241
+ "learning_rate": 0.0001254902590529858,
2242
+ "loss": 3.8202,
2243
+ "step": 255200
2244
+ },
2245
+ {
2246
+ "epoch": 3.7372262773722627,
2247
+ "grad_norm": 1.467022180557251,
2248
+ "learning_rate": 0.0001252566807056986,
2249
+ "loss": 3.8217,
2250
+ "step": 256000
2251
+ },
2252
+ {
2253
+ "epoch": 3.7489051094890513,
2254
+ "grad_norm": 0.7063941955566406,
2255
+ "learning_rate": 0.00012502310235841136,
2256
+ "loss": 3.8166,
2257
+ "step": 256800
2258
+ },
2259
+ {
2260
+ "epoch": 3.7605839416058395,
2261
+ "grad_norm": 1.1569101810455322,
2262
+ "learning_rate": 0.0001247895240111242,
2263
+ "loss": 3.8151,
2264
+ "step": 257600
2265
+ },
2266
+ {
2267
+ "epoch": 3.7722627737226277,
2268
+ "grad_norm": 1.2285373210906982,
2269
+ "learning_rate": 0.00012455594566383697,
2270
+ "loss": 3.8214,
2271
+ "step": 258400
2272
+ },
2273
+ {
2274
+ "epoch": 3.783941605839416,
2275
+ "grad_norm": 0.9570793509483337,
2276
+ "learning_rate": 0.00012432236731654977,
2277
+ "loss": 3.8126,
2278
+ "step": 259200
2279
+ },
2280
+ {
2281
+ "epoch": 3.795620437956204,
2282
+ "grad_norm": 0.7642357349395752,
2283
+ "learning_rate": 0.00012408878896926254,
2284
+ "loss": 3.8039,
2285
+ "step": 260000
2286
+ },
2287
+ {
2288
+ "epoch": 3.807299270072993,
2289
+ "grad_norm": 1.2175133228302002,
2290
+ "learning_rate": 0.00012385521062197537,
2291
+ "loss": 3.8103,
2292
+ "step": 260800
2293
+ },
2294
+ {
2295
+ "epoch": 3.818978102189781,
2296
+ "grad_norm": 0.6660974025726318,
2297
+ "learning_rate": 0.00012362163227468815,
2298
+ "loss": 3.8113,
2299
+ "step": 261600
2300
+ },
2301
+ {
2302
+ "epoch": 3.8306569343065693,
2303
+ "grad_norm": 1.5753804445266724,
2304
+ "learning_rate": 0.00012338805392740095,
2305
+ "loss": 3.8047,
2306
+ "step": 262400
2307
+ },
2308
+ {
2309
+ "epoch": 3.8423357664233575,
2310
+ "grad_norm": 0.9252421259880066,
2311
+ "learning_rate": 0.00012315447558011372,
2312
+ "loss": 3.8209,
2313
+ "step": 263200
2314
+ },
2315
+ {
2316
+ "epoch": 3.8540145985401457,
2317
+ "grad_norm": 1.3272552490234375,
2318
+ "learning_rate": 0.00012292089723282652,
2319
+ "loss": 3.8153,
2320
+ "step": 264000
2321
+ }
2322
+ ],
2323
+ "logging_steps": 800,
2324
+ "max_steps": 685000,
2325
+ "num_input_tokens_seen": 0,
2326
+ "num_train_epochs": 10,
2327
+ "save_steps": 4000,
2328
+ "stateful_callbacks": {
2329
+ "TrainerControl": {
2330
+ "args": {
2331
+ "should_epoch_stop": false,
2332
+ "should_evaluate": false,
2333
+ "should_log": false,
2334
+ "should_save": true,
2335
+ "should_training_stop": false
2336
+ },
2337
+ "attributes": {}
2338
+ }
2339
+ },
2340
+ "total_flos": 4.2911936164773396e+18,
2341
+ "train_batch_size": 1,
2342
+ "trial_name": null,
2343
+ "trial_params": null
2344
+ }
checkpoint-264000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0715892519060b104ec7a7f91ac7efcf89408fea0866bc650a0553a60b4393fe
3
+ size 5713