finacoaaa commited on
Commit
bd0f1bc
·
verified ·
1 Parent(s): 45a9560

Upload 14 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ checkpoint-2040/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-2040/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen2.5-3b-unsloth-bnb-4bit
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.12.0
checkpoint-2040/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/qwen2.5-3b-unsloth-bnb-4bit",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
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": 16,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "gate_proj",
25
+ "k_proj",
26
+ "o_proj",
27
+ "v_proj",
28
+ "down_proj",
29
+ "up_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-2040/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e4929cae24abe86b335d7939dc2c67773fa11607ee8efeef63bee2ef9c609e4
3
+ size 119801528
checkpoint-2040/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
+ }
checkpoint-2040/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2040/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:506e6c704b390dbb60b83e1ed8288c02a0701b86204222197160a4cd8b250b5d
3
+ size 239892858
checkpoint-2040/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af0a954e380f7eb9a10b15aefe1bed98935eddc2d46d61efc881ba7a7f35e2e0
3
+ size 14244
checkpoint-2040/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68c637f32115eeaba87d678c1c7250c2689b0b4d728dd26a0a4e92e2042b1f8a
3
+ size 1064
checkpoint-2040/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": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|vision_pad|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-2040/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d22d96e26b44b3ebafcee04dc9f9b23a198596119f9de96013c2734d0a36a2b4
3
+ size 11421995
checkpoint-2040/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "clean_up_tokenization_spaces": false,
199
+ "eos_token": "<|endoftext|>",
200
+ "errors": "replace",
201
+ "extra_special_tokens": {},
202
+ "model_max_length": 32768,
203
+ "pad_token": "<|vision_pad|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-2040/trainer_state.json ADDED
@@ -0,0 +1,1462 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 5.0,
6
+ "eval_steps": 500,
7
+ "global_step": 2040,
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.024509803921568627,
14
+ "grad_norm": 0.29983004927635193,
15
+ "learning_rate": 0.00019950980392156864,
16
+ "loss": 1.497,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.049019607843137254,
21
+ "grad_norm": 0.22434405982494354,
22
+ "learning_rate": 0.00019901960784313727,
23
+ "loss": 1.0531,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.07352941176470588,
28
+ "grad_norm": 0.1899292916059494,
29
+ "learning_rate": 0.0001985294117647059,
30
+ "loss": 0.9282,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.09803921568627451,
35
+ "grad_norm": 0.21063339710235596,
36
+ "learning_rate": 0.00019803921568627454,
37
+ "loss": 0.9509,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.12254901960784313,
42
+ "grad_norm": 0.2021014541387558,
43
+ "learning_rate": 0.00019754901960784314,
44
+ "loss": 0.9195,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.14705882352941177,
49
+ "grad_norm": 0.22847646474838257,
50
+ "learning_rate": 0.00019705882352941177,
51
+ "loss": 0.9314,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.1715686274509804,
56
+ "grad_norm": 0.24809524416923523,
57
+ "learning_rate": 0.00019656862745098038,
58
+ "loss": 0.8545,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.19607843137254902,
63
+ "grad_norm": 0.23628589510917664,
64
+ "learning_rate": 0.000196078431372549,
65
+ "loss": 0.8714,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.22058823529411764,
70
+ "grad_norm": 0.25221529603004456,
71
+ "learning_rate": 0.00019558823529411764,
72
+ "loss": 0.8254,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.24509803921568626,
77
+ "grad_norm": 0.25446635484695435,
78
+ "learning_rate": 0.00019509803921568628,
79
+ "loss": 0.8309,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.2696078431372549,
84
+ "grad_norm": 0.23954473435878754,
85
+ "learning_rate": 0.0001946078431372549,
86
+ "loss": 0.879,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.29411764705882354,
91
+ "grad_norm": 0.2512606382369995,
92
+ "learning_rate": 0.00019411764705882354,
93
+ "loss": 0.8101,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.31862745098039214,
98
+ "grad_norm": 0.24768000841140747,
99
+ "learning_rate": 0.00019362745098039217,
100
+ "loss": 0.8346,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.3431372549019608,
105
+ "grad_norm": 0.24737860262393951,
106
+ "learning_rate": 0.0001931372549019608,
107
+ "loss": 0.8123,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.36764705882352944,
112
+ "grad_norm": 0.2855224013328552,
113
+ "learning_rate": 0.00019264705882352944,
114
+ "loss": 0.7965,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.39215686274509803,
119
+ "grad_norm": 0.27062663435935974,
120
+ "learning_rate": 0.00019215686274509807,
121
+ "loss": 0.8108,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.4166666666666667,
126
+ "grad_norm": 0.2578269839286804,
127
+ "learning_rate": 0.00019166666666666667,
128
+ "loss": 0.809,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.4411764705882353,
133
+ "grad_norm": 0.2555166482925415,
134
+ "learning_rate": 0.0001911764705882353,
135
+ "loss": 0.7826,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.46568627450980393,
140
+ "grad_norm": 0.3456018567085266,
141
+ "learning_rate": 0.00019068627450980394,
142
+ "loss": 0.7771,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.49019607843137253,
147
+ "grad_norm": 0.2838132381439209,
148
+ "learning_rate": 0.00019019607843137254,
149
+ "loss": 0.7505,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.5147058823529411,
154
+ "grad_norm": 0.2752726078033447,
155
+ "learning_rate": 0.00018970588235294117,
156
+ "loss": 0.7402,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.5392156862745098,
161
+ "grad_norm": 0.26294729113578796,
162
+ "learning_rate": 0.0001892156862745098,
163
+ "loss": 0.7353,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.5637254901960784,
168
+ "grad_norm": 0.28479790687561035,
169
+ "learning_rate": 0.00018872549019607844,
170
+ "loss": 0.8024,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.5882352941176471,
175
+ "grad_norm": 0.2948661148548126,
176
+ "learning_rate": 0.00018823529411764707,
177
+ "loss": 0.7628,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.6127450980392157,
182
+ "grad_norm": 0.26690128445625305,
183
+ "learning_rate": 0.0001877450980392157,
184
+ "loss": 0.75,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.6372549019607843,
189
+ "grad_norm": 0.2684984803199768,
190
+ "learning_rate": 0.00018725490196078433,
191
+ "loss": 0.7458,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.6617647058823529,
196
+ "grad_norm": 0.24935846030712128,
197
+ "learning_rate": 0.00018676470588235297,
198
+ "loss": 0.7901,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.6862745098039216,
203
+ "grad_norm": 0.26486936211586,
204
+ "learning_rate": 0.00018627450980392157,
205
+ "loss": 0.7356,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.7107843137254902,
210
+ "grad_norm": 0.2598109245300293,
211
+ "learning_rate": 0.0001857843137254902,
212
+ "loss": 0.7749,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.7352941176470589,
217
+ "grad_norm": 0.29170921444892883,
218
+ "learning_rate": 0.00018529411764705883,
219
+ "loss": 0.7322,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.7598039215686274,
224
+ "grad_norm": 0.26423102617263794,
225
+ "learning_rate": 0.00018480392156862747,
226
+ "loss": 0.7544,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.7843137254901961,
231
+ "grad_norm": 0.29086926579475403,
232
+ "learning_rate": 0.00018431372549019607,
233
+ "loss": 0.7452,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.8088235294117647,
238
+ "grad_norm": 0.2983661890029907,
239
+ "learning_rate": 0.0001838235294117647,
240
+ "loss": 0.7263,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.8333333333333334,
245
+ "grad_norm": 0.27282992005348206,
246
+ "learning_rate": 0.00018333333333333334,
247
+ "loss": 0.739,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.8578431372549019,
252
+ "grad_norm": 0.2726730704307556,
253
+ "learning_rate": 0.00018284313725490197,
254
+ "loss": 0.7134,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.8823529411764706,
259
+ "grad_norm": 0.282355397939682,
260
+ "learning_rate": 0.0001823529411764706,
261
+ "loss": 0.7545,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.9068627450980392,
266
+ "grad_norm": 0.2755967080593109,
267
+ "learning_rate": 0.00018186274509803923,
268
+ "loss": 0.7286,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.9313725490196079,
273
+ "grad_norm": 0.27661100029945374,
274
+ "learning_rate": 0.00018137254901960786,
275
+ "loss": 0.7363,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.9558823529411765,
280
+ "grad_norm": 0.24934948980808258,
281
+ "learning_rate": 0.00018088235294117647,
282
+ "loss": 0.7397,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.9803921568627451,
287
+ "grad_norm": 0.28986600041389465,
288
+ "learning_rate": 0.0001803921568627451,
289
+ "loss": 0.722,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 1.0049019607843137,
294
+ "grad_norm": 0.24967212975025177,
295
+ "learning_rate": 0.00017990196078431373,
296
+ "loss": 0.7431,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 1.0294117647058822,
301
+ "grad_norm": 0.3122069537639618,
302
+ "learning_rate": 0.00017941176470588236,
303
+ "loss": 0.6769,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 1.053921568627451,
308
+ "grad_norm": 0.27327316999435425,
309
+ "learning_rate": 0.000178921568627451,
310
+ "loss": 0.6854,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 1.0784313725490196,
315
+ "grad_norm": 0.2995717227458954,
316
+ "learning_rate": 0.00017843137254901963,
317
+ "loss": 0.6592,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 1.1029411764705883,
322
+ "grad_norm": 0.2795763313770294,
323
+ "learning_rate": 0.00017794117647058823,
324
+ "loss": 0.6666,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 1.1274509803921569,
329
+ "grad_norm": 0.2783352732658386,
330
+ "learning_rate": 0.00017745098039215687,
331
+ "loss": 0.6626,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 1.1519607843137254,
336
+ "grad_norm": 0.29723408818244934,
337
+ "learning_rate": 0.0001769607843137255,
338
+ "loss": 0.6811,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 1.1764705882352942,
343
+ "grad_norm": 0.30281776189804077,
344
+ "learning_rate": 0.00017647058823529413,
345
+ "loss": 0.6673,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 1.2009803921568627,
350
+ "grad_norm": 0.32884112000465393,
351
+ "learning_rate": 0.00017598039215686276,
352
+ "loss": 0.7036,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 1.2254901960784315,
357
+ "grad_norm": 0.30529946088790894,
358
+ "learning_rate": 0.00017549019607843137,
359
+ "loss": 0.6559,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 1.25,
364
+ "grad_norm": 0.32612255215644836,
365
+ "learning_rate": 0.000175,
366
+ "loss": 0.6739,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 1.2745098039215685,
371
+ "grad_norm": 0.28662651777267456,
372
+ "learning_rate": 0.00017450980392156863,
373
+ "loss": 0.6675,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 1.2990196078431373,
378
+ "grad_norm": 0.30719125270843506,
379
+ "learning_rate": 0.00017401960784313726,
380
+ "loss": 0.7133,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 1.3235294117647058,
385
+ "grad_norm": 0.29701197147369385,
386
+ "learning_rate": 0.0001735294117647059,
387
+ "loss": 0.6542,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 1.3480392156862746,
392
+ "grad_norm": 0.274860143661499,
393
+ "learning_rate": 0.00017303921568627453,
394
+ "loss": 0.7098,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 1.3725490196078431,
399
+ "grad_norm": 0.3022995889186859,
400
+ "learning_rate": 0.00017254901960784316,
401
+ "loss": 0.6648,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 1.3970588235294117,
406
+ "grad_norm": 0.2775422930717468,
407
+ "learning_rate": 0.0001720588235294118,
408
+ "loss": 0.645,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 1.4215686274509804,
413
+ "grad_norm": 0.3129810392856598,
414
+ "learning_rate": 0.0001715686274509804,
415
+ "loss": 0.6922,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 1.446078431372549,
420
+ "grad_norm": 0.2952588200569153,
421
+ "learning_rate": 0.00017107843137254903,
422
+ "loss": 0.6353,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 1.4705882352941178,
427
+ "grad_norm": 0.2810933589935303,
428
+ "learning_rate": 0.00017058823529411766,
429
+ "loss": 0.6504,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 1.4950980392156863,
434
+ "grad_norm": 0.3011665940284729,
435
+ "learning_rate": 0.0001700980392156863,
436
+ "loss": 0.6622,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 1.5196078431372548,
441
+ "grad_norm": 0.2970154583454132,
442
+ "learning_rate": 0.0001696078431372549,
443
+ "loss": 0.6587,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 1.5441176470588234,
448
+ "grad_norm": 0.2876601815223694,
449
+ "learning_rate": 0.00016911764705882353,
450
+ "loss": 0.6887,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 1.5686274509803921,
455
+ "grad_norm": 0.29214441776275635,
456
+ "learning_rate": 0.00016862745098039216,
457
+ "loss": 0.6893,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 1.593137254901961,
462
+ "grad_norm": 0.29072946310043335,
463
+ "learning_rate": 0.0001681372549019608,
464
+ "loss": 0.6752,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 1.6176470588235294,
469
+ "grad_norm": 0.30002114176750183,
470
+ "learning_rate": 0.00016764705882352942,
471
+ "loss": 0.6521,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 1.642156862745098,
476
+ "grad_norm": 0.2819446921348572,
477
+ "learning_rate": 0.00016715686274509806,
478
+ "loss": 0.6673,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 1.6666666666666665,
483
+ "grad_norm": 0.2847635746002197,
484
+ "learning_rate": 0.0001666666666666667,
485
+ "loss": 0.6597,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 1.6911764705882353,
490
+ "grad_norm": 0.28922468423843384,
491
+ "learning_rate": 0.00016617647058823532,
492
+ "loss": 0.6467,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 1.715686274509804,
497
+ "grad_norm": 0.29009920358657837,
498
+ "learning_rate": 0.00016568627450980395,
499
+ "loss": 0.6578,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 1.7401960784313726,
504
+ "grad_norm": 0.29140380024909973,
505
+ "learning_rate": 0.00016519607843137256,
506
+ "loss": 0.6206,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 1.7647058823529411,
511
+ "grad_norm": 0.3021414279937744,
512
+ "learning_rate": 0.0001647058823529412,
513
+ "loss": 0.6396,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 1.7892156862745097,
518
+ "grad_norm": 0.3210904002189636,
519
+ "learning_rate": 0.0001642156862745098,
520
+ "loss": 0.6672,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 1.8137254901960784,
525
+ "grad_norm": 0.28844767808914185,
526
+ "learning_rate": 0.00016372549019607843,
527
+ "loss": 0.6476,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 1.8382352941176472,
532
+ "grad_norm": 0.28307870030403137,
533
+ "learning_rate": 0.00016323529411764706,
534
+ "loss": 0.6587,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 1.8627450980392157,
539
+ "grad_norm": 0.2879963219165802,
540
+ "learning_rate": 0.0001627450980392157,
541
+ "loss": 0.6213,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 1.8872549019607843,
546
+ "grad_norm": 0.31524136662483215,
547
+ "learning_rate": 0.00016225490196078432,
548
+ "loss": 0.6479,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 1.9117647058823528,
553
+ "grad_norm": 0.3042920231819153,
554
+ "learning_rate": 0.00016176470588235295,
555
+ "loss": 0.6445,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 1.9362745098039216,
560
+ "grad_norm": 0.29315751791000366,
561
+ "learning_rate": 0.00016127450980392159,
562
+ "loss": 0.6675,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 1.9607843137254903,
567
+ "grad_norm": 0.31360578536987305,
568
+ "learning_rate": 0.00016078431372549022,
569
+ "loss": 0.6447,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 1.9852941176470589,
574
+ "grad_norm": 0.320044606924057,
575
+ "learning_rate": 0.00016029411764705885,
576
+ "loss": 0.6097,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 2.0098039215686274,
581
+ "grad_norm": 0.29187172651290894,
582
+ "learning_rate": 0.00015980392156862746,
583
+ "loss": 0.6706,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 2.034313725490196,
588
+ "grad_norm": 0.3306867778301239,
589
+ "learning_rate": 0.0001593137254901961,
590
+ "loss": 0.607,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 2.0588235294117645,
595
+ "grad_norm": 0.32475340366363525,
596
+ "learning_rate": 0.0001588235294117647,
597
+ "loss": 0.5815,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 2.0833333333333335,
602
+ "grad_norm": 0.32624176144599915,
603
+ "learning_rate": 0.00015833333333333332,
604
+ "loss": 0.5838,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 2.107843137254902,
609
+ "grad_norm": 0.33117762207984924,
610
+ "learning_rate": 0.00015784313725490196,
611
+ "loss": 0.5956,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 2.1323529411764706,
616
+ "grad_norm": 0.3294385075569153,
617
+ "learning_rate": 0.0001573529411764706,
618
+ "loss": 0.618,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 2.156862745098039,
623
+ "grad_norm": 0.3245352506637573,
624
+ "learning_rate": 0.00015686274509803922,
625
+ "loss": 0.5636,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 2.1813725490196076,
630
+ "grad_norm": 0.32185912132263184,
631
+ "learning_rate": 0.00015637254901960785,
632
+ "loss": 0.5796,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 2.2058823529411766,
637
+ "grad_norm": 0.34521356225013733,
638
+ "learning_rate": 0.00015588235294117648,
639
+ "loss": 0.5985,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 2.230392156862745,
644
+ "grad_norm": 0.33166056871414185,
645
+ "learning_rate": 0.00015539215686274512,
646
+ "loss": 0.5951,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 2.2549019607843137,
651
+ "grad_norm": 0.34369799494743347,
652
+ "learning_rate": 0.00015490196078431375,
653
+ "loss": 0.6044,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 2.2794117647058822,
658
+ "grad_norm": 0.3320542871952057,
659
+ "learning_rate": 0.00015441176470588238,
660
+ "loss": 0.5903,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 2.303921568627451,
665
+ "grad_norm": 0.34061846137046814,
666
+ "learning_rate": 0.00015392156862745098,
667
+ "loss": 0.5792,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 2.3284313725490198,
672
+ "grad_norm": 0.3528592586517334,
673
+ "learning_rate": 0.00015343137254901962,
674
+ "loss": 0.5867,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 2.3529411764705883,
679
+ "grad_norm": 0.33795326948165894,
680
+ "learning_rate": 0.00015294117647058822,
681
+ "loss": 0.5529,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 2.377450980392157,
686
+ "grad_norm": 0.33023008704185486,
687
+ "learning_rate": 0.00015245098039215685,
688
+ "loss": 0.6306,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 2.4019607843137254,
693
+ "grad_norm": 0.3331562578678131,
694
+ "learning_rate": 0.00015196078431372549,
695
+ "loss": 0.605,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 2.426470588235294,
700
+ "grad_norm": 0.32606229186058044,
701
+ "learning_rate": 0.00015147058823529412,
702
+ "loss": 0.5815,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 2.450980392156863,
707
+ "grad_norm": 0.3443799614906311,
708
+ "learning_rate": 0.00015098039215686275,
709
+ "loss": 0.5813,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 2.4754901960784315,
714
+ "grad_norm": 0.3231131434440613,
715
+ "learning_rate": 0.00015049019607843138,
716
+ "loss": 0.5854,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 2.5,
721
+ "grad_norm": 0.31584519147872925,
722
+ "learning_rate": 0.00015000000000000001,
723
+ "loss": 0.5808,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 2.5245098039215685,
728
+ "grad_norm": 0.32220789790153503,
729
+ "learning_rate": 0.00014950980392156865,
730
+ "loss": 0.5972,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 2.549019607843137,
735
+ "grad_norm": 0.33140599727630615,
736
+ "learning_rate": 0.00014901960784313728,
737
+ "loss": 0.5811,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 2.5735294117647056,
742
+ "grad_norm": 0.32509833574295044,
743
+ "learning_rate": 0.00014852941176470588,
744
+ "loss": 0.5961,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 2.5980392156862746,
749
+ "grad_norm": 0.32181331515312195,
750
+ "learning_rate": 0.00014803921568627451,
751
+ "loss": 0.5778,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 2.622549019607843,
756
+ "grad_norm": 0.33203810453414917,
757
+ "learning_rate": 0.00014754901960784315,
758
+ "loss": 0.6196,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 2.6470588235294117,
763
+ "grad_norm": 0.3285435140132904,
764
+ "learning_rate": 0.00014705882352941178,
765
+ "loss": 0.6089,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 2.6715686274509802,
770
+ "grad_norm": 0.29427462816238403,
771
+ "learning_rate": 0.00014656862745098038,
772
+ "loss": 0.5616,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 2.696078431372549,
777
+ "grad_norm": 0.36723700165748596,
778
+ "learning_rate": 0.00014607843137254902,
779
+ "loss": 0.5664,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 2.7205882352941178,
784
+ "grad_norm": 0.32784491777420044,
785
+ "learning_rate": 0.00014558823529411765,
786
+ "loss": 0.5627,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 2.7450980392156863,
791
+ "grad_norm": 0.33356621861457825,
792
+ "learning_rate": 0.00014509803921568628,
793
+ "loss": 0.5789,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 2.769607843137255,
798
+ "grad_norm": 0.3453757166862488,
799
+ "learning_rate": 0.0001446078431372549,
800
+ "loss": 0.5839,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 2.7941176470588234,
805
+ "grad_norm": 0.3244710862636566,
806
+ "learning_rate": 0.00014411764705882354,
807
+ "loss": 0.6138,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 2.818627450980392,
812
+ "grad_norm": 0.36777082085609436,
813
+ "learning_rate": 0.00014362745098039218,
814
+ "loss": 0.5741,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 2.843137254901961,
819
+ "grad_norm": 0.3188980221748352,
820
+ "learning_rate": 0.00014313725490196078,
821
+ "loss": 0.5625,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 2.8676470588235294,
826
+ "grad_norm": 0.32817542552948,
827
+ "learning_rate": 0.0001426470588235294,
828
+ "loss": 0.5788,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 2.892156862745098,
833
+ "grad_norm": 0.3249094784259796,
834
+ "learning_rate": 0.00014215686274509804,
835
+ "loss": 0.6042,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 2.9166666666666665,
840
+ "grad_norm": 0.34067729115486145,
841
+ "learning_rate": 0.00014166666666666668,
842
+ "loss": 0.5706,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 2.9411764705882355,
847
+ "grad_norm": 0.3162751793861389,
848
+ "learning_rate": 0.0001411764705882353,
849
+ "loss": 0.5599,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 2.965686274509804,
854
+ "grad_norm": 0.3370027244091034,
855
+ "learning_rate": 0.00014068627450980394,
856
+ "loss": 0.5967,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 2.9901960784313726,
861
+ "grad_norm": 0.3651111423969269,
862
+ "learning_rate": 0.00014019607843137255,
863
+ "loss": 0.5765,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 3.014705882352941,
868
+ "grad_norm": 0.3368529975414276,
869
+ "learning_rate": 0.00013970588235294118,
870
+ "loss": 0.5559,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 3.0392156862745097,
875
+ "grad_norm": 0.366672158241272,
876
+ "learning_rate": 0.0001392156862745098,
877
+ "loss": 0.5062,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 3.063725490196078,
882
+ "grad_norm": 0.406984806060791,
883
+ "learning_rate": 0.00013872549019607844,
884
+ "loss": 0.499,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 3.088235294117647,
889
+ "grad_norm": 0.3747471570968628,
890
+ "learning_rate": 0.00013823529411764707,
891
+ "loss": 0.5064,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 3.1127450980392157,
896
+ "grad_norm": 0.3869905471801758,
897
+ "learning_rate": 0.00013774509803921568,
898
+ "loss": 0.5477,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 3.1372549019607843,
903
+ "grad_norm": 0.40752360224723816,
904
+ "learning_rate": 0.0001372549019607843,
905
+ "loss": 0.4915,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 3.161764705882353,
910
+ "grad_norm": 0.3453763723373413,
911
+ "learning_rate": 0.00013676470588235294,
912
+ "loss": 0.5037,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 3.186274509803922,
917
+ "grad_norm": 0.3654847741127014,
918
+ "learning_rate": 0.00013627450980392157,
919
+ "loss": 0.5138,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 3.2107843137254903,
924
+ "grad_norm": 0.3541817367076874,
925
+ "learning_rate": 0.0001357843137254902,
926
+ "loss": 0.5071,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 3.235294117647059,
931
+ "grad_norm": 0.3879326581954956,
932
+ "learning_rate": 0.00013529411764705884,
933
+ "loss": 0.5058,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 3.2598039215686274,
938
+ "grad_norm": 0.37032464146614075,
939
+ "learning_rate": 0.00013480392156862747,
940
+ "loss": 0.5105,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 3.284313725490196,
945
+ "grad_norm": 0.39336174726486206,
946
+ "learning_rate": 0.00013431372549019608,
947
+ "loss": 0.5222,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 3.3088235294117645,
952
+ "grad_norm": 0.36094290018081665,
953
+ "learning_rate": 0.0001338235294117647,
954
+ "loss": 0.5298,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 3.3333333333333335,
959
+ "grad_norm": 0.3758329153060913,
960
+ "learning_rate": 0.00013333333333333334,
961
+ "loss": 0.4963,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 3.357843137254902,
966
+ "grad_norm": 0.39011090993881226,
967
+ "learning_rate": 0.00013284313725490197,
968
+ "loss": 0.517,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 3.3823529411764706,
973
+ "grad_norm": 0.37309834361076355,
974
+ "learning_rate": 0.0001323529411764706,
975
+ "loss": 0.5451,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 3.406862745098039,
980
+ "grad_norm": 0.3810550272464752,
981
+ "learning_rate": 0.0001318627450980392,
982
+ "loss": 0.5285,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 3.431372549019608,
987
+ "grad_norm": 0.3513835668563843,
988
+ "learning_rate": 0.00013137254901960784,
989
+ "loss": 0.521,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 3.4558823529411766,
994
+ "grad_norm": 0.3686577081680298,
995
+ "learning_rate": 0.00013088235294117647,
996
+ "loss": 0.5392,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 3.480392156862745,
1001
+ "grad_norm": 0.35927894711494446,
1002
+ "learning_rate": 0.0001303921568627451,
1003
+ "loss": 0.5271,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 3.5049019607843137,
1008
+ "grad_norm": 0.3643144369125366,
1009
+ "learning_rate": 0.00012990196078431374,
1010
+ "loss": 0.5284,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 3.5294117647058822,
1015
+ "grad_norm": 0.40783992409706116,
1016
+ "learning_rate": 0.00012941176470588237,
1017
+ "loss": 0.5085,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 3.553921568627451,
1022
+ "grad_norm": 0.370568186044693,
1023
+ "learning_rate": 0.000128921568627451,
1024
+ "loss": 0.4918,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 3.5784313725490198,
1029
+ "grad_norm": 0.38452836871147156,
1030
+ "learning_rate": 0.00012843137254901963,
1031
+ "loss": 0.5084,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 3.6029411764705883,
1036
+ "grad_norm": 0.38461601734161377,
1037
+ "learning_rate": 0.00012794117647058824,
1038
+ "loss": 0.528,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 3.627450980392157,
1043
+ "grad_norm": 0.378743052482605,
1044
+ "learning_rate": 0.00012745098039215687,
1045
+ "loss": 0.5476,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 3.6519607843137254,
1050
+ "grad_norm": 0.3925258219242096,
1051
+ "learning_rate": 0.0001269607843137255,
1052
+ "loss": 0.5262,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 3.6764705882352944,
1057
+ "grad_norm": 0.3843972384929657,
1058
+ "learning_rate": 0.0001264705882352941,
1059
+ "loss": 0.5142,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 3.700980392156863,
1064
+ "grad_norm": 0.3720986247062683,
1065
+ "learning_rate": 0.00012598039215686274,
1066
+ "loss": 0.51,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 3.7254901960784315,
1071
+ "grad_norm": 0.38532596826553345,
1072
+ "learning_rate": 0.00012549019607843137,
1073
+ "loss": 0.5019,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 3.75,
1078
+ "grad_norm": 0.39480453729629517,
1079
+ "learning_rate": 0.000125,
1080
+ "loss": 0.528,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 3.7745098039215685,
1085
+ "grad_norm": 0.40592941641807556,
1086
+ "learning_rate": 0.00012450980392156863,
1087
+ "loss": 0.5345,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 3.799019607843137,
1092
+ "grad_norm": 0.9979096055030823,
1093
+ "learning_rate": 0.00012401960784313727,
1094
+ "loss": 0.505,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 3.8235294117647056,
1099
+ "grad_norm": 0.38043680787086487,
1100
+ "learning_rate": 0.0001235294117647059,
1101
+ "loss": 0.5057,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 3.8480392156862746,
1106
+ "grad_norm": 0.37059956789016724,
1107
+ "learning_rate": 0.00012303921568627453,
1108
+ "loss": 0.5252,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 3.872549019607843,
1113
+ "grad_norm": 0.3633560240268707,
1114
+ "learning_rate": 0.00012254901960784316,
1115
+ "loss": 0.4987,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 3.8970588235294117,
1120
+ "grad_norm": 0.4094372093677521,
1121
+ "learning_rate": 0.00012205882352941178,
1122
+ "loss": 0.5553,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 3.9215686274509802,
1127
+ "grad_norm": 0.3960098326206207,
1128
+ "learning_rate": 0.00012156862745098039,
1129
+ "loss": 0.5435,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 3.946078431372549,
1134
+ "grad_norm": 0.3884652256965637,
1135
+ "learning_rate": 0.00012107843137254902,
1136
+ "loss": 0.5114,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 3.9705882352941178,
1141
+ "grad_norm": 0.366059809923172,
1142
+ "learning_rate": 0.00012058823529411765,
1143
+ "loss": 0.5084,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 3.9950980392156863,
1148
+ "grad_norm": 0.3853819966316223,
1149
+ "learning_rate": 0.00012009803921568628,
1150
+ "loss": 0.4987,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 4.019607843137255,
1155
+ "grad_norm": 0.3792478144168854,
1156
+ "learning_rate": 0.0001196078431372549,
1157
+ "loss": 0.4352,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 4.044117647058823,
1162
+ "grad_norm": 0.3791177570819855,
1163
+ "learning_rate": 0.00011911764705882353,
1164
+ "loss": 0.4378,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 4.068627450980392,
1169
+ "grad_norm": 0.4122741222381592,
1170
+ "learning_rate": 0.00011862745098039216,
1171
+ "loss": 0.4167,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 4.0931372549019605,
1176
+ "grad_norm": 0.41166090965270996,
1177
+ "learning_rate": 0.0001181372549019608,
1178
+ "loss": 0.4355,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 4.117647058823529,
1183
+ "grad_norm": 0.37315306067466736,
1184
+ "learning_rate": 0.00011764705882352942,
1185
+ "loss": 0.4347,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 4.142156862745098,
1190
+ "grad_norm": 0.4119997024536133,
1191
+ "learning_rate": 0.00011715686274509805,
1192
+ "loss": 0.4396,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 4.166666666666667,
1197
+ "grad_norm": 0.41811785101890564,
1198
+ "learning_rate": 0.00011666666666666668,
1199
+ "loss": 0.4374,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 4.1911764705882355,
1204
+ "grad_norm": 0.4639507532119751,
1205
+ "learning_rate": 0.00011617647058823531,
1206
+ "loss": 0.4688,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 4.215686274509804,
1211
+ "grad_norm": 0.40909409523010254,
1212
+ "learning_rate": 0.00011568627450980394,
1213
+ "loss": 0.4428,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 4.240196078431373,
1218
+ "grad_norm": 0.4439013600349426,
1219
+ "learning_rate": 0.00011519607843137255,
1220
+ "loss": 0.4478,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 4.264705882352941,
1225
+ "grad_norm": 0.4124948978424072,
1226
+ "learning_rate": 0.00011470588235294118,
1227
+ "loss": 0.4317,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 4.28921568627451,
1232
+ "grad_norm": 0.4522900879383087,
1233
+ "learning_rate": 0.0001142156862745098,
1234
+ "loss": 0.4586,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 4.313725490196078,
1239
+ "grad_norm": 0.41997721791267395,
1240
+ "learning_rate": 0.00011372549019607843,
1241
+ "loss": 0.4598,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 4.338235294117647,
1246
+ "grad_norm": 0.3984828591346741,
1247
+ "learning_rate": 0.00011323529411764706,
1248
+ "loss": 0.4482,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 4.362745098039215,
1253
+ "grad_norm": 0.41868138313293457,
1254
+ "learning_rate": 0.0001127450980392157,
1255
+ "loss": 0.4431,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 4.387254901960785,
1260
+ "grad_norm": 0.447293221950531,
1261
+ "learning_rate": 0.00011225490196078433,
1262
+ "loss": 0.4434,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 4.411764705882353,
1267
+ "grad_norm": 0.3910238742828369,
1268
+ "learning_rate": 0.00011176470588235294,
1269
+ "loss": 0.4463,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 4.436274509803922,
1274
+ "grad_norm": 0.40496933460235596,
1275
+ "learning_rate": 0.00011127450980392158,
1276
+ "loss": 0.4793,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 4.46078431372549,
1281
+ "grad_norm": 0.4138587415218353,
1282
+ "learning_rate": 0.00011078431372549021,
1283
+ "loss": 0.4417,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 4.485294117647059,
1288
+ "grad_norm": 0.4713083803653717,
1289
+ "learning_rate": 0.00011029411764705884,
1290
+ "loss": 0.454,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 4.509803921568627,
1295
+ "grad_norm": 0.45029592514038086,
1296
+ "learning_rate": 0.00010980392156862746,
1297
+ "loss": 0.4504,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 4.534313725490196,
1302
+ "grad_norm": 0.42069247364997864,
1303
+ "learning_rate": 0.00010931372549019608,
1304
+ "loss": 0.4794,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 4.5588235294117645,
1309
+ "grad_norm": 0.3917437195777893,
1310
+ "learning_rate": 0.0001088235294117647,
1311
+ "loss": 0.4502,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 4.583333333333333,
1316
+ "grad_norm": 0.417987585067749,
1317
+ "learning_rate": 0.00010833333333333333,
1318
+ "loss": 0.4579,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 4.607843137254902,
1323
+ "grad_norm": 0.4511590301990509,
1324
+ "learning_rate": 0.00010784313725490196,
1325
+ "loss": 0.4686,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 4.632352941176471,
1330
+ "grad_norm": 0.4555961787700653,
1331
+ "learning_rate": 0.00010735294117647059,
1332
+ "loss": 0.4332,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 4.6568627450980395,
1337
+ "grad_norm": 0.4159266948699951,
1338
+ "learning_rate": 0.00010686274509803922,
1339
+ "loss": 0.4721,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 4.681372549019608,
1344
+ "grad_norm": 0.4237167239189148,
1345
+ "learning_rate": 0.00010637254901960784,
1346
+ "loss": 0.4542,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 4.705882352941177,
1351
+ "grad_norm": 0.42502954602241516,
1352
+ "learning_rate": 0.00010588235294117647,
1353
+ "loss": 0.4568,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 4.730392156862745,
1358
+ "grad_norm": 0.4060966968536377,
1359
+ "learning_rate": 0.00010539215686274511,
1360
+ "loss": 0.4588,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 4.754901960784314,
1365
+ "grad_norm": 0.444376140832901,
1366
+ "learning_rate": 0.00010490196078431374,
1367
+ "loss": 0.4617,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 4.779411764705882,
1372
+ "grad_norm": 0.41235941648483276,
1373
+ "learning_rate": 0.00010441176470588237,
1374
+ "loss": 0.4655,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 4.803921568627451,
1379
+ "grad_norm": 0.42703354358673096,
1380
+ "learning_rate": 0.00010392156862745099,
1381
+ "loss": 0.4643,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 4.828431372549019,
1386
+ "grad_norm": 0.4282451272010803,
1387
+ "learning_rate": 0.00010343137254901962,
1388
+ "loss": 0.4435,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 4.852941176470588,
1393
+ "grad_norm": 0.40952056646347046,
1394
+ "learning_rate": 0.00010294117647058823,
1395
+ "loss": 0.4571,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 4.877450980392156,
1400
+ "grad_norm": 0.41904792189598083,
1401
+ "learning_rate": 0.00010245098039215686,
1402
+ "loss": 0.4361,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 4.901960784313726,
1407
+ "grad_norm": 0.4027288258075714,
1408
+ "learning_rate": 0.00010196078431372549,
1409
+ "loss": 0.4507,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 4.926470588235294,
1414
+ "grad_norm": 0.4230017364025116,
1415
+ "learning_rate": 0.00010147058823529412,
1416
+ "loss": 0.4645,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 4.950980392156863,
1421
+ "grad_norm": 0.44512614607810974,
1422
+ "learning_rate": 0.00010098039215686274,
1423
+ "loss": 0.4585,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 4.9754901960784315,
1428
+ "grad_norm": 0.4242990016937256,
1429
+ "learning_rate": 0.00010049019607843137,
1430
+ "loss": 0.4785,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 5.0,
1435
+ "grad_norm": 0.4472719132900238,
1436
+ "learning_rate": 0.0001,
1437
+ "loss": 0.4635,
1438
+ "step": 2040
1439
+ }
1440
+ ],
1441
+ "logging_steps": 10,
1442
+ "max_steps": 4080,
1443
+ "num_input_tokens_seen": 0,
1444
+ "num_train_epochs": 10,
1445
+ "save_steps": 500,
1446
+ "stateful_callbacks": {
1447
+ "TrainerControl": {
1448
+ "args": {
1449
+ "should_epoch_stop": false,
1450
+ "should_evaluate": false,
1451
+ "should_log": false,
1452
+ "should_save": true,
1453
+ "should_training_stop": false
1454
+ },
1455
+ "attributes": {}
1456
+ }
1457
+ },
1458
+ "total_flos": 3.231691259706409e+17,
1459
+ "train_batch_size": 4,
1460
+ "trial_name": null,
1461
+ "trial_params": null
1462
+ }
checkpoint-2040/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:187af0b38f5c7132235d8bd7d17df624fbe88e4ef222af016e1952a0f9f251e5
3
+ size 5560
checkpoint-2040/vocab.json ADDED
The diff for this file is too large to render. See raw diff