diaenra commited on
Commit
022ef92
·
verified ·
1 Parent(s): e57d619

Training in progress, step 239, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-14B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-14B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "embed_tokens",
19
+ "lm_head"
20
+ ],
21
+ "peft_type": "LORA",
22
+ "r": 32,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "up_proj",
27
+ "gate_proj",
28
+ "k_proj",
29
+ "q_proj",
30
+ "v_proj",
31
+ "down_proj",
32
+ "o_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1024a5776d3f5a42aebe843c45b5f3f3dfa384ab03237422393292b6fcb7279f
3
+ size 3664864144
last-checkpoint/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:003499bb43c338c5f3f89638f76647567ba1fa652de51adae55a59f4cf8ab74b
3
+ size 7330126728
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc890496f0599c1204751da5a8f13f48c5bfb73a4a934cd75f31b1006c74831f
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36a8d1616a218e1bcbcdcf7a4b744bb28fa686454a4589cf663b78e3046a8dbb
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,1706 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.1546925566343042,
5
+ "eval_steps": 500,
6
+ "global_step": 239,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.0006472491909385113,
13
+ "grad_norm": 131.13400268554688,
14
+ "learning_rate": 1.0000000000000002e-06,
15
+ "loss": 19.7936,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0012944983818770227,
20
+ "grad_norm": 134.03347778320312,
21
+ "learning_rate": 2.0000000000000003e-06,
22
+ "loss": 19.9265,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.001941747572815534,
27
+ "grad_norm": 135.04904174804688,
28
+ "learning_rate": 3e-06,
29
+ "loss": 19.6922,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.0025889967637540453,
34
+ "grad_norm": 133.32534790039062,
35
+ "learning_rate": 4.000000000000001e-06,
36
+ "loss": 19.9163,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.003236245954692557,
41
+ "grad_norm": 133.73779296875,
42
+ "learning_rate": 5e-06,
43
+ "loss": 19.5099,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.003883495145631068,
48
+ "grad_norm": 136.7259521484375,
49
+ "learning_rate": 6e-06,
50
+ "loss": 19.9571,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.004530744336569579,
55
+ "grad_norm": 135.7963104248047,
56
+ "learning_rate": 7.000000000000001e-06,
57
+ "loss": 19.6701,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.005177993527508091,
62
+ "grad_norm": 144.41856384277344,
63
+ "learning_rate": 8.000000000000001e-06,
64
+ "loss": 19.5384,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.005825242718446602,
69
+ "grad_norm": 137.59848022460938,
70
+ "learning_rate": 9e-06,
71
+ "loss": 19.4975,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.006472491909385114,
76
+ "grad_norm": 137.11566162109375,
77
+ "learning_rate": 1e-05,
78
+ "loss": 19.1857,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.007119741100323625,
83
+ "grad_norm": 140.35537719726562,
84
+ "learning_rate": 1.1000000000000001e-05,
85
+ "loss": 17.4217,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.007766990291262136,
90
+ "grad_norm": 136.8153533935547,
91
+ "learning_rate": 1.2e-05,
92
+ "loss": 16.8234,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.008414239482200648,
97
+ "grad_norm": 133.3092041015625,
98
+ "learning_rate": 1.3000000000000001e-05,
99
+ "loss": 15.1626,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.009061488673139158,
104
+ "grad_norm": 129.0071258544922,
105
+ "learning_rate": 1.4000000000000001e-05,
106
+ "loss": 14.1965,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.009708737864077669,
111
+ "grad_norm": 126.3600082397461,
112
+ "learning_rate": 1.5e-05,
113
+ "loss": 12.8533,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.010355987055016181,
118
+ "grad_norm": 124.45155334472656,
119
+ "learning_rate": 1.6000000000000003e-05,
120
+ "loss": 11.6695,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.011003236245954692,
125
+ "grad_norm": 121.65681457519531,
126
+ "learning_rate": 1.7000000000000003e-05,
127
+ "loss": 10.6721,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.011650485436893204,
132
+ "grad_norm": 129.11764526367188,
133
+ "learning_rate": 1.8e-05,
134
+ "loss": 9.8295,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.012297734627831715,
139
+ "grad_norm": 130.87242126464844,
140
+ "learning_rate": 1.9e-05,
141
+ "loss": 9.0234,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.012944983818770227,
146
+ "grad_norm": 132.683349609375,
147
+ "learning_rate": 2e-05,
148
+ "loss": 7.5961,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.013592233009708738,
153
+ "grad_norm": 125.61486053466797,
154
+ "learning_rate": 2.1e-05,
155
+ "loss": 6.1994,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.01423948220064725,
160
+ "grad_norm": 110.60992431640625,
161
+ "learning_rate": 2.2000000000000003e-05,
162
+ "loss": 4.9317,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.01488673139158576,
167
+ "grad_norm": 104.66587829589844,
168
+ "learning_rate": 2.3000000000000003e-05,
169
+ "loss": 3.7229,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.015533980582524271,
174
+ "grad_norm": 100.7620620727539,
175
+ "learning_rate": 2.4e-05,
176
+ "loss": 2.6222,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.016181229773462782,
181
+ "grad_norm": 89.32363891601562,
182
+ "learning_rate": 2.5e-05,
183
+ "loss": 1.7139,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.016828478964401296,
188
+ "grad_norm": 76.68353271484375,
189
+ "learning_rate": 2.6000000000000002e-05,
190
+ "loss": 1.2252,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.017475728155339806,
195
+ "grad_norm": 65.069580078125,
196
+ "learning_rate": 2.7000000000000002e-05,
197
+ "loss": 0.8928,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.018122977346278317,
202
+ "grad_norm": 60.632843017578125,
203
+ "learning_rate": 2.8000000000000003e-05,
204
+ "loss": 0.7026,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.018770226537216828,
209
+ "grad_norm": 55.2016487121582,
210
+ "learning_rate": 2.9e-05,
211
+ "loss": 0.473,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.019417475728155338,
216
+ "grad_norm": 39.60809326171875,
217
+ "learning_rate": 3e-05,
218
+ "loss": 0.2482,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.020064724919093852,
223
+ "grad_norm": 22.28648567199707,
224
+ "learning_rate": 3.1e-05,
225
+ "loss": 0.1241,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.020711974110032363,
230
+ "grad_norm": 13.423832893371582,
231
+ "learning_rate": 3.2000000000000005e-05,
232
+ "loss": 0.0634,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.021359223300970873,
237
+ "grad_norm": 3.592240810394287,
238
+ "learning_rate": 3.3e-05,
239
+ "loss": 0.0174,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.022006472491909384,
244
+ "grad_norm": 2.819695472717285,
245
+ "learning_rate": 3.4000000000000007e-05,
246
+ "loss": 0.0127,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.022653721682847898,
251
+ "grad_norm": 1.1562986373901367,
252
+ "learning_rate": 3.5e-05,
253
+ "loss": 0.0056,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.02330097087378641,
258
+ "grad_norm": 0.2208443284034729,
259
+ "learning_rate": 3.6e-05,
260
+ "loss": 0.0013,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.02394822006472492,
265
+ "grad_norm": 0.0697128102183342,
266
+ "learning_rate": 3.7e-05,
267
+ "loss": 0.0005,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.02459546925566343,
272
+ "grad_norm": 0.04032439365983009,
273
+ "learning_rate": 3.8e-05,
274
+ "loss": 0.0003,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.02524271844660194,
279
+ "grad_norm": 0.02219025231897831,
280
+ "learning_rate": 3.9000000000000006e-05,
281
+ "loss": 0.0001,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.025889967637540454,
286
+ "grad_norm": 0.039339829236269,
287
+ "learning_rate": 4e-05,
288
+ "loss": 0.0002,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.026537216828478965,
293
+ "grad_norm": 0.019809404388070107,
294
+ "learning_rate": 4.1e-05,
295
+ "loss": 0.0001,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.027184466019417475,
300
+ "grad_norm": 1.500696063041687,
301
+ "learning_rate": 4.2e-05,
302
+ "loss": 0.005,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.027831715210355986,
307
+ "grad_norm": 0.0020276184659451246,
308
+ "learning_rate": 4.3e-05,
309
+ "loss": 0.0,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.0284789644012945,
314
+ "grad_norm": 0.0019223797135055065,
315
+ "learning_rate": 4.4000000000000006e-05,
316
+ "loss": 0.0,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.02912621359223301,
321
+ "grad_norm": 0.0024162745103240013,
322
+ "learning_rate": 4.5e-05,
323
+ "loss": 0.0,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.02977346278317152,
328
+ "grad_norm": 0.002317259320989251,
329
+ "learning_rate": 4.600000000000001e-05,
330
+ "loss": 0.0,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.030420711974110032,
335
+ "grad_norm": 0.002440544543787837,
336
+ "learning_rate": 4.7e-05,
337
+ "loss": 0.0,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.031067961165048542,
342
+ "grad_norm": 0.0025529128033667803,
343
+ "learning_rate": 4.8e-05,
344
+ "loss": 0.0,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.03171521035598705,
349
+ "grad_norm": 0.0027895700186491013,
350
+ "learning_rate": 4.9e-05,
351
+ "loss": 0.0,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.032362459546925564,
356
+ "grad_norm": 0.0028908746317029,
357
+ "learning_rate": 5e-05,
358
+ "loss": 0.0,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.03300970873786408,
363
+ "grad_norm": 0.0015969317173585296,
364
+ "learning_rate": 5.1000000000000006e-05,
365
+ "loss": 0.0,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.03365695792880259,
370
+ "grad_norm": 0.0016695812810212374,
371
+ "learning_rate": 5.2000000000000004e-05,
372
+ "loss": 0.0,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.0343042071197411,
377
+ "grad_norm": 0.001670464058406651,
378
+ "learning_rate": 5.300000000000001e-05,
379
+ "loss": 0.0,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.03495145631067961,
384
+ "grad_norm": 0.0014726085355505347,
385
+ "learning_rate": 5.4000000000000005e-05,
386
+ "loss": 0.0,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.03559870550161812,
391
+ "grad_norm": 0.0015096040442585945,
392
+ "learning_rate": 5.500000000000001e-05,
393
+ "loss": 0.0,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.036245954692556634,
398
+ "grad_norm": 0.0015506166964769363,
399
+ "learning_rate": 5.6000000000000006e-05,
400
+ "loss": 0.0,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.036893203883495145,
405
+ "grad_norm": 0.0015059434808790684,
406
+ "learning_rate": 5.6999999999999996e-05,
407
+ "loss": 0.0,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.037540453074433655,
412
+ "grad_norm": 0.0015852790093049407,
413
+ "learning_rate": 5.8e-05,
414
+ "loss": 0.0,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.038187702265372166,
419
+ "grad_norm": 0.0014398024650290608,
420
+ "learning_rate": 5.9e-05,
421
+ "loss": 0.0,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.038834951456310676,
426
+ "grad_norm": 0.0017769384430721402,
427
+ "learning_rate": 6e-05,
428
+ "loss": 0.0,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.039482200647249194,
433
+ "grad_norm": 0.0019574002362787724,
434
+ "learning_rate": 6.1e-05,
435
+ "loss": 0.0,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.040129449838187704,
440
+ "grad_norm": 0.0019588808063417673,
441
+ "learning_rate": 6.2e-05,
442
+ "loss": 0.0,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.040776699029126215,
447
+ "grad_norm": 0.0017840194050222635,
448
+ "learning_rate": 6.3e-05,
449
+ "loss": 0.0,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.041423948220064725,
454
+ "grad_norm": 0.001379096764139831,
455
+ "learning_rate": 6.400000000000001e-05,
456
+ "loss": 0.0,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.042071197411003236,
461
+ "grad_norm": 0.0015804730355739594,
462
+ "learning_rate": 6.500000000000001e-05,
463
+ "loss": 0.0,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.04271844660194175,
468
+ "grad_norm": 0.001860379590652883,
469
+ "learning_rate": 6.6e-05,
470
+ "loss": 0.0,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.04336569579288026,
475
+ "grad_norm": 0.001473184092901647,
476
+ "learning_rate": 6.7e-05,
477
+ "loss": 0.0,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.04401294498381877,
482
+ "grad_norm": 0.001431824523024261,
483
+ "learning_rate": 6.800000000000001e-05,
484
+ "loss": 0.0,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.04466019417475728,
489
+ "grad_norm": 0.0015007014153525233,
490
+ "learning_rate": 6.9e-05,
491
+ "loss": 0.0,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.045307443365695796,
496
+ "grad_norm": 0.0013901310740038753,
497
+ "learning_rate": 7e-05,
498
+ "loss": 0.0,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.045954692556634306,
503
+ "grad_norm": 0.00129253591876477,
504
+ "learning_rate": 7.1e-05,
505
+ "loss": 0.0,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.04660194174757282,
510
+ "grad_norm": 0.001261955825611949,
511
+ "learning_rate": 7.2e-05,
512
+ "loss": 0.0,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.04724919093851133,
517
+ "grad_norm": 0.0013884572545066476,
518
+ "learning_rate": 7.3e-05,
519
+ "loss": 0.0,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.04789644012944984,
524
+ "grad_norm": 0.001199840335175395,
525
+ "learning_rate": 7.4e-05,
526
+ "loss": 0.0,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.04854368932038835,
531
+ "grad_norm": 0.0012201342033222318,
532
+ "learning_rate": 7.500000000000001e-05,
533
+ "loss": 0.0,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.04919093851132686,
538
+ "grad_norm": 0.001058132154867053,
539
+ "learning_rate": 7.6e-05,
540
+ "loss": 0.0,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.04983818770226537,
545
+ "grad_norm": 0.0009809430921450257,
546
+ "learning_rate": 7.7e-05,
547
+ "loss": 0.0,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.05048543689320388,
552
+ "grad_norm": 0.000997965456917882,
553
+ "learning_rate": 7.800000000000001e-05,
554
+ "loss": 0.0,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.0511326860841424,
559
+ "grad_norm": 0.0008985965396277606,
560
+ "learning_rate": 7.900000000000001e-05,
561
+ "loss": 0.0,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.05177993527508091,
566
+ "grad_norm": 0.000818964617792517,
567
+ "learning_rate": 8e-05,
568
+ "loss": 0.0,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.05242718446601942,
573
+ "grad_norm": 0.0007367520011030138,
574
+ "learning_rate": 8.1e-05,
575
+ "loss": 0.0,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.05307443365695793,
580
+ "grad_norm": 0.0006985078798606992,
581
+ "learning_rate": 8.2e-05,
582
+ "loss": 0.0,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.05372168284789644,
587
+ "grad_norm": 0.0006616997416131198,
588
+ "learning_rate": 8.3e-05,
589
+ "loss": 0.0,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.05436893203883495,
594
+ "grad_norm": 0.0006774890352971852,
595
+ "learning_rate": 8.4e-05,
596
+ "loss": 0.0,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.05501618122977346,
601
+ "grad_norm": 0.0006354961660690606,
602
+ "learning_rate": 8.5e-05,
603
+ "loss": 0.0,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.05566343042071197,
608
+ "grad_norm": 0.00062626349972561,
609
+ "learning_rate": 8.6e-05,
610
+ "loss": 0.0,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.05631067961165048,
615
+ "grad_norm": 0.0006652774172835052,
616
+ "learning_rate": 8.7e-05,
617
+ "loss": 0.0,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.056957928802589,
622
+ "grad_norm": 0.00057514215586707,
623
+ "learning_rate": 8.800000000000001e-05,
624
+ "loss": 0.0,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.05760517799352751,
629
+ "grad_norm": 0.0005757372709922493,
630
+ "learning_rate": 8.900000000000001e-05,
631
+ "loss": 0.0,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.05825242718446602,
636
+ "grad_norm": 0.0005509501788765192,
637
+ "learning_rate": 9e-05,
638
+ "loss": 0.0,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.05889967637540453,
643
+ "grad_norm": 0.0005754235316999257,
644
+ "learning_rate": 9.1e-05,
645
+ "loss": 0.0,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.05954692556634304,
650
+ "grad_norm": 0.0005598037387244403,
651
+ "learning_rate": 9.200000000000001e-05,
652
+ "loss": 0.0,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.06019417475728155,
657
+ "grad_norm": 0.0004931841394864023,
658
+ "learning_rate": 9.300000000000001e-05,
659
+ "loss": 0.0,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.060841423948220064,
664
+ "grad_norm": 0.0005290132248774171,
665
+ "learning_rate": 9.4e-05,
666
+ "loss": 0.0,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.061488673139158574,
671
+ "grad_norm": 0.0004422192578203976,
672
+ "learning_rate": 9.5e-05,
673
+ "loss": 0.0,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.062135922330097085,
678
+ "grad_norm": 0.00048634959966875613,
679
+ "learning_rate": 9.6e-05,
680
+ "loss": 0.0,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.0627831715210356,
685
+ "grad_norm": 0.0004640915140043944,
686
+ "learning_rate": 9.7e-05,
687
+ "loss": 0.0,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.0634304207119741,
692
+ "grad_norm": 0.0004267208860255778,
693
+ "learning_rate": 9.8e-05,
694
+ "loss": 0.0,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.06407766990291262,
699
+ "grad_norm": 0.0004712632216978818,
700
+ "learning_rate": 9.900000000000001e-05,
701
+ "loss": 0.0,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.06472491909385113,
706
+ "grad_norm": 0.0004027521354146302,
707
+ "learning_rate": 0.0001,
708
+ "loss": 0.0,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 0.06537216828478964,
713
+ "grad_norm": 0.0003516871656756848,
714
+ "learning_rate": 9.999988183091062e-05,
715
+ "loss": 0.0,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 0.06601941747572816,
720
+ "grad_norm": 0.0003226413100492209,
721
+ "learning_rate": 9.999952732420107e-05,
722
+ "loss": 0.0,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 0.06666666666666667,
727
+ "grad_norm": 0.0003031356318388134,
728
+ "learning_rate": 9.999893648154699e-05,
729
+ "loss": 0.0,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 0.06731391585760518,
734
+ "grad_norm": 0.00033037332468666136,
735
+ "learning_rate": 9.999810930574118e-05,
736
+ "loss": 0.0,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 0.06796116504854369,
741
+ "grad_norm": 0.0003044827317353338,
742
+ "learning_rate": 9.999704580069346e-05,
743
+ "loss": 0.0,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 0.0686084142394822,
748
+ "grad_norm": 0.0003044347104150802,
749
+ "learning_rate": 9.999574597143082e-05,
750
+ "loss": 0.0,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 0.06925566343042071,
755
+ "grad_norm": 0.00029745750362053514,
756
+ "learning_rate": 9.999420982409722e-05,
757
+ "loss": 0.0,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 0.06990291262135923,
762
+ "grad_norm": 0.0003329005849082023,
763
+ "learning_rate": 9.999243736595365e-05,
764
+ "loss": 0.0,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 0.07055016181229773,
769
+ "grad_norm": 0.0003853734233416617,
770
+ "learning_rate": 9.999042860537814e-05,
771
+ "loss": 0.0,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 0.07119741100323625,
776
+ "grad_norm": 0.0003464236797299236,
777
+ "learning_rate": 9.99881835518656e-05,
778
+ "loss": 0.0,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 0.07184466019417475,
783
+ "grad_norm": 0.00030969688668847084,
784
+ "learning_rate": 9.998570221602785e-05,
785
+ "loss": 0.0,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 0.07249190938511327,
790
+ "grad_norm": 0.0003167603281326592,
791
+ "learning_rate": 9.998298460959364e-05,
792
+ "loss": 0.0,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 0.07313915857605179,
797
+ "grad_norm": 0.0003232895105611533,
798
+ "learning_rate": 9.998003074540838e-05,
799
+ "loss": 0.0,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 0.07378640776699029,
804
+ "grad_norm": 0.00031525976373814046,
805
+ "learning_rate": 9.997684063743433e-05,
806
+ "loss": 0.0,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 0.0744336569579288,
811
+ "grad_norm": 0.00029791181441396475,
812
+ "learning_rate": 9.997341430075036e-05,
813
+ "loss": 0.0,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 0.07508090614886731,
818
+ "grad_norm": 0.0002939928963314742,
819
+ "learning_rate": 9.996975175155196e-05,
820
+ "loss": 0.0,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 0.07572815533980583,
825
+ "grad_norm": 0.0003014066896867007,
826
+ "learning_rate": 9.996585300715116e-05,
827
+ "loss": 0.0,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 0.07637540453074433,
832
+ "grad_norm": 0.00028381680021993816,
833
+ "learning_rate": 9.996171808597634e-05,
834
+ "loss": 0.0,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 0.07702265372168285,
839
+ "grad_norm": 0.00030152060207910836,
840
+ "learning_rate": 9.995734700757235e-05,
841
+ "loss": 0.0,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 0.07766990291262135,
846
+ "grad_norm": 0.0003169839910697192,
847
+ "learning_rate": 9.995273979260022e-05,
848
+ "loss": 0.0,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 0.07831715210355987,
853
+ "grad_norm": 0.00029620027635246515,
854
+ "learning_rate": 9.994789646283719e-05,
855
+ "loss": 0.0,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 0.07896440129449839,
860
+ "grad_norm": 0.00030353505280800164,
861
+ "learning_rate": 9.99428170411765e-05,
862
+ "loss": 0.0,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 0.07961165048543689,
867
+ "grad_norm": 0.0002934718213509768,
868
+ "learning_rate": 9.99375015516274e-05,
869
+ "loss": 0.0,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 0.08025889967637541,
874
+ "grad_norm": 0.00028418784495443106,
875
+ "learning_rate": 9.993195001931493e-05,
876
+ "loss": 0.0,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 0.08090614886731391,
881
+ "grad_norm": 0.0002818236534949392,
882
+ "learning_rate": 9.99261624704799e-05,
883
+ "loss": 0.0,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 0.08155339805825243,
888
+ "grad_norm": 0.0002681802143342793,
889
+ "learning_rate": 9.992013893247866e-05,
890
+ "loss": 0.0,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 0.08220064724919093,
895
+ "grad_norm": 0.00027062796289101243,
896
+ "learning_rate": 9.991387943378307e-05,
897
+ "loss": 0.0,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 0.08284789644012945,
902
+ "grad_norm": 0.0002684716018848121,
903
+ "learning_rate": 9.990738400398027e-05,
904
+ "loss": 0.0,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 0.08349514563106795,
909
+ "grad_norm": 0.00023824458185117692,
910
+ "learning_rate": 9.990065267377267e-05,
911
+ "loss": 0.0,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 0.08414239482200647,
916
+ "grad_norm": 0.00027047592448070645,
917
+ "learning_rate": 9.989368547497763e-05,
918
+ "loss": 0.0,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 0.08478964401294499,
923
+ "grad_norm": 0.00025663335691206157,
924
+ "learning_rate": 9.988648244052747e-05,
925
+ "loss": 0.0,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 0.0854368932038835,
930
+ "grad_norm": 0.00023156039242167026,
931
+ "learning_rate": 9.987904360446922e-05,
932
+ "loss": 0.0,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 0.08608414239482201,
937
+ "grad_norm": 0.0002463631972204894,
938
+ "learning_rate": 9.987136900196453e-05,
939
+ "loss": 0.0,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 0.08673139158576051,
944
+ "grad_norm": 0.00025282951537519693,
945
+ "learning_rate": 9.986345866928941e-05,
946
+ "loss": 0.0,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 0.08737864077669903,
951
+ "grad_norm": 0.0002451727050356567,
952
+ "learning_rate": 9.985531264383412e-05,
953
+ "loss": 0.0,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 0.08802588996763754,
958
+ "grad_norm": 0.0002607478527352214,
959
+ "learning_rate": 9.984693096410303e-05,
960
+ "loss": 0.0,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 0.08867313915857605,
965
+ "grad_norm": 0.00024905591271817684,
966
+ "learning_rate": 9.983831366971432e-05,
967
+ "loss": 0.0,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 0.08932038834951456,
972
+ "grad_norm": 0.00024017650866881013,
973
+ "learning_rate": 9.982946080139992e-05,
974
+ "loss": 0.0,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 0.08996763754045307,
979
+ "grad_norm": 0.00024329974257852882,
980
+ "learning_rate": 9.982037240100526e-05,
981
+ "loss": 0.0,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 0.09061488673139159,
986
+ "grad_norm": 0.00023055482597555965,
987
+ "learning_rate": 9.981104851148904e-05,
988
+ "loss": 0.0,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 0.0912621359223301,
993
+ "grad_norm": 0.00023951951880007982,
994
+ "learning_rate": 9.980148917692309e-05,
995
+ "loss": 0.0,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 0.09190938511326861,
1000
+ "grad_norm": 0.0002374964242335409,
1001
+ "learning_rate": 9.979169444249212e-05,
1002
+ "loss": 0.0,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 0.09255663430420712,
1007
+ "grad_norm": 0.00024244707310572267,
1008
+ "learning_rate": 9.978166435449352e-05,
1009
+ "loss": 0.0,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 0.09320388349514563,
1014
+ "grad_norm": 0.00022375534172169864,
1015
+ "learning_rate": 9.977139896033716e-05,
1016
+ "loss": 0.0,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 0.09385113268608414,
1021
+ "grad_norm": 0.00022595201153308153,
1022
+ "learning_rate": 9.976089830854514e-05,
1023
+ "loss": 0.0,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 0.09449838187702266,
1028
+ "grad_norm": 0.00021144020138308406,
1029
+ "learning_rate": 9.975016244875151e-05,
1030
+ "loss": 0.0,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 0.09514563106796116,
1035
+ "grad_norm": 0.00021918013226240873,
1036
+ "learning_rate": 9.973919143170218e-05,
1037
+ "loss": 0.0,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 0.09579288025889968,
1042
+ "grad_norm": 0.00022214902855921537,
1043
+ "learning_rate": 9.972798530925456e-05,
1044
+ "loss": 0.0,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 0.0964401294498382,
1049
+ "grad_norm": 0.00022321178403217345,
1050
+ "learning_rate": 9.971654413437732e-05,
1051
+ "loss": 0.0,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 0.0970873786407767,
1056
+ "grad_norm": 0.0002452544867992401,
1057
+ "learning_rate": 9.97048679611502e-05,
1058
+ "loss": 0.0,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 0.09773462783171522,
1063
+ "grad_norm": 0.0005459377425722778,
1064
+ "learning_rate": 9.96929568447637e-05,
1065
+ "loss": 0.0,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 0.09838187702265372,
1070
+ "grad_norm": 0.00016863649943843484,
1071
+ "learning_rate": 9.968081084151884e-05,
1072
+ "loss": 0.0,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 0.09902912621359224,
1077
+ "grad_norm": 0.00017263075278606266,
1078
+ "learning_rate": 9.966843000882695e-05,
1079
+ "loss": 0.0,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 0.09967637540453074,
1084
+ "grad_norm": 0.00018214034207630903,
1085
+ "learning_rate": 9.965581440520925e-05,
1086
+ "loss": 0.0,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 0.10032362459546926,
1091
+ "grad_norm": 0.00018302416719961911,
1092
+ "learning_rate": 9.964296409029675e-05,
1093
+ "loss": 0.0,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 0.10097087378640776,
1098
+ "grad_norm": 0.00020016191410832107,
1099
+ "learning_rate": 9.962987912482984e-05,
1100
+ "loss": 0.0,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 0.10161812297734628,
1105
+ "grad_norm": 0.00018125724454876035,
1106
+ "learning_rate": 9.961655957065806e-05,
1107
+ "loss": 0.0,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 0.1022653721682848,
1112
+ "grad_norm": 0.00016165344277396798,
1113
+ "learning_rate": 9.960300549073978e-05,
1114
+ "loss": 0.0,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 0.1029126213592233,
1119
+ "grad_norm": 0.00017234106780961156,
1120
+ "learning_rate": 9.958921694914194e-05,
1121
+ "loss": 0.0,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 0.10355987055016182,
1126
+ "grad_norm": 0.00018339157395530492,
1127
+ "learning_rate": 9.957519401103972e-05,
1128
+ "loss": 0.0,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 0.10420711974110032,
1133
+ "grad_norm": 0.00018937568529509008,
1134
+ "learning_rate": 9.956093674271622e-05,
1135
+ "loss": 0.0,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 0.10485436893203884,
1140
+ "grad_norm": 0.0001959225774044171,
1141
+ "learning_rate": 9.95464452115622e-05,
1142
+ "loss": 0.0,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 0.10550161812297734,
1147
+ "grad_norm": 0.0001900671049952507,
1148
+ "learning_rate": 9.953171948607569e-05,
1149
+ "loss": 0.0,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 0.10614886731391586,
1154
+ "grad_norm": 0.00021061516599729657,
1155
+ "learning_rate": 9.95167596358617e-05,
1156
+ "loss": 0.0,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 0.10679611650485436,
1161
+ "grad_norm": 0.00019292550859972835,
1162
+ "learning_rate": 9.950156573163192e-05,
1163
+ "loss": 0.0,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 0.10744336569579288,
1168
+ "grad_norm": 0.00019005850481335074,
1169
+ "learning_rate": 9.948613784520434e-05,
1170
+ "loss": 0.0,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 0.1080906148867314,
1175
+ "grad_norm": 0.00017910161113832146,
1176
+ "learning_rate": 9.947047604950294e-05,
1177
+ "loss": 0.0,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 0.1087378640776699,
1182
+ "grad_norm": 0.00018016544345300645,
1183
+ "learning_rate": 9.94545804185573e-05,
1184
+ "loss": 0.0,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 0.10938511326860842,
1189
+ "grad_norm": 0.0001976732019102201,
1190
+ "learning_rate": 9.943845102750234e-05,
1191
+ "loss": 0.0,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 0.11003236245954692,
1196
+ "grad_norm": 0.00019848241936415434,
1197
+ "learning_rate": 9.942208795257786e-05,
1198
+ "loss": 0.0,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 0.11067961165048544,
1203
+ "grad_norm": 0.00019966305990237743,
1204
+ "learning_rate": 9.940549127112823e-05,
1205
+ "loss": 0.0,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 0.11132686084142394,
1210
+ "grad_norm": 0.00018405074661131948,
1211
+ "learning_rate": 9.93886610616021e-05,
1212
+ "loss": 0.0,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 0.11197411003236246,
1217
+ "grad_norm": 0.00019481593335513026,
1218
+ "learning_rate": 9.937159740355182e-05,
1219
+ "loss": 0.0,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 0.11262135922330097,
1224
+ "grad_norm": 0.0001841599150793627,
1225
+ "learning_rate": 9.93543003776333e-05,
1226
+ "loss": 0.0,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 0.11326860841423948,
1231
+ "grad_norm": 0.00018602985073812306,
1232
+ "learning_rate": 9.93367700656055e-05,
1233
+ "loss": 0.0,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 0.113915857605178,
1238
+ "grad_norm": 0.00017339715850539505,
1239
+ "learning_rate": 9.931900655033004e-05,
1240
+ "loss": 0.0,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 0.1145631067961165,
1245
+ "grad_norm": 0.0001882009528344497,
1246
+ "learning_rate": 9.930100991577089e-05,
1247
+ "loss": 0.0,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 0.11521035598705502,
1252
+ "grad_norm": 0.00018708783318288624,
1253
+ "learning_rate": 9.928278024699385e-05,
1254
+ "loss": 0.0,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 0.11585760517799353,
1259
+ "grad_norm": 0.00017336831660941243,
1260
+ "learning_rate": 9.926431763016626e-05,
1261
+ "loss": 0.0,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 0.11650485436893204,
1266
+ "grad_norm": 0.00015800120308995247,
1267
+ "learning_rate": 9.924562215255655e-05,
1268
+ "loss": 0.0,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 0.11715210355987055,
1273
+ "grad_norm": 0.00017240441229660064,
1274
+ "learning_rate": 9.922669390253385e-05,
1275
+ "loss": 0.0,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 0.11779935275080906,
1280
+ "grad_norm": 0.0001618278183741495,
1281
+ "learning_rate": 9.920753296956749e-05,
1282
+ "loss": 0.0,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 0.11844660194174757,
1287
+ "grad_norm": 0.004332312382757664,
1288
+ "learning_rate": 9.918813944422667e-05,
1289
+ "loss": 0.0,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 0.11909385113268608,
1294
+ "grad_norm": 0.0001733552635414526,
1295
+ "learning_rate": 9.916851341818001e-05,
1296
+ "loss": 0.0,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 0.11974110032362459,
1301
+ "grad_norm": 0.00018002038996201009,
1302
+ "learning_rate": 9.91486549841951e-05,
1303
+ "loss": 0.0,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 0.1203883495145631,
1308
+ "grad_norm": 0.00016852655971888453,
1309
+ "learning_rate": 9.912856423613804e-05,
1310
+ "loss": 0.0,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 0.12103559870550162,
1315
+ "grad_norm": 0.00016074655286502093,
1316
+ "learning_rate": 9.910824126897308e-05,
1317
+ "loss": 0.0,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 0.12168284789644013,
1322
+ "grad_norm": 0.00018699858628679067,
1323
+ "learning_rate": 9.908768617876205e-05,
1324
+ "loss": 0.0,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 0.12233009708737864,
1329
+ "grad_norm": 0.00017236075655091554,
1330
+ "learning_rate": 9.906689906266401e-05,
1331
+ "loss": 0.0,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 0.12297734627831715,
1336
+ "grad_norm": 0.0001635546504985541,
1337
+ "learning_rate": 9.904588001893477e-05,
1338
+ "loss": 0.0,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 0.12362459546925567,
1343
+ "grad_norm": 0.00016175238124560565,
1344
+ "learning_rate": 9.902462914692633e-05,
1345
+ "loss": 0.0,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 0.12427184466019417,
1350
+ "grad_norm": 0.19127343595027924,
1351
+ "learning_rate": 9.900314654708659e-05,
1352
+ "loss": 0.0006,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 0.12491909385113269,
1357
+ "grad_norm": 0.00015970351523719728,
1358
+ "learning_rate": 9.898143232095869e-05,
1359
+ "loss": 0.0,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 0.1255663430420712,
1364
+ "grad_norm": 0.00017519606626592577,
1365
+ "learning_rate": 9.895948657118064e-05,
1366
+ "loss": 0.0,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 0.1262135922330097,
1371
+ "grad_norm": 0.00017720655887387693,
1372
+ "learning_rate": 9.893730940148482e-05,
1373
+ "loss": 0.0,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 0.1268608414239482,
1378
+ "grad_norm": 0.0001791470276657492,
1379
+ "learning_rate": 9.891490091669747e-05,
1380
+ "loss": 0.0,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 0.12750809061488674,
1385
+ "grad_norm": 0.00019451871048659086,
1386
+ "learning_rate": 9.88922612227382e-05,
1387
+ "loss": 0.0,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 0.12815533980582525,
1392
+ "grad_norm": 0.0001841304765548557,
1393
+ "learning_rate": 9.886939042661949e-05,
1394
+ "loss": 0.0,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 0.12880258899676375,
1399
+ "grad_norm": 0.00019261128909420222,
1400
+ "learning_rate": 9.884628863644617e-05,
1401
+ "loss": 0.0,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 0.12944983818770225,
1406
+ "grad_norm": 0.00020318938186392188,
1407
+ "learning_rate": 9.882295596141496e-05,
1408
+ "loss": 0.0,
1409
+ "step": 200
1410
+ },
1411
+ {
1412
+ "epoch": 0.13009708737864079,
1413
+ "grad_norm": 0.00020783746731467545,
1414
+ "learning_rate": 9.87993925118139e-05,
1415
+ "loss": 0.0,
1416
+ "step": 201
1417
+ },
1418
+ {
1419
+ "epoch": 0.1307443365695793,
1420
+ "grad_norm": 0.00019535954925231636,
1421
+ "learning_rate": 9.877559839902184e-05,
1422
+ "loss": 0.0,
1423
+ "step": 202
1424
+ },
1425
+ {
1426
+ "epoch": 0.1313915857605178,
1427
+ "grad_norm": 0.00019633652118500322,
1428
+ "learning_rate": 9.875157373550792e-05,
1429
+ "loss": 0.0,
1430
+ "step": 203
1431
+ },
1432
+ {
1433
+ "epoch": 0.13203883495145632,
1434
+ "grad_norm": 0.00019633228657767177,
1435
+ "learning_rate": 9.872731863483105e-05,
1436
+ "loss": 0.0,
1437
+ "step": 204
1438
+ },
1439
+ {
1440
+ "epoch": 0.13268608414239483,
1441
+ "grad_norm": 0.00020233304530847818,
1442
+ "learning_rate": 9.870283321163934e-05,
1443
+ "loss": 0.0,
1444
+ "step": 205
1445
+ },
1446
+ {
1447
+ "epoch": 0.13333333333333333,
1448
+ "grad_norm": 0.00019641958351712674,
1449
+ "learning_rate": 9.867811758166963e-05,
1450
+ "loss": 0.0,
1451
+ "step": 206
1452
+ },
1453
+ {
1454
+ "epoch": 0.13398058252427184,
1455
+ "grad_norm": 0.00019531269208528101,
1456
+ "learning_rate": 9.865317186174683e-05,
1457
+ "loss": 0.0,
1458
+ "step": 207
1459
+ },
1460
+ {
1461
+ "epoch": 0.13462783171521037,
1462
+ "grad_norm": 0.00021375597862061113,
1463
+ "learning_rate": 9.862799616978347e-05,
1464
+ "loss": 0.0,
1465
+ "step": 208
1466
+ },
1467
+ {
1468
+ "epoch": 0.13527508090614887,
1469
+ "grad_norm": 0.00019547225383576006,
1470
+ "learning_rate": 9.86025906247791e-05,
1471
+ "loss": 0.0,
1472
+ "step": 209
1473
+ },
1474
+ {
1475
+ "epoch": 0.13592233009708737,
1476
+ "grad_norm": 0.00022372894454747438,
1477
+ "learning_rate": 9.85769553468197e-05,
1478
+ "loss": 0.0,
1479
+ "step": 210
1480
+ },
1481
+ {
1482
+ "epoch": 0.13656957928802588,
1483
+ "grad_norm": 0.00020901462994515896,
1484
+ "learning_rate": 9.85510904570772e-05,
1485
+ "loss": 0.0,
1486
+ "step": 211
1487
+ },
1488
+ {
1489
+ "epoch": 0.1372168284789644,
1490
+ "grad_norm": 0.00021962117170915008,
1491
+ "learning_rate": 9.852499607780881e-05,
1492
+ "loss": 0.0,
1493
+ "step": 212
1494
+ },
1495
+ {
1496
+ "epoch": 0.1378640776699029,
1497
+ "grad_norm": 0.0002420559903839603,
1498
+ "learning_rate": 9.849867233235647e-05,
1499
+ "loss": 0.0,
1500
+ "step": 213
1501
+ },
1502
+ {
1503
+ "epoch": 0.13851132686084142,
1504
+ "grad_norm": 0.00020637971465475857,
1505
+ "learning_rate": 9.847211934514636e-05,
1506
+ "loss": 0.0,
1507
+ "step": 214
1508
+ },
1509
+ {
1510
+ "epoch": 0.13915857605177995,
1511
+ "grad_norm": 0.0002189079677918926,
1512
+ "learning_rate": 9.844533724168809e-05,
1513
+ "loss": 0.0,
1514
+ "step": 215
1515
+ },
1516
+ {
1517
+ "epoch": 0.13980582524271845,
1518
+ "grad_norm": 0.00023518242232967168,
1519
+ "learning_rate": 9.84183261485744e-05,
1520
+ "loss": 0.0,
1521
+ "step": 216
1522
+ },
1523
+ {
1524
+ "epoch": 0.14045307443365695,
1525
+ "grad_norm": 0.0002103596634697169,
1526
+ "learning_rate": 9.839108619348029e-05,
1527
+ "loss": 0.0,
1528
+ "step": 217
1529
+ },
1530
+ {
1531
+ "epoch": 0.14110032362459546,
1532
+ "grad_norm": 0.00021611133706755936,
1533
+ "learning_rate": 9.836361750516262e-05,
1534
+ "loss": 0.0,
1535
+ "step": 218
1536
+ },
1537
+ {
1538
+ "epoch": 0.141747572815534,
1539
+ "grad_norm": 0.00023783188953530043,
1540
+ "learning_rate": 9.833592021345937e-05,
1541
+ "loss": 0.0,
1542
+ "step": 219
1543
+ },
1544
+ {
1545
+ "epoch": 0.1423948220064725,
1546
+ "grad_norm": 0.00024469022173434496,
1547
+ "learning_rate": 9.83079944492891e-05,
1548
+ "loss": 0.0,
1549
+ "step": 220
1550
+ },
1551
+ {
1552
+ "epoch": 0.143042071197411,
1553
+ "grad_norm": 0.0002635126293171197,
1554
+ "learning_rate": 9.82798403446503e-05,
1555
+ "loss": 0.0,
1556
+ "step": 221
1557
+ },
1558
+ {
1559
+ "epoch": 0.1436893203883495,
1560
+ "grad_norm": 0.00025157438358291984,
1561
+ "learning_rate": 9.825145803262075e-05,
1562
+ "loss": 0.0,
1563
+ "step": 222
1564
+ },
1565
+ {
1566
+ "epoch": 0.14433656957928803,
1567
+ "grad_norm": 0.00023788264661561698,
1568
+ "learning_rate": 9.822284764735694e-05,
1569
+ "loss": 0.0,
1570
+ "step": 223
1571
+ },
1572
+ {
1573
+ "epoch": 0.14498381877022654,
1574
+ "grad_norm": 0.0002576147671788931,
1575
+ "learning_rate": 9.819400932409339e-05,
1576
+ "loss": 0.0,
1577
+ "step": 224
1578
+ },
1579
+ {
1580
+ "epoch": 0.14563106796116504,
1581
+ "grad_norm": 0.00025982639635913074,
1582
+ "learning_rate": 9.816494319914203e-05,
1583
+ "loss": 0.0,
1584
+ "step": 225
1585
+ },
1586
+ {
1587
+ "epoch": 0.14627831715210357,
1588
+ "grad_norm": 0.00024497153935953975,
1589
+ "learning_rate": 9.813564940989157e-05,
1590
+ "loss": 0.0,
1591
+ "step": 226
1592
+ },
1593
+ {
1594
+ "epoch": 0.14692556634304207,
1595
+ "grad_norm": 0.0002377478958806023,
1596
+ "learning_rate": 9.810612809480684e-05,
1597
+ "loss": 0.0,
1598
+ "step": 227
1599
+ },
1600
+ {
1601
+ "epoch": 0.14757281553398058,
1602
+ "grad_norm": 0.0002221636677859351,
1603
+ "learning_rate": 9.807637939342809e-05,
1604
+ "loss": 0.0,
1605
+ "step": 228
1606
+ },
1607
+ {
1608
+ "epoch": 0.14822006472491908,
1609
+ "grad_norm": 0.00021500229195225984,
1610
+ "learning_rate": 9.804640344637042e-05,
1611
+ "loss": 0.0,
1612
+ "step": 229
1613
+ },
1614
+ {
1615
+ "epoch": 0.1488673139158576,
1616
+ "grad_norm": 0.00021654285956174135,
1617
+ "learning_rate": 9.801620039532302e-05,
1618
+ "loss": 0.0,
1619
+ "step": 230
1620
+ },
1621
+ {
1622
+ "epoch": 0.14951456310679612,
1623
+ "grad_norm": 0.0002289855619892478,
1624
+ "learning_rate": 9.798577038304859e-05,
1625
+ "loss": 0.0,
1626
+ "step": 231
1627
+ },
1628
+ {
1629
+ "epoch": 0.15016181229773462,
1630
+ "grad_norm": 0.00022614987392444164,
1631
+ "learning_rate": 9.79551135533826e-05,
1632
+ "loss": 0.0,
1633
+ "step": 232
1634
+ },
1635
+ {
1636
+ "epoch": 0.15080906148867315,
1637
+ "grad_norm": 0.00022708874894306064,
1638
+ "learning_rate": 9.792423005123265e-05,
1639
+ "loss": 0.0,
1640
+ "step": 233
1641
+ },
1642
+ {
1643
+ "epoch": 0.15145631067961166,
1644
+ "grad_norm": 0.00020380753267090768,
1645
+ "learning_rate": 9.789312002257774e-05,
1646
+ "loss": 0.0,
1647
+ "step": 234
1648
+ },
1649
+ {
1650
+ "epoch": 0.15210355987055016,
1651
+ "grad_norm": 0.00019009801326319575,
1652
+ "learning_rate": 9.786178361446759e-05,
1653
+ "loss": 0.0,
1654
+ "step": 235
1655
+ },
1656
+ {
1657
+ "epoch": 0.15275080906148866,
1658
+ "grad_norm": 0.00020547406165860593,
1659
+ "learning_rate": 9.783022097502204e-05,
1660
+ "loss": 0.0,
1661
+ "step": 236
1662
+ },
1663
+ {
1664
+ "epoch": 0.1533980582524272,
1665
+ "grad_norm": 0.0002082720020553097,
1666
+ "learning_rate": 9.779843225343022e-05,
1667
+ "loss": 0.0,
1668
+ "step": 237
1669
+ },
1670
+ {
1671
+ "epoch": 0.1540453074433657,
1672
+ "grad_norm": 0.00019760527356993407,
1673
+ "learning_rate": 9.776641759994987e-05,
1674
+ "loss": 0.0,
1675
+ "step": 238
1676
+ },
1677
+ {
1678
+ "epoch": 0.1546925566343042,
1679
+ "grad_norm": 0.00019591070304159075,
1680
+ "learning_rate": 9.77341771659067e-05,
1681
+ "loss": 0.0,
1682
+ "step": 239
1683
+ }
1684
+ ],
1685
+ "logging_steps": 1,
1686
+ "max_steps": 1545,
1687
+ "num_input_tokens_seen": 0,
1688
+ "num_train_epochs": 1,
1689
+ "save_steps": 239,
1690
+ "stateful_callbacks": {
1691
+ "TrainerControl": {
1692
+ "args": {
1693
+ "should_epoch_stop": false,
1694
+ "should_evaluate": false,
1695
+ "should_log": false,
1696
+ "should_save": true,
1697
+ "should_training_stop": false
1698
+ },
1699
+ "attributes": {}
1700
+ }
1701
+ },
1702
+ "total_flos": 7.005006523457864e+17,
1703
+ "train_batch_size": 4,
1704
+ "trial_name": null,
1705
+ "trial_params": null
1706
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c2c337db8ffe8f2b41a238a984898b33f4f727ae6a35b1f93b6fc222248fde
3
+ size 6840
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff