razor5050 commited on
Commit
ec8c8da
·
verified ·
1 Parent(s): c33bca6

Upload under8000 checkpoint step 4202

Browse files
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* 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
  checkpoints_under8000/checkpoint-1457/tokenizer.json 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
  checkpoints_under8000/checkpoint-1457/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoints_under8000/checkpoint-4202/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoints_under8000/checkpoint-4202/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen2.5-0.5b-instruct-unsloth-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/qwen2.5-0.5b-instruct-unsloth-bnb-4bit
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.19.1
checkpoints_under8000/checkpoint-4202/adapter_config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen2ForCausalLM",
7
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/qwen2.5-0.5b-instruct-unsloth-bnb-4bit",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 64,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 32,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": [
37
+ "o_proj",
38
+ "v_proj",
39
+ "k_proj",
40
+ "q_proj",
41
+ "gate_proj",
42
+ "down_proj",
43
+ "up_proj"
44
+ ],
45
+ "target_parameters": null,
46
+ "task_type": "CAUSAL_LM",
47
+ "trainable_token_indices": null,
48
+ "use_bdlora": null,
49
+ "use_dora": false,
50
+ "use_qalora": false,
51
+ "use_rslora": true
52
+ }
checkpoints_under8000/checkpoint-4202/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cb522e394135e711619aa0a110ad472042c72f5d40dd90e85e9f24742f39756
3
+ size 70430032
checkpoints_under8000/checkpoint-4202/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoints_under8000/checkpoint-4202/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01aa25b6b26786e7be36e80cf1e43ad2a72a0cc0fd9e579fdc998aff3a849b1c
3
+ size 36140069
checkpoints_under8000/checkpoint-4202/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89645f9f6a2a8823b334e0748e4f5ea683a27b3d02632f0a241397db55d82fad
3
+ size 14645
checkpoints_under8000/checkpoint-4202/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a58b5693fe031b359f2dd4e314add47663d6441ebc64d82727bccabf8963960
3
+ size 1465
checkpoints_under8000/checkpoint-4202/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd5948af71b4f56cf697f7580814c7ce8b80595ef985544efcacf716126a2e31
3
+ size 11422356
checkpoints_under8000/checkpoint-4202/tokenizer_config.json ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "is_local": false,
9
+ "model_max_length": 32768,
10
+ "pad_token": "<|PAD_TOKEN|>",
11
+ "padding_side": "right",
12
+ "split_special_tokens": false,
13
+ "tokenizer_class": "Qwen2Tokenizer",
14
+ "unk_token": null,
15
+ "added_tokens_decoder": {
16
+ "151643": {
17
+ "content": "<|endoftext|>",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": false,
22
+ "special": true
23
+ },
24
+ "151644": {
25
+ "content": "<|im_start|>",
26
+ "single_word": false,
27
+ "lstrip": false,
28
+ "rstrip": false,
29
+ "normalized": false,
30
+ "special": true
31
+ },
32
+ "151645": {
33
+ "content": "<|im_end|>",
34
+ "single_word": false,
35
+ "lstrip": false,
36
+ "rstrip": false,
37
+ "normalized": false,
38
+ "special": true
39
+ },
40
+ "151646": {
41
+ "content": "<|object_ref_start|>",
42
+ "single_word": false,
43
+ "lstrip": false,
44
+ "rstrip": false,
45
+ "normalized": false,
46
+ "special": true
47
+ },
48
+ "151647": {
49
+ "content": "<|object_ref_end|>",
50
+ "single_word": false,
51
+ "lstrip": false,
52
+ "rstrip": false,
53
+ "normalized": false,
54
+ "special": true
55
+ },
56
+ "151648": {
57
+ "content": "<|box_start|>",
58
+ "single_word": false,
59
+ "lstrip": false,
60
+ "rstrip": false,
61
+ "normalized": false,
62
+ "special": true
63
+ },
64
+ "151649": {
65
+ "content": "<|box_end|>",
66
+ "single_word": false,
67
+ "lstrip": false,
68
+ "rstrip": false,
69
+ "normalized": false,
70
+ "special": true
71
+ },
72
+ "151650": {
73
+ "content": "<|quad_start|>",
74
+ "single_word": false,
75
+ "lstrip": false,
76
+ "rstrip": false,
77
+ "normalized": false,
78
+ "special": true
79
+ },
80
+ "151651": {
81
+ "content": "<|quad_end|>",
82
+ "single_word": false,
83
+ "lstrip": false,
84
+ "rstrip": false,
85
+ "normalized": false,
86
+ "special": true
87
+ },
88
+ "151652": {
89
+ "content": "<|vision_start|>",
90
+ "single_word": false,
91
+ "lstrip": false,
92
+ "rstrip": false,
93
+ "normalized": false,
94
+ "special": true
95
+ },
96
+ "151653": {
97
+ "content": "<|vision_end|>",
98
+ "single_word": false,
99
+ "lstrip": false,
100
+ "rstrip": false,
101
+ "normalized": false,
102
+ "special": true
103
+ },
104
+ "151654": {
105
+ "content": "<|vision_pad|>",
106
+ "single_word": false,
107
+ "lstrip": false,
108
+ "rstrip": false,
109
+ "normalized": false,
110
+ "special": true
111
+ },
112
+ "151655": {
113
+ "content": "<|image_pad|>",
114
+ "single_word": false,
115
+ "lstrip": false,
116
+ "rstrip": false,
117
+ "normalized": false,
118
+ "special": true
119
+ },
120
+ "151656": {
121
+ "content": "<|video_pad|>",
122
+ "single_word": false,
123
+ "lstrip": false,
124
+ "rstrip": false,
125
+ "normalized": false,
126
+ "special": true
127
+ },
128
+ "151657": {
129
+ "content": "<tool_call>",
130
+ "single_word": false,
131
+ "lstrip": false,
132
+ "rstrip": false,
133
+ "normalized": false,
134
+ "special": false
135
+ },
136
+ "151658": {
137
+ "content": "</tool_call>",
138
+ "single_word": false,
139
+ "lstrip": false,
140
+ "rstrip": false,
141
+ "normalized": false,
142
+ "special": false
143
+ },
144
+ "151659": {
145
+ "content": "<|fim_prefix|>",
146
+ "single_word": false,
147
+ "lstrip": false,
148
+ "rstrip": false,
149
+ "normalized": false,
150
+ "special": false
151
+ },
152
+ "151660": {
153
+ "content": "<|fim_middle|>",
154
+ "single_word": false,
155
+ "lstrip": false,
156
+ "rstrip": false,
157
+ "normalized": false,
158
+ "special": false
159
+ },
160
+ "151661": {
161
+ "content": "<|fim_suffix|>",
162
+ "single_word": false,
163
+ "lstrip": false,
164
+ "rstrip": false,
165
+ "normalized": false,
166
+ "special": false
167
+ },
168
+ "151662": {
169
+ "content": "<|fim_pad|>",
170
+ "single_word": false,
171
+ "lstrip": false,
172
+ "rstrip": false,
173
+ "normalized": false,
174
+ "special": false
175
+ },
176
+ "151663": {
177
+ "content": "<|repo_name|>",
178
+ "single_word": false,
179
+ "lstrip": false,
180
+ "rstrip": false,
181
+ "normalized": false,
182
+ "special": false
183
+ },
184
+ "151664": {
185
+ "content": "<|file_sep|>",
186
+ "single_word": false,
187
+ "lstrip": false,
188
+ "rstrip": false,
189
+ "normalized": false,
190
+ "special": false
191
+ },
192
+ "151665": {
193
+ "content": "<|PAD_TOKEN|>",
194
+ "single_word": false,
195
+ "lstrip": false,
196
+ "rstrip": false,
197
+ "normalized": false,
198
+ "special": true
199
+ }
200
+ }
201
+ }
checkpoints_under8000/checkpoint-4202/trainer_state.json ADDED
@@ -0,0 +1,3006 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.05628727675805647,
6
+ "eval_steps": 1000,
7
+ "global_step": 4202,
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.00013395353821527004,
14
+ "grad_norm": 4.978700160980225,
15
+ "learning_rate": 8.035714285714286e-07,
16
+ "loss": 1.4198334693908692,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.0002679070764305401,
21
+ "grad_norm": 3.940929412841797,
22
+ "learning_rate": 1.6964285714285713e-06,
23
+ "loss": 1.3955652236938476,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.0004018606146458101,
28
+ "grad_norm": 2.915323495864868,
29
+ "learning_rate": 2.5892857142857148e-06,
30
+ "loss": 1.3398881912231446,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.0005358141528610801,
35
+ "grad_norm": 2.512028932571411,
36
+ "learning_rate": 3.4821428571428576e-06,
37
+ "loss": 1.2956685066223144,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.0006697676910763502,
42
+ "grad_norm": 2.561004161834717,
43
+ "learning_rate": 4.375e-06,
44
+ "loss": 1.2670017242431642,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.0008037212292916202,
49
+ "grad_norm": 2.296826124191284,
50
+ "learning_rate": 5.267857142857143e-06,
51
+ "loss": 1.2354182243347167,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.0009376747675068903,
56
+ "grad_norm": 2.3733971118927,
57
+ "learning_rate": 6.160714285714286e-06,
58
+ "loss": 1.1916924476623536,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.0010716283057221603,
63
+ "grad_norm": 2.520475387573242,
64
+ "learning_rate": 7.0535714285714286e-06,
65
+ "loss": 1.1873969078063964,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.0012055818439374302,
70
+ "grad_norm": 2.4990739822387695,
71
+ "learning_rate": 7.946428571428571e-06,
72
+ "loss": 1.1627039909362793,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.0013395353821527003,
77
+ "grad_norm": 2.3932080268859863,
78
+ "learning_rate": 8.839285714285716e-06,
79
+ "loss": 1.1169233322143555,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.0014734889203679704,
84
+ "grad_norm": 2.6543712615966797,
85
+ "learning_rate": 9.732142857142858e-06,
86
+ "loss": 1.1316115379333496,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.0016074424585832403,
91
+ "grad_norm": 2.6352458000183105,
92
+ "learning_rate": 1.0625e-05,
93
+ "loss": 1.0918511390686034,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.0017413959967985105,
98
+ "grad_norm": 2.4628708362579346,
99
+ "learning_rate": 1.1517857142857142e-05,
100
+ "loss": 1.1151651382446288,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.0018753495350137806,
105
+ "grad_norm": 2.482074737548828,
106
+ "learning_rate": 1.2410714285714287e-05,
107
+ "loss": 1.094371223449707,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.0020093030732290505,
112
+ "grad_norm": 2.431954860687256,
113
+ "learning_rate": 1.3303571428571429e-05,
114
+ "loss": 1.0961938858032227,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.0021432566114443206,
119
+ "grad_norm": 2.8230552673339844,
120
+ "learning_rate": 1.4196428571428572e-05,
121
+ "loss": 1.083104705810547,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.0022772101496595907,
126
+ "grad_norm": 2.721494436264038,
127
+ "learning_rate": 1.5089285714285714e-05,
128
+ "loss": 1.0713379859924317,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.0024111636878748604,
133
+ "grad_norm": 2.3565499782562256,
134
+ "learning_rate": 1.5982142857142857e-05,
135
+ "loss": 1.099677276611328,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.0025451172260901305,
140
+ "grad_norm": 2.345555543899536,
141
+ "learning_rate": 1.6875000000000004e-05,
142
+ "loss": 1.0562498092651367,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.0026790707643054006,
147
+ "grad_norm": 2.381127119064331,
148
+ "learning_rate": 1.7767857142857143e-05,
149
+ "loss": 1.0502027511596679,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.0028130243025206707,
154
+ "grad_norm": 2.4133875370025635,
155
+ "learning_rate": 1.8660714285714287e-05,
156
+ "loss": 1.0681496620178224,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.002946977840735941,
161
+ "grad_norm": 2.5238466262817383,
162
+ "learning_rate": 1.955357142857143e-05,
163
+ "loss": 1.0440272331237792,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.003080931378951211,
168
+ "grad_norm": 2.7593183517456055,
169
+ "learning_rate": 2.0446428571428573e-05,
170
+ "loss": 1.0714456558227539,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.0032148849171664807,
175
+ "grad_norm": 2.5562100410461426,
176
+ "learning_rate": 2.1339285714285713e-05,
177
+ "loss": 1.0298255920410155,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.003348838455381751,
182
+ "grad_norm": 2.6205103397369385,
183
+ "learning_rate": 2.2232142857142856e-05,
184
+ "loss": 1.050998592376709,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.003482791993597021,
189
+ "grad_norm": 2.5965018272399902,
190
+ "learning_rate": 2.3125000000000003e-05,
191
+ "loss": 1.0283641815185547,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.003616745531812291,
196
+ "grad_norm": 2.3729209899902344,
197
+ "learning_rate": 2.4017857142857146e-05,
198
+ "loss": 1.0502397537231445,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.003750699070027561,
203
+ "grad_norm": 2.378077983856201,
204
+ "learning_rate": 2.4910714285714286e-05,
205
+ "loss": 1.0391980171203614,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.003884652608242831,
210
+ "grad_norm": 2.4107515811920166,
211
+ "learning_rate": 2.5803571428571433e-05,
212
+ "loss": 1.0300152778625489,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.004018606146458101,
217
+ "grad_norm": 2.4866559505462646,
218
+ "learning_rate": 2.6696428571428573e-05,
219
+ "loss": 1.0498000144958497,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.004152559684673371,
224
+ "grad_norm": 2.3568379878997803,
225
+ "learning_rate": 2.7589285714285716e-05,
226
+ "loss": 1.0401558876037598,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.004286513222888641,
231
+ "grad_norm": 2.456519603729248,
232
+ "learning_rate": 2.8482142857142856e-05,
233
+ "loss": 1.0105724334716797,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.004420466761103911,
238
+ "grad_norm": 2.8484723567962646,
239
+ "learning_rate": 2.9375000000000003e-05,
240
+ "loss": 1.0271486282348632,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.004554420299319181,
245
+ "grad_norm": 2.829651117324829,
246
+ "learning_rate": 3.0267857142857142e-05,
247
+ "loss": 1.0125882148742675,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.0046883738375344515,
252
+ "grad_norm": 1.9819118976593018,
253
+ "learning_rate": 3.116071428571429e-05,
254
+ "loss": 1.0134092330932618,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.004822327375749721,
259
+ "grad_norm": 2.5545337200164795,
260
+ "learning_rate": 3.205357142857143e-05,
261
+ "loss": 1.006214714050293,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.004956280913964991,
266
+ "grad_norm": 2.3971850872039795,
267
+ "learning_rate": 3.2946428571428576e-05,
268
+ "loss": 1.014259147644043,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.005090234452180261,
273
+ "grad_norm": 2.188464641571045,
274
+ "learning_rate": 3.383928571428572e-05,
275
+ "loss": 1.0164517402648925,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.005224187990395531,
280
+ "grad_norm": 2.607635021209717,
281
+ "learning_rate": 3.4732142857142855e-05,
282
+ "loss": 1.0006816864013672,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.005358141528610801,
287
+ "grad_norm": 1.9828215837478638,
288
+ "learning_rate": 3.5625000000000005e-05,
289
+ "loss": 0.994498348236084,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.005492095066826071,
294
+ "grad_norm": 2.0254552364349365,
295
+ "learning_rate": 3.651785714285714e-05,
296
+ "loss": 1.0143715858459472,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.0056260486050413415,
301
+ "grad_norm": 2.088826894760132,
302
+ "learning_rate": 3.7410714285714285e-05,
303
+ "loss": 1.003225040435791,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.005760002143256612,
308
+ "grad_norm": 2.4125075340270996,
309
+ "learning_rate": 3.8303571428571435e-05,
310
+ "loss": 0.9795364379882813,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.005893955681471882,
315
+ "grad_norm": 2.0874435901641846,
316
+ "learning_rate": 3.919642857142857e-05,
317
+ "loss": 0.9827790260314941,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.006027909219687152,
322
+ "grad_norm": 1.7993626594543457,
323
+ "learning_rate": 4.0089285714285715e-05,
324
+ "loss": 0.992791748046875,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.006161862757902422,
329
+ "grad_norm": 2.1616885662078857,
330
+ "learning_rate": 4.098214285714286e-05,
331
+ "loss": 0.9879550933837891,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.006295816296117691,
336
+ "grad_norm": 2.0187010765075684,
337
+ "learning_rate": 4.1875e-05,
338
+ "loss": 0.9812018394470214,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.006429769834332961,
343
+ "grad_norm": 2.0268852710723877,
344
+ "learning_rate": 4.2767857142857145e-05,
345
+ "loss": 1.017441749572754,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.0065637233725482315,
350
+ "grad_norm": 2.1466526985168457,
351
+ "learning_rate": 4.366071428571429e-05,
352
+ "loss": 0.9769362449645996,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.006697676910763502,
357
+ "grad_norm": 2.0106499195098877,
358
+ "learning_rate": 4.455357142857143e-05,
359
+ "loss": 0.9902260780334473,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.006831630448978772,
364
+ "grad_norm": 1.843783974647522,
365
+ "learning_rate": 4.5446428571428574e-05,
366
+ "loss": 1.0007816314697267,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.006965583987194042,
371
+ "grad_norm": 1.8174176216125488,
372
+ "learning_rate": 4.633928571428572e-05,
373
+ "loss": 0.9792203903198242,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.007099537525409312,
378
+ "grad_norm": 1.8151051998138428,
379
+ "learning_rate": 4.723214285714286e-05,
380
+ "loss": 0.992054557800293,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.007233491063624582,
385
+ "grad_norm": 1.7471234798431396,
386
+ "learning_rate": 4.8125000000000004e-05,
387
+ "loss": 0.9979231834411622,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.007367444601839852,
392
+ "grad_norm": 1.7692842483520508,
393
+ "learning_rate": 4.901785714285714e-05,
394
+ "loss": 0.9751591682434082,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.007501398140055122,
399
+ "grad_norm": 1.6787338256835938,
400
+ "learning_rate": 4.991071428571429e-05,
401
+ "loss": 0.9884813308715821,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.0076353516782703915,
406
+ "grad_norm": 1.7012407779693604,
407
+ "learning_rate": 5.080357142857143e-05,
408
+ "loss": 0.9855763435363769,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.007769305216485662,
413
+ "grad_norm": 1.915123701095581,
414
+ "learning_rate": 5.169642857142858e-05,
415
+ "loss": 0.9511891365051269,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.007903258754700932,
420
+ "grad_norm": 1.833243727684021,
421
+ "learning_rate": 5.258928571428572e-05,
422
+ "loss": 0.9984745025634766,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.008037212292916202,
427
+ "grad_norm": 1.450955867767334,
428
+ "learning_rate": 5.348214285714286e-05,
429
+ "loss": 0.9740289688110352,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.008171165831131472,
434
+ "grad_norm": 1.7209330797195435,
435
+ "learning_rate": 5.4375e-05,
436
+ "loss": 0.9547987937927246,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.008305119369346742,
441
+ "grad_norm": 1.7298052310943604,
442
+ "learning_rate": 5.526785714285715e-05,
443
+ "loss": 0.9855975151062012,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.008439072907562012,
448
+ "grad_norm": 1.6286202669143677,
449
+ "learning_rate": 5.616071428571429e-05,
450
+ "loss": 0.9657292366027832,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.008573026445777282,
455
+ "grad_norm": 2.2121224403381348,
456
+ "learning_rate": 5.705357142857143e-05,
457
+ "loss": 0.9826187133789063,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.008706979983992552,
462
+ "grad_norm": 1.4359034299850464,
463
+ "learning_rate": 5.794642857142858e-05,
464
+ "loss": 0.9880683898925782,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.008840933522207823,
469
+ "grad_norm": 1.8250757455825806,
470
+ "learning_rate": 5.883928571428572e-05,
471
+ "loss": 0.9728729248046875,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.008974887060423093,
476
+ "grad_norm": 1.6160730123519897,
477
+ "learning_rate": 5.973214285714286e-05,
478
+ "loss": 0.9673951148986817,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.009108840598638363,
483
+ "grad_norm": 1.623353362083435,
484
+ "learning_rate": 6.0624999999999996e-05,
485
+ "loss": 0.9910868644714356,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.009242794136853633,
490
+ "grad_norm": 1.7099947929382324,
491
+ "learning_rate": 6.151785714285715e-05,
492
+ "loss": 0.9758204460144043,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.009376747675068903,
497
+ "grad_norm": 1.6103285551071167,
498
+ "learning_rate": 6.241071428571428e-05,
499
+ "loss": 0.9683603286743164,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.009510701213284173,
504
+ "grad_norm": 1.703170895576477,
505
+ "learning_rate": 6.330357142857143e-05,
506
+ "loss": 0.959897232055664,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.009644654751499442,
511
+ "grad_norm": 1.662630319595337,
512
+ "learning_rate": 6.419642857142858e-05,
513
+ "loss": 0.9767607688903809,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.009778608289714712,
518
+ "grad_norm": 1.5833293199539185,
519
+ "learning_rate": 6.508928571428571e-05,
520
+ "loss": 0.9608363151550293,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.009912561827929982,
525
+ "grad_norm": 1.7040482759475708,
526
+ "learning_rate": 6.598214285714286e-05,
527
+ "loss": 0.9693010330200196,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.010046515366145252,
532
+ "grad_norm": 1.505820393562317,
533
+ "learning_rate": 6.6875e-05,
534
+ "loss": 0.9575628280639649,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.010180468904360522,
539
+ "grad_norm": 1.812294602394104,
540
+ "learning_rate": 6.776785714285716e-05,
541
+ "loss": 0.9544397354125976,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.010314422442575792,
546
+ "grad_norm": 1.6276874542236328,
547
+ "learning_rate": 6.866071428571429e-05,
548
+ "loss": 0.9317039489746094,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.010448375980791062,
553
+ "grad_norm": 1.6243042945861816,
554
+ "learning_rate": 6.955357142857143e-05,
555
+ "loss": 0.9851680755615234,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.010582329519006332,
560
+ "grad_norm": 1.5983399152755737,
561
+ "learning_rate": 7.044642857142859e-05,
562
+ "loss": 0.9748747825622559,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.010716283057221603,
567
+ "grad_norm": 1.7678436040878296,
568
+ "learning_rate": 7.133928571428572e-05,
569
+ "loss": 0.9590046882629395,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.010850236595436873,
574
+ "grad_norm": 1.5059410333633423,
575
+ "learning_rate": 7.223214285714286e-05,
576
+ "loss": 0.9823746681213379,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.010984190133652143,
581
+ "grad_norm": 1.4575616121292114,
582
+ "learning_rate": 7.3125e-05,
583
+ "loss": 0.9733425140380859,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.011118143671867413,
588
+ "grad_norm": 1.6164171695709229,
589
+ "learning_rate": 7.401785714285715e-05,
590
+ "loss": 0.927185344696045,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.011252097210082683,
595
+ "grad_norm": 1.512903094291687,
596
+ "learning_rate": 7.491071428571429e-05,
597
+ "loss": 0.9673010826110839,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.011386050748297953,
602
+ "grad_norm": 1.4509457349777222,
603
+ "learning_rate": 7.580357142857143e-05,
604
+ "loss": 0.9444644927978516,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.011520004286513223,
609
+ "grad_norm": 1.3291261196136475,
610
+ "learning_rate": 7.669642857142858e-05,
611
+ "loss": 0.9484622001647949,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.011653957824728493,
616
+ "grad_norm": 1.6370415687561035,
617
+ "learning_rate": 7.758928571428572e-05,
618
+ "loss": 0.9409455299377442,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.011787911362943763,
623
+ "grad_norm": 1.5580850839614868,
624
+ "learning_rate": 7.848214285714286e-05,
625
+ "loss": 0.9556178092956543,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.011921864901159034,
630
+ "grad_norm": 1.4624580144882202,
631
+ "learning_rate": 7.9375e-05,
632
+ "loss": 0.9679806709289551,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.012055818439374304,
637
+ "grad_norm": 1.5962079763412476,
638
+ "learning_rate": 8.026785714285715e-05,
639
+ "loss": 0.9726933479309082,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.012189771977589574,
644
+ "grad_norm": 1.3573912382125854,
645
+ "learning_rate": 8.116071428571429e-05,
646
+ "loss": 0.9682340621948242,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.012323725515804844,
651
+ "grad_norm": 1.5596022605895996,
652
+ "learning_rate": 8.205357142857143e-05,
653
+ "loss": 0.9629892349243164,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.012457679054020112,
658
+ "grad_norm": 1.730648398399353,
659
+ "learning_rate": 8.294642857142858e-05,
660
+ "loss": 0.9566517829895019,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.012591632592235382,
665
+ "grad_norm": 1.5507956743240356,
666
+ "learning_rate": 8.383928571428572e-05,
667
+ "loss": 0.9654373168945313,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.012725586130450653,
672
+ "grad_norm": 1.4160267114639282,
673
+ "learning_rate": 8.473214285714286e-05,
674
+ "loss": 0.9531091690063477,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.012859539668665923,
679
+ "grad_norm": 1.617100477218628,
680
+ "learning_rate": 8.5625e-05,
681
+ "loss": 0.9591686248779296,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.012993493206881193,
686
+ "grad_norm": 1.296432375907898,
687
+ "learning_rate": 8.651785714285715e-05,
688
+ "loss": 0.971707534790039,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.013127446745096463,
693
+ "grad_norm": 1.402993083000183,
694
+ "learning_rate": 8.74107142857143e-05,
695
+ "loss": 0.9584191322326661,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.013261400283311733,
700
+ "grad_norm": 1.4196568727493286,
701
+ "learning_rate": 8.830357142857142e-05,
702
+ "loss": 0.9672185897827148,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.013395353821527003,
707
+ "grad_norm": 1.3073877096176147,
708
+ "learning_rate": 8.919642857142858e-05,
709
+ "loss": 0.9563102722167969,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.013395353821527003,
714
+ "eval_loss": 0.9335520267486572,
715
+ "eval_runtime": 282.864,
716
+ "eval_samples_per_second": 10.652,
717
+ "eval_steps_per_second": 10.652,
718
+ "step": 1000
719
+ },
720
+ {
721
+ "epoch": 0.013529307359742273,
722
+ "grad_norm": 1.2876602411270142,
723
+ "learning_rate": 9.008928571428572e-05,
724
+ "loss": 0.9841785430908203,
725
+ "step": 1010
726
+ },
727
+ {
728
+ "epoch": 0.013663260897957543,
729
+ "grad_norm": 1.302293062210083,
730
+ "learning_rate": 9.098214285714285e-05,
731
+ "loss": 0.9624536514282227,
732
+ "step": 1020
733
+ },
734
+ {
735
+ "epoch": 0.013797214436172813,
736
+ "grad_norm": 1.4643065929412842,
737
+ "learning_rate": 9.1875e-05,
738
+ "loss": 0.9604171752929688,
739
+ "step": 1030
740
+ },
741
+ {
742
+ "epoch": 0.013931167974388084,
743
+ "grad_norm": 1.5588184595108032,
744
+ "learning_rate": 9.276785714285715e-05,
745
+ "loss": 0.9482678413391114,
746
+ "step": 1040
747
+ },
748
+ {
749
+ "epoch": 0.014065121512603354,
750
+ "grad_norm": 1.3061965703964233,
751
+ "learning_rate": 9.36607142857143e-05,
752
+ "loss": 0.9968178749084473,
753
+ "step": 1050
754
+ },
755
+ {
756
+ "epoch": 0.014199075050818624,
757
+ "grad_norm": 1.49628746509552,
758
+ "learning_rate": 9.455357142857143e-05,
759
+ "loss": 0.965756893157959,
760
+ "step": 1060
761
+ },
762
+ {
763
+ "epoch": 0.014333028589033894,
764
+ "grad_norm": 1.5427523851394653,
765
+ "learning_rate": 9.544642857142858e-05,
766
+ "loss": 0.9401347160339355,
767
+ "step": 1070
768
+ },
769
+ {
770
+ "epoch": 0.014466982127249164,
771
+ "grad_norm": 1.44222891330719,
772
+ "learning_rate": 9.633928571428573e-05,
773
+ "loss": 0.9700592994689942,
774
+ "step": 1080
775
+ },
776
+ {
777
+ "epoch": 0.014600935665464434,
778
+ "grad_norm": 1.2180535793304443,
779
+ "learning_rate": 9.723214285714286e-05,
780
+ "loss": 0.9597712516784668,
781
+ "step": 1090
782
+ },
783
+ {
784
+ "epoch": 0.014734889203679704,
785
+ "grad_norm": 1.4644688367843628,
786
+ "learning_rate": 9.8125e-05,
787
+ "loss": 0.9620055198669434,
788
+ "step": 1100
789
+ },
790
+ {
791
+ "epoch": 0.014868842741894974,
792
+ "grad_norm": 1.4942972660064697,
793
+ "learning_rate": 9.901785714285716e-05,
794
+ "loss": 0.9615335464477539,
795
+ "step": 1110
796
+ },
797
+ {
798
+ "epoch": 0.015002796280110245,
799
+ "grad_norm": 1.1068652868270874,
800
+ "learning_rate": 9.991071428571429e-05,
801
+ "loss": 0.9622197151184082,
802
+ "step": 1120
803
+ },
804
+ {
805
+ "epoch": 0.015136749818325513,
806
+ "grad_norm": 1.283275842666626,
807
+ "learning_rate": 0.00010080357142857144,
808
+ "loss": 0.9707681655883789,
809
+ "step": 1130
810
+ },
811
+ {
812
+ "epoch": 0.015270703356540783,
813
+ "grad_norm": 1.197508454322815,
814
+ "learning_rate": 0.00010169642857142859,
815
+ "loss": 0.9689389228820801,
816
+ "step": 1140
817
+ },
818
+ {
819
+ "epoch": 0.015404656894756053,
820
+ "grad_norm": 1.2500603199005127,
821
+ "learning_rate": 0.00010258928571428572,
822
+ "loss": 0.9651185035705566,
823
+ "step": 1150
824
+ },
825
+ {
826
+ "epoch": 0.015538610432971323,
827
+ "grad_norm": 1.6802270412445068,
828
+ "learning_rate": 0.00010348214285714286,
829
+ "loss": 0.9665432929992676,
830
+ "step": 1160
831
+ },
832
+ {
833
+ "epoch": 0.015672563971186593,
834
+ "grad_norm": 1.4018360376358032,
835
+ "learning_rate": 0.000104375,
836
+ "loss": 0.9392754554748535,
837
+ "step": 1170
838
+ },
839
+ {
840
+ "epoch": 0.015806517509401864,
841
+ "grad_norm": 1.5453063249588013,
842
+ "learning_rate": 0.00010526785714285715,
843
+ "loss": 0.9618069648742675,
844
+ "step": 1180
845
+ },
846
+ {
847
+ "epoch": 0.015940471047617134,
848
+ "grad_norm": 1.2306983470916748,
849
+ "learning_rate": 0.00010616071428571428,
850
+ "loss": 0.940494441986084,
851
+ "step": 1190
852
+ },
853
+ {
854
+ "epoch": 0.016074424585832404,
855
+ "grad_norm": 1.1923718452453613,
856
+ "learning_rate": 0.00010705357142857145,
857
+ "loss": 0.9696602821350098,
858
+ "step": 1200
859
+ },
860
+ {
861
+ "epoch": 0.016208378124047674,
862
+ "grad_norm": 1.3687347173690796,
863
+ "learning_rate": 0.00010794642857142858,
864
+ "loss": 0.9562197685241699,
865
+ "step": 1210
866
+ },
867
+ {
868
+ "epoch": 0.016342331662262944,
869
+ "grad_norm": 1.3242262601852417,
870
+ "learning_rate": 0.00010883928571428572,
871
+ "loss": 0.941429328918457,
872
+ "step": 1220
873
+ },
874
+ {
875
+ "epoch": 0.016476285200478214,
876
+ "grad_norm": 1.2945473194122314,
877
+ "learning_rate": 0.00010973214285714286,
878
+ "loss": 0.9632730484008789,
879
+ "step": 1230
880
+ },
881
+ {
882
+ "epoch": 0.016610238738693484,
883
+ "grad_norm": 1.1794791221618652,
884
+ "learning_rate": 0.000110625,
885
+ "loss": 0.9528386116027832,
886
+ "step": 1240
887
+ },
888
+ {
889
+ "epoch": 0.016744192276908754,
890
+ "grad_norm": 1.261305570602417,
891
+ "learning_rate": 0.00011151785714285714,
892
+ "loss": 0.945485782623291,
893
+ "step": 1250
894
+ },
895
+ {
896
+ "epoch": 0.016878145815124024,
897
+ "grad_norm": 1.310412883758545,
898
+ "learning_rate": 0.00011241071428571428,
899
+ "loss": 0.9500171661376953,
900
+ "step": 1260
901
+ },
902
+ {
903
+ "epoch": 0.017012099353339295,
904
+ "grad_norm": 1.4417651891708374,
905
+ "learning_rate": 0.00011330357142857145,
906
+ "loss": 0.965580940246582,
907
+ "step": 1270
908
+ },
909
+ {
910
+ "epoch": 0.017146052891554565,
911
+ "grad_norm": 1.2227723598480225,
912
+ "learning_rate": 0.00011419642857142858,
913
+ "loss": 0.9576460838317871,
914
+ "step": 1280
915
+ },
916
+ {
917
+ "epoch": 0.017280006429769835,
918
+ "grad_norm": 1.278008222579956,
919
+ "learning_rate": 0.00011508928571428572,
920
+ "loss": 0.9216486930847168,
921
+ "step": 1290
922
+ },
923
+ {
924
+ "epoch": 0.017413959967985105,
925
+ "grad_norm": 1.2406392097473145,
926
+ "learning_rate": 0.00011598214285714287,
927
+ "loss": 0.9882441520690918,
928
+ "step": 1300
929
+ },
930
+ {
931
+ "epoch": 0.017547913506200375,
932
+ "grad_norm": 1.2370669841766357,
933
+ "learning_rate": 0.000116875,
934
+ "loss": 0.9419057846069336,
935
+ "step": 1310
936
+ },
937
+ {
938
+ "epoch": 0.017681867044415645,
939
+ "grad_norm": 1.1850550174713135,
940
+ "learning_rate": 0.00011776785714285714,
941
+ "loss": 0.976494026184082,
942
+ "step": 1320
943
+ },
944
+ {
945
+ "epoch": 0.017815820582630915,
946
+ "grad_norm": 1.1672782897949219,
947
+ "learning_rate": 0.00011866071428571428,
948
+ "loss": 0.9599658012390136,
949
+ "step": 1330
950
+ },
951
+ {
952
+ "epoch": 0.017949774120846185,
953
+ "grad_norm": 1.2031351327896118,
954
+ "learning_rate": 0.00011955357142857144,
955
+ "loss": 0.9466784477233887,
956
+ "step": 1340
957
+ },
958
+ {
959
+ "epoch": 0.018083727659061456,
960
+ "grad_norm": 1.423079013824463,
961
+ "learning_rate": 0.00012044642857142858,
962
+ "loss": 0.9467257499694824,
963
+ "step": 1350
964
+ },
965
+ {
966
+ "epoch": 0.018217681197276726,
967
+ "grad_norm": 1.3132128715515137,
968
+ "learning_rate": 0.00012133928571428572,
969
+ "loss": 0.95529203414917,
970
+ "step": 1360
971
+ },
972
+ {
973
+ "epoch": 0.018351634735491996,
974
+ "grad_norm": 1.3859386444091797,
975
+ "learning_rate": 0.00012223214285714287,
976
+ "loss": 0.9389223098754883,
977
+ "step": 1370
978
+ },
979
+ {
980
+ "epoch": 0.018485588273707266,
981
+ "grad_norm": 1.1685659885406494,
982
+ "learning_rate": 0.000123125,
983
+ "loss": 0.94387845993042,
984
+ "step": 1380
985
+ },
986
+ {
987
+ "epoch": 0.018619541811922536,
988
+ "grad_norm": 1.2127257585525513,
989
+ "learning_rate": 0.00012401785714285715,
990
+ "loss": 0.918062400817871,
991
+ "step": 1390
992
+ },
993
+ {
994
+ "epoch": 0.018753495350137806,
995
+ "grad_norm": 1.1995147466659546,
996
+ "learning_rate": 0.00012491071428571428,
997
+ "loss": 0.9396192550659179,
998
+ "step": 1400
999
+ },
1000
+ {
1001
+ "epoch": 0.018887448888353076,
1002
+ "grad_norm": 1.2880109548568726,
1003
+ "learning_rate": 0.00012580357142857144,
1004
+ "loss": 0.9649562835693359,
1005
+ "step": 1410
1006
+ },
1007
+ {
1008
+ "epoch": 0.019021402426568346,
1009
+ "grad_norm": 1.2551807165145874,
1010
+ "learning_rate": 0.00012669642857142857,
1011
+ "loss": 0.9511116027832032,
1012
+ "step": 1420
1013
+ },
1014
+ {
1015
+ "epoch": 0.019155355964783616,
1016
+ "grad_norm": 1.184615135192871,
1017
+ "learning_rate": 0.00012758928571428573,
1018
+ "loss": 0.9791507720947266,
1019
+ "step": 1430
1020
+ },
1021
+ {
1022
+ "epoch": 0.019289309502998883,
1023
+ "grad_norm": 1.1787488460540771,
1024
+ "learning_rate": 0.00012848214285714286,
1025
+ "loss": 0.9635199546813965,
1026
+ "step": 1440
1027
+ },
1028
+ {
1029
+ "epoch": 0.019423263041214153,
1030
+ "grad_norm": 1.0999921560287476,
1031
+ "learning_rate": 0.00012937500000000001,
1032
+ "loss": 0.9462879180908204,
1033
+ "step": 1450
1034
+ },
1035
+ {
1036
+ "epoch": 0.019557216579429423,
1037
+ "grad_norm": 1.3516278266906738,
1038
+ "learning_rate": 0.00013026785714285714,
1039
+ "loss": 0.9511301040649414,
1040
+ "step": 1460
1041
+ },
1042
+ {
1043
+ "epoch": 0.019691170117644693,
1044
+ "grad_norm": 1.2714283466339111,
1045
+ "learning_rate": 0.00013116071428571427,
1046
+ "loss": 0.934202003479004,
1047
+ "step": 1470
1048
+ },
1049
+ {
1050
+ "epoch": 0.019825123655859964,
1051
+ "grad_norm": 1.1116617918014526,
1052
+ "learning_rate": 0.00013205357142857143,
1053
+ "loss": 0.9517221450805664,
1054
+ "step": 1480
1055
+ },
1056
+ {
1057
+ "epoch": 0.019959077194075234,
1058
+ "grad_norm": 1.1716386079788208,
1059
+ "learning_rate": 0.0001329464285714286,
1060
+ "loss": 0.9329569816589356,
1061
+ "step": 1490
1062
+ },
1063
+ {
1064
+ "epoch": 0.020093030732290504,
1065
+ "grad_norm": 1.1489286422729492,
1066
+ "learning_rate": 0.00013383928571428572,
1067
+ "loss": 0.9706562995910645,
1068
+ "step": 1500
1069
+ },
1070
+ {
1071
+ "epoch": 0.020226984270505774,
1072
+ "grad_norm": 1.3109049797058105,
1073
+ "learning_rate": 0.00013473214285714287,
1074
+ "loss": 0.9514205932617188,
1075
+ "step": 1510
1076
+ },
1077
+ {
1078
+ "epoch": 0.020360937808721044,
1079
+ "grad_norm": 1.218209147453308,
1080
+ "learning_rate": 0.000135625,
1081
+ "loss": 0.9647247314453125,
1082
+ "step": 1520
1083
+ },
1084
+ {
1085
+ "epoch": 0.020494891346936314,
1086
+ "grad_norm": 1.1620960235595703,
1087
+ "learning_rate": 0.00013651785714285713,
1088
+ "loss": 0.9633931159973145,
1089
+ "step": 1530
1090
+ },
1091
+ {
1092
+ "epoch": 0.020628844885151584,
1093
+ "grad_norm": 1.1143990755081177,
1094
+ "learning_rate": 0.0001374107142857143,
1095
+ "loss": 0.9660541534423828,
1096
+ "step": 1540
1097
+ },
1098
+ {
1099
+ "epoch": 0.020762798423366854,
1100
+ "grad_norm": 1.12709641456604,
1101
+ "learning_rate": 0.00013830357142857145,
1102
+ "loss": 0.9445898056030273,
1103
+ "step": 1550
1104
+ },
1105
+ {
1106
+ "epoch": 0.020896751961582125,
1107
+ "grad_norm": 1.2789790630340576,
1108
+ "learning_rate": 0.00013919642857142858,
1109
+ "loss": 0.9396877288818359,
1110
+ "step": 1560
1111
+ },
1112
+ {
1113
+ "epoch": 0.021030705499797395,
1114
+ "grad_norm": 1.3755370378494263,
1115
+ "learning_rate": 0.00014008928571428573,
1116
+ "loss": 0.9562576293945313,
1117
+ "step": 1570
1118
+ },
1119
+ {
1120
+ "epoch": 0.021164659038012665,
1121
+ "grad_norm": 1.106921911239624,
1122
+ "learning_rate": 0.00014098214285714286,
1123
+ "loss": 0.9208305358886719,
1124
+ "step": 1580
1125
+ },
1126
+ {
1127
+ "epoch": 0.021298612576227935,
1128
+ "grad_norm": 1.2218865156173706,
1129
+ "learning_rate": 0.000141875,
1130
+ "loss": 0.923252010345459,
1131
+ "step": 1590
1132
+ },
1133
+ {
1134
+ "epoch": 0.021432566114443205,
1135
+ "grad_norm": 1.1265087127685547,
1136
+ "learning_rate": 0.00014276785714285715,
1137
+ "loss": 0.9264353752136231,
1138
+ "step": 1600
1139
+ },
1140
+ {
1141
+ "epoch": 0.021566519652658475,
1142
+ "grad_norm": 1.3815466165542603,
1143
+ "learning_rate": 0.00014366071428571428,
1144
+ "loss": 0.9643337249755859,
1145
+ "step": 1610
1146
+ },
1147
+ {
1148
+ "epoch": 0.021700473190873745,
1149
+ "grad_norm": 1.1408675909042358,
1150
+ "learning_rate": 0.00014455357142857144,
1151
+ "loss": 0.9644880294799805,
1152
+ "step": 1620
1153
+ },
1154
+ {
1155
+ "epoch": 0.021834426729089015,
1156
+ "grad_norm": 1.202513575553894,
1157
+ "learning_rate": 0.0001454464285714286,
1158
+ "loss": 0.9403377532958984,
1159
+ "step": 1630
1160
+ },
1161
+ {
1162
+ "epoch": 0.021968380267304286,
1163
+ "grad_norm": 1.024915337562561,
1164
+ "learning_rate": 0.00014633928571428572,
1165
+ "loss": 0.9280579566955567,
1166
+ "step": 1640
1167
+ },
1168
+ {
1169
+ "epoch": 0.022102333805519556,
1170
+ "grad_norm": 1.126615047454834,
1171
+ "learning_rate": 0.00014723214285714285,
1172
+ "loss": 0.9409577369689941,
1173
+ "step": 1650
1174
+ },
1175
+ {
1176
+ "epoch": 0.022236287343734826,
1177
+ "grad_norm": 1.0569106340408325,
1178
+ "learning_rate": 0.000148125,
1179
+ "loss": 0.9590131759643554,
1180
+ "step": 1660
1181
+ },
1182
+ {
1183
+ "epoch": 0.022370240881950096,
1184
+ "grad_norm": 1.1735954284667969,
1185
+ "learning_rate": 0.00014901785714285714,
1186
+ "loss": 0.9538652420043945,
1187
+ "step": 1670
1188
+ },
1189
+ {
1190
+ "epoch": 0.022504194420165366,
1191
+ "grad_norm": 1.0429877042770386,
1192
+ "learning_rate": 0.0001499107142857143,
1193
+ "loss": 0.9786016464233398,
1194
+ "step": 1680
1195
+ },
1196
+ {
1197
+ "epoch": 0.022638147958380636,
1198
+ "grad_norm": 1.189475417137146,
1199
+ "learning_rate": 0.00015080357142857145,
1200
+ "loss": 0.955595874786377,
1201
+ "step": 1690
1202
+ },
1203
+ {
1204
+ "epoch": 0.022772101496595906,
1205
+ "grad_norm": 1.0221614837646484,
1206
+ "learning_rate": 0.00015169642857142858,
1207
+ "loss": 0.9822449684143066,
1208
+ "step": 1700
1209
+ },
1210
+ {
1211
+ "epoch": 0.022906055034811176,
1212
+ "grad_norm": 1.1084915399551392,
1213
+ "learning_rate": 0.0001525892857142857,
1214
+ "loss": 0.9466286659240722,
1215
+ "step": 1710
1216
+ },
1217
+ {
1218
+ "epoch": 0.023040008573026446,
1219
+ "grad_norm": 1.1933523416519165,
1220
+ "learning_rate": 0.00015348214285714287,
1221
+ "loss": 0.9203065872192383,
1222
+ "step": 1720
1223
+ },
1224
+ {
1225
+ "epoch": 0.023173962111241717,
1226
+ "grad_norm": 1.0246378183364868,
1227
+ "learning_rate": 0.000154375,
1228
+ "loss": 0.947907829284668,
1229
+ "step": 1730
1230
+ },
1231
+ {
1232
+ "epoch": 0.023307915649456987,
1233
+ "grad_norm": 1.2799917459487915,
1234
+ "learning_rate": 0.00015526785714285716,
1235
+ "loss": 0.9746535301208497,
1236
+ "step": 1740
1237
+ },
1238
+ {
1239
+ "epoch": 0.023441869187672257,
1240
+ "grad_norm": 0.9834460616111755,
1241
+ "learning_rate": 0.00015616071428571428,
1242
+ "loss": 0.9352348327636719,
1243
+ "step": 1750
1244
+ },
1245
+ {
1246
+ "epoch": 0.023575822725887527,
1247
+ "grad_norm": 1.1289196014404297,
1248
+ "learning_rate": 0.00015705357142857144,
1249
+ "loss": 0.9422959327697754,
1250
+ "step": 1760
1251
+ },
1252
+ {
1253
+ "epoch": 0.023709776264102797,
1254
+ "grad_norm": 1.1601067781448364,
1255
+ "learning_rate": 0.00015794642857142857,
1256
+ "loss": 0.9540572166442871,
1257
+ "step": 1770
1258
+ },
1259
+ {
1260
+ "epoch": 0.023843729802318067,
1261
+ "grad_norm": 1.0564992427825928,
1262
+ "learning_rate": 0.00015883928571428573,
1263
+ "loss": 0.9810628890991211,
1264
+ "step": 1780
1265
+ },
1266
+ {
1267
+ "epoch": 0.023977683340533337,
1268
+ "grad_norm": 1.4195152521133423,
1269
+ "learning_rate": 0.00015973214285714286,
1270
+ "loss": 0.9447280883789062,
1271
+ "step": 1790
1272
+ },
1273
+ {
1274
+ "epoch": 0.024111636878748607,
1275
+ "grad_norm": 1.1684353351593018,
1276
+ "learning_rate": 0.00016062500000000001,
1277
+ "loss": 0.9330779075622558,
1278
+ "step": 1800
1279
+ },
1280
+ {
1281
+ "epoch": 0.024245590416963878,
1282
+ "grad_norm": 1.0490233898162842,
1283
+ "learning_rate": 0.00016151785714285714,
1284
+ "loss": 0.9627155303955078,
1285
+ "step": 1810
1286
+ },
1287
+ {
1288
+ "epoch": 0.024379543955179148,
1289
+ "grad_norm": 1.1879408359527588,
1290
+ "learning_rate": 0.00016241071428571427,
1291
+ "loss": 0.9369135856628418,
1292
+ "step": 1820
1293
+ },
1294
+ {
1295
+ "epoch": 0.024513497493394418,
1296
+ "grad_norm": 1.038156509399414,
1297
+ "learning_rate": 0.00016330357142857146,
1298
+ "loss": 0.9641859054565429,
1299
+ "step": 1830
1300
+ },
1301
+ {
1302
+ "epoch": 0.024647451031609688,
1303
+ "grad_norm": 1.281324028968811,
1304
+ "learning_rate": 0.0001641964285714286,
1305
+ "loss": 0.9745452880859375,
1306
+ "step": 1840
1307
+ },
1308
+ {
1309
+ "epoch": 0.024781404569824955,
1310
+ "grad_norm": 1.0497291088104248,
1311
+ "learning_rate": 0.00016508928571428572,
1312
+ "loss": 0.9583146095275878,
1313
+ "step": 1850
1314
+ },
1315
+ {
1316
+ "epoch": 0.024915358108040225,
1317
+ "grad_norm": 1.2138155698776245,
1318
+ "learning_rate": 0.00016598214285714287,
1319
+ "loss": 0.94415283203125,
1320
+ "step": 1860
1321
+ },
1322
+ {
1323
+ "epoch": 0.025049311646255495,
1324
+ "grad_norm": 1.0328693389892578,
1325
+ "learning_rate": 0.000166875,
1326
+ "loss": 0.9546913146972656,
1327
+ "step": 1870
1328
+ },
1329
+ {
1330
+ "epoch": 0.025183265184470765,
1331
+ "grad_norm": 0.9754835367202759,
1332
+ "learning_rate": 0.00016776785714285713,
1333
+ "loss": 0.941204833984375,
1334
+ "step": 1880
1335
+ },
1336
+ {
1337
+ "epoch": 0.025317218722686035,
1338
+ "grad_norm": 1.1597093343734741,
1339
+ "learning_rate": 0.0001686607142857143,
1340
+ "loss": 0.9581302642822266,
1341
+ "step": 1890
1342
+ },
1343
+ {
1344
+ "epoch": 0.025451172260901305,
1345
+ "grad_norm": 0.9526762366294861,
1346
+ "learning_rate": 0.00016955357142857145,
1347
+ "loss": 0.9658097267150879,
1348
+ "step": 1900
1349
+ },
1350
+ {
1351
+ "epoch": 0.025585125799116575,
1352
+ "grad_norm": 1.0967228412628174,
1353
+ "learning_rate": 0.00017044642857142858,
1354
+ "loss": 0.9606739997863769,
1355
+ "step": 1910
1356
+ },
1357
+ {
1358
+ "epoch": 0.025719079337331845,
1359
+ "grad_norm": 1.2501522302627563,
1360
+ "learning_rate": 0.00017133928571428573,
1361
+ "loss": 0.9462210655212402,
1362
+ "step": 1920
1363
+ },
1364
+ {
1365
+ "epoch": 0.025853032875547115,
1366
+ "grad_norm": 1.2555738687515259,
1367
+ "learning_rate": 0.00017223214285714286,
1368
+ "loss": 0.978199577331543,
1369
+ "step": 1930
1370
+ },
1371
+ {
1372
+ "epoch": 0.025986986413762386,
1373
+ "grad_norm": 1.2749037742614746,
1374
+ "learning_rate": 0.000173125,
1375
+ "loss": 0.9561247825622559,
1376
+ "step": 1940
1377
+ },
1378
+ {
1379
+ "epoch": 0.026120939951977656,
1380
+ "grad_norm": 1.1155575513839722,
1381
+ "learning_rate": 0.00017401785714285715,
1382
+ "loss": 0.9505109786987305,
1383
+ "step": 1950
1384
+ },
1385
+ {
1386
+ "epoch": 0.026254893490192926,
1387
+ "grad_norm": 1.1074986457824707,
1388
+ "learning_rate": 0.00017491071428571428,
1389
+ "loss": 0.964531135559082,
1390
+ "step": 1960
1391
+ },
1392
+ {
1393
+ "epoch": 0.026388847028408196,
1394
+ "grad_norm": 1.0668226480484009,
1395
+ "learning_rate": 0.00017580357142857144,
1396
+ "loss": 0.9583681106567383,
1397
+ "step": 1970
1398
+ },
1399
+ {
1400
+ "epoch": 0.026522800566623466,
1401
+ "grad_norm": 1.0635207891464233,
1402
+ "learning_rate": 0.0001766964285714286,
1403
+ "loss": 0.9607739448547363,
1404
+ "step": 1980
1405
+ },
1406
+ {
1407
+ "epoch": 0.026656754104838736,
1408
+ "grad_norm": 1.1774014234542847,
1409
+ "learning_rate": 0.00017758928571428572,
1410
+ "loss": 0.938353443145752,
1411
+ "step": 1990
1412
+ },
1413
+ {
1414
+ "epoch": 0.026790707643054006,
1415
+ "grad_norm": 0.9912426471710205,
1416
+ "learning_rate": 0.00017848214285714285,
1417
+ "loss": 0.9563817977905273,
1418
+ "step": 2000
1419
+ },
1420
+ {
1421
+ "epoch": 0.026790707643054006,
1422
+ "eval_loss": 0.9294622540473938,
1423
+ "eval_runtime": 282.9209,
1424
+ "eval_samples_per_second": 10.65,
1425
+ "eval_steps_per_second": 10.65,
1426
+ "step": 2000
1427
+ },
1428
+ {
1429
+ "epoch": 0.026924661181269276,
1430
+ "grad_norm": 1.1386301517486572,
1431
+ "learning_rate": 0.000179375,
1432
+ "loss": 0.9594663619995117,
1433
+ "step": 2010
1434
+ },
1435
+ {
1436
+ "epoch": 0.027058614719484547,
1437
+ "grad_norm": 1.0435603857040405,
1438
+ "learning_rate": 0.00018026785714285714,
1439
+ "loss": 0.9453421592712402,
1440
+ "step": 2020
1441
+ },
1442
+ {
1443
+ "epoch": 0.027192568257699817,
1444
+ "grad_norm": 1.1574785709381104,
1445
+ "learning_rate": 0.0001811607142857143,
1446
+ "loss": 0.9297013282775879,
1447
+ "step": 2030
1448
+ },
1449
+ {
1450
+ "epoch": 0.027326521795915087,
1451
+ "grad_norm": 1.1167242527008057,
1452
+ "learning_rate": 0.00018205357142857145,
1453
+ "loss": 0.9530548095703125,
1454
+ "step": 2040
1455
+ },
1456
+ {
1457
+ "epoch": 0.027460475334130357,
1458
+ "grad_norm": 1.0436396598815918,
1459
+ "learning_rate": 0.00018294642857142858,
1460
+ "loss": 0.9412404060363769,
1461
+ "step": 2050
1462
+ },
1463
+ {
1464
+ "epoch": 0.027594428872345627,
1465
+ "grad_norm": 1.184274435043335,
1466
+ "learning_rate": 0.0001838392857142857,
1467
+ "loss": 0.9605161666870117,
1468
+ "step": 2060
1469
+ },
1470
+ {
1471
+ "epoch": 0.027728382410560897,
1472
+ "grad_norm": 0.9393510222434998,
1473
+ "learning_rate": 0.00018473214285714287,
1474
+ "loss": 0.9509821891784668,
1475
+ "step": 2070
1476
+ },
1477
+ {
1478
+ "epoch": 0.027862335948776167,
1479
+ "grad_norm": 1.0484318733215332,
1480
+ "learning_rate": 0.000185625,
1481
+ "loss": 0.9221634864807129,
1482
+ "step": 2080
1483
+ },
1484
+ {
1485
+ "epoch": 0.027996289486991437,
1486
+ "grad_norm": 0.9934367537498474,
1487
+ "learning_rate": 0.00018651785714285716,
1488
+ "loss": 0.9437132835388183,
1489
+ "step": 2090
1490
+ },
1491
+ {
1492
+ "epoch": 0.028130243025206707,
1493
+ "grad_norm": 0.9708594679832458,
1494
+ "learning_rate": 0.00018741071428571429,
1495
+ "loss": 0.9631563186645508,
1496
+ "step": 2100
1497
+ },
1498
+ {
1499
+ "epoch": 0.028264196563421978,
1500
+ "grad_norm": 1.0960266590118408,
1501
+ "learning_rate": 0.00018830357142857144,
1502
+ "loss": 0.9347660064697265,
1503
+ "step": 2110
1504
+ },
1505
+ {
1506
+ "epoch": 0.028398150101637248,
1507
+ "grad_norm": 1.4339450597763062,
1508
+ "learning_rate": 0.00018919642857142857,
1509
+ "loss": 0.9685755729675293,
1510
+ "step": 2120
1511
+ },
1512
+ {
1513
+ "epoch": 0.028532103639852518,
1514
+ "grad_norm": 0.9974057078361511,
1515
+ "learning_rate": 0.00019008928571428573,
1516
+ "loss": 0.9545693397521973,
1517
+ "step": 2130
1518
+ },
1519
+ {
1520
+ "epoch": 0.028666057178067788,
1521
+ "grad_norm": 1.0973010063171387,
1522
+ "learning_rate": 0.00019098214285714286,
1523
+ "loss": 0.9272083282470703,
1524
+ "step": 2140
1525
+ },
1526
+ {
1527
+ "epoch": 0.028800010716283058,
1528
+ "grad_norm": 0.9838769435882568,
1529
+ "learning_rate": 0.00019187500000000002,
1530
+ "loss": 0.9372439384460449,
1531
+ "step": 2150
1532
+ },
1533
+ {
1534
+ "epoch": 0.028933964254498328,
1535
+ "grad_norm": 1.0080406665802002,
1536
+ "learning_rate": 0.00019276785714285715,
1537
+ "loss": 0.9752328872680665,
1538
+ "step": 2160
1539
+ },
1540
+ {
1541
+ "epoch": 0.0290679177927136,
1542
+ "grad_norm": 0.9965051412582397,
1543
+ "learning_rate": 0.00019366071428571427,
1544
+ "loss": 0.9454973220825196,
1545
+ "step": 2170
1546
+ },
1547
+ {
1548
+ "epoch": 0.02920187133092887,
1549
+ "grad_norm": 0.9947363138198853,
1550
+ "learning_rate": 0.00019455357142857146,
1551
+ "loss": 0.9513129234313965,
1552
+ "step": 2180
1553
+ },
1554
+ {
1555
+ "epoch": 0.02933582486914414,
1556
+ "grad_norm": 1.1437948942184448,
1557
+ "learning_rate": 0.0001954464285714286,
1558
+ "loss": 0.9673953056335449,
1559
+ "step": 2190
1560
+ },
1561
+ {
1562
+ "epoch": 0.02946977840735941,
1563
+ "grad_norm": 1.0892202854156494,
1564
+ "learning_rate": 0.00019633928571428572,
1565
+ "loss": 0.9653889656066894,
1566
+ "step": 2200
1567
+ },
1568
+ {
1569
+ "epoch": 0.02960373194557468,
1570
+ "grad_norm": 1.149424433708191,
1571
+ "learning_rate": 0.00019723214285714287,
1572
+ "loss": 0.9513349533081055,
1573
+ "step": 2210
1574
+ },
1575
+ {
1576
+ "epoch": 0.02973768548378995,
1577
+ "grad_norm": 1.014336347579956,
1578
+ "learning_rate": 0.000198125,
1579
+ "loss": 0.9285200119018555,
1580
+ "step": 2220
1581
+ },
1582
+ {
1583
+ "epoch": 0.02987163902200522,
1584
+ "grad_norm": 1.0589832067489624,
1585
+ "learning_rate": 0.00019901785714285713,
1586
+ "loss": 0.9304631233215332,
1587
+ "step": 2230
1588
+ },
1589
+ {
1590
+ "epoch": 0.03000559256022049,
1591
+ "grad_norm": 0.9858236312866211,
1592
+ "learning_rate": 0.0001999107142857143,
1593
+ "loss": 0.9667643547058106,
1594
+ "step": 2240
1595
+ },
1596
+ {
1597
+ "epoch": 0.03013954609843576,
1598
+ "grad_norm": 0.9708908796310425,
1599
+ "learning_rate": 0.0001999999923770744,
1600
+ "loss": 0.9756393432617188,
1601
+ "step": 2250
1602
+ },
1603
+ {
1604
+ "epoch": 0.030273499636651026,
1605
+ "grad_norm": 1.029149055480957,
1606
+ "learning_rate": 0.00019999996602622187,
1607
+ "loss": 0.9660782814025879,
1608
+ "step": 2260
1609
+ },
1610
+ {
1611
+ "epoch": 0.030407453174866296,
1612
+ "grad_norm": 0.9579015374183655,
1613
+ "learning_rate": 0.00019999992085333718,
1614
+ "loss": 0.9369187355041504,
1615
+ "step": 2270
1616
+ },
1617
+ {
1618
+ "epoch": 0.030541406713081566,
1619
+ "grad_norm": 1.0455657243728638,
1620
+ "learning_rate": 0.0001999998568584289,
1621
+ "loss": 0.957420539855957,
1622
+ "step": 2280
1623
+ },
1624
+ {
1625
+ "epoch": 0.030675360251296836,
1626
+ "grad_norm": 1.1843011379241943,
1627
+ "learning_rate": 0.00019999977404150902,
1628
+ "loss": 0.9495012283325195,
1629
+ "step": 2290
1630
+ },
1631
+ {
1632
+ "epoch": 0.030809313789512106,
1633
+ "grad_norm": 1.0620977878570557,
1634
+ "learning_rate": 0.00019999967240259315,
1635
+ "loss": 0.9708341598510742,
1636
+ "step": 2300
1637
+ },
1638
+ {
1639
+ "epoch": 0.030943267327727376,
1640
+ "grad_norm": 1.0837901830673218,
1641
+ "learning_rate": 0.0001999995519417004,
1642
+ "loss": 0.9840412139892578,
1643
+ "step": 2310
1644
+ },
1645
+ {
1646
+ "epoch": 0.031077220865942647,
1647
+ "grad_norm": 0.9072780013084412,
1648
+ "learning_rate": 0.00019999941265885348,
1649
+ "loss": 0.9503616333007813,
1650
+ "step": 2320
1651
+ },
1652
+ {
1653
+ "epoch": 0.031211174404157917,
1654
+ "grad_norm": 0.8991392850875854,
1655
+ "learning_rate": 0.00019999925455407855,
1656
+ "loss": 0.960198974609375,
1657
+ "step": 2330
1658
+ },
1659
+ {
1660
+ "epoch": 0.03134512794237319,
1661
+ "grad_norm": 0.8700608015060425,
1662
+ "learning_rate": 0.00019999907762740542,
1663
+ "loss": 0.9340170860290528,
1664
+ "step": 2340
1665
+ },
1666
+ {
1667
+ "epoch": 0.03147908148058846,
1668
+ "grad_norm": 1.0618027448654175,
1669
+ "learning_rate": 0.00019999888187886735,
1670
+ "loss": 0.9670058250427246,
1671
+ "step": 2350
1672
+ },
1673
+ {
1674
+ "epoch": 0.03161303501880373,
1675
+ "grad_norm": 1.0053410530090332,
1676
+ "learning_rate": 0.0001999986673085012,
1677
+ "loss": 0.9664807319641113,
1678
+ "step": 2360
1679
+ },
1680
+ {
1681
+ "epoch": 0.031746988557019,
1682
+ "grad_norm": 1.0876250267028809,
1683
+ "learning_rate": 0.0001999984339163474,
1684
+ "loss": 0.9429721832275391,
1685
+ "step": 2370
1686
+ },
1687
+ {
1688
+ "epoch": 0.03188094209523427,
1689
+ "grad_norm": 1.1047455072402954,
1690
+ "learning_rate": 0.00019999818170244983,
1691
+ "loss": 0.9404646873474121,
1692
+ "step": 2380
1693
+ },
1694
+ {
1695
+ "epoch": 0.03201489563344954,
1696
+ "grad_norm": 1.0188040733337402,
1697
+ "learning_rate": 0.00019999791066685596,
1698
+ "loss": 0.9436681747436524,
1699
+ "step": 2390
1700
+ },
1701
+ {
1702
+ "epoch": 0.03214884917166481,
1703
+ "grad_norm": 0.9918760657310486,
1704
+ "learning_rate": 0.0001999976208096168,
1705
+ "loss": 0.9435869216918945,
1706
+ "step": 2400
1707
+ },
1708
+ {
1709
+ "epoch": 0.03228280270988008,
1710
+ "grad_norm": 1.0088706016540527,
1711
+ "learning_rate": 0.00019999731213078697,
1712
+ "loss": 0.9398737907409668,
1713
+ "step": 2410
1714
+ },
1715
+ {
1716
+ "epoch": 0.03241675624809535,
1717
+ "grad_norm": 0.9979799389839172,
1718
+ "learning_rate": 0.00019999698463042448,
1719
+ "loss": 0.9468537330627441,
1720
+ "step": 2420
1721
+ },
1722
+ {
1723
+ "epoch": 0.03255070978631062,
1724
+ "grad_norm": 0.9645936489105225,
1725
+ "learning_rate": 0.00019999663830859104,
1726
+ "loss": 0.9193555831909179,
1727
+ "step": 2430
1728
+ },
1729
+ {
1730
+ "epoch": 0.03268466332452589,
1731
+ "grad_norm": 0.9175757169723511,
1732
+ "learning_rate": 0.00019999627316535178,
1733
+ "loss": 0.9474472999572754,
1734
+ "step": 2440
1735
+ },
1736
+ {
1737
+ "epoch": 0.03281861686274116,
1738
+ "grad_norm": 0.9668617844581604,
1739
+ "learning_rate": 0.0001999958892007755,
1740
+ "loss": 0.9571184158325196,
1741
+ "step": 2450
1742
+ },
1743
+ {
1744
+ "epoch": 0.03295257040095643,
1745
+ "grad_norm": 1.0439015626907349,
1746
+ "learning_rate": 0.00019999548641493438,
1747
+ "loss": 0.9383399009704589,
1748
+ "step": 2460
1749
+ },
1750
+ {
1751
+ "epoch": 0.0330865239391717,
1752
+ "grad_norm": 1.014618158340454,
1753
+ "learning_rate": 0.00019999506480790434,
1754
+ "loss": 0.8999407768249512,
1755
+ "step": 2470
1756
+ },
1757
+ {
1758
+ "epoch": 0.03322047747738697,
1759
+ "grad_norm": 0.9947917461395264,
1760
+ "learning_rate": 0.00019999462437976463,
1761
+ "loss": 0.9517890930175781,
1762
+ "step": 2480
1763
+ },
1764
+ {
1765
+ "epoch": 0.03335443101560224,
1766
+ "grad_norm": 0.9013609290122986,
1767
+ "learning_rate": 0.0001999941651305982,
1768
+ "loss": 0.9355831146240234,
1769
+ "step": 2490
1770
+ },
1771
+ {
1772
+ "epoch": 0.03348838455381751,
1773
+ "grad_norm": 1.045623540878296,
1774
+ "learning_rate": 0.0001999936870604915,
1775
+ "loss": 0.9567943572998047,
1776
+ "step": 2500
1777
+ },
1778
+ {
1779
+ "epoch": 0.03362233809203278,
1780
+ "grad_norm": 1.0059949159622192,
1781
+ "learning_rate": 0.00019999319016953448,
1782
+ "loss": 0.9816353797912598,
1783
+ "step": 2510
1784
+ },
1785
+ {
1786
+ "epoch": 0.03375629163024805,
1787
+ "grad_norm": 0.9956102967262268,
1788
+ "learning_rate": 0.0001999926744578207,
1789
+ "loss": 0.9603646278381348,
1790
+ "step": 2520
1791
+ },
1792
+ {
1793
+ "epoch": 0.03389024516846332,
1794
+ "grad_norm": 0.9674333333969116,
1795
+ "learning_rate": 0.0001999921399254472,
1796
+ "loss": 0.9202863693237304,
1797
+ "step": 2530
1798
+ },
1799
+ {
1800
+ "epoch": 0.03402419870667859,
1801
+ "grad_norm": 1.149797797203064,
1802
+ "learning_rate": 0.00019999158657251458,
1803
+ "loss": 0.9565104484558106,
1804
+ "step": 2540
1805
+ },
1806
+ {
1807
+ "epoch": 0.03415815224489386,
1808
+ "grad_norm": 0.8696104288101196,
1809
+ "learning_rate": 0.00019999101439912702,
1810
+ "loss": 0.9499526977539062,
1811
+ "step": 2550
1812
+ },
1813
+ {
1814
+ "epoch": 0.03429210578310913,
1815
+ "grad_norm": 0.9146940112113953,
1816
+ "learning_rate": 0.0001999904234053922,
1817
+ "loss": 0.9595541000366211,
1818
+ "step": 2560
1819
+ },
1820
+ {
1821
+ "epoch": 0.0344260593213244,
1822
+ "grad_norm": 1.1251157522201538,
1823
+ "learning_rate": 0.00019998981359142136,
1824
+ "loss": 0.9481052398681641,
1825
+ "step": 2570
1826
+ },
1827
+ {
1828
+ "epoch": 0.03456001285953967,
1829
+ "grad_norm": 0.951270341873169,
1830
+ "learning_rate": 0.0001999891849573293,
1831
+ "loss": 0.9557564735412598,
1832
+ "step": 2580
1833
+ },
1834
+ {
1835
+ "epoch": 0.03469396639775494,
1836
+ "grad_norm": 0.931270956993103,
1837
+ "learning_rate": 0.0001999885375032343,
1838
+ "loss": 0.9400008201599122,
1839
+ "step": 2590
1840
+ },
1841
+ {
1842
+ "epoch": 0.03482791993597021,
1843
+ "grad_norm": 0.9405684471130371,
1844
+ "learning_rate": 0.00019998787122925827,
1845
+ "loss": 0.9368779182434082,
1846
+ "step": 2600
1847
+ },
1848
+ {
1849
+ "epoch": 0.03496187347418548,
1850
+ "grad_norm": 1.1437263488769531,
1851
+ "learning_rate": 0.00019998718613552658,
1852
+ "loss": 0.9466694831848145,
1853
+ "step": 2610
1854
+ },
1855
+ {
1856
+ "epoch": 0.03509582701240075,
1857
+ "grad_norm": 1.1577832698822021,
1858
+ "learning_rate": 0.0001999864822221682,
1859
+ "loss": 0.9129865646362305,
1860
+ "step": 2620
1861
+ },
1862
+ {
1863
+ "epoch": 0.03522978055061602,
1864
+ "grad_norm": 1.0464088916778564,
1865
+ "learning_rate": 0.0001999857594893156,
1866
+ "loss": 0.9279396057128906,
1867
+ "step": 2630
1868
+ },
1869
+ {
1870
+ "epoch": 0.03536373408883129,
1871
+ "grad_norm": 1.053524136543274,
1872
+ "learning_rate": 0.00019998501793710484,
1873
+ "loss": 0.9761667251586914,
1874
+ "step": 2640
1875
+ },
1876
+ {
1877
+ "epoch": 0.03549768762704656,
1878
+ "grad_norm": 0.902043342590332,
1879
+ "learning_rate": 0.0001999842575656755,
1880
+ "loss": 0.9456755638122558,
1881
+ "step": 2650
1882
+ },
1883
+ {
1884
+ "epoch": 0.03563164116526183,
1885
+ "grad_norm": 1.0060131549835205,
1886
+ "learning_rate": 0.00019998347837517063,
1887
+ "loss": 0.9625540733337402,
1888
+ "step": 2660
1889
+ },
1890
+ {
1891
+ "epoch": 0.0357655947034771,
1892
+ "grad_norm": 1.1090943813323975,
1893
+ "learning_rate": 0.00019998268036573697,
1894
+ "loss": 0.9310230255126953,
1895
+ "step": 2670
1896
+ },
1897
+ {
1898
+ "epoch": 0.03589954824169237,
1899
+ "grad_norm": 1.0450677871704102,
1900
+ "learning_rate": 0.00019998186353752467,
1901
+ "loss": 0.9483952522277832,
1902
+ "step": 2680
1903
+ },
1904
+ {
1905
+ "epoch": 0.03603350177990764,
1906
+ "grad_norm": 1.1651952266693115,
1907
+ "learning_rate": 0.00019998102789068752,
1908
+ "loss": 0.9506073951721191,
1909
+ "step": 2690
1910
+ },
1911
+ {
1912
+ "epoch": 0.03616745531812291,
1913
+ "grad_norm": 1.033385157585144,
1914
+ "learning_rate": 0.00019998017342538274,
1915
+ "loss": 0.9435412406921386,
1916
+ "step": 2700
1917
+ },
1918
+ {
1919
+ "epoch": 0.03630140885633818,
1920
+ "grad_norm": 0.9711186289787292,
1921
+ "learning_rate": 0.00019997930014177125,
1922
+ "loss": 0.9563213348388672,
1923
+ "step": 2710
1924
+ },
1925
+ {
1926
+ "epoch": 0.03643536239455345,
1927
+ "grad_norm": 1.0140986442565918,
1928
+ "learning_rate": 0.00019997840804001732,
1929
+ "loss": 0.9228851318359375,
1930
+ "step": 2720
1931
+ },
1932
+ {
1933
+ "epoch": 0.03656931593276872,
1934
+ "grad_norm": 1.0165528059005737,
1935
+ "learning_rate": 0.00019997749712028892,
1936
+ "loss": 0.9404541969299316,
1937
+ "step": 2730
1938
+ },
1939
+ {
1940
+ "epoch": 0.03670326947098399,
1941
+ "grad_norm": 0.9036928415298462,
1942
+ "learning_rate": 0.00019997656738275751,
1943
+ "loss": 0.9369661331176757,
1944
+ "step": 2740
1945
+ },
1946
+ {
1947
+ "epoch": 0.03683722300919926,
1948
+ "grad_norm": 0.9310727119445801,
1949
+ "learning_rate": 0.00019997561882759807,
1950
+ "loss": 0.9242416381835937,
1951
+ "step": 2750
1952
+ },
1953
+ {
1954
+ "epoch": 0.03697117654741453,
1955
+ "grad_norm": 0.9902796745300293,
1956
+ "learning_rate": 0.00019997465145498914,
1957
+ "loss": 0.9326069831848145,
1958
+ "step": 2760
1959
+ },
1960
+ {
1961
+ "epoch": 0.0371051300856298,
1962
+ "grad_norm": 1.0533158779144287,
1963
+ "learning_rate": 0.00019997366526511274,
1964
+ "loss": 0.9423623085021973,
1965
+ "step": 2770
1966
+ },
1967
+ {
1968
+ "epoch": 0.03723908362384507,
1969
+ "grad_norm": 1.045711874961853,
1970
+ "learning_rate": 0.0001999726602581546,
1971
+ "loss": 0.9074527740478515,
1972
+ "step": 2780
1973
+ },
1974
+ {
1975
+ "epoch": 0.03737303716206034,
1976
+ "grad_norm": 0.9685200452804565,
1977
+ "learning_rate": 0.00019997163643430382,
1978
+ "loss": 0.9323711395263672,
1979
+ "step": 2790
1980
+ },
1981
+ {
1982
+ "epoch": 0.03750699070027561,
1983
+ "grad_norm": 1.0000747442245483,
1984
+ "learning_rate": 0.0001999705937937531,
1985
+ "loss": 0.9754042625427246,
1986
+ "step": 2800
1987
+ },
1988
+ {
1989
+ "epoch": 0.03764094423849088,
1990
+ "grad_norm": 0.9732158184051514,
1991
+ "learning_rate": 0.0001999695323366987,
1992
+ "loss": 0.9792140007019043,
1993
+ "step": 2810
1994
+ },
1995
+ {
1996
+ "epoch": 0.03777489777670615,
1997
+ "grad_norm": 0.990386426448822,
1998
+ "learning_rate": 0.0001999684520633404,
1999
+ "loss": 0.9250985145568847,
2000
+ "step": 2820
2001
+ },
2002
+ {
2003
+ "epoch": 0.03790885131492142,
2004
+ "grad_norm": 1.0131051540374756,
2005
+ "learning_rate": 0.00019996735297388157,
2006
+ "loss": 0.9338252067565918,
2007
+ "step": 2830
2008
+ },
2009
+ {
2010
+ "epoch": 0.03804280485313669,
2011
+ "grad_norm": 0.9239967465400696,
2012
+ "learning_rate": 0.000199966235068529,
2013
+ "loss": 0.9674043655395508,
2014
+ "step": 2840
2015
+ },
2016
+ {
2017
+ "epoch": 0.03817675839135196,
2018
+ "grad_norm": 0.9224802255630493,
2019
+ "learning_rate": 0.00019996509834749318,
2020
+ "loss": 0.9093979835510254,
2021
+ "step": 2850
2022
+ },
2023
+ {
2024
+ "epoch": 0.03831071192956723,
2025
+ "grad_norm": 0.9065786004066467,
2026
+ "learning_rate": 0.00019996394281098802,
2027
+ "loss": 0.9495321273803711,
2028
+ "step": 2860
2029
+ },
2030
+ {
2031
+ "epoch": 0.0384446654677825,
2032
+ "grad_norm": 1.0348045825958252,
2033
+ "learning_rate": 0.00019996276845923104,
2034
+ "loss": 0.9240209579467773,
2035
+ "step": 2870
2036
+ },
2037
+ {
2038
+ "epoch": 0.038578619005997766,
2039
+ "grad_norm": 0.9366620182991028,
2040
+ "learning_rate": 0.0001999615752924433,
2041
+ "loss": 0.9238608360290528,
2042
+ "step": 2880
2043
+ },
2044
+ {
2045
+ "epoch": 0.038712572544213036,
2046
+ "grad_norm": 1.122186303138733,
2047
+ "learning_rate": 0.0001999603633108493,
2048
+ "loss": 0.9154872894287109,
2049
+ "step": 2890
2050
+ },
2051
+ {
2052
+ "epoch": 0.038846526082428307,
2053
+ "grad_norm": 0.8368102312088013,
2054
+ "learning_rate": 0.0001999591325146772,
2055
+ "loss": 0.9037948608398437,
2056
+ "step": 2900
2057
+ },
2058
+ {
2059
+ "epoch": 0.03898047962064358,
2060
+ "grad_norm": 0.8084287047386169,
2061
+ "learning_rate": 0.00019995788290415867,
2062
+ "loss": 0.9526560783386231,
2063
+ "step": 2910
2064
+ },
2065
+ {
2066
+ "epoch": 0.03911443315885885,
2067
+ "grad_norm": 0.9385167360305786,
2068
+ "learning_rate": 0.00019995661447952894,
2069
+ "loss": 0.9274347305297852,
2070
+ "step": 2920
2071
+ },
2072
+ {
2073
+ "epoch": 0.03924838669707412,
2074
+ "grad_norm": 1.0126752853393555,
2075
+ "learning_rate": 0.00019995532724102668,
2076
+ "loss": 0.9336477279663086,
2077
+ "step": 2930
2078
+ },
2079
+ {
2080
+ "epoch": 0.03938234023528939,
2081
+ "grad_norm": 1.0768028497695923,
2082
+ "learning_rate": 0.00019995402118889424,
2083
+ "loss": 0.9312108039855957,
2084
+ "step": 2940
2085
+ },
2086
+ {
2087
+ "epoch": 0.03951629377350466,
2088
+ "grad_norm": 0.9114157557487488,
2089
+ "learning_rate": 0.00019995269632337742,
2090
+ "loss": 0.9413155555725098,
2091
+ "step": 2950
2092
+ },
2093
+ {
2094
+ "epoch": 0.03965024731171993,
2095
+ "grad_norm": 0.8750312924385071,
2096
+ "learning_rate": 0.00019995135264472557,
2097
+ "loss": 0.9509553909301758,
2098
+ "step": 2960
2099
+ },
2100
+ {
2101
+ "epoch": 0.0397842008499352,
2102
+ "grad_norm": 1.0956413745880127,
2103
+ "learning_rate": 0.00019994999015319164,
2104
+ "loss": 0.9265983581542969,
2105
+ "step": 2970
2106
+ },
2107
+ {
2108
+ "epoch": 0.03991815438815047,
2109
+ "grad_norm": 0.9434391856193542,
2110
+ "learning_rate": 0.00019994860884903204,
2111
+ "loss": 0.9004026412963867,
2112
+ "step": 2980
2113
+ },
2114
+ {
2115
+ "epoch": 0.04005210792636574,
2116
+ "grad_norm": 0.8206298351287842,
2117
+ "learning_rate": 0.00019994720873250677,
2118
+ "loss": 0.9307710647583007,
2119
+ "step": 2990
2120
+ },
2121
+ {
2122
+ "epoch": 0.04018606146458101,
2123
+ "grad_norm": 1.0000940561294556,
2124
+ "learning_rate": 0.00019994578980387937,
2125
+ "loss": 0.9217443466186523,
2126
+ "step": 3000
2127
+ },
2128
+ {
2129
+ "epoch": 0.04018606146458101,
2130
+ "eval_loss": 0.9095186591148376,
2131
+ "eval_runtime": 282.8579,
2132
+ "eval_samples_per_second": 10.652,
2133
+ "eval_steps_per_second": 10.652,
2134
+ "step": 3000
2135
+ },
2136
+ {
2137
+ "epoch": 0.04032001500279628,
2138
+ "grad_norm": 0.8734673857688904,
2139
+ "learning_rate": 0.0001999443520634169,
2140
+ "loss": 0.941364860534668,
2141
+ "step": 3010
2142
+ },
2143
+ {
2144
+ "epoch": 0.04045396854101155,
2145
+ "grad_norm": 0.8950884938240051,
2146
+ "learning_rate": 0.00019994289551139,
2147
+ "loss": 0.9462560653686524,
2148
+ "step": 3020
2149
+ },
2150
+ {
2151
+ "epoch": 0.04058792207922682,
2152
+ "grad_norm": 1.0811048746109009,
2153
+ "learning_rate": 0.00019994142014807277,
2154
+ "loss": 0.9378127098083496,
2155
+ "step": 3030
2156
+ },
2157
+ {
2158
+ "epoch": 0.04072187561744209,
2159
+ "grad_norm": 1.3110917806625366,
2160
+ "learning_rate": 0.00019993992597374297,
2161
+ "loss": 0.9490732192993164,
2162
+ "step": 3040
2163
+ },
2164
+ {
2165
+ "epoch": 0.04085582915565736,
2166
+ "grad_norm": 0.892918050289154,
2167
+ "learning_rate": 0.00019993841298868175,
2168
+ "loss": 0.9350913047790528,
2169
+ "step": 3050
2170
+ },
2171
+ {
2172
+ "epoch": 0.04098978269387263,
2173
+ "grad_norm": 0.8810139298439026,
2174
+ "learning_rate": 0.00019993688119317396,
2175
+ "loss": 0.9095968246459961,
2176
+ "step": 3060
2177
+ },
2178
+ {
2179
+ "epoch": 0.0411237362320879,
2180
+ "grad_norm": 0.9049996137619019,
2181
+ "learning_rate": 0.00019993533058750788,
2182
+ "loss": 0.9268231391906738,
2183
+ "step": 3070
2184
+ },
2185
+ {
2186
+ "epoch": 0.04125768977030317,
2187
+ "grad_norm": 0.8555030226707458,
2188
+ "learning_rate": 0.0001999337611719754,
2189
+ "loss": 0.9202340126037598,
2190
+ "step": 3080
2191
+ },
2192
+ {
2193
+ "epoch": 0.04139164330851844,
2194
+ "grad_norm": 0.8748414516448975,
2195
+ "learning_rate": 0.00019993217294687185,
2196
+ "loss": 0.9081048965454102,
2197
+ "step": 3090
2198
+ },
2199
+ {
2200
+ "epoch": 0.04152559684673371,
2201
+ "grad_norm": 0.9201762080192566,
2202
+ "learning_rate": 0.00019993056591249624,
2203
+ "loss": 0.9255125045776367,
2204
+ "step": 3100
2205
+ },
2206
+ {
2207
+ "epoch": 0.04165955038494898,
2208
+ "grad_norm": 0.8035100102424622,
2209
+ "learning_rate": 0.00019992894006915098,
2210
+ "loss": 0.9364505767822265,
2211
+ "step": 3110
2212
+ },
2213
+ {
2214
+ "epoch": 0.04179350392316425,
2215
+ "grad_norm": 0.8489510416984558,
2216
+ "learning_rate": 0.00019992729541714214,
2217
+ "loss": 0.9114150047302246,
2218
+ "step": 3120
2219
+ },
2220
+ {
2221
+ "epoch": 0.04192745746137952,
2222
+ "grad_norm": 0.8885366916656494,
2223
+ "learning_rate": 0.00019992563195677927,
2224
+ "loss": 0.9378640174865722,
2225
+ "step": 3130
2226
+ },
2227
+ {
2228
+ "epoch": 0.04206141099959479,
2229
+ "grad_norm": 0.916833221912384,
2230
+ "learning_rate": 0.00019992394968837546,
2231
+ "loss": 0.935064697265625,
2232
+ "step": 3140
2233
+ },
2234
+ {
2235
+ "epoch": 0.04219536453781006,
2236
+ "grad_norm": 0.8948741555213928,
2237
+ "learning_rate": 0.0001999222486122473,
2238
+ "loss": 0.9183822631835937,
2239
+ "step": 3150
2240
+ },
2241
+ {
2242
+ "epoch": 0.04232931807602533,
2243
+ "grad_norm": 1.0157934427261353,
2244
+ "learning_rate": 0.000199920528728715,
2245
+ "loss": 0.946108055114746,
2246
+ "step": 3160
2247
+ },
2248
+ {
2249
+ "epoch": 0.0424632716142406,
2250
+ "grad_norm": 0.8575133085250854,
2251
+ "learning_rate": 0.00019991879003810231,
2252
+ "loss": 0.9633334159851075,
2253
+ "step": 3170
2254
+ },
2255
+ {
2256
+ "epoch": 0.04259722515245587,
2257
+ "grad_norm": 0.9529309272766113,
2258
+ "learning_rate": 0.00019991703254073647,
2259
+ "loss": 0.9019985198974609,
2260
+ "step": 3180
2261
+ },
2262
+ {
2263
+ "epoch": 0.04273117869067114,
2264
+ "grad_norm": 0.9916787147521973,
2265
+ "learning_rate": 0.00019991525623694827,
2266
+ "loss": 0.9476448059082031,
2267
+ "step": 3190
2268
+ },
2269
+ {
2270
+ "epoch": 0.04286513222888641,
2271
+ "grad_norm": 0.8963183164596558,
2272
+ "learning_rate": 0.00019991346112707204,
2273
+ "loss": 0.9350907325744628,
2274
+ "step": 3200
2275
+ },
2276
+ {
2277
+ "epoch": 0.04299908576710168,
2278
+ "grad_norm": 0.9970526695251465,
2279
+ "learning_rate": 0.00019991164721144564,
2280
+ "loss": 0.9250227928161621,
2281
+ "step": 3210
2282
+ },
2283
+ {
2284
+ "epoch": 0.04313303930531695,
2285
+ "grad_norm": 0.8881255388259888,
2286
+ "learning_rate": 0.00019990981449041054,
2287
+ "loss": 0.9250835418701172,
2288
+ "step": 3220
2289
+ },
2290
+ {
2291
+ "epoch": 0.04326699284353222,
2292
+ "grad_norm": 1.0573492050170898,
2293
+ "learning_rate": 0.00019990796296431165,
2294
+ "loss": 0.9150334358215332,
2295
+ "step": 3230
2296
+ },
2297
+ {
2298
+ "epoch": 0.04340094638174749,
2299
+ "grad_norm": 1.0080435276031494,
2300
+ "learning_rate": 0.00019990609263349746,
2301
+ "loss": 0.9671030044555664,
2302
+ "step": 3240
2303
+ },
2304
+ {
2305
+ "epoch": 0.04353489991996276,
2306
+ "grad_norm": 0.9293102025985718,
2307
+ "learning_rate": 0.00019990420349832004,
2308
+ "loss": 0.9286737442016602,
2309
+ "step": 3250
2310
+ },
2311
+ {
2312
+ "epoch": 0.04366885345817803,
2313
+ "grad_norm": 0.9268156886100769,
2314
+ "learning_rate": 0.00019990229555913493,
2315
+ "loss": 0.9326079368591309,
2316
+ "step": 3260
2317
+ },
2318
+ {
2319
+ "epoch": 0.0438028069963933,
2320
+ "grad_norm": 0.9221058487892151,
2321
+ "learning_rate": 0.0001999003688163013,
2322
+ "loss": 0.9419919013977051,
2323
+ "step": 3270
2324
+ },
2325
+ {
2326
+ "epoch": 0.04393676053460857,
2327
+ "grad_norm": 0.8882941007614136,
2328
+ "learning_rate": 0.0001998984232701817,
2329
+ "loss": 0.9261360168457031,
2330
+ "step": 3280
2331
+ },
2332
+ {
2333
+ "epoch": 0.04407071407282384,
2334
+ "grad_norm": 0.844829797744751,
2335
+ "learning_rate": 0.00019989645892114243,
2336
+ "loss": 0.927768325805664,
2337
+ "step": 3290
2338
+ },
2339
+ {
2340
+ "epoch": 0.04420466761103911,
2341
+ "grad_norm": 1.0086514949798584,
2342
+ "learning_rate": 0.00019989447576955317,
2343
+ "loss": 0.9342447280883789,
2344
+ "step": 3300
2345
+ },
2346
+ {
2347
+ "epoch": 0.04433862114925438,
2348
+ "grad_norm": 0.9930247068405151,
2349
+ "learning_rate": 0.00019989247381578719,
2350
+ "loss": 0.9354818344116211,
2351
+ "step": 3310
2352
+ },
2353
+ {
2354
+ "epoch": 0.04447257468746965,
2355
+ "grad_norm": 0.9238676428794861,
2356
+ "learning_rate": 0.0001998904530602213,
2357
+ "loss": 0.95006103515625,
2358
+ "step": 3320
2359
+ },
2360
+ {
2361
+ "epoch": 0.04460652822568492,
2362
+ "grad_norm": 0.8584195971488953,
2363
+ "learning_rate": 0.0001998884135032358,
2364
+ "loss": 0.9177757263183594,
2365
+ "step": 3330
2366
+ },
2367
+ {
2368
+ "epoch": 0.04474048176390019,
2369
+ "grad_norm": 0.9681214094161987,
2370
+ "learning_rate": 0.0001998863551452147,
2371
+ "loss": 0.9331873893737793,
2372
+ "step": 3340
2373
+ },
2374
+ {
2375
+ "epoch": 0.04487443530211546,
2376
+ "grad_norm": 0.9767482876777649,
2377
+ "learning_rate": 0.0001998842779865453,
2378
+ "loss": 0.8993824005126954,
2379
+ "step": 3350
2380
+ },
2381
+ {
2382
+ "epoch": 0.04500838884033073,
2383
+ "grad_norm": 0.9796115159988403,
2384
+ "learning_rate": 0.00019988218202761867,
2385
+ "loss": 0.9324639320373536,
2386
+ "step": 3360
2387
+ },
2388
+ {
2389
+ "epoch": 0.045142342378546,
2390
+ "grad_norm": 1.0159355401992798,
2391
+ "learning_rate": 0.0001998800672688292,
2392
+ "loss": 0.9196332931518555,
2393
+ "step": 3370
2394
+ },
2395
+ {
2396
+ "epoch": 0.04527629591676127,
2397
+ "grad_norm": 0.9687798619270325,
2398
+ "learning_rate": 0.000199877933710575,
2399
+ "loss": 0.9572076797485352,
2400
+ "step": 3380
2401
+ },
2402
+ {
2403
+ "epoch": 0.04541024945497654,
2404
+ "grad_norm": 0.9174926280975342,
2405
+ "learning_rate": 0.00019987578135325764,
2406
+ "loss": 0.9035839080810547,
2407
+ "step": 3390
2408
+ },
2409
+ {
2410
+ "epoch": 0.04554420299319181,
2411
+ "grad_norm": 0.8543787002563477,
2412
+ "learning_rate": 0.00019987361019728223,
2413
+ "loss": 0.9235164642333984,
2414
+ "step": 3400
2415
+ },
2416
+ {
2417
+ "epoch": 0.04567815653140708,
2418
+ "grad_norm": 0.870416522026062,
2419
+ "learning_rate": 0.00019987142024305743,
2420
+ "loss": 0.9195279121398926,
2421
+ "step": 3410
2422
+ },
2423
+ {
2424
+ "epoch": 0.04581211006962235,
2425
+ "grad_norm": 0.8485437631607056,
2426
+ "learning_rate": 0.00019986921149099543,
2427
+ "loss": 0.9079272270202636,
2428
+ "step": 3420
2429
+ },
2430
+ {
2431
+ "epoch": 0.04594606360783762,
2432
+ "grad_norm": 0.8823762536048889,
2433
+ "learning_rate": 0.00019986698394151197,
2434
+ "loss": 0.9315704345703125,
2435
+ "step": 3430
2436
+ },
2437
+ {
2438
+ "epoch": 0.04608001714605289,
2439
+ "grad_norm": 0.8347775340080261,
2440
+ "learning_rate": 0.0001998647375950263,
2441
+ "loss": 0.8943398475646973,
2442
+ "step": 3440
2443
+ },
2444
+ {
2445
+ "epoch": 0.04621397068426816,
2446
+ "grad_norm": 0.8320932388305664,
2447
+ "learning_rate": 0.0001998624724519613,
2448
+ "loss": 0.9377827644348145,
2449
+ "step": 3450
2450
+ },
2451
+ {
2452
+ "epoch": 0.04634792422248343,
2453
+ "grad_norm": 1.092563271522522,
2454
+ "learning_rate": 0.0001998601885127432,
2455
+ "loss": 0.9222759246826172,
2456
+ "step": 3460
2457
+ },
2458
+ {
2459
+ "epoch": 0.0464818777606987,
2460
+ "grad_norm": 0.9765579104423523,
2461
+ "learning_rate": 0.00019985788577780194,
2462
+ "loss": 0.9315988540649414,
2463
+ "step": 3470
2464
+ },
2465
+ {
2466
+ "epoch": 0.04661583129891397,
2467
+ "grad_norm": 0.8835811614990234,
2468
+ "learning_rate": 0.00019985556424757098,
2469
+ "loss": 0.9130311012268066,
2470
+ "step": 3480
2471
+ },
2472
+ {
2473
+ "epoch": 0.046749784837129243,
2474
+ "grad_norm": 0.8476258516311646,
2475
+ "learning_rate": 0.00019985322392248724,
2476
+ "loss": 0.9215794563293457,
2477
+ "step": 3490
2478
+ },
2479
+ {
2480
+ "epoch": 0.046883738375344514,
2481
+ "grad_norm": 0.9369233846664429,
2482
+ "learning_rate": 0.00019985086480299121,
2483
+ "loss": 0.9167479515075684,
2484
+ "step": 3500
2485
+ },
2486
+ {
2487
+ "epoch": 0.047017691913559784,
2488
+ "grad_norm": 0.9186804890632629,
2489
+ "learning_rate": 0.00019984848688952696,
2490
+ "loss": 0.9383148193359375,
2491
+ "step": 3510
2492
+ },
2493
+ {
2494
+ "epoch": 0.047151645451775054,
2495
+ "grad_norm": 0.9544302821159363,
2496
+ "learning_rate": 0.000199846090182542,
2497
+ "loss": 0.9238338470458984,
2498
+ "step": 3520
2499
+ },
2500
+ {
2501
+ "epoch": 0.047285598989990324,
2502
+ "grad_norm": 0.9397124648094177,
2503
+ "learning_rate": 0.00019984367468248748,
2504
+ "loss": 0.9094552993774414,
2505
+ "step": 3530
2506
+ },
2507
+ {
2508
+ "epoch": 0.047419552528205594,
2509
+ "grad_norm": 0.8298595547676086,
2510
+ "learning_rate": 0.00019984124038981808,
2511
+ "loss": 0.9345894813537597,
2512
+ "step": 3540
2513
+ },
2514
+ {
2515
+ "epoch": 0.047553506066420864,
2516
+ "grad_norm": 0.9456910490989685,
2517
+ "learning_rate": 0.00019983878730499193,
2518
+ "loss": 0.9422292709350586,
2519
+ "step": 3550
2520
+ },
2521
+ {
2522
+ "epoch": 0.047687459604636134,
2523
+ "grad_norm": 0.8198268413543701,
2524
+ "learning_rate": 0.00019983631542847075,
2525
+ "loss": 0.9278390884399415,
2526
+ "step": 3560
2527
+ },
2528
+ {
2529
+ "epoch": 0.047821413142851404,
2530
+ "grad_norm": 0.8617146015167236,
2531
+ "learning_rate": 0.00019983382476071983,
2532
+ "loss": 0.9171154975891114,
2533
+ "step": 3570
2534
+ },
2535
+ {
2536
+ "epoch": 0.047955366681066675,
2537
+ "grad_norm": 0.8447020649909973,
2538
+ "learning_rate": 0.00019983131530220793,
2539
+ "loss": 0.9147285461425781,
2540
+ "step": 3580
2541
+ },
2542
+ {
2543
+ "epoch": 0.048089320219281945,
2544
+ "grad_norm": 0.8757874965667725,
2545
+ "learning_rate": 0.00019982878705340743,
2546
+ "loss": 0.936093807220459,
2547
+ "step": 3590
2548
+ },
2549
+ {
2550
+ "epoch": 0.048223273757497215,
2551
+ "grad_norm": 0.8899102807044983,
2552
+ "learning_rate": 0.00019982624001479415,
2553
+ "loss": 0.9166989326477051,
2554
+ "step": 3600
2555
+ },
2556
+ {
2557
+ "epoch": 0.048357227295712485,
2558
+ "grad_norm": 0.8696548342704773,
2559
+ "learning_rate": 0.0001998236741868475,
2560
+ "loss": 0.9303563117980957,
2561
+ "step": 3610
2562
+ },
2563
+ {
2564
+ "epoch": 0.048491180833927755,
2565
+ "grad_norm": 0.9574766159057617,
2566
+ "learning_rate": 0.00019982108957005047,
2567
+ "loss": 0.9008687019348145,
2568
+ "step": 3620
2569
+ },
2570
+ {
2571
+ "epoch": 0.048625134372143025,
2572
+ "grad_norm": 0.988602876663208,
2573
+ "learning_rate": 0.00019981848616488948,
2574
+ "loss": 0.926761245727539,
2575
+ "step": 3630
2576
+ },
2577
+ {
2578
+ "epoch": 0.048759087910358295,
2579
+ "grad_norm": 0.9067688584327698,
2580
+ "learning_rate": 0.00019981586397185456,
2581
+ "loss": 0.9246554374694824,
2582
+ "step": 3640
2583
+ },
2584
+ {
2585
+ "epoch": 0.048893041448573565,
2586
+ "grad_norm": 0.8702062368392944,
2587
+ "learning_rate": 0.00019981322299143927,
2588
+ "loss": 0.9095652580261231,
2589
+ "step": 3650
2590
+ },
2591
+ {
2592
+ "epoch": 0.049026994986788835,
2593
+ "grad_norm": 0.9878699779510498,
2594
+ "learning_rate": 0.00019981056322414072,
2595
+ "loss": 0.8977669715881348,
2596
+ "step": 3660
2597
+ },
2598
+ {
2599
+ "epoch": 0.049160948525004106,
2600
+ "grad_norm": 0.8746298551559448,
2601
+ "learning_rate": 0.00019980788467045945,
2602
+ "loss": 0.9227336883544922,
2603
+ "step": 3670
2604
+ },
2605
+ {
2606
+ "epoch": 0.049294902063219376,
2607
+ "grad_norm": 0.9934686422348022,
2608
+ "learning_rate": 0.0001998051873308997,
2609
+ "loss": 0.9178746223449707,
2610
+ "step": 3680
2611
+ },
2612
+ {
2613
+ "epoch": 0.049428855601434646,
2614
+ "grad_norm": 0.9328760504722595,
2615
+ "learning_rate": 0.00019980247120596916,
2616
+ "loss": 0.9450766563415527,
2617
+ "step": 3690
2618
+ },
2619
+ {
2620
+ "epoch": 0.04956280913964991,
2621
+ "grad_norm": 0.8085207343101501,
2622
+ "learning_rate": 0.00019979973629617902,
2623
+ "loss": 0.9002262115478515,
2624
+ "step": 3700
2625
+ },
2626
+ {
2627
+ "epoch": 0.04969676267786518,
2628
+ "grad_norm": 0.9033879041671753,
2629
+ "learning_rate": 0.00019979698260204405,
2630
+ "loss": 0.9274055480957031,
2631
+ "step": 3710
2632
+ },
2633
+ {
2634
+ "epoch": 0.04983071621608045,
2635
+ "grad_norm": 0.9597737193107605,
2636
+ "learning_rate": 0.00019979421012408257,
2637
+ "loss": 0.8976191520690918,
2638
+ "step": 3720
2639
+ },
2640
+ {
2641
+ "epoch": 0.04996466975429572,
2642
+ "grad_norm": 0.8724941611289978,
2643
+ "learning_rate": 0.00019979141886281642,
2644
+ "loss": 0.9168087005615234,
2645
+ "step": 3730
2646
+ },
2647
+ {
2648
+ "epoch": 0.05009862329251099,
2649
+ "grad_norm": 0.8592389225959778,
2650
+ "learning_rate": 0.00019978860881877096,
2651
+ "loss": 0.9181900024414062,
2652
+ "step": 3740
2653
+ },
2654
+ {
2655
+ "epoch": 0.05023257683072626,
2656
+ "grad_norm": 0.9238866567611694,
2657
+ "learning_rate": 0.0001997857799924751,
2658
+ "loss": 0.9294312477111817,
2659
+ "step": 3750
2660
+ },
2661
+ {
2662
+ "epoch": 0.05036653036894153,
2663
+ "grad_norm": 0.9541118144989014,
2664
+ "learning_rate": 0.0001997829323844613,
2665
+ "loss": 0.9044769287109375,
2666
+ "step": 3760
2667
+ },
2668
+ {
2669
+ "epoch": 0.0505004839071568,
2670
+ "grad_norm": 0.8983111381530762,
2671
+ "learning_rate": 0.0001997800659952655,
2672
+ "loss": 0.9011771202087402,
2673
+ "step": 3770
2674
+ },
2675
+ {
2676
+ "epoch": 0.05063443744537207,
2677
+ "grad_norm": 0.9186615943908691,
2678
+ "learning_rate": 0.00019977718082542722,
2679
+ "loss": 0.9071616172790528,
2680
+ "step": 3780
2681
+ },
2682
+ {
2683
+ "epoch": 0.05076839098358734,
2684
+ "grad_norm": 0.8877631425857544,
2685
+ "learning_rate": 0.00019977427687548955,
2686
+ "loss": 0.9309605598449707,
2687
+ "step": 3790
2688
+ },
2689
+ {
2690
+ "epoch": 0.05090234452180261,
2691
+ "grad_norm": 0.8731006979942322,
2692
+ "learning_rate": 0.00019977135414599905,
2693
+ "loss": 0.9176346778869628,
2694
+ "step": 3800
2695
+ },
2696
+ {
2697
+ "epoch": 0.05103629806001788,
2698
+ "grad_norm": 0.9903236627578735,
2699
+ "learning_rate": 0.00019976841263750583,
2700
+ "loss": 0.9287304878234863,
2701
+ "step": 3810
2702
+ },
2703
+ {
2704
+ "epoch": 0.05117025159823315,
2705
+ "grad_norm": 1.0615185499191284,
2706
+ "learning_rate": 0.00019976545235056352,
2707
+ "loss": 0.924833106994629,
2708
+ "step": 3820
2709
+ },
2710
+ {
2711
+ "epoch": 0.05130420513644842,
2712
+ "grad_norm": 0.9164450764656067,
2713
+ "learning_rate": 0.00019976247328572938,
2714
+ "loss": 0.9383651733398437,
2715
+ "step": 3830
2716
+ },
2717
+ {
2718
+ "epoch": 0.05143815867466369,
2719
+ "grad_norm": 1.0046485662460327,
2720
+ "learning_rate": 0.000199759475443564,
2721
+ "loss": 0.9078041076660156,
2722
+ "step": 3840
2723
+ },
2724
+ {
2725
+ "epoch": 0.05157211221287896,
2726
+ "grad_norm": 0.886355996131897,
2727
+ "learning_rate": 0.0001997564588246318,
2728
+ "loss": 0.8979540824890136,
2729
+ "step": 3850
2730
+ },
2731
+ {
2732
+ "epoch": 0.05170606575109423,
2733
+ "grad_norm": 0.8408886194229126,
2734
+ "learning_rate": 0.00019975342342950044,
2735
+ "loss": 0.900606346130371,
2736
+ "step": 3860
2737
+ },
2738
+ {
2739
+ "epoch": 0.0518400192893095,
2740
+ "grad_norm": 0.881829023361206,
2741
+ "learning_rate": 0.0001997503692587413,
2742
+ "loss": 0.8997422218322754,
2743
+ "step": 3870
2744
+ },
2745
+ {
2746
+ "epoch": 0.05197397282752477,
2747
+ "grad_norm": 1.0530098676681519,
2748
+ "learning_rate": 0.0001997472963129292,
2749
+ "loss": 0.9246989250183105,
2750
+ "step": 3880
2751
+ },
2752
+ {
2753
+ "epoch": 0.05210792636574004,
2754
+ "grad_norm": 0.9508712291717529,
2755
+ "learning_rate": 0.0001997442045926426,
2756
+ "loss": 0.9115647315979004,
2757
+ "step": 3890
2758
+ },
2759
+ {
2760
+ "epoch": 0.05224187990395531,
2761
+ "grad_norm": 0.9167556166648865,
2762
+ "learning_rate": 0.00019974109409846337,
2763
+ "loss": 0.9261734962463379,
2764
+ "step": 3900
2765
+ },
2766
+ {
2767
+ "epoch": 0.05237583344217058,
2768
+ "grad_norm": 0.9922856092453003,
2769
+ "learning_rate": 0.00019973796483097696,
2770
+ "loss": 0.9105630874633789,
2771
+ "step": 3910
2772
+ },
2773
+ {
2774
+ "epoch": 0.05250978698038585,
2775
+ "grad_norm": 0.9163697957992554,
2776
+ "learning_rate": 0.00019973481679077238,
2777
+ "loss": 0.9143681526184082,
2778
+ "step": 3920
2779
+ },
2780
+ {
2781
+ "epoch": 0.05264374051860112,
2782
+ "grad_norm": 0.8309245109558105,
2783
+ "learning_rate": 0.0001997316499784422,
2784
+ "loss": 0.9261678695678711,
2785
+ "step": 3930
2786
+ },
2787
+ {
2788
+ "epoch": 0.05277769405681639,
2789
+ "grad_norm": 1.0028313398361206,
2790
+ "learning_rate": 0.0001997284643945824,
2791
+ "loss": 0.8874808311462402,
2792
+ "step": 3940
2793
+ },
2794
+ {
2795
+ "epoch": 0.05291164759503166,
2796
+ "grad_norm": 0.9336344003677368,
2797
+ "learning_rate": 0.0001997252600397926,
2798
+ "loss": 0.9186717987060546,
2799
+ "step": 3950
2800
+ },
2801
+ {
2802
+ "epoch": 0.05304560113324693,
2803
+ "grad_norm": 0.9435511231422424,
2804
+ "learning_rate": 0.00019972203691467596,
2805
+ "loss": 0.9015359878540039,
2806
+ "step": 3960
2807
+ },
2808
+ {
2809
+ "epoch": 0.0531795546714622,
2810
+ "grad_norm": 0.8353652954101562,
2811
+ "learning_rate": 0.0001997187950198391,
2812
+ "loss": 0.9050702095031739,
2813
+ "step": 3970
2814
+ },
2815
+ {
2816
+ "epoch": 0.05331350820967747,
2817
+ "grad_norm": 0.9390276074409485,
2818
+ "learning_rate": 0.00019971553435589224,
2819
+ "loss": 0.9628662109375,
2820
+ "step": 3980
2821
+ },
2822
+ {
2823
+ "epoch": 0.05344746174789274,
2824
+ "grad_norm": 0.9069141149520874,
2825
+ "learning_rate": 0.00019971225492344905,
2826
+ "loss": 0.8978482246398926,
2827
+ "step": 3990
2828
+ },
2829
+ {
2830
+ "epoch": 0.05358141528610801,
2831
+ "grad_norm": 0.9027342796325684,
2832
+ "learning_rate": 0.00019970895672312685,
2833
+ "loss": 0.9324676513671875,
2834
+ "step": 4000
2835
+ },
2836
+ {
2837
+ "epoch": 0.05358141528610801,
2838
+ "eval_loss": 0.8909962773323059,
2839
+ "eval_runtime": 282.9255,
2840
+ "eval_samples_per_second": 10.649,
2841
+ "eval_steps_per_second": 10.649,
2842
+ "step": 4000
2843
+ },
2844
+ {
2845
+ "epoch": 0.05371536882432328,
2846
+ "grad_norm": 0.8347414135932922,
2847
+ "learning_rate": 0.0001997056397555464,
2848
+ "loss": 0.9355817794799804,
2849
+ "step": 4010
2850
+ },
2851
+ {
2852
+ "epoch": 0.05384932236253855,
2853
+ "grad_norm": 0.9647659063339233,
2854
+ "learning_rate": 0.000199702304021332,
2855
+ "loss": 0.9352194786071777,
2856
+ "step": 4020
2857
+ },
2858
+ {
2859
+ "epoch": 0.05398327590075382,
2860
+ "grad_norm": 0.9430063962936401,
2861
+ "learning_rate": 0.0001996989495211115,
2862
+ "loss": 0.9100798606872559,
2863
+ "step": 4030
2864
+ },
2865
+ {
2866
+ "epoch": 0.05411722943896909,
2867
+ "grad_norm": 0.8570693731307983,
2868
+ "learning_rate": 0.00019969557625551635,
2869
+ "loss": 0.8997575759887695,
2870
+ "step": 4040
2871
+ },
2872
+ {
2873
+ "epoch": 0.05425118297718436,
2874
+ "grad_norm": 0.8614152073860168,
2875
+ "learning_rate": 0.0001996921842251814,
2876
+ "loss": 0.919250202178955,
2877
+ "step": 4050
2878
+ },
2879
+ {
2880
+ "epoch": 0.05438513651539963,
2881
+ "grad_norm": 1.0438923835754395,
2882
+ "learning_rate": 0.00019968877343074515,
2883
+ "loss": 0.9120957374572753,
2884
+ "step": 4060
2885
+ },
2886
+ {
2887
+ "epoch": 0.0545190900536149,
2888
+ "grad_norm": 0.8420084118843079,
2889
+ "learning_rate": 0.00019968534387284956,
2890
+ "loss": 0.9383444786071777,
2891
+ "step": 4070
2892
+ },
2893
+ {
2894
+ "epoch": 0.054653043591830174,
2895
+ "grad_norm": 0.9416694641113281,
2896
+ "learning_rate": 0.00019968189555214012,
2897
+ "loss": 0.9132110595703125,
2898
+ "step": 4080
2899
+ },
2900
+ {
2901
+ "epoch": 0.054786997130045444,
2902
+ "grad_norm": 0.9215363264083862,
2903
+ "learning_rate": 0.0001996784284692659,
2904
+ "loss": 0.9173206329345703,
2905
+ "step": 4090
2906
+ },
2907
+ {
2908
+ "epoch": 0.054920950668260714,
2909
+ "grad_norm": 1.1527929306030273,
2910
+ "learning_rate": 0.00019967494262487946,
2911
+ "loss": 0.9360475540161133,
2912
+ "step": 4100
2913
+ },
2914
+ {
2915
+ "epoch": 0.055054904206475984,
2916
+ "grad_norm": 0.9070743322372437,
2917
+ "learning_rate": 0.00019967143801963693,
2918
+ "loss": 0.9068495750427246,
2919
+ "step": 4110
2920
+ },
2921
+ {
2922
+ "epoch": 0.055188857744691254,
2923
+ "grad_norm": 0.8676186800003052,
2924
+ "learning_rate": 0.00019966791465419795,
2925
+ "loss": 0.9177586555480957,
2926
+ "step": 4120
2927
+ },
2928
+ {
2929
+ "epoch": 0.055322811282906524,
2930
+ "grad_norm": 0.9942190051078796,
2931
+ "learning_rate": 0.00019966437252922563,
2932
+ "loss": 0.937378215789795,
2933
+ "step": 4130
2934
+ },
2935
+ {
2936
+ "epoch": 0.055456764821121794,
2937
+ "grad_norm": 1.0533899068832397,
2938
+ "learning_rate": 0.00019966081164538672,
2939
+ "loss": 0.9167658805847168,
2940
+ "step": 4140
2941
+ },
2942
+ {
2943
+ "epoch": 0.055590718359337064,
2944
+ "grad_norm": 0.9439006447792053,
2945
+ "learning_rate": 0.00019965723200335146,
2946
+ "loss": 0.9186976432800293,
2947
+ "step": 4150
2948
+ },
2949
+ {
2950
+ "epoch": 0.055724671897552334,
2951
+ "grad_norm": 0.8586645126342773,
2952
+ "learning_rate": 0.0001996536336037936,
2953
+ "loss": 0.9189139366149902,
2954
+ "step": 4160
2955
+ },
2956
+ {
2957
+ "epoch": 0.055858625435767605,
2958
+ "grad_norm": 0.9884462952613831,
2959
+ "learning_rate": 0.00019965001644739043,
2960
+ "loss": 0.9102540969848633,
2961
+ "step": 4170
2962
+ },
2963
+ {
2964
+ "epoch": 0.055992578973982875,
2965
+ "grad_norm": 0.8929790258407593,
2966
+ "learning_rate": 0.00019964638053482277,
2967
+ "loss": 0.9131571769714355,
2968
+ "step": 4180
2969
+ },
2970
+ {
2971
+ "epoch": 0.056126532512198145,
2972
+ "grad_norm": 0.8665063977241516,
2973
+ "learning_rate": 0.00019964272586677498,
2974
+ "loss": 0.9067962646484375,
2975
+ "step": 4190
2976
+ },
2977
+ {
2978
+ "epoch": 0.056260486050413415,
2979
+ "grad_norm": 0.8934453129768372,
2980
+ "learning_rate": 0.0001996390524439349,
2981
+ "loss": 0.9221485137939454,
2982
+ "step": 4200
2983
+ }
2984
+ ],
2985
+ "logging_steps": 10,
2986
+ "max_steps": 74653,
2987
+ "num_input_tokens_seen": 0,
2988
+ "num_train_epochs": 1,
2989
+ "save_steps": 10000000,
2990
+ "stateful_callbacks": {
2991
+ "TrainerControl": {
2992
+ "args": {
2993
+ "should_epoch_stop": false,
2994
+ "should_evaluate": false,
2995
+ "should_log": false,
2996
+ "should_save": true,
2997
+ "should_training_stop": false
2998
+ },
2999
+ "attributes": {}
3000
+ }
3001
+ },
3002
+ "total_flos": 3.234043755324503e+17,
3003
+ "train_batch_size": 1,
3004
+ "trial_name": null,
3005
+ "trial_params": null
3006
+ }
checkpoints_under8000/checkpoint-4202/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43d5e17e7d1b7abbd7c31f1efd5000edcb46956afe635e0e7493688330884f71
3
+ size 5777