Jinsooo commited on
Commit
82f289f
·
verified ·
1 Parent(s): 138b37e

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-3-1b-it
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.14.0
adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-3-1b-it",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.1,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
+ ],
29
+ "task_type": "CAUSAL_LM",
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:731a4c8c3508c043afc5acedc2ba98e2d393fc298bd0f3df927648c5c3a0beac
3
+ size 2995512
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
checkpoint-1188/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-3-1b-it
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.14.0
checkpoint-1188/adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-3-1b-it",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.1,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
+ ],
29
+ "task_type": "CAUSAL_LM",
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
checkpoint-1188/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:945af2bde48349f95408befd3c672f0fc9e2e11f775d22418ecead12608b11a1
3
+ size 2995512
checkpoint-1188/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb1c9b5b441d947e9e3ce9eff76ff9dd80f4c879c456c4f1cd395d43e3bc7878
3
+ size 6051322
checkpoint-1188/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53d3ab45f970b08367f500e7733c1e47eeda38f4634dff0052ba078948eb3def
3
+ size 14244
checkpoint-1188/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8681ad64bd2ff023608d508da3b08b8d6171384608681515e76718ea2d9273d
3
+ size 988
checkpoint-1188/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:892d1f8a2b0c870930a839a156b414459f8d4057b0bf503188b6dbb88ea62db4
3
+ size 1064
checkpoint-1188/trainer_state.json ADDED
@@ -0,0 +1,860 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1188,
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.008417508417508417,
14
+ "grad_norm": NaN,
15
+ "learning_rate": 4.990179573512907e-05,
16
+ "loss": 3.4797,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.016835016835016835,
21
+ "grad_norm": 1.8723673820495605,
22
+ "learning_rate": 4.97615039281706e-05,
23
+ "loss": 3.4589,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.025252525252525252,
28
+ "grad_norm": 1.6116461753845215,
29
+ "learning_rate": 4.962121212121213e-05,
30
+ "loss": 3.3366,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.03367003367003367,
35
+ "grad_norm": 1.6241545677185059,
36
+ "learning_rate": 4.9480920314253646e-05,
37
+ "loss": 3.0591,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.04208754208754209,
42
+ "grad_norm": 1.6978979110717773,
43
+ "learning_rate": 4.934062850729518e-05,
44
+ "loss": 3.2064,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.050505050505050504,
49
+ "grad_norm": 2.229762077331543,
50
+ "learning_rate": 4.92003367003367e-05,
51
+ "loss": 3.0569,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.058922558922558925,
56
+ "grad_norm": 1.3693021535873413,
57
+ "learning_rate": 4.906004489337823e-05,
58
+ "loss": 2.9715,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.06734006734006734,
63
+ "grad_norm": 1.712484359741211,
64
+ "learning_rate": 4.891975308641975e-05,
65
+ "loss": 2.9787,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.07575757575757576,
70
+ "grad_norm": 1.933789610862732,
71
+ "learning_rate": 4.877946127946128e-05,
72
+ "loss": 2.9016,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.08417508417508418,
77
+ "grad_norm": 2.0508992671966553,
78
+ "learning_rate": 4.863916947250281e-05,
79
+ "loss": 2.93,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.09259259259259259,
84
+ "grad_norm": 1.8941344022750854,
85
+ "learning_rate": 4.8498877665544335e-05,
86
+ "loss": 2.852,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.10101010101010101,
91
+ "grad_norm": 1.5971471071243286,
92
+ "learning_rate": 4.835858585858586e-05,
93
+ "loss": 2.8484,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.10942760942760943,
98
+ "grad_norm": 1.8011534214019775,
99
+ "learning_rate": 4.8218294051627386e-05,
100
+ "loss": 2.8801,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.11784511784511785,
105
+ "grad_norm": 2.071338176727295,
106
+ "learning_rate": 4.807800224466891e-05,
107
+ "loss": 2.7344,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.12626262626262627,
112
+ "grad_norm": 1.5685261487960815,
113
+ "learning_rate": 4.793771043771044e-05,
114
+ "loss": 2.8886,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.13468013468013468,
119
+ "grad_norm": 1.719056487083435,
120
+ "learning_rate": 4.779741863075197e-05,
121
+ "loss": 2.7326,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.14309764309764308,
126
+ "grad_norm": 1.8598765134811401,
127
+ "learning_rate": 4.765712682379349e-05,
128
+ "loss": 2.7544,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.15151515151515152,
133
+ "grad_norm": 1.7602612972259521,
134
+ "learning_rate": 4.751683501683502e-05,
135
+ "loss": 2.7759,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.15993265993265993,
140
+ "grad_norm": 2.0498409271240234,
141
+ "learning_rate": 4.7376543209876543e-05,
142
+ "loss": 2.7495,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.16835016835016836,
147
+ "grad_norm": 1.8029284477233887,
148
+ "learning_rate": 4.723625140291807e-05,
149
+ "loss": 2.6568,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.17676767676767677,
154
+ "grad_norm": 2.052203416824341,
155
+ "learning_rate": 4.70959595959596e-05,
156
+ "loss": 2.6162,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.18518518518518517,
161
+ "grad_norm": 1.693206787109375,
162
+ "learning_rate": 4.6955667789001126e-05,
163
+ "loss": 2.7206,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.1936026936026936,
168
+ "grad_norm": 1.7983921766281128,
169
+ "learning_rate": 4.681537598204265e-05,
170
+ "loss": 2.699,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.20202020202020202,
175
+ "grad_norm": 2.1269702911376953,
176
+ "learning_rate": 4.6675084175084176e-05,
177
+ "loss": 2.8926,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.21043771043771045,
182
+ "grad_norm": 2.1926703453063965,
183
+ "learning_rate": 4.65347923681257e-05,
184
+ "loss": 2.6839,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.21885521885521886,
189
+ "grad_norm": 1.9844324588775635,
190
+ "learning_rate": 4.639450056116723e-05,
191
+ "loss": 2.6166,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.22727272727272727,
196
+ "grad_norm": 2.1632473468780518,
197
+ "learning_rate": 4.625420875420876e-05,
198
+ "loss": 2.6975,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.2356902356902357,
203
+ "grad_norm": 1.8100026845932007,
204
+ "learning_rate": 4.6113916947250283e-05,
205
+ "loss": 2.7679,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.2441077441077441,
210
+ "grad_norm": 1.765960693359375,
211
+ "learning_rate": 4.597362514029181e-05,
212
+ "loss": 2.6372,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.25252525252525254,
217
+ "grad_norm": 2.0554540157318115,
218
+ "learning_rate": 4.5833333333333334e-05,
219
+ "loss": 2.707,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.2609427609427609,
224
+ "grad_norm": 1.662891149520874,
225
+ "learning_rate": 4.5693041526374866e-05,
226
+ "loss": 2.5671,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.26936026936026936,
231
+ "grad_norm": 1.9311376810073853,
232
+ "learning_rate": 4.555274971941639e-05,
233
+ "loss": 2.6173,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.2777777777777778,
238
+ "grad_norm": 2.077493667602539,
239
+ "learning_rate": 4.541245791245791e-05,
240
+ "loss": 2.7469,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.28619528619528617,
245
+ "grad_norm": 1.8855682611465454,
246
+ "learning_rate": 4.527216610549944e-05,
247
+ "loss": 2.6762,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.2946127946127946,
252
+ "grad_norm": 3.0554871559143066,
253
+ "learning_rate": 4.5131874298540966e-05,
254
+ "loss": 2.6689,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.30303030303030304,
259
+ "grad_norm": 2.175938129425049,
260
+ "learning_rate": 4.49915824915825e-05,
261
+ "loss": 2.5579,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.3114478114478115,
266
+ "grad_norm": 2.187106132507324,
267
+ "learning_rate": 4.485129068462402e-05,
268
+ "loss": 2.6166,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.31986531986531985,
273
+ "grad_norm": 2.1227610111236572,
274
+ "learning_rate": 4.471099887766554e-05,
275
+ "loss": 2.6637,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.3282828282828283,
280
+ "grad_norm": 2.3033812046051025,
281
+ "learning_rate": 4.4570707070707074e-05,
282
+ "loss": 2.6204,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.3367003367003367,
287
+ "grad_norm": 2.34395432472229,
288
+ "learning_rate": 4.44304152637486e-05,
289
+ "loss": 2.6941,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.3451178451178451,
294
+ "grad_norm": 1.7339164018630981,
295
+ "learning_rate": 4.429012345679013e-05,
296
+ "loss": 2.5516,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.35353535353535354,
301
+ "grad_norm": 2.3480944633483887,
302
+ "learning_rate": 4.414983164983165e-05,
303
+ "loss": 2.5533,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.36195286195286197,
308
+ "grad_norm": 2.076554298400879,
309
+ "learning_rate": 4.4009539842873175e-05,
310
+ "loss": 2.5942,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.37037037037037035,
315
+ "grad_norm": 2.461144208908081,
316
+ "learning_rate": 4.3869248035914707e-05,
317
+ "loss": 2.7073,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.3787878787878788,
322
+ "grad_norm": 2.3409440517425537,
323
+ "learning_rate": 4.372895622895623e-05,
324
+ "loss": 2.551,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.3872053872053872,
329
+ "grad_norm": 2.0938796997070312,
330
+ "learning_rate": 4.358866442199776e-05,
331
+ "loss": 2.5157,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.3956228956228956,
336
+ "grad_norm": 2.0075490474700928,
337
+ "learning_rate": 4.344837261503928e-05,
338
+ "loss": 2.6791,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.40404040404040403,
343
+ "grad_norm": 2.0483977794647217,
344
+ "learning_rate": 4.330808080808081e-05,
345
+ "loss": 2.5285,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.41245791245791247,
350
+ "grad_norm": 2.0210118293762207,
351
+ "learning_rate": 4.316778900112234e-05,
352
+ "loss": 2.4894,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.4208754208754209,
357
+ "grad_norm": 2.2782247066497803,
358
+ "learning_rate": 4.3027497194163864e-05,
359
+ "loss": 2.541,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.4292929292929293,
364
+ "grad_norm": 2.6043848991394043,
365
+ "learning_rate": 4.288720538720539e-05,
366
+ "loss": 2.5162,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.4377104377104377,
371
+ "grad_norm": 2.8767223358154297,
372
+ "learning_rate": 4.2746913580246915e-05,
373
+ "loss": 2.5854,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.44612794612794615,
378
+ "grad_norm": 2.8873238563537598,
379
+ "learning_rate": 4.260662177328844e-05,
380
+ "loss": 2.6396,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.45454545454545453,
385
+ "grad_norm": 2.052957057952881,
386
+ "learning_rate": 4.246632996632997e-05,
387
+ "loss": 2.4754,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.46296296296296297,
392
+ "grad_norm": 2.027665376663208,
393
+ "learning_rate": 4.23260381593715e-05,
394
+ "loss": 2.4765,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.4713804713804714,
399
+ "grad_norm": 2.368720293045044,
400
+ "learning_rate": 4.218574635241302e-05,
401
+ "loss": 2.4542,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.4797979797979798,
406
+ "grad_norm": 2.33085298538208,
407
+ "learning_rate": 4.204545454545455e-05,
408
+ "loss": 2.4622,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.4882154882154882,
413
+ "grad_norm": 2.237562417984009,
414
+ "learning_rate": 4.190516273849607e-05,
415
+ "loss": 2.5542,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.49663299663299665,
420
+ "grad_norm": 2.0441579818725586,
421
+ "learning_rate": 4.17648709315376e-05,
422
+ "loss": 2.4717,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.5050505050505051,
427
+ "grad_norm": 2.248406171798706,
428
+ "learning_rate": 4.162457912457913e-05,
429
+ "loss": 2.4661,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.5134680134680135,
434
+ "grad_norm": 2.1775243282318115,
435
+ "learning_rate": 4.1484287317620655e-05,
436
+ "loss": 2.5614,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.5218855218855218,
441
+ "grad_norm": 2.319425344467163,
442
+ "learning_rate": 4.134399551066218e-05,
443
+ "loss": 2.5012,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.5303030303030303,
448
+ "grad_norm": 2.232248544692993,
449
+ "learning_rate": 4.1203703703703705e-05,
450
+ "loss": 2.5689,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.5387205387205387,
455
+ "grad_norm": 2.3449838161468506,
456
+ "learning_rate": 4.106341189674523e-05,
457
+ "loss": 2.4287,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.5471380471380471,
462
+ "grad_norm": 2.412785768508911,
463
+ "learning_rate": 4.092312008978676e-05,
464
+ "loss": 2.5041,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.5555555555555556,
469
+ "grad_norm": 2.432955503463745,
470
+ "learning_rate": 4.078282828282828e-05,
471
+ "loss": 2.4476,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.563973063973064,
476
+ "grad_norm": 2.642298698425293,
477
+ "learning_rate": 4.064253647586981e-05,
478
+ "loss": 2.421,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.5723905723905723,
483
+ "grad_norm": 2.232794761657715,
484
+ "learning_rate": 4.050224466891134e-05,
485
+ "loss": 2.5912,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.5808080808080808,
490
+ "grad_norm": 2.8323323726654053,
491
+ "learning_rate": 4.036195286195286e-05,
492
+ "loss": 2.3986,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.5892255892255892,
497
+ "grad_norm": 4.2033891677856445,
498
+ "learning_rate": 4.0221661054994395e-05,
499
+ "loss": 2.5413,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.5976430976430976,
504
+ "grad_norm": 2.3608999252319336,
505
+ "learning_rate": 4.008136924803591e-05,
506
+ "loss": 2.5453,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.6060606060606061,
511
+ "grad_norm": 2.5277252197265625,
512
+ "learning_rate": 3.9941077441077445e-05,
513
+ "loss": 2.4956,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.6144781144781145,
518
+ "grad_norm": 2.5772793292999268,
519
+ "learning_rate": 3.980078563411897e-05,
520
+ "loss": 2.5238,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.622895622895623,
525
+ "grad_norm": 2.718047618865967,
526
+ "learning_rate": 3.9660493827160496e-05,
527
+ "loss": 2.4327,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.6313131313131313,
532
+ "grad_norm": 2.5964958667755127,
533
+ "learning_rate": 3.952020202020202e-05,
534
+ "loss": 2.5208,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.6397306397306397,
539
+ "grad_norm": 2.4600930213928223,
540
+ "learning_rate": 3.9379910213243546e-05,
541
+ "loss": 2.6661,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.6481481481481481,
546
+ "grad_norm": 2.449575662612915,
547
+ "learning_rate": 3.923961840628507e-05,
548
+ "loss": 2.5442,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.6565656565656566,
553
+ "grad_norm": 2.3219118118286133,
554
+ "learning_rate": 3.90993265993266e-05,
555
+ "loss": 2.3805,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.664983164983165,
560
+ "grad_norm": 2.774872064590454,
561
+ "learning_rate": 3.895903479236813e-05,
562
+ "loss": 2.4343,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.6734006734006734,
567
+ "grad_norm": 2.466688632965088,
568
+ "learning_rate": 3.881874298540965e-05,
569
+ "loss": 2.4088,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.6818181818181818,
574
+ "grad_norm": 3.1128170490264893,
575
+ "learning_rate": 3.867845117845118e-05,
576
+ "loss": 2.5768,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.6902356902356902,
581
+ "grad_norm": 4.245325088500977,
582
+ "learning_rate": 3.8538159371492704e-05,
583
+ "loss": 2.3917,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.6986531986531986,
588
+ "grad_norm": 2.6386542320251465,
589
+ "learning_rate": 3.8397867564534236e-05,
590
+ "loss": 2.3603,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.7070707070707071,
595
+ "grad_norm": 3.0349717140197754,
596
+ "learning_rate": 3.825757575757576e-05,
597
+ "loss": 2.5057,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.7154882154882155,
602
+ "grad_norm": 2.524481773376465,
603
+ "learning_rate": 3.8117283950617286e-05,
604
+ "loss": 2.5321,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.7239057239057239,
609
+ "grad_norm": 3.5061841011047363,
610
+ "learning_rate": 3.797699214365881e-05,
611
+ "loss": 2.6322,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.7323232323232324,
616
+ "grad_norm": 2.5284855365753174,
617
+ "learning_rate": 3.7836700336700336e-05,
618
+ "loss": 2.5965,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.7407407407407407,
623
+ "grad_norm": 2.923661231994629,
624
+ "learning_rate": 3.769640852974187e-05,
625
+ "loss": 2.4343,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.7491582491582491,
630
+ "grad_norm": 2.788609743118286,
631
+ "learning_rate": 3.7556116722783393e-05,
632
+ "loss": 2.4594,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.7575757575757576,
637
+ "grad_norm": 2.8142261505126953,
638
+ "learning_rate": 3.741582491582492e-05,
639
+ "loss": 2.4316,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.765993265993266,
644
+ "grad_norm": 2.7626090049743652,
645
+ "learning_rate": 3.7275533108866444e-05,
646
+ "loss": 2.454,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.7744107744107744,
651
+ "grad_norm": 2.700515031814575,
652
+ "learning_rate": 3.713524130190797e-05,
653
+ "loss": 2.5807,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.7828282828282829,
658
+ "grad_norm": 2.9090945720672607,
659
+ "learning_rate": 3.69949494949495e-05,
660
+ "loss": 2.461,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.7912457912457912,
665
+ "grad_norm": 2.439922332763672,
666
+ "learning_rate": 3.6854657687991026e-05,
667
+ "loss": 2.454,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.7996632996632996,
672
+ "grad_norm": 2.9203062057495117,
673
+ "learning_rate": 3.6714365881032544e-05,
674
+ "loss": 2.4361,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.8080808080808081,
679
+ "grad_norm": 2.6928439140319824,
680
+ "learning_rate": 3.6574074074074076e-05,
681
+ "loss": 2.4572,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.8164983164983165,
686
+ "grad_norm": 2.66032338142395,
687
+ "learning_rate": 3.64337822671156e-05,
688
+ "loss": 2.4882,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.8249158249158249,
693
+ "grad_norm": 2.4645493030548096,
694
+ "learning_rate": 3.6293490460157134e-05,
695
+ "loss": 2.4432,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.8333333333333334,
700
+ "grad_norm": 2.7508137226104736,
701
+ "learning_rate": 3.615319865319866e-05,
702
+ "loss": 2.3677,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.8417508417508418,
707
+ "grad_norm": 3.1264898777008057,
708
+ "learning_rate": 3.601290684624018e-05,
709
+ "loss": 2.444,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.8501683501683501,
714
+ "grad_norm": 2.5735745429992676,
715
+ "learning_rate": 3.587261503928171e-05,
716
+ "loss": 2.4514,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.8585858585858586,
721
+ "grad_norm": 2.614163637161255,
722
+ "learning_rate": 3.5732323232323234e-05,
723
+ "loss": 2.4012,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.867003367003367,
728
+ "grad_norm": 3.058293342590332,
729
+ "learning_rate": 3.559203142536476e-05,
730
+ "loss": 2.5346,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.8754208754208754,
735
+ "grad_norm": 2.299180507659912,
736
+ "learning_rate": 3.5451739618406285e-05,
737
+ "loss": 2.4102,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.8838383838383839,
742
+ "grad_norm": 2.3540875911712646,
743
+ "learning_rate": 3.531144781144781e-05,
744
+ "loss": 2.3884,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.8922558922558923,
749
+ "grad_norm": 2.4985461235046387,
750
+ "learning_rate": 3.517115600448934e-05,
751
+ "loss": 2.5071,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.9006734006734006,
756
+ "grad_norm": 2.615652322769165,
757
+ "learning_rate": 3.503086419753087e-05,
758
+ "loss": 2.4177,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.9090909090909091,
763
+ "grad_norm": 2.617262601852417,
764
+ "learning_rate": 3.489057239057239e-05,
765
+ "loss": 2.3434,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.9175084175084175,
770
+ "grad_norm": 2.422133445739746,
771
+ "learning_rate": 3.475028058361392e-05,
772
+ "loss": 2.4621,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.9259259259259259,
777
+ "grad_norm": 2.65753173828125,
778
+ "learning_rate": 3.460998877665544e-05,
779
+ "loss": 2.398,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.9343434343434344,
784
+ "grad_norm": 2.8853819370269775,
785
+ "learning_rate": 3.4469696969696974e-05,
786
+ "loss": 2.5412,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.9427609427609428,
791
+ "grad_norm": 2.287621021270752,
792
+ "learning_rate": 3.43294051627385e-05,
793
+ "loss": 2.3842,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.9511784511784511,
798
+ "grad_norm": 2.8708698749542236,
799
+ "learning_rate": 3.4189113355780025e-05,
800
+ "loss": 2.365,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.9595959595959596,
805
+ "grad_norm": 2.9824109077453613,
806
+ "learning_rate": 3.404882154882155e-05,
807
+ "loss": 2.5138,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.968013468013468,
812
+ "grad_norm": 3.031399726867676,
813
+ "learning_rate": 3.3908529741863075e-05,
814
+ "loss": 2.4326,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.9764309764309764,
819
+ "grad_norm": 2.725060224533081,
820
+ "learning_rate": 3.37682379349046e-05,
821
+ "loss": 2.3802,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.9848484848484849,
826
+ "grad_norm": 2.43306303024292,
827
+ "learning_rate": 3.362794612794613e-05,
828
+ "loss": 2.4778,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.9932659932659933,
833
+ "grad_norm": 2.6997814178466797,
834
+ "learning_rate": 3.348765432098766e-05,
835
+ "loss": 2.4728,
836
+ "step": 1180
837
+ }
838
+ ],
839
+ "logging_steps": 10,
840
+ "max_steps": 3564,
841
+ "num_input_tokens_seen": 0,
842
+ "num_train_epochs": 3,
843
+ "save_steps": 500,
844
+ "stateful_callbacks": {
845
+ "TrainerControl": {
846
+ "args": {
847
+ "should_epoch_stop": false,
848
+ "should_evaluate": false,
849
+ "should_log": false,
850
+ "should_save": true,
851
+ "should_training_stop": false
852
+ },
853
+ "attributes": {}
854
+ }
855
+ },
856
+ "total_flos": 2549717436727296.0,
857
+ "train_batch_size": 1,
858
+ "trial_name": null,
859
+ "trial_params": null
860
+ }
checkpoint-1188/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:314f01194c0fb29c55e63c94783997c022d19c8a65f000ef736d87620eb7d0d9
3
+ size 5368
checkpoint-2376/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-3-1b-it
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.14.0
checkpoint-2376/adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-3-1b-it",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.1,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
+ ],
29
+ "task_type": "CAUSAL_LM",
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
checkpoint-2376/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c71442264dd179a2d48cd6bb6b80d2950e24717f25a269822dca749cd1d45606
3
+ size 2995512
checkpoint-2376/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:467cb92764b652e44cde0f42cd409d31fb0b0bedc36bf95f4f71d4fc915bb125
3
+ size 6051322
checkpoint-2376/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ea6bdbe2b55feb5028bfc4549f928ef2c1375bd761b0c878d21ac6add0b8fa9
3
+ size 14244
checkpoint-2376/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:891d340ea7e275b4b6f59cf7429cc6f60859ca14fce6d1d77a31609bdb06cf20
3
+ size 988
checkpoint-2376/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a51197c8bcc724ff3c96b3865d8d93a6a6c24504dda36ecf476f966e920270
3
+ size 1064
checkpoint-2376/trainer_state.json ADDED
@@ -0,0 +1,1693 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 2376,
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.008417508417508417,
14
+ "grad_norm": NaN,
15
+ "learning_rate": 4.990179573512907e-05,
16
+ "loss": 3.4797,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.016835016835016835,
21
+ "grad_norm": 1.8723673820495605,
22
+ "learning_rate": 4.97615039281706e-05,
23
+ "loss": 3.4589,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.025252525252525252,
28
+ "grad_norm": 1.6116461753845215,
29
+ "learning_rate": 4.962121212121213e-05,
30
+ "loss": 3.3366,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.03367003367003367,
35
+ "grad_norm": 1.6241545677185059,
36
+ "learning_rate": 4.9480920314253646e-05,
37
+ "loss": 3.0591,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.04208754208754209,
42
+ "grad_norm": 1.6978979110717773,
43
+ "learning_rate": 4.934062850729518e-05,
44
+ "loss": 3.2064,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.050505050505050504,
49
+ "grad_norm": 2.229762077331543,
50
+ "learning_rate": 4.92003367003367e-05,
51
+ "loss": 3.0569,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.058922558922558925,
56
+ "grad_norm": 1.3693021535873413,
57
+ "learning_rate": 4.906004489337823e-05,
58
+ "loss": 2.9715,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.06734006734006734,
63
+ "grad_norm": 1.712484359741211,
64
+ "learning_rate": 4.891975308641975e-05,
65
+ "loss": 2.9787,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.07575757575757576,
70
+ "grad_norm": 1.933789610862732,
71
+ "learning_rate": 4.877946127946128e-05,
72
+ "loss": 2.9016,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.08417508417508418,
77
+ "grad_norm": 2.0508992671966553,
78
+ "learning_rate": 4.863916947250281e-05,
79
+ "loss": 2.93,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.09259259259259259,
84
+ "grad_norm": 1.8941344022750854,
85
+ "learning_rate": 4.8498877665544335e-05,
86
+ "loss": 2.852,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.10101010101010101,
91
+ "grad_norm": 1.5971471071243286,
92
+ "learning_rate": 4.835858585858586e-05,
93
+ "loss": 2.8484,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.10942760942760943,
98
+ "grad_norm": 1.8011534214019775,
99
+ "learning_rate": 4.8218294051627386e-05,
100
+ "loss": 2.8801,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.11784511784511785,
105
+ "grad_norm": 2.071338176727295,
106
+ "learning_rate": 4.807800224466891e-05,
107
+ "loss": 2.7344,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.12626262626262627,
112
+ "grad_norm": 1.5685261487960815,
113
+ "learning_rate": 4.793771043771044e-05,
114
+ "loss": 2.8886,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.13468013468013468,
119
+ "grad_norm": 1.719056487083435,
120
+ "learning_rate": 4.779741863075197e-05,
121
+ "loss": 2.7326,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.14309764309764308,
126
+ "grad_norm": 1.8598765134811401,
127
+ "learning_rate": 4.765712682379349e-05,
128
+ "loss": 2.7544,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.15151515151515152,
133
+ "grad_norm": 1.7602612972259521,
134
+ "learning_rate": 4.751683501683502e-05,
135
+ "loss": 2.7759,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.15993265993265993,
140
+ "grad_norm": 2.0498409271240234,
141
+ "learning_rate": 4.7376543209876543e-05,
142
+ "loss": 2.7495,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.16835016835016836,
147
+ "grad_norm": 1.8029284477233887,
148
+ "learning_rate": 4.723625140291807e-05,
149
+ "loss": 2.6568,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.17676767676767677,
154
+ "grad_norm": 2.052203416824341,
155
+ "learning_rate": 4.70959595959596e-05,
156
+ "loss": 2.6162,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.18518518518518517,
161
+ "grad_norm": 1.693206787109375,
162
+ "learning_rate": 4.6955667789001126e-05,
163
+ "loss": 2.7206,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.1936026936026936,
168
+ "grad_norm": 1.7983921766281128,
169
+ "learning_rate": 4.681537598204265e-05,
170
+ "loss": 2.699,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.20202020202020202,
175
+ "grad_norm": 2.1269702911376953,
176
+ "learning_rate": 4.6675084175084176e-05,
177
+ "loss": 2.8926,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.21043771043771045,
182
+ "grad_norm": 2.1926703453063965,
183
+ "learning_rate": 4.65347923681257e-05,
184
+ "loss": 2.6839,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.21885521885521886,
189
+ "grad_norm": 1.9844324588775635,
190
+ "learning_rate": 4.639450056116723e-05,
191
+ "loss": 2.6166,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.22727272727272727,
196
+ "grad_norm": 2.1632473468780518,
197
+ "learning_rate": 4.625420875420876e-05,
198
+ "loss": 2.6975,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.2356902356902357,
203
+ "grad_norm": 1.8100026845932007,
204
+ "learning_rate": 4.6113916947250283e-05,
205
+ "loss": 2.7679,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.2441077441077441,
210
+ "grad_norm": 1.765960693359375,
211
+ "learning_rate": 4.597362514029181e-05,
212
+ "loss": 2.6372,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.25252525252525254,
217
+ "grad_norm": 2.0554540157318115,
218
+ "learning_rate": 4.5833333333333334e-05,
219
+ "loss": 2.707,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.2609427609427609,
224
+ "grad_norm": 1.662891149520874,
225
+ "learning_rate": 4.5693041526374866e-05,
226
+ "loss": 2.5671,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.26936026936026936,
231
+ "grad_norm": 1.9311376810073853,
232
+ "learning_rate": 4.555274971941639e-05,
233
+ "loss": 2.6173,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.2777777777777778,
238
+ "grad_norm": 2.077493667602539,
239
+ "learning_rate": 4.541245791245791e-05,
240
+ "loss": 2.7469,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.28619528619528617,
245
+ "grad_norm": 1.8855682611465454,
246
+ "learning_rate": 4.527216610549944e-05,
247
+ "loss": 2.6762,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.2946127946127946,
252
+ "grad_norm": 3.0554871559143066,
253
+ "learning_rate": 4.5131874298540966e-05,
254
+ "loss": 2.6689,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.30303030303030304,
259
+ "grad_norm": 2.175938129425049,
260
+ "learning_rate": 4.49915824915825e-05,
261
+ "loss": 2.5579,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.3114478114478115,
266
+ "grad_norm": 2.187106132507324,
267
+ "learning_rate": 4.485129068462402e-05,
268
+ "loss": 2.6166,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.31986531986531985,
273
+ "grad_norm": 2.1227610111236572,
274
+ "learning_rate": 4.471099887766554e-05,
275
+ "loss": 2.6637,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.3282828282828283,
280
+ "grad_norm": 2.3033812046051025,
281
+ "learning_rate": 4.4570707070707074e-05,
282
+ "loss": 2.6204,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.3367003367003367,
287
+ "grad_norm": 2.34395432472229,
288
+ "learning_rate": 4.44304152637486e-05,
289
+ "loss": 2.6941,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.3451178451178451,
294
+ "grad_norm": 1.7339164018630981,
295
+ "learning_rate": 4.429012345679013e-05,
296
+ "loss": 2.5516,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.35353535353535354,
301
+ "grad_norm": 2.3480944633483887,
302
+ "learning_rate": 4.414983164983165e-05,
303
+ "loss": 2.5533,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.36195286195286197,
308
+ "grad_norm": 2.076554298400879,
309
+ "learning_rate": 4.4009539842873175e-05,
310
+ "loss": 2.5942,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.37037037037037035,
315
+ "grad_norm": 2.461144208908081,
316
+ "learning_rate": 4.3869248035914707e-05,
317
+ "loss": 2.7073,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.3787878787878788,
322
+ "grad_norm": 2.3409440517425537,
323
+ "learning_rate": 4.372895622895623e-05,
324
+ "loss": 2.551,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.3872053872053872,
329
+ "grad_norm": 2.0938796997070312,
330
+ "learning_rate": 4.358866442199776e-05,
331
+ "loss": 2.5157,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.3956228956228956,
336
+ "grad_norm": 2.0075490474700928,
337
+ "learning_rate": 4.344837261503928e-05,
338
+ "loss": 2.6791,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.40404040404040403,
343
+ "grad_norm": 2.0483977794647217,
344
+ "learning_rate": 4.330808080808081e-05,
345
+ "loss": 2.5285,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.41245791245791247,
350
+ "grad_norm": 2.0210118293762207,
351
+ "learning_rate": 4.316778900112234e-05,
352
+ "loss": 2.4894,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.4208754208754209,
357
+ "grad_norm": 2.2782247066497803,
358
+ "learning_rate": 4.3027497194163864e-05,
359
+ "loss": 2.541,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.4292929292929293,
364
+ "grad_norm": 2.6043848991394043,
365
+ "learning_rate": 4.288720538720539e-05,
366
+ "loss": 2.5162,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.4377104377104377,
371
+ "grad_norm": 2.8767223358154297,
372
+ "learning_rate": 4.2746913580246915e-05,
373
+ "loss": 2.5854,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.44612794612794615,
378
+ "grad_norm": 2.8873238563537598,
379
+ "learning_rate": 4.260662177328844e-05,
380
+ "loss": 2.6396,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.45454545454545453,
385
+ "grad_norm": 2.052957057952881,
386
+ "learning_rate": 4.246632996632997e-05,
387
+ "loss": 2.4754,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.46296296296296297,
392
+ "grad_norm": 2.027665376663208,
393
+ "learning_rate": 4.23260381593715e-05,
394
+ "loss": 2.4765,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.4713804713804714,
399
+ "grad_norm": 2.368720293045044,
400
+ "learning_rate": 4.218574635241302e-05,
401
+ "loss": 2.4542,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.4797979797979798,
406
+ "grad_norm": 2.33085298538208,
407
+ "learning_rate": 4.204545454545455e-05,
408
+ "loss": 2.4622,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.4882154882154882,
413
+ "grad_norm": 2.237562417984009,
414
+ "learning_rate": 4.190516273849607e-05,
415
+ "loss": 2.5542,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.49663299663299665,
420
+ "grad_norm": 2.0441579818725586,
421
+ "learning_rate": 4.17648709315376e-05,
422
+ "loss": 2.4717,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.5050505050505051,
427
+ "grad_norm": 2.248406171798706,
428
+ "learning_rate": 4.162457912457913e-05,
429
+ "loss": 2.4661,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.5134680134680135,
434
+ "grad_norm": 2.1775243282318115,
435
+ "learning_rate": 4.1484287317620655e-05,
436
+ "loss": 2.5614,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.5218855218855218,
441
+ "grad_norm": 2.319425344467163,
442
+ "learning_rate": 4.134399551066218e-05,
443
+ "loss": 2.5012,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.5303030303030303,
448
+ "grad_norm": 2.232248544692993,
449
+ "learning_rate": 4.1203703703703705e-05,
450
+ "loss": 2.5689,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.5387205387205387,
455
+ "grad_norm": 2.3449838161468506,
456
+ "learning_rate": 4.106341189674523e-05,
457
+ "loss": 2.4287,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.5471380471380471,
462
+ "grad_norm": 2.412785768508911,
463
+ "learning_rate": 4.092312008978676e-05,
464
+ "loss": 2.5041,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.5555555555555556,
469
+ "grad_norm": 2.432955503463745,
470
+ "learning_rate": 4.078282828282828e-05,
471
+ "loss": 2.4476,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.563973063973064,
476
+ "grad_norm": 2.642298698425293,
477
+ "learning_rate": 4.064253647586981e-05,
478
+ "loss": 2.421,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.5723905723905723,
483
+ "grad_norm": 2.232794761657715,
484
+ "learning_rate": 4.050224466891134e-05,
485
+ "loss": 2.5912,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.5808080808080808,
490
+ "grad_norm": 2.8323323726654053,
491
+ "learning_rate": 4.036195286195286e-05,
492
+ "loss": 2.3986,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.5892255892255892,
497
+ "grad_norm": 4.2033891677856445,
498
+ "learning_rate": 4.0221661054994395e-05,
499
+ "loss": 2.5413,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.5976430976430976,
504
+ "grad_norm": 2.3608999252319336,
505
+ "learning_rate": 4.008136924803591e-05,
506
+ "loss": 2.5453,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.6060606060606061,
511
+ "grad_norm": 2.5277252197265625,
512
+ "learning_rate": 3.9941077441077445e-05,
513
+ "loss": 2.4956,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.6144781144781145,
518
+ "grad_norm": 2.5772793292999268,
519
+ "learning_rate": 3.980078563411897e-05,
520
+ "loss": 2.5238,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.622895622895623,
525
+ "grad_norm": 2.718047618865967,
526
+ "learning_rate": 3.9660493827160496e-05,
527
+ "loss": 2.4327,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.6313131313131313,
532
+ "grad_norm": 2.5964958667755127,
533
+ "learning_rate": 3.952020202020202e-05,
534
+ "loss": 2.5208,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.6397306397306397,
539
+ "grad_norm": 2.4600930213928223,
540
+ "learning_rate": 3.9379910213243546e-05,
541
+ "loss": 2.6661,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.6481481481481481,
546
+ "grad_norm": 2.449575662612915,
547
+ "learning_rate": 3.923961840628507e-05,
548
+ "loss": 2.5442,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.6565656565656566,
553
+ "grad_norm": 2.3219118118286133,
554
+ "learning_rate": 3.90993265993266e-05,
555
+ "loss": 2.3805,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.664983164983165,
560
+ "grad_norm": 2.774872064590454,
561
+ "learning_rate": 3.895903479236813e-05,
562
+ "loss": 2.4343,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.6734006734006734,
567
+ "grad_norm": 2.466688632965088,
568
+ "learning_rate": 3.881874298540965e-05,
569
+ "loss": 2.4088,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.6818181818181818,
574
+ "grad_norm": 3.1128170490264893,
575
+ "learning_rate": 3.867845117845118e-05,
576
+ "loss": 2.5768,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.6902356902356902,
581
+ "grad_norm": 4.245325088500977,
582
+ "learning_rate": 3.8538159371492704e-05,
583
+ "loss": 2.3917,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.6986531986531986,
588
+ "grad_norm": 2.6386542320251465,
589
+ "learning_rate": 3.8397867564534236e-05,
590
+ "loss": 2.3603,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.7070707070707071,
595
+ "grad_norm": 3.0349717140197754,
596
+ "learning_rate": 3.825757575757576e-05,
597
+ "loss": 2.5057,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.7154882154882155,
602
+ "grad_norm": 2.524481773376465,
603
+ "learning_rate": 3.8117283950617286e-05,
604
+ "loss": 2.5321,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.7239057239057239,
609
+ "grad_norm": 3.5061841011047363,
610
+ "learning_rate": 3.797699214365881e-05,
611
+ "loss": 2.6322,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.7323232323232324,
616
+ "grad_norm": 2.5284855365753174,
617
+ "learning_rate": 3.7836700336700336e-05,
618
+ "loss": 2.5965,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.7407407407407407,
623
+ "grad_norm": 2.923661231994629,
624
+ "learning_rate": 3.769640852974187e-05,
625
+ "loss": 2.4343,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.7491582491582491,
630
+ "grad_norm": 2.788609743118286,
631
+ "learning_rate": 3.7556116722783393e-05,
632
+ "loss": 2.4594,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.7575757575757576,
637
+ "grad_norm": 2.8142261505126953,
638
+ "learning_rate": 3.741582491582492e-05,
639
+ "loss": 2.4316,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.765993265993266,
644
+ "grad_norm": 2.7626090049743652,
645
+ "learning_rate": 3.7275533108866444e-05,
646
+ "loss": 2.454,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.7744107744107744,
651
+ "grad_norm": 2.700515031814575,
652
+ "learning_rate": 3.713524130190797e-05,
653
+ "loss": 2.5807,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.7828282828282829,
658
+ "grad_norm": 2.9090945720672607,
659
+ "learning_rate": 3.69949494949495e-05,
660
+ "loss": 2.461,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.7912457912457912,
665
+ "grad_norm": 2.439922332763672,
666
+ "learning_rate": 3.6854657687991026e-05,
667
+ "loss": 2.454,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.7996632996632996,
672
+ "grad_norm": 2.9203062057495117,
673
+ "learning_rate": 3.6714365881032544e-05,
674
+ "loss": 2.4361,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.8080808080808081,
679
+ "grad_norm": 2.6928439140319824,
680
+ "learning_rate": 3.6574074074074076e-05,
681
+ "loss": 2.4572,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.8164983164983165,
686
+ "grad_norm": 2.66032338142395,
687
+ "learning_rate": 3.64337822671156e-05,
688
+ "loss": 2.4882,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.8249158249158249,
693
+ "grad_norm": 2.4645493030548096,
694
+ "learning_rate": 3.6293490460157134e-05,
695
+ "loss": 2.4432,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.8333333333333334,
700
+ "grad_norm": 2.7508137226104736,
701
+ "learning_rate": 3.615319865319866e-05,
702
+ "loss": 2.3677,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.8417508417508418,
707
+ "grad_norm": 3.1264898777008057,
708
+ "learning_rate": 3.601290684624018e-05,
709
+ "loss": 2.444,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.8501683501683501,
714
+ "grad_norm": 2.5735745429992676,
715
+ "learning_rate": 3.587261503928171e-05,
716
+ "loss": 2.4514,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.8585858585858586,
721
+ "grad_norm": 2.614163637161255,
722
+ "learning_rate": 3.5732323232323234e-05,
723
+ "loss": 2.4012,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.867003367003367,
728
+ "grad_norm": 3.058293342590332,
729
+ "learning_rate": 3.559203142536476e-05,
730
+ "loss": 2.5346,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.8754208754208754,
735
+ "grad_norm": 2.299180507659912,
736
+ "learning_rate": 3.5451739618406285e-05,
737
+ "loss": 2.4102,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.8838383838383839,
742
+ "grad_norm": 2.3540875911712646,
743
+ "learning_rate": 3.531144781144781e-05,
744
+ "loss": 2.3884,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.8922558922558923,
749
+ "grad_norm": 2.4985461235046387,
750
+ "learning_rate": 3.517115600448934e-05,
751
+ "loss": 2.5071,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.9006734006734006,
756
+ "grad_norm": 2.615652322769165,
757
+ "learning_rate": 3.503086419753087e-05,
758
+ "loss": 2.4177,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.9090909090909091,
763
+ "grad_norm": 2.617262601852417,
764
+ "learning_rate": 3.489057239057239e-05,
765
+ "loss": 2.3434,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.9175084175084175,
770
+ "grad_norm": 2.422133445739746,
771
+ "learning_rate": 3.475028058361392e-05,
772
+ "loss": 2.4621,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.9259259259259259,
777
+ "grad_norm": 2.65753173828125,
778
+ "learning_rate": 3.460998877665544e-05,
779
+ "loss": 2.398,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.9343434343434344,
784
+ "grad_norm": 2.8853819370269775,
785
+ "learning_rate": 3.4469696969696974e-05,
786
+ "loss": 2.5412,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.9427609427609428,
791
+ "grad_norm": 2.287621021270752,
792
+ "learning_rate": 3.43294051627385e-05,
793
+ "loss": 2.3842,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.9511784511784511,
798
+ "grad_norm": 2.8708698749542236,
799
+ "learning_rate": 3.4189113355780025e-05,
800
+ "loss": 2.365,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.9595959595959596,
805
+ "grad_norm": 2.9824109077453613,
806
+ "learning_rate": 3.404882154882155e-05,
807
+ "loss": 2.5138,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.968013468013468,
812
+ "grad_norm": 3.031399726867676,
813
+ "learning_rate": 3.3908529741863075e-05,
814
+ "loss": 2.4326,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.9764309764309764,
819
+ "grad_norm": 2.725060224533081,
820
+ "learning_rate": 3.37682379349046e-05,
821
+ "loss": 2.3802,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.9848484848484849,
826
+ "grad_norm": 2.43306303024292,
827
+ "learning_rate": 3.362794612794613e-05,
828
+ "loss": 2.4778,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.9932659932659933,
833
+ "grad_norm": 2.6997814178466797,
834
+ "learning_rate": 3.348765432098766e-05,
835
+ "loss": 2.4728,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 1.0016835016835017,
840
+ "grad_norm": 2.8203701972961426,
841
+ "learning_rate": 3.334736251402918e-05,
842
+ "loss": 2.4017,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 1.0101010101010102,
847
+ "grad_norm": 2.8343305587768555,
848
+ "learning_rate": 3.320707070707071e-05,
849
+ "loss": 2.3664,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 1.0185185185185186,
854
+ "grad_norm": 3.814268112182617,
855
+ "learning_rate": 3.306677890011223e-05,
856
+ "loss": 2.5748,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 1.026936026936027,
861
+ "grad_norm": 2.555053234100342,
862
+ "learning_rate": 3.2926487093153765e-05,
863
+ "loss": 2.4044,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 1.0353535353535352,
868
+ "grad_norm": 3.142622470855713,
869
+ "learning_rate": 3.278619528619529e-05,
870
+ "loss": 2.3966,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 1.0437710437710437,
875
+ "grad_norm": 2.609618663787842,
876
+ "learning_rate": 3.2645903479236815e-05,
877
+ "loss": 2.556,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 1.0521885521885521,
882
+ "grad_norm": 3.1092679500579834,
883
+ "learning_rate": 3.250561167227834e-05,
884
+ "loss": 2.2779,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 1.0606060606060606,
889
+ "grad_norm": 3.010402202606201,
890
+ "learning_rate": 3.2365319865319865e-05,
891
+ "loss": 2.3634,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 1.069023569023569,
896
+ "grad_norm": 2.553971290588379,
897
+ "learning_rate": 3.22250280583614e-05,
898
+ "loss": 2.3588,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 1.0774410774410774,
903
+ "grad_norm": 2.712143898010254,
904
+ "learning_rate": 3.208473625140292e-05,
905
+ "loss": 2.3728,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 1.0858585858585859,
910
+ "grad_norm": 2.4108312129974365,
911
+ "learning_rate": 3.194444444444444e-05,
912
+ "loss": 2.2615,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 1.0942760942760943,
917
+ "grad_norm": 2.677093267440796,
918
+ "learning_rate": 3.180415263748597e-05,
919
+ "loss": 2.267,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 1.1026936026936027,
924
+ "grad_norm": 2.9490318298339844,
925
+ "learning_rate": 3.16638608305275e-05,
926
+ "loss": 2.6672,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 1.1111111111111112,
931
+ "grad_norm": 2.6774485111236572,
932
+ "learning_rate": 3.152356902356903e-05,
933
+ "loss": 2.4183,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 1.1195286195286196,
938
+ "grad_norm": 3.1193931102752686,
939
+ "learning_rate": 3.138327721661055e-05,
940
+ "loss": 2.4276,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 1.127946127946128,
945
+ "grad_norm": 2.6562869548797607,
946
+ "learning_rate": 3.1242985409652074e-05,
947
+ "loss": 2.4551,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 1.1363636363636362,
952
+ "grad_norm": 2.88474440574646,
953
+ "learning_rate": 3.1102693602693605e-05,
954
+ "loss": 2.3054,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 1.144781144781145,
959
+ "grad_norm": 2.933032989501953,
960
+ "learning_rate": 3.096240179573513e-05,
961
+ "loss": 2.4734,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 1.1531986531986531,
966
+ "grad_norm": 2.922410488128662,
967
+ "learning_rate": 3.082210998877666e-05,
968
+ "loss": 2.499,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 1.1616161616161615,
973
+ "grad_norm": 2.990966320037842,
974
+ "learning_rate": 3.068181818181818e-05,
975
+ "loss": 2.4067,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 1.17003367003367,
980
+ "grad_norm": 2.89037823677063,
981
+ "learning_rate": 3.0541526374859706e-05,
982
+ "loss": 2.3944,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 1.1784511784511784,
987
+ "grad_norm": 2.6384222507476807,
988
+ "learning_rate": 3.0401234567901238e-05,
989
+ "loss": 2.2478,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 1.1868686868686869,
994
+ "grad_norm": 3.4815266132354736,
995
+ "learning_rate": 3.0260942760942763e-05,
996
+ "loss": 2.3356,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 1.1952861952861953,
1001
+ "grad_norm": 3.02565336227417,
1002
+ "learning_rate": 3.0120650953984285e-05,
1003
+ "loss": 2.4739,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 1.2037037037037037,
1008
+ "grad_norm": 2.780487060546875,
1009
+ "learning_rate": 2.9980359147025817e-05,
1010
+ "loss": 2.3009,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 1.2121212121212122,
1015
+ "grad_norm": 3.0833890438079834,
1016
+ "learning_rate": 2.984006734006734e-05,
1017
+ "loss": 2.4,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 1.2205387205387206,
1022
+ "grad_norm": 2.707517623901367,
1023
+ "learning_rate": 2.969977553310887e-05,
1024
+ "loss": 2.4067,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 1.228956228956229,
1029
+ "grad_norm": 2.5139541625976562,
1030
+ "learning_rate": 2.9559483726150396e-05,
1031
+ "loss": 2.3598,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 1.2373737373737375,
1036
+ "grad_norm": 3.169325590133667,
1037
+ "learning_rate": 2.9419191919191918e-05,
1038
+ "loss": 2.4147,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 1.2457912457912457,
1043
+ "grad_norm": 2.7292799949645996,
1044
+ "learning_rate": 2.927890011223345e-05,
1045
+ "loss": 2.4204,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 1.2542087542087543,
1050
+ "grad_norm": 2.791738271713257,
1051
+ "learning_rate": 2.913860830527497e-05,
1052
+ "loss": 2.4267,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 1.2626262626262625,
1057
+ "grad_norm": 2.608445882797241,
1058
+ "learning_rate": 2.8998316498316503e-05,
1059
+ "loss": 2.3114,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 1.271043771043771,
1064
+ "grad_norm": 2.5103442668914795,
1065
+ "learning_rate": 2.8858024691358025e-05,
1066
+ "loss": 2.2693,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 1.2794612794612794,
1071
+ "grad_norm": 2.824044942855835,
1072
+ "learning_rate": 2.871773288439955e-05,
1073
+ "loss": 2.394,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 1.2878787878787878,
1078
+ "grad_norm": 3.275538444519043,
1079
+ "learning_rate": 2.8577441077441082e-05,
1080
+ "loss": 2.5109,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 1.2962962962962963,
1085
+ "grad_norm": 3.2262158393859863,
1086
+ "learning_rate": 2.8437149270482604e-05,
1087
+ "loss": 2.3438,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 1.3047138047138047,
1092
+ "grad_norm": 2.8264598846435547,
1093
+ "learning_rate": 2.829685746352413e-05,
1094
+ "loss": 2.4934,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 1.3131313131313131,
1099
+ "grad_norm": 2.9306719303131104,
1100
+ "learning_rate": 2.8156565656565658e-05,
1101
+ "loss": 2.2246,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 1.3215488215488216,
1106
+ "grad_norm": 2.6973257064819336,
1107
+ "learning_rate": 2.8016273849607183e-05,
1108
+ "loss": 2.3807,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 1.32996632996633,
1113
+ "grad_norm": 3.0139241218566895,
1114
+ "learning_rate": 2.787598204264871e-05,
1115
+ "loss": 2.5024,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 1.3383838383838385,
1120
+ "grad_norm": 2.5364763736724854,
1121
+ "learning_rate": 2.7735690235690237e-05,
1122
+ "loss": 2.2749,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 1.3468013468013469,
1127
+ "grad_norm": 2.8624165058135986,
1128
+ "learning_rate": 2.7595398428731762e-05,
1129
+ "loss": 2.3387,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 1.355218855218855,
1134
+ "grad_norm": 2.9810757637023926,
1135
+ "learning_rate": 2.745510662177329e-05,
1136
+ "loss": 2.1873,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 1.3636363636363638,
1141
+ "grad_norm": 2.5730276107788086,
1142
+ "learning_rate": 2.7314814814814816e-05,
1143
+ "loss": 2.273,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 1.372053872053872,
1148
+ "grad_norm": 3.2745449542999268,
1149
+ "learning_rate": 2.7174523007856344e-05,
1150
+ "loss": 2.2767,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 1.3804713804713804,
1155
+ "grad_norm": 2.857235908508301,
1156
+ "learning_rate": 2.703423120089787e-05,
1157
+ "loss": 2.4409,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 1.3888888888888888,
1162
+ "grad_norm": 2.7736656665802,
1163
+ "learning_rate": 2.6893939393939394e-05,
1164
+ "loss": 2.3483,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 1.3973063973063973,
1169
+ "grad_norm": 3.5529961585998535,
1170
+ "learning_rate": 2.6753647586980923e-05,
1171
+ "loss": 2.4341,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 1.4057239057239057,
1176
+ "grad_norm": 2.9840221405029297,
1177
+ "learning_rate": 2.6613355780022448e-05,
1178
+ "loss": 2.3764,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 1.4141414141414141,
1183
+ "grad_norm": 3.015062093734741,
1184
+ "learning_rate": 2.6473063973063973e-05,
1185
+ "loss": 2.3547,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 1.4225589225589226,
1190
+ "grad_norm": 3.440065860748291,
1191
+ "learning_rate": 2.6332772166105502e-05,
1192
+ "loss": 2.3314,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 1.430976430976431,
1197
+ "grad_norm": 3.125835657119751,
1198
+ "learning_rate": 2.6192480359147027e-05,
1199
+ "loss": 2.3632,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 1.4393939393939394,
1204
+ "grad_norm": 2.9020016193389893,
1205
+ "learning_rate": 2.6052188552188556e-05,
1206
+ "loss": 2.4821,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 1.4478114478114479,
1211
+ "grad_norm": 3.136042594909668,
1212
+ "learning_rate": 2.591189674523008e-05,
1213
+ "loss": 2.4106,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 1.4562289562289563,
1218
+ "grad_norm": 2.7179207801818848,
1219
+ "learning_rate": 2.5771604938271603e-05,
1220
+ "loss": 2.3794,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 1.4646464646464645,
1225
+ "grad_norm": 2.6184420585632324,
1226
+ "learning_rate": 2.5631313131313135e-05,
1227
+ "loss": 2.3573,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 1.4730639730639732,
1232
+ "grad_norm": 2.7196948528289795,
1233
+ "learning_rate": 2.549102132435466e-05,
1234
+ "loss": 2.4751,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 1.4814814814814814,
1239
+ "grad_norm": 3.360743999481201,
1240
+ "learning_rate": 2.5350729517396188e-05,
1241
+ "loss": 2.4172,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 1.4898989898989898,
1246
+ "grad_norm": 3.908057689666748,
1247
+ "learning_rate": 2.5210437710437713e-05,
1248
+ "loss": 2.3338,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 1.4983164983164983,
1253
+ "grad_norm": 3.2845561504364014,
1254
+ "learning_rate": 2.5070145903479235e-05,
1255
+ "loss": 2.4202,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 1.5067340067340067,
1260
+ "grad_norm": 2.720625638961792,
1261
+ "learning_rate": 2.4929854096520764e-05,
1262
+ "loss": 2.5369,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 1.5151515151515151,
1267
+ "grad_norm": 2.977970600128174,
1268
+ "learning_rate": 2.478956228956229e-05,
1269
+ "loss": 2.2776,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 1.5235690235690236,
1274
+ "grad_norm": 2.835860252380371,
1275
+ "learning_rate": 2.4649270482603818e-05,
1276
+ "loss": 2.329,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 1.531986531986532,
1281
+ "grad_norm": 3.039226531982422,
1282
+ "learning_rate": 2.4508978675645343e-05,
1283
+ "loss": 2.4787,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 1.5404040404040404,
1288
+ "grad_norm": 2.7011232376098633,
1289
+ "learning_rate": 2.4368686868686868e-05,
1290
+ "loss": 2.4924,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 1.5488215488215489,
1295
+ "grad_norm": 2.741283893585205,
1296
+ "learning_rate": 2.4228395061728396e-05,
1297
+ "loss": 2.4265,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 1.557239057239057,
1302
+ "grad_norm": 2.7896602153778076,
1303
+ "learning_rate": 2.408810325476992e-05,
1304
+ "loss": 2.2275,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 1.5656565656565657,
1309
+ "grad_norm": 3.505488872528076,
1310
+ "learning_rate": 2.394781144781145e-05,
1311
+ "loss": 2.4043,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 1.574074074074074,
1316
+ "grad_norm": 2.921954393386841,
1317
+ "learning_rate": 2.3807519640852975e-05,
1318
+ "loss": 2.3513,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 1.5824915824915826,
1323
+ "grad_norm": 3.427619695663452,
1324
+ "learning_rate": 2.36672278338945e-05,
1325
+ "loss": 2.3622,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 1.5909090909090908,
1330
+ "grad_norm": 3.277251720428467,
1331
+ "learning_rate": 2.352693602693603e-05,
1332
+ "loss": 2.3942,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 1.5993265993265995,
1337
+ "grad_norm": 3.206590175628662,
1338
+ "learning_rate": 2.3386644219977554e-05,
1339
+ "loss": 2.4197,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 1.6077441077441077,
1344
+ "grad_norm": 3.070993423461914,
1345
+ "learning_rate": 2.3246352413019083e-05,
1346
+ "loss": 2.3346,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 1.6161616161616161,
1351
+ "grad_norm": 2.9139037132263184,
1352
+ "learning_rate": 2.3106060606060605e-05,
1353
+ "loss": 2.2375,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 1.6245791245791246,
1358
+ "grad_norm": 3.173426628112793,
1359
+ "learning_rate": 2.2965768799102133e-05,
1360
+ "loss": 2.3717,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 1.632996632996633,
1365
+ "grad_norm": 2.910637855529785,
1366
+ "learning_rate": 2.282547699214366e-05,
1367
+ "loss": 2.28,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 1.6414141414141414,
1372
+ "grad_norm": 3.881056785583496,
1373
+ "learning_rate": 2.2685185185185187e-05,
1374
+ "loss": 2.3383,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 1.6498316498316499,
1379
+ "grad_norm": 3.2495148181915283,
1380
+ "learning_rate": 2.2544893378226712e-05,
1381
+ "loss": 2.3704,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 1.6582491582491583,
1386
+ "grad_norm": 2.6956305503845215,
1387
+ "learning_rate": 2.2404601571268237e-05,
1388
+ "loss": 2.3639,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 1.6666666666666665,
1393
+ "grad_norm": 3.1080222129821777,
1394
+ "learning_rate": 2.2264309764309766e-05,
1395
+ "loss": 2.4179,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 1.6750841750841752,
1400
+ "grad_norm": 2.9564356803894043,
1401
+ "learning_rate": 2.212401795735129e-05,
1402
+ "loss": 2.3974,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 1.6835016835016834,
1407
+ "grad_norm": 2.73732590675354,
1408
+ "learning_rate": 2.198372615039282e-05,
1409
+ "loss": 2.2624,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 1.691919191919192,
1414
+ "grad_norm": 2.9970414638519287,
1415
+ "learning_rate": 2.1843434343434345e-05,
1416
+ "loss": 2.3246,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 1.7003367003367003,
1421
+ "grad_norm": 3.410376787185669,
1422
+ "learning_rate": 2.170314253647587e-05,
1423
+ "loss": 2.3357,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 1.708754208754209,
1428
+ "grad_norm": 2.965650796890259,
1429
+ "learning_rate": 2.15628507295174e-05,
1430
+ "loss": 2.3428,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 1.7171717171717171,
1435
+ "grad_norm": 3.167226791381836,
1436
+ "learning_rate": 2.1422558922558924e-05,
1437
+ "loss": 2.1527,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 1.7255892255892256,
1442
+ "grad_norm": 4.487528324127197,
1443
+ "learning_rate": 2.128226711560045e-05,
1444
+ "loss": 2.4263,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 1.734006734006734,
1449
+ "grad_norm": 3.309645414352417,
1450
+ "learning_rate": 2.1141975308641977e-05,
1451
+ "loss": 2.313,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 1.7424242424242424,
1456
+ "grad_norm": 3.7654778957366943,
1457
+ "learning_rate": 2.1001683501683502e-05,
1458
+ "loss": 2.3591,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 1.7508417508417509,
1463
+ "grad_norm": 3.188965320587158,
1464
+ "learning_rate": 2.086139169472503e-05,
1465
+ "loss": 2.4313,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 1.7592592592592593,
1470
+ "grad_norm": 3.119352102279663,
1471
+ "learning_rate": 2.0721099887766553e-05,
1472
+ "loss": 2.3364,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 1.7676767676767677,
1477
+ "grad_norm": 3.435917854309082,
1478
+ "learning_rate": 2.058080808080808e-05,
1479
+ "loss": 2.4577,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 1.776094276094276,
1484
+ "grad_norm": 3.3111941814422607,
1485
+ "learning_rate": 2.0440516273849607e-05,
1486
+ "loss": 2.3218,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 1.7845117845117846,
1491
+ "grad_norm": 4.261884689331055,
1492
+ "learning_rate": 2.0300224466891135e-05,
1493
+ "loss": 2.4014,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 1.7929292929292928,
1498
+ "grad_norm": 2.9653213024139404,
1499
+ "learning_rate": 2.0159932659932664e-05,
1500
+ "loss": 2.309,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 1.8013468013468015,
1505
+ "grad_norm": 2.784932851791382,
1506
+ "learning_rate": 2.0019640852974185e-05,
1507
+ "loss": 2.3611,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 1.8097643097643097,
1512
+ "grad_norm": 3.5843029022216797,
1513
+ "learning_rate": 1.9879349046015714e-05,
1514
+ "loss": 2.4837,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 1.8181818181818183,
1519
+ "grad_norm": 3.4695231914520264,
1520
+ "learning_rate": 1.973905723905724e-05,
1521
+ "loss": 2.284,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 1.8265993265993266,
1526
+ "grad_norm": 3.2327258586883545,
1527
+ "learning_rate": 1.9598765432098768e-05,
1528
+ "loss": 2.3084,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 1.835016835016835,
1533
+ "grad_norm": 2.878326177597046,
1534
+ "learning_rate": 1.9458473625140293e-05,
1535
+ "loss": 2.5618,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 1.8434343434343434,
1540
+ "grad_norm": 3.4700164794921875,
1541
+ "learning_rate": 1.9318181818181818e-05,
1542
+ "loss": 2.3738,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 1.8518518518518519,
1547
+ "grad_norm": 3.615539789199829,
1548
+ "learning_rate": 1.9177890011223347e-05,
1549
+ "loss": 2.2962,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 1.8602693602693603,
1554
+ "grad_norm": 3.0230872631073,
1555
+ "learning_rate": 1.9037598204264872e-05,
1556
+ "loss": 2.3229,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 1.8686868686868687,
1561
+ "grad_norm": 3.3907663822174072,
1562
+ "learning_rate": 1.8897306397306397e-05,
1563
+ "loss": 2.4199,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 1.8771043771043772,
1568
+ "grad_norm": 3.1739697456359863,
1569
+ "learning_rate": 1.8757014590347925e-05,
1570
+ "loss": 2.3878,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 1.8855218855218854,
1575
+ "grad_norm": 3.4084649085998535,
1576
+ "learning_rate": 1.861672278338945e-05,
1577
+ "loss": 2.3386,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 1.893939393939394,
1582
+ "grad_norm": 2.9609739780426025,
1583
+ "learning_rate": 1.847643097643098e-05,
1584
+ "loss": 2.3211,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 1.9023569023569022,
1589
+ "grad_norm": 3.075378894805908,
1590
+ "learning_rate": 1.8336139169472504e-05,
1591
+ "loss": 2.3675,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 1.910774410774411,
1596
+ "grad_norm": 2.9113922119140625,
1597
+ "learning_rate": 1.819584736251403e-05,
1598
+ "loss": 2.3151,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 1.9191919191919191,
1603
+ "grad_norm": 3.364899158477783,
1604
+ "learning_rate": 1.8055555555555555e-05,
1605
+ "loss": 2.1976,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 1.9276094276094278,
1610
+ "grad_norm": 4.041044235229492,
1611
+ "learning_rate": 1.7915263748597083e-05,
1612
+ "loss": 2.366,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 1.936026936026936,
1617
+ "grad_norm": 2.874314785003662,
1618
+ "learning_rate": 1.777497194163861e-05,
1619
+ "loss": 2.2946,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 1.9444444444444444,
1624
+ "grad_norm": 3.636214256286621,
1625
+ "learning_rate": 1.7634680134680134e-05,
1626
+ "loss": 2.2318,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 1.9528619528619529,
1631
+ "grad_norm": 3.3151936531066895,
1632
+ "learning_rate": 1.7494388327721662e-05,
1633
+ "loss": 2.484,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 1.9612794612794613,
1638
+ "grad_norm": 2.95894193649292,
1639
+ "learning_rate": 1.7354096520763187e-05,
1640
+ "loss": 2.2886,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 1.9696969696969697,
1645
+ "grad_norm": 3.3470945358276367,
1646
+ "learning_rate": 1.7213804713804716e-05,
1647
+ "loss": 2.331,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 1.9781144781144782,
1652
+ "grad_norm": 2.9090137481689453,
1653
+ "learning_rate": 1.707351290684624e-05,
1654
+ "loss": 2.3689,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 1.9865319865319866,
1659
+ "grad_norm": 2.894779682159424,
1660
+ "learning_rate": 1.6933221099887766e-05,
1661
+ "loss": 2.4426,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 1.9949494949494948,
1666
+ "grad_norm": 3.315685749053955,
1667
+ "learning_rate": 1.6792929292929295e-05,
1668
+ "loss": 2.3809,
1669
+ "step": 2370
1670
+ }
1671
+ ],
1672
+ "logging_steps": 10,
1673
+ "max_steps": 3564,
1674
+ "num_input_tokens_seen": 0,
1675
+ "num_train_epochs": 3,
1676
+ "save_steps": 500,
1677
+ "stateful_callbacks": {
1678
+ "TrainerControl": {
1679
+ "args": {
1680
+ "should_epoch_stop": false,
1681
+ "should_evaluate": false,
1682
+ "should_log": false,
1683
+ "should_save": true,
1684
+ "should_training_stop": false
1685
+ },
1686
+ "attributes": {}
1687
+ }
1688
+ },
1689
+ "total_flos": 5099434873454592.0,
1690
+ "train_batch_size": 1,
1691
+ "trial_name": null,
1692
+ "trial_params": null
1693
+ }
checkpoint-2376/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:314f01194c0fb29c55e63c94783997c022d19c8a65f000ef736d87620eb7d0d9
3
+ size 5368
checkpoint-3564/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-3-1b-it
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.14.0
checkpoint-3564/adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-3-1b-it",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.1,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
+ ],
29
+ "task_type": "CAUSAL_LM",
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
checkpoint-3564/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:731a4c8c3508c043afc5acedc2ba98e2d393fc298bd0f3df927648c5c3a0beac
3
+ size 2995512
checkpoint-3564/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d807e5ecd7f1f73b21e6f3ba80354165eb2182523d1afe097621c7bca77ca13
3
+ size 6051322
checkpoint-3564/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3da2c9b6d7a3d5a63a4cd2e4f9423b0ec014920bc27604666c77503c1c310a30
3
+ size 14244
checkpoint-3564/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a477cd0cf5611f86f98ac976e71f31f9917b1890b4e8e993d095337d29945b33
3
+ size 988
checkpoint-3564/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53ac6deabead5e433c1cbf97df8be5e7f99c7d9711c07956076c951b61e6478c
3
+ size 1064
checkpoint-3564/trainer_state.json ADDED
@@ -0,0 +1,2526 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 3564,
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.008417508417508417,
14
+ "grad_norm": NaN,
15
+ "learning_rate": 4.990179573512907e-05,
16
+ "loss": 3.4797,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.016835016835016835,
21
+ "grad_norm": 1.8723673820495605,
22
+ "learning_rate": 4.97615039281706e-05,
23
+ "loss": 3.4589,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.025252525252525252,
28
+ "grad_norm": 1.6116461753845215,
29
+ "learning_rate": 4.962121212121213e-05,
30
+ "loss": 3.3366,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.03367003367003367,
35
+ "grad_norm": 1.6241545677185059,
36
+ "learning_rate": 4.9480920314253646e-05,
37
+ "loss": 3.0591,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.04208754208754209,
42
+ "grad_norm": 1.6978979110717773,
43
+ "learning_rate": 4.934062850729518e-05,
44
+ "loss": 3.2064,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.050505050505050504,
49
+ "grad_norm": 2.229762077331543,
50
+ "learning_rate": 4.92003367003367e-05,
51
+ "loss": 3.0569,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.058922558922558925,
56
+ "grad_norm": 1.3693021535873413,
57
+ "learning_rate": 4.906004489337823e-05,
58
+ "loss": 2.9715,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.06734006734006734,
63
+ "grad_norm": 1.712484359741211,
64
+ "learning_rate": 4.891975308641975e-05,
65
+ "loss": 2.9787,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.07575757575757576,
70
+ "grad_norm": 1.933789610862732,
71
+ "learning_rate": 4.877946127946128e-05,
72
+ "loss": 2.9016,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.08417508417508418,
77
+ "grad_norm": 2.0508992671966553,
78
+ "learning_rate": 4.863916947250281e-05,
79
+ "loss": 2.93,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.09259259259259259,
84
+ "grad_norm": 1.8941344022750854,
85
+ "learning_rate": 4.8498877665544335e-05,
86
+ "loss": 2.852,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.10101010101010101,
91
+ "grad_norm": 1.5971471071243286,
92
+ "learning_rate": 4.835858585858586e-05,
93
+ "loss": 2.8484,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.10942760942760943,
98
+ "grad_norm": 1.8011534214019775,
99
+ "learning_rate": 4.8218294051627386e-05,
100
+ "loss": 2.8801,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.11784511784511785,
105
+ "grad_norm": 2.071338176727295,
106
+ "learning_rate": 4.807800224466891e-05,
107
+ "loss": 2.7344,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.12626262626262627,
112
+ "grad_norm": 1.5685261487960815,
113
+ "learning_rate": 4.793771043771044e-05,
114
+ "loss": 2.8886,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.13468013468013468,
119
+ "grad_norm": 1.719056487083435,
120
+ "learning_rate": 4.779741863075197e-05,
121
+ "loss": 2.7326,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.14309764309764308,
126
+ "grad_norm": 1.8598765134811401,
127
+ "learning_rate": 4.765712682379349e-05,
128
+ "loss": 2.7544,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.15151515151515152,
133
+ "grad_norm": 1.7602612972259521,
134
+ "learning_rate": 4.751683501683502e-05,
135
+ "loss": 2.7759,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.15993265993265993,
140
+ "grad_norm": 2.0498409271240234,
141
+ "learning_rate": 4.7376543209876543e-05,
142
+ "loss": 2.7495,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.16835016835016836,
147
+ "grad_norm": 1.8029284477233887,
148
+ "learning_rate": 4.723625140291807e-05,
149
+ "loss": 2.6568,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.17676767676767677,
154
+ "grad_norm": 2.052203416824341,
155
+ "learning_rate": 4.70959595959596e-05,
156
+ "loss": 2.6162,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.18518518518518517,
161
+ "grad_norm": 1.693206787109375,
162
+ "learning_rate": 4.6955667789001126e-05,
163
+ "loss": 2.7206,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.1936026936026936,
168
+ "grad_norm": 1.7983921766281128,
169
+ "learning_rate": 4.681537598204265e-05,
170
+ "loss": 2.699,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.20202020202020202,
175
+ "grad_norm": 2.1269702911376953,
176
+ "learning_rate": 4.6675084175084176e-05,
177
+ "loss": 2.8926,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.21043771043771045,
182
+ "grad_norm": 2.1926703453063965,
183
+ "learning_rate": 4.65347923681257e-05,
184
+ "loss": 2.6839,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.21885521885521886,
189
+ "grad_norm": 1.9844324588775635,
190
+ "learning_rate": 4.639450056116723e-05,
191
+ "loss": 2.6166,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.22727272727272727,
196
+ "grad_norm": 2.1632473468780518,
197
+ "learning_rate": 4.625420875420876e-05,
198
+ "loss": 2.6975,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.2356902356902357,
203
+ "grad_norm": 1.8100026845932007,
204
+ "learning_rate": 4.6113916947250283e-05,
205
+ "loss": 2.7679,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.2441077441077441,
210
+ "grad_norm": 1.765960693359375,
211
+ "learning_rate": 4.597362514029181e-05,
212
+ "loss": 2.6372,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.25252525252525254,
217
+ "grad_norm": 2.0554540157318115,
218
+ "learning_rate": 4.5833333333333334e-05,
219
+ "loss": 2.707,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.2609427609427609,
224
+ "grad_norm": 1.662891149520874,
225
+ "learning_rate": 4.5693041526374866e-05,
226
+ "loss": 2.5671,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.26936026936026936,
231
+ "grad_norm": 1.9311376810073853,
232
+ "learning_rate": 4.555274971941639e-05,
233
+ "loss": 2.6173,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.2777777777777778,
238
+ "grad_norm": 2.077493667602539,
239
+ "learning_rate": 4.541245791245791e-05,
240
+ "loss": 2.7469,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.28619528619528617,
245
+ "grad_norm": 1.8855682611465454,
246
+ "learning_rate": 4.527216610549944e-05,
247
+ "loss": 2.6762,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.2946127946127946,
252
+ "grad_norm": 3.0554871559143066,
253
+ "learning_rate": 4.5131874298540966e-05,
254
+ "loss": 2.6689,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.30303030303030304,
259
+ "grad_norm": 2.175938129425049,
260
+ "learning_rate": 4.49915824915825e-05,
261
+ "loss": 2.5579,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.3114478114478115,
266
+ "grad_norm": 2.187106132507324,
267
+ "learning_rate": 4.485129068462402e-05,
268
+ "loss": 2.6166,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.31986531986531985,
273
+ "grad_norm": 2.1227610111236572,
274
+ "learning_rate": 4.471099887766554e-05,
275
+ "loss": 2.6637,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.3282828282828283,
280
+ "grad_norm": 2.3033812046051025,
281
+ "learning_rate": 4.4570707070707074e-05,
282
+ "loss": 2.6204,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.3367003367003367,
287
+ "grad_norm": 2.34395432472229,
288
+ "learning_rate": 4.44304152637486e-05,
289
+ "loss": 2.6941,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.3451178451178451,
294
+ "grad_norm": 1.7339164018630981,
295
+ "learning_rate": 4.429012345679013e-05,
296
+ "loss": 2.5516,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.35353535353535354,
301
+ "grad_norm": 2.3480944633483887,
302
+ "learning_rate": 4.414983164983165e-05,
303
+ "loss": 2.5533,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.36195286195286197,
308
+ "grad_norm": 2.076554298400879,
309
+ "learning_rate": 4.4009539842873175e-05,
310
+ "loss": 2.5942,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.37037037037037035,
315
+ "grad_norm": 2.461144208908081,
316
+ "learning_rate": 4.3869248035914707e-05,
317
+ "loss": 2.7073,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.3787878787878788,
322
+ "grad_norm": 2.3409440517425537,
323
+ "learning_rate": 4.372895622895623e-05,
324
+ "loss": 2.551,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.3872053872053872,
329
+ "grad_norm": 2.0938796997070312,
330
+ "learning_rate": 4.358866442199776e-05,
331
+ "loss": 2.5157,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.3956228956228956,
336
+ "grad_norm": 2.0075490474700928,
337
+ "learning_rate": 4.344837261503928e-05,
338
+ "loss": 2.6791,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.40404040404040403,
343
+ "grad_norm": 2.0483977794647217,
344
+ "learning_rate": 4.330808080808081e-05,
345
+ "loss": 2.5285,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.41245791245791247,
350
+ "grad_norm": 2.0210118293762207,
351
+ "learning_rate": 4.316778900112234e-05,
352
+ "loss": 2.4894,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.4208754208754209,
357
+ "grad_norm": 2.2782247066497803,
358
+ "learning_rate": 4.3027497194163864e-05,
359
+ "loss": 2.541,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.4292929292929293,
364
+ "grad_norm": 2.6043848991394043,
365
+ "learning_rate": 4.288720538720539e-05,
366
+ "loss": 2.5162,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.4377104377104377,
371
+ "grad_norm": 2.8767223358154297,
372
+ "learning_rate": 4.2746913580246915e-05,
373
+ "loss": 2.5854,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.44612794612794615,
378
+ "grad_norm": 2.8873238563537598,
379
+ "learning_rate": 4.260662177328844e-05,
380
+ "loss": 2.6396,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.45454545454545453,
385
+ "grad_norm": 2.052957057952881,
386
+ "learning_rate": 4.246632996632997e-05,
387
+ "loss": 2.4754,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.46296296296296297,
392
+ "grad_norm": 2.027665376663208,
393
+ "learning_rate": 4.23260381593715e-05,
394
+ "loss": 2.4765,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.4713804713804714,
399
+ "grad_norm": 2.368720293045044,
400
+ "learning_rate": 4.218574635241302e-05,
401
+ "loss": 2.4542,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.4797979797979798,
406
+ "grad_norm": 2.33085298538208,
407
+ "learning_rate": 4.204545454545455e-05,
408
+ "loss": 2.4622,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.4882154882154882,
413
+ "grad_norm": 2.237562417984009,
414
+ "learning_rate": 4.190516273849607e-05,
415
+ "loss": 2.5542,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.49663299663299665,
420
+ "grad_norm": 2.0441579818725586,
421
+ "learning_rate": 4.17648709315376e-05,
422
+ "loss": 2.4717,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.5050505050505051,
427
+ "grad_norm": 2.248406171798706,
428
+ "learning_rate": 4.162457912457913e-05,
429
+ "loss": 2.4661,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.5134680134680135,
434
+ "grad_norm": 2.1775243282318115,
435
+ "learning_rate": 4.1484287317620655e-05,
436
+ "loss": 2.5614,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.5218855218855218,
441
+ "grad_norm": 2.319425344467163,
442
+ "learning_rate": 4.134399551066218e-05,
443
+ "loss": 2.5012,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.5303030303030303,
448
+ "grad_norm": 2.232248544692993,
449
+ "learning_rate": 4.1203703703703705e-05,
450
+ "loss": 2.5689,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.5387205387205387,
455
+ "grad_norm": 2.3449838161468506,
456
+ "learning_rate": 4.106341189674523e-05,
457
+ "loss": 2.4287,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.5471380471380471,
462
+ "grad_norm": 2.412785768508911,
463
+ "learning_rate": 4.092312008978676e-05,
464
+ "loss": 2.5041,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.5555555555555556,
469
+ "grad_norm": 2.432955503463745,
470
+ "learning_rate": 4.078282828282828e-05,
471
+ "loss": 2.4476,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.563973063973064,
476
+ "grad_norm": 2.642298698425293,
477
+ "learning_rate": 4.064253647586981e-05,
478
+ "loss": 2.421,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.5723905723905723,
483
+ "grad_norm": 2.232794761657715,
484
+ "learning_rate": 4.050224466891134e-05,
485
+ "loss": 2.5912,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.5808080808080808,
490
+ "grad_norm": 2.8323323726654053,
491
+ "learning_rate": 4.036195286195286e-05,
492
+ "loss": 2.3986,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.5892255892255892,
497
+ "grad_norm": 4.2033891677856445,
498
+ "learning_rate": 4.0221661054994395e-05,
499
+ "loss": 2.5413,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.5976430976430976,
504
+ "grad_norm": 2.3608999252319336,
505
+ "learning_rate": 4.008136924803591e-05,
506
+ "loss": 2.5453,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.6060606060606061,
511
+ "grad_norm": 2.5277252197265625,
512
+ "learning_rate": 3.9941077441077445e-05,
513
+ "loss": 2.4956,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.6144781144781145,
518
+ "grad_norm": 2.5772793292999268,
519
+ "learning_rate": 3.980078563411897e-05,
520
+ "loss": 2.5238,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.622895622895623,
525
+ "grad_norm": 2.718047618865967,
526
+ "learning_rate": 3.9660493827160496e-05,
527
+ "loss": 2.4327,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.6313131313131313,
532
+ "grad_norm": 2.5964958667755127,
533
+ "learning_rate": 3.952020202020202e-05,
534
+ "loss": 2.5208,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.6397306397306397,
539
+ "grad_norm": 2.4600930213928223,
540
+ "learning_rate": 3.9379910213243546e-05,
541
+ "loss": 2.6661,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.6481481481481481,
546
+ "grad_norm": 2.449575662612915,
547
+ "learning_rate": 3.923961840628507e-05,
548
+ "loss": 2.5442,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.6565656565656566,
553
+ "grad_norm": 2.3219118118286133,
554
+ "learning_rate": 3.90993265993266e-05,
555
+ "loss": 2.3805,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.664983164983165,
560
+ "grad_norm": 2.774872064590454,
561
+ "learning_rate": 3.895903479236813e-05,
562
+ "loss": 2.4343,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.6734006734006734,
567
+ "grad_norm": 2.466688632965088,
568
+ "learning_rate": 3.881874298540965e-05,
569
+ "loss": 2.4088,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.6818181818181818,
574
+ "grad_norm": 3.1128170490264893,
575
+ "learning_rate": 3.867845117845118e-05,
576
+ "loss": 2.5768,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.6902356902356902,
581
+ "grad_norm": 4.245325088500977,
582
+ "learning_rate": 3.8538159371492704e-05,
583
+ "loss": 2.3917,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.6986531986531986,
588
+ "grad_norm": 2.6386542320251465,
589
+ "learning_rate": 3.8397867564534236e-05,
590
+ "loss": 2.3603,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.7070707070707071,
595
+ "grad_norm": 3.0349717140197754,
596
+ "learning_rate": 3.825757575757576e-05,
597
+ "loss": 2.5057,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.7154882154882155,
602
+ "grad_norm": 2.524481773376465,
603
+ "learning_rate": 3.8117283950617286e-05,
604
+ "loss": 2.5321,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.7239057239057239,
609
+ "grad_norm": 3.5061841011047363,
610
+ "learning_rate": 3.797699214365881e-05,
611
+ "loss": 2.6322,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.7323232323232324,
616
+ "grad_norm": 2.5284855365753174,
617
+ "learning_rate": 3.7836700336700336e-05,
618
+ "loss": 2.5965,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.7407407407407407,
623
+ "grad_norm": 2.923661231994629,
624
+ "learning_rate": 3.769640852974187e-05,
625
+ "loss": 2.4343,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.7491582491582491,
630
+ "grad_norm": 2.788609743118286,
631
+ "learning_rate": 3.7556116722783393e-05,
632
+ "loss": 2.4594,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.7575757575757576,
637
+ "grad_norm": 2.8142261505126953,
638
+ "learning_rate": 3.741582491582492e-05,
639
+ "loss": 2.4316,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.765993265993266,
644
+ "grad_norm": 2.7626090049743652,
645
+ "learning_rate": 3.7275533108866444e-05,
646
+ "loss": 2.454,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.7744107744107744,
651
+ "grad_norm": 2.700515031814575,
652
+ "learning_rate": 3.713524130190797e-05,
653
+ "loss": 2.5807,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.7828282828282829,
658
+ "grad_norm": 2.9090945720672607,
659
+ "learning_rate": 3.69949494949495e-05,
660
+ "loss": 2.461,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.7912457912457912,
665
+ "grad_norm": 2.439922332763672,
666
+ "learning_rate": 3.6854657687991026e-05,
667
+ "loss": 2.454,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.7996632996632996,
672
+ "grad_norm": 2.9203062057495117,
673
+ "learning_rate": 3.6714365881032544e-05,
674
+ "loss": 2.4361,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.8080808080808081,
679
+ "grad_norm": 2.6928439140319824,
680
+ "learning_rate": 3.6574074074074076e-05,
681
+ "loss": 2.4572,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.8164983164983165,
686
+ "grad_norm": 2.66032338142395,
687
+ "learning_rate": 3.64337822671156e-05,
688
+ "loss": 2.4882,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.8249158249158249,
693
+ "grad_norm": 2.4645493030548096,
694
+ "learning_rate": 3.6293490460157134e-05,
695
+ "loss": 2.4432,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.8333333333333334,
700
+ "grad_norm": 2.7508137226104736,
701
+ "learning_rate": 3.615319865319866e-05,
702
+ "loss": 2.3677,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.8417508417508418,
707
+ "grad_norm": 3.1264898777008057,
708
+ "learning_rate": 3.601290684624018e-05,
709
+ "loss": 2.444,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.8501683501683501,
714
+ "grad_norm": 2.5735745429992676,
715
+ "learning_rate": 3.587261503928171e-05,
716
+ "loss": 2.4514,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.8585858585858586,
721
+ "grad_norm": 2.614163637161255,
722
+ "learning_rate": 3.5732323232323234e-05,
723
+ "loss": 2.4012,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.867003367003367,
728
+ "grad_norm": 3.058293342590332,
729
+ "learning_rate": 3.559203142536476e-05,
730
+ "loss": 2.5346,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.8754208754208754,
735
+ "grad_norm": 2.299180507659912,
736
+ "learning_rate": 3.5451739618406285e-05,
737
+ "loss": 2.4102,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.8838383838383839,
742
+ "grad_norm": 2.3540875911712646,
743
+ "learning_rate": 3.531144781144781e-05,
744
+ "loss": 2.3884,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.8922558922558923,
749
+ "grad_norm": 2.4985461235046387,
750
+ "learning_rate": 3.517115600448934e-05,
751
+ "loss": 2.5071,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.9006734006734006,
756
+ "grad_norm": 2.615652322769165,
757
+ "learning_rate": 3.503086419753087e-05,
758
+ "loss": 2.4177,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.9090909090909091,
763
+ "grad_norm": 2.617262601852417,
764
+ "learning_rate": 3.489057239057239e-05,
765
+ "loss": 2.3434,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.9175084175084175,
770
+ "grad_norm": 2.422133445739746,
771
+ "learning_rate": 3.475028058361392e-05,
772
+ "loss": 2.4621,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.9259259259259259,
777
+ "grad_norm": 2.65753173828125,
778
+ "learning_rate": 3.460998877665544e-05,
779
+ "loss": 2.398,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.9343434343434344,
784
+ "grad_norm": 2.8853819370269775,
785
+ "learning_rate": 3.4469696969696974e-05,
786
+ "loss": 2.5412,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.9427609427609428,
791
+ "grad_norm": 2.287621021270752,
792
+ "learning_rate": 3.43294051627385e-05,
793
+ "loss": 2.3842,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.9511784511784511,
798
+ "grad_norm": 2.8708698749542236,
799
+ "learning_rate": 3.4189113355780025e-05,
800
+ "loss": 2.365,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.9595959595959596,
805
+ "grad_norm": 2.9824109077453613,
806
+ "learning_rate": 3.404882154882155e-05,
807
+ "loss": 2.5138,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.968013468013468,
812
+ "grad_norm": 3.031399726867676,
813
+ "learning_rate": 3.3908529741863075e-05,
814
+ "loss": 2.4326,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.9764309764309764,
819
+ "grad_norm": 2.725060224533081,
820
+ "learning_rate": 3.37682379349046e-05,
821
+ "loss": 2.3802,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.9848484848484849,
826
+ "grad_norm": 2.43306303024292,
827
+ "learning_rate": 3.362794612794613e-05,
828
+ "loss": 2.4778,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.9932659932659933,
833
+ "grad_norm": 2.6997814178466797,
834
+ "learning_rate": 3.348765432098766e-05,
835
+ "loss": 2.4728,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 1.0016835016835017,
840
+ "grad_norm": 2.8203701972961426,
841
+ "learning_rate": 3.334736251402918e-05,
842
+ "loss": 2.4017,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 1.0101010101010102,
847
+ "grad_norm": 2.8343305587768555,
848
+ "learning_rate": 3.320707070707071e-05,
849
+ "loss": 2.3664,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 1.0185185185185186,
854
+ "grad_norm": 3.814268112182617,
855
+ "learning_rate": 3.306677890011223e-05,
856
+ "loss": 2.5748,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 1.026936026936027,
861
+ "grad_norm": 2.555053234100342,
862
+ "learning_rate": 3.2926487093153765e-05,
863
+ "loss": 2.4044,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 1.0353535353535352,
868
+ "grad_norm": 3.142622470855713,
869
+ "learning_rate": 3.278619528619529e-05,
870
+ "loss": 2.3966,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 1.0437710437710437,
875
+ "grad_norm": 2.609618663787842,
876
+ "learning_rate": 3.2645903479236815e-05,
877
+ "loss": 2.556,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 1.0521885521885521,
882
+ "grad_norm": 3.1092679500579834,
883
+ "learning_rate": 3.250561167227834e-05,
884
+ "loss": 2.2779,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 1.0606060606060606,
889
+ "grad_norm": 3.010402202606201,
890
+ "learning_rate": 3.2365319865319865e-05,
891
+ "loss": 2.3634,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 1.069023569023569,
896
+ "grad_norm": 2.553971290588379,
897
+ "learning_rate": 3.22250280583614e-05,
898
+ "loss": 2.3588,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 1.0774410774410774,
903
+ "grad_norm": 2.712143898010254,
904
+ "learning_rate": 3.208473625140292e-05,
905
+ "loss": 2.3728,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 1.0858585858585859,
910
+ "grad_norm": 2.4108312129974365,
911
+ "learning_rate": 3.194444444444444e-05,
912
+ "loss": 2.2615,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 1.0942760942760943,
917
+ "grad_norm": 2.677093267440796,
918
+ "learning_rate": 3.180415263748597e-05,
919
+ "loss": 2.267,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 1.1026936026936027,
924
+ "grad_norm": 2.9490318298339844,
925
+ "learning_rate": 3.16638608305275e-05,
926
+ "loss": 2.6672,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 1.1111111111111112,
931
+ "grad_norm": 2.6774485111236572,
932
+ "learning_rate": 3.152356902356903e-05,
933
+ "loss": 2.4183,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 1.1195286195286196,
938
+ "grad_norm": 3.1193931102752686,
939
+ "learning_rate": 3.138327721661055e-05,
940
+ "loss": 2.4276,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 1.127946127946128,
945
+ "grad_norm": 2.6562869548797607,
946
+ "learning_rate": 3.1242985409652074e-05,
947
+ "loss": 2.4551,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 1.1363636363636362,
952
+ "grad_norm": 2.88474440574646,
953
+ "learning_rate": 3.1102693602693605e-05,
954
+ "loss": 2.3054,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 1.144781144781145,
959
+ "grad_norm": 2.933032989501953,
960
+ "learning_rate": 3.096240179573513e-05,
961
+ "loss": 2.4734,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 1.1531986531986531,
966
+ "grad_norm": 2.922410488128662,
967
+ "learning_rate": 3.082210998877666e-05,
968
+ "loss": 2.499,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 1.1616161616161615,
973
+ "grad_norm": 2.990966320037842,
974
+ "learning_rate": 3.068181818181818e-05,
975
+ "loss": 2.4067,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 1.17003367003367,
980
+ "grad_norm": 2.89037823677063,
981
+ "learning_rate": 3.0541526374859706e-05,
982
+ "loss": 2.3944,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 1.1784511784511784,
987
+ "grad_norm": 2.6384222507476807,
988
+ "learning_rate": 3.0401234567901238e-05,
989
+ "loss": 2.2478,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 1.1868686868686869,
994
+ "grad_norm": 3.4815266132354736,
995
+ "learning_rate": 3.0260942760942763e-05,
996
+ "loss": 2.3356,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 1.1952861952861953,
1001
+ "grad_norm": 3.02565336227417,
1002
+ "learning_rate": 3.0120650953984285e-05,
1003
+ "loss": 2.4739,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 1.2037037037037037,
1008
+ "grad_norm": 2.780487060546875,
1009
+ "learning_rate": 2.9980359147025817e-05,
1010
+ "loss": 2.3009,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 1.2121212121212122,
1015
+ "grad_norm": 3.0833890438079834,
1016
+ "learning_rate": 2.984006734006734e-05,
1017
+ "loss": 2.4,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 1.2205387205387206,
1022
+ "grad_norm": 2.707517623901367,
1023
+ "learning_rate": 2.969977553310887e-05,
1024
+ "loss": 2.4067,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 1.228956228956229,
1029
+ "grad_norm": 2.5139541625976562,
1030
+ "learning_rate": 2.9559483726150396e-05,
1031
+ "loss": 2.3598,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 1.2373737373737375,
1036
+ "grad_norm": 3.169325590133667,
1037
+ "learning_rate": 2.9419191919191918e-05,
1038
+ "loss": 2.4147,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 1.2457912457912457,
1043
+ "grad_norm": 2.7292799949645996,
1044
+ "learning_rate": 2.927890011223345e-05,
1045
+ "loss": 2.4204,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 1.2542087542087543,
1050
+ "grad_norm": 2.791738271713257,
1051
+ "learning_rate": 2.913860830527497e-05,
1052
+ "loss": 2.4267,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 1.2626262626262625,
1057
+ "grad_norm": 2.608445882797241,
1058
+ "learning_rate": 2.8998316498316503e-05,
1059
+ "loss": 2.3114,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 1.271043771043771,
1064
+ "grad_norm": 2.5103442668914795,
1065
+ "learning_rate": 2.8858024691358025e-05,
1066
+ "loss": 2.2693,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 1.2794612794612794,
1071
+ "grad_norm": 2.824044942855835,
1072
+ "learning_rate": 2.871773288439955e-05,
1073
+ "loss": 2.394,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 1.2878787878787878,
1078
+ "grad_norm": 3.275538444519043,
1079
+ "learning_rate": 2.8577441077441082e-05,
1080
+ "loss": 2.5109,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 1.2962962962962963,
1085
+ "grad_norm": 3.2262158393859863,
1086
+ "learning_rate": 2.8437149270482604e-05,
1087
+ "loss": 2.3438,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 1.3047138047138047,
1092
+ "grad_norm": 2.8264598846435547,
1093
+ "learning_rate": 2.829685746352413e-05,
1094
+ "loss": 2.4934,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 1.3131313131313131,
1099
+ "grad_norm": 2.9306719303131104,
1100
+ "learning_rate": 2.8156565656565658e-05,
1101
+ "loss": 2.2246,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 1.3215488215488216,
1106
+ "grad_norm": 2.6973257064819336,
1107
+ "learning_rate": 2.8016273849607183e-05,
1108
+ "loss": 2.3807,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 1.32996632996633,
1113
+ "grad_norm": 3.0139241218566895,
1114
+ "learning_rate": 2.787598204264871e-05,
1115
+ "loss": 2.5024,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 1.3383838383838385,
1120
+ "grad_norm": 2.5364763736724854,
1121
+ "learning_rate": 2.7735690235690237e-05,
1122
+ "loss": 2.2749,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 1.3468013468013469,
1127
+ "grad_norm": 2.8624165058135986,
1128
+ "learning_rate": 2.7595398428731762e-05,
1129
+ "loss": 2.3387,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 1.355218855218855,
1134
+ "grad_norm": 2.9810757637023926,
1135
+ "learning_rate": 2.745510662177329e-05,
1136
+ "loss": 2.1873,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 1.3636363636363638,
1141
+ "grad_norm": 2.5730276107788086,
1142
+ "learning_rate": 2.7314814814814816e-05,
1143
+ "loss": 2.273,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 1.372053872053872,
1148
+ "grad_norm": 3.2745449542999268,
1149
+ "learning_rate": 2.7174523007856344e-05,
1150
+ "loss": 2.2767,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 1.3804713804713804,
1155
+ "grad_norm": 2.857235908508301,
1156
+ "learning_rate": 2.703423120089787e-05,
1157
+ "loss": 2.4409,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 1.3888888888888888,
1162
+ "grad_norm": 2.7736656665802,
1163
+ "learning_rate": 2.6893939393939394e-05,
1164
+ "loss": 2.3483,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 1.3973063973063973,
1169
+ "grad_norm": 3.5529961585998535,
1170
+ "learning_rate": 2.6753647586980923e-05,
1171
+ "loss": 2.4341,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 1.4057239057239057,
1176
+ "grad_norm": 2.9840221405029297,
1177
+ "learning_rate": 2.6613355780022448e-05,
1178
+ "loss": 2.3764,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 1.4141414141414141,
1183
+ "grad_norm": 3.015062093734741,
1184
+ "learning_rate": 2.6473063973063973e-05,
1185
+ "loss": 2.3547,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 1.4225589225589226,
1190
+ "grad_norm": 3.440065860748291,
1191
+ "learning_rate": 2.6332772166105502e-05,
1192
+ "loss": 2.3314,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 1.430976430976431,
1197
+ "grad_norm": 3.125835657119751,
1198
+ "learning_rate": 2.6192480359147027e-05,
1199
+ "loss": 2.3632,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 1.4393939393939394,
1204
+ "grad_norm": 2.9020016193389893,
1205
+ "learning_rate": 2.6052188552188556e-05,
1206
+ "loss": 2.4821,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 1.4478114478114479,
1211
+ "grad_norm": 3.136042594909668,
1212
+ "learning_rate": 2.591189674523008e-05,
1213
+ "loss": 2.4106,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 1.4562289562289563,
1218
+ "grad_norm": 2.7179207801818848,
1219
+ "learning_rate": 2.5771604938271603e-05,
1220
+ "loss": 2.3794,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 1.4646464646464645,
1225
+ "grad_norm": 2.6184420585632324,
1226
+ "learning_rate": 2.5631313131313135e-05,
1227
+ "loss": 2.3573,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 1.4730639730639732,
1232
+ "grad_norm": 2.7196948528289795,
1233
+ "learning_rate": 2.549102132435466e-05,
1234
+ "loss": 2.4751,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 1.4814814814814814,
1239
+ "grad_norm": 3.360743999481201,
1240
+ "learning_rate": 2.5350729517396188e-05,
1241
+ "loss": 2.4172,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 1.4898989898989898,
1246
+ "grad_norm": 3.908057689666748,
1247
+ "learning_rate": 2.5210437710437713e-05,
1248
+ "loss": 2.3338,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 1.4983164983164983,
1253
+ "grad_norm": 3.2845561504364014,
1254
+ "learning_rate": 2.5070145903479235e-05,
1255
+ "loss": 2.4202,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 1.5067340067340067,
1260
+ "grad_norm": 2.720625638961792,
1261
+ "learning_rate": 2.4929854096520764e-05,
1262
+ "loss": 2.5369,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 1.5151515151515151,
1267
+ "grad_norm": 2.977970600128174,
1268
+ "learning_rate": 2.478956228956229e-05,
1269
+ "loss": 2.2776,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 1.5235690235690236,
1274
+ "grad_norm": 2.835860252380371,
1275
+ "learning_rate": 2.4649270482603818e-05,
1276
+ "loss": 2.329,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 1.531986531986532,
1281
+ "grad_norm": 3.039226531982422,
1282
+ "learning_rate": 2.4508978675645343e-05,
1283
+ "loss": 2.4787,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 1.5404040404040404,
1288
+ "grad_norm": 2.7011232376098633,
1289
+ "learning_rate": 2.4368686868686868e-05,
1290
+ "loss": 2.4924,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 1.5488215488215489,
1295
+ "grad_norm": 2.741283893585205,
1296
+ "learning_rate": 2.4228395061728396e-05,
1297
+ "loss": 2.4265,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 1.557239057239057,
1302
+ "grad_norm": 2.7896602153778076,
1303
+ "learning_rate": 2.408810325476992e-05,
1304
+ "loss": 2.2275,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 1.5656565656565657,
1309
+ "grad_norm": 3.505488872528076,
1310
+ "learning_rate": 2.394781144781145e-05,
1311
+ "loss": 2.4043,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 1.574074074074074,
1316
+ "grad_norm": 2.921954393386841,
1317
+ "learning_rate": 2.3807519640852975e-05,
1318
+ "loss": 2.3513,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 1.5824915824915826,
1323
+ "grad_norm": 3.427619695663452,
1324
+ "learning_rate": 2.36672278338945e-05,
1325
+ "loss": 2.3622,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 1.5909090909090908,
1330
+ "grad_norm": 3.277251720428467,
1331
+ "learning_rate": 2.352693602693603e-05,
1332
+ "loss": 2.3942,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 1.5993265993265995,
1337
+ "grad_norm": 3.206590175628662,
1338
+ "learning_rate": 2.3386644219977554e-05,
1339
+ "loss": 2.4197,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 1.6077441077441077,
1344
+ "grad_norm": 3.070993423461914,
1345
+ "learning_rate": 2.3246352413019083e-05,
1346
+ "loss": 2.3346,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 1.6161616161616161,
1351
+ "grad_norm": 2.9139037132263184,
1352
+ "learning_rate": 2.3106060606060605e-05,
1353
+ "loss": 2.2375,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 1.6245791245791246,
1358
+ "grad_norm": 3.173426628112793,
1359
+ "learning_rate": 2.2965768799102133e-05,
1360
+ "loss": 2.3717,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 1.632996632996633,
1365
+ "grad_norm": 2.910637855529785,
1366
+ "learning_rate": 2.282547699214366e-05,
1367
+ "loss": 2.28,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 1.6414141414141414,
1372
+ "grad_norm": 3.881056785583496,
1373
+ "learning_rate": 2.2685185185185187e-05,
1374
+ "loss": 2.3383,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 1.6498316498316499,
1379
+ "grad_norm": 3.2495148181915283,
1380
+ "learning_rate": 2.2544893378226712e-05,
1381
+ "loss": 2.3704,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 1.6582491582491583,
1386
+ "grad_norm": 2.6956305503845215,
1387
+ "learning_rate": 2.2404601571268237e-05,
1388
+ "loss": 2.3639,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 1.6666666666666665,
1393
+ "grad_norm": 3.1080222129821777,
1394
+ "learning_rate": 2.2264309764309766e-05,
1395
+ "loss": 2.4179,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 1.6750841750841752,
1400
+ "grad_norm": 2.9564356803894043,
1401
+ "learning_rate": 2.212401795735129e-05,
1402
+ "loss": 2.3974,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 1.6835016835016834,
1407
+ "grad_norm": 2.73732590675354,
1408
+ "learning_rate": 2.198372615039282e-05,
1409
+ "loss": 2.2624,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 1.691919191919192,
1414
+ "grad_norm": 2.9970414638519287,
1415
+ "learning_rate": 2.1843434343434345e-05,
1416
+ "loss": 2.3246,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 1.7003367003367003,
1421
+ "grad_norm": 3.410376787185669,
1422
+ "learning_rate": 2.170314253647587e-05,
1423
+ "loss": 2.3357,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 1.708754208754209,
1428
+ "grad_norm": 2.965650796890259,
1429
+ "learning_rate": 2.15628507295174e-05,
1430
+ "loss": 2.3428,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 1.7171717171717171,
1435
+ "grad_norm": 3.167226791381836,
1436
+ "learning_rate": 2.1422558922558924e-05,
1437
+ "loss": 2.1527,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 1.7255892255892256,
1442
+ "grad_norm": 4.487528324127197,
1443
+ "learning_rate": 2.128226711560045e-05,
1444
+ "loss": 2.4263,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 1.734006734006734,
1449
+ "grad_norm": 3.309645414352417,
1450
+ "learning_rate": 2.1141975308641977e-05,
1451
+ "loss": 2.313,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 1.7424242424242424,
1456
+ "grad_norm": 3.7654778957366943,
1457
+ "learning_rate": 2.1001683501683502e-05,
1458
+ "loss": 2.3591,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 1.7508417508417509,
1463
+ "grad_norm": 3.188965320587158,
1464
+ "learning_rate": 2.086139169472503e-05,
1465
+ "loss": 2.4313,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 1.7592592592592593,
1470
+ "grad_norm": 3.119352102279663,
1471
+ "learning_rate": 2.0721099887766553e-05,
1472
+ "loss": 2.3364,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 1.7676767676767677,
1477
+ "grad_norm": 3.435917854309082,
1478
+ "learning_rate": 2.058080808080808e-05,
1479
+ "loss": 2.4577,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 1.776094276094276,
1484
+ "grad_norm": 3.3111941814422607,
1485
+ "learning_rate": 2.0440516273849607e-05,
1486
+ "loss": 2.3218,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 1.7845117845117846,
1491
+ "grad_norm": 4.261884689331055,
1492
+ "learning_rate": 2.0300224466891135e-05,
1493
+ "loss": 2.4014,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 1.7929292929292928,
1498
+ "grad_norm": 2.9653213024139404,
1499
+ "learning_rate": 2.0159932659932664e-05,
1500
+ "loss": 2.309,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 1.8013468013468015,
1505
+ "grad_norm": 2.784932851791382,
1506
+ "learning_rate": 2.0019640852974185e-05,
1507
+ "loss": 2.3611,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 1.8097643097643097,
1512
+ "grad_norm": 3.5843029022216797,
1513
+ "learning_rate": 1.9879349046015714e-05,
1514
+ "loss": 2.4837,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 1.8181818181818183,
1519
+ "grad_norm": 3.4695231914520264,
1520
+ "learning_rate": 1.973905723905724e-05,
1521
+ "loss": 2.284,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 1.8265993265993266,
1526
+ "grad_norm": 3.2327258586883545,
1527
+ "learning_rate": 1.9598765432098768e-05,
1528
+ "loss": 2.3084,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 1.835016835016835,
1533
+ "grad_norm": 2.878326177597046,
1534
+ "learning_rate": 1.9458473625140293e-05,
1535
+ "loss": 2.5618,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 1.8434343434343434,
1540
+ "grad_norm": 3.4700164794921875,
1541
+ "learning_rate": 1.9318181818181818e-05,
1542
+ "loss": 2.3738,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 1.8518518518518519,
1547
+ "grad_norm": 3.615539789199829,
1548
+ "learning_rate": 1.9177890011223347e-05,
1549
+ "loss": 2.2962,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 1.8602693602693603,
1554
+ "grad_norm": 3.0230872631073,
1555
+ "learning_rate": 1.9037598204264872e-05,
1556
+ "loss": 2.3229,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 1.8686868686868687,
1561
+ "grad_norm": 3.3907663822174072,
1562
+ "learning_rate": 1.8897306397306397e-05,
1563
+ "loss": 2.4199,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 1.8771043771043772,
1568
+ "grad_norm": 3.1739697456359863,
1569
+ "learning_rate": 1.8757014590347925e-05,
1570
+ "loss": 2.3878,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 1.8855218855218854,
1575
+ "grad_norm": 3.4084649085998535,
1576
+ "learning_rate": 1.861672278338945e-05,
1577
+ "loss": 2.3386,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 1.893939393939394,
1582
+ "grad_norm": 2.9609739780426025,
1583
+ "learning_rate": 1.847643097643098e-05,
1584
+ "loss": 2.3211,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 1.9023569023569022,
1589
+ "grad_norm": 3.075378894805908,
1590
+ "learning_rate": 1.8336139169472504e-05,
1591
+ "loss": 2.3675,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 1.910774410774411,
1596
+ "grad_norm": 2.9113922119140625,
1597
+ "learning_rate": 1.819584736251403e-05,
1598
+ "loss": 2.3151,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 1.9191919191919191,
1603
+ "grad_norm": 3.364899158477783,
1604
+ "learning_rate": 1.8055555555555555e-05,
1605
+ "loss": 2.1976,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 1.9276094276094278,
1610
+ "grad_norm": 4.041044235229492,
1611
+ "learning_rate": 1.7915263748597083e-05,
1612
+ "loss": 2.366,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 1.936026936026936,
1617
+ "grad_norm": 2.874314785003662,
1618
+ "learning_rate": 1.777497194163861e-05,
1619
+ "loss": 2.2946,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 1.9444444444444444,
1624
+ "grad_norm": 3.636214256286621,
1625
+ "learning_rate": 1.7634680134680134e-05,
1626
+ "loss": 2.2318,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 1.9528619528619529,
1631
+ "grad_norm": 3.3151936531066895,
1632
+ "learning_rate": 1.7494388327721662e-05,
1633
+ "loss": 2.484,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 1.9612794612794613,
1638
+ "grad_norm": 2.95894193649292,
1639
+ "learning_rate": 1.7354096520763187e-05,
1640
+ "loss": 2.2886,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 1.9696969696969697,
1645
+ "grad_norm": 3.3470945358276367,
1646
+ "learning_rate": 1.7213804713804716e-05,
1647
+ "loss": 2.331,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 1.9781144781144782,
1652
+ "grad_norm": 2.9090137481689453,
1653
+ "learning_rate": 1.707351290684624e-05,
1654
+ "loss": 2.3689,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 1.9865319865319866,
1659
+ "grad_norm": 2.894779682159424,
1660
+ "learning_rate": 1.6933221099887766e-05,
1661
+ "loss": 2.4426,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 1.9949494949494948,
1666
+ "grad_norm": 3.315685749053955,
1667
+ "learning_rate": 1.6792929292929295e-05,
1668
+ "loss": 2.3809,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 2.0033670033670035,
1673
+ "grad_norm": 3.097554922103882,
1674
+ "learning_rate": 1.665263748597082e-05,
1675
+ "loss": 2.3517,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 2.0117845117845117,
1680
+ "grad_norm": 3.3747811317443848,
1681
+ "learning_rate": 1.651234567901235e-05,
1682
+ "loss": 2.3069,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 2.0202020202020203,
1687
+ "grad_norm": 2.8619515895843506,
1688
+ "learning_rate": 1.637205387205387e-05,
1689
+ "loss": 2.3495,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 2.0286195286195285,
1694
+ "grad_norm": 2.759483814239502,
1695
+ "learning_rate": 1.62317620650954e-05,
1696
+ "loss": 2.3949,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 2.037037037037037,
1701
+ "grad_norm": 3.494412660598755,
1702
+ "learning_rate": 1.6091470258136927e-05,
1703
+ "loss": 2.298,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 2.0454545454545454,
1708
+ "grad_norm": 2.8232991695404053,
1709
+ "learning_rate": 1.5951178451178453e-05,
1710
+ "loss": 2.4303,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 2.053872053872054,
1715
+ "grad_norm": 2.998861312866211,
1716
+ "learning_rate": 1.5810886644219978e-05,
1717
+ "loss": 2.4385,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 2.0622895622895623,
1722
+ "grad_norm": 3.3956353664398193,
1723
+ "learning_rate": 1.5670594837261503e-05,
1724
+ "loss": 2.4401,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 2.0707070707070705,
1729
+ "grad_norm": 2.958131790161133,
1730
+ "learning_rate": 1.553030303030303e-05,
1731
+ "loss": 2.1821,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 2.079124579124579,
1736
+ "grad_norm": 3.147427797317505,
1737
+ "learning_rate": 1.5390011223344557e-05,
1738
+ "loss": 2.3219,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 2.0875420875420874,
1743
+ "grad_norm": 2.744020462036133,
1744
+ "learning_rate": 1.5249719416386085e-05,
1745
+ "loss": 2.2823,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 2.095959595959596,
1750
+ "grad_norm": 3.2169189453125,
1751
+ "learning_rate": 1.5109427609427609e-05,
1752
+ "loss": 2.3768,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 2.1043771043771042,
1757
+ "grad_norm": 3.4643607139587402,
1758
+ "learning_rate": 1.4969135802469136e-05,
1759
+ "loss": 2.2237,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 2.112794612794613,
1764
+ "grad_norm": 3.3719027042388916,
1765
+ "learning_rate": 1.4828843995510664e-05,
1766
+ "loss": 2.2875,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 2.121212121212121,
1771
+ "grad_norm": 3.0223100185394287,
1772
+ "learning_rate": 1.4688552188552191e-05,
1773
+ "loss": 2.3404,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 2.1296296296296298,
1778
+ "grad_norm": 3.219940423965454,
1779
+ "learning_rate": 1.4548260381593714e-05,
1780
+ "loss": 2.2532,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 2.138047138047138,
1785
+ "grad_norm": 3.326610565185547,
1786
+ "learning_rate": 1.4407968574635241e-05,
1787
+ "loss": 2.3411,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 2.1464646464646466,
1792
+ "grad_norm": 3.4002163410186768,
1793
+ "learning_rate": 1.4267676767676768e-05,
1794
+ "loss": 2.4469,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 2.154882154882155,
1799
+ "grad_norm": 2.761944532394409,
1800
+ "learning_rate": 1.4127384960718295e-05,
1801
+ "loss": 2.2693,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 2.1632996632996635,
1806
+ "grad_norm": 3.490844249725342,
1807
+ "learning_rate": 1.398709315375982e-05,
1808
+ "loss": 2.4003,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 2.1717171717171717,
1813
+ "grad_norm": 3.292424440383911,
1814
+ "learning_rate": 1.3846801346801347e-05,
1815
+ "loss": 2.4643,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 2.18013468013468,
1820
+ "grad_norm": 3.3475093841552734,
1821
+ "learning_rate": 1.3706509539842874e-05,
1822
+ "loss": 2.2988,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 2.1885521885521886,
1827
+ "grad_norm": 3.0352587699890137,
1828
+ "learning_rate": 1.35662177328844e-05,
1829
+ "loss": 2.36,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 2.196969696969697,
1834
+ "grad_norm": 2.916459321975708,
1835
+ "learning_rate": 1.3425925925925928e-05,
1836
+ "loss": 2.1297,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 2.2053872053872055,
1841
+ "grad_norm": 3.0804336071014404,
1842
+ "learning_rate": 1.3285634118967453e-05,
1843
+ "loss": 2.2171,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 2.2138047138047137,
1848
+ "grad_norm": 3.660745859146118,
1849
+ "learning_rate": 1.314534231200898e-05,
1850
+ "loss": 2.2844,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 2.2222222222222223,
1855
+ "grad_norm": 3.5758116245269775,
1856
+ "learning_rate": 1.3005050505050507e-05,
1857
+ "loss": 2.283,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 2.2306397306397305,
1862
+ "grad_norm": 3.800307035446167,
1863
+ "learning_rate": 1.2864758698092033e-05,
1864
+ "loss": 2.3334,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 2.239057239057239,
1869
+ "grad_norm": 3.1717090606689453,
1870
+ "learning_rate": 1.2724466891133557e-05,
1871
+ "loss": 2.3711,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 2.2474747474747474,
1876
+ "grad_norm": 3.1875672340393066,
1877
+ "learning_rate": 1.2584175084175084e-05,
1878
+ "loss": 2.2979,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 2.255892255892256,
1883
+ "grad_norm": 2.903289794921875,
1884
+ "learning_rate": 1.244388327721661e-05,
1885
+ "loss": 2.3777,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 2.2643097643097643,
1890
+ "grad_norm": 3.424541473388672,
1891
+ "learning_rate": 1.2303591470258138e-05,
1892
+ "loss": 2.4401,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 2.2727272727272725,
1897
+ "grad_norm": 2.9000062942504883,
1898
+ "learning_rate": 1.2163299663299664e-05,
1899
+ "loss": 2.1387,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 2.281144781144781,
1904
+ "grad_norm": 3.64298152923584,
1905
+ "learning_rate": 1.202300785634119e-05,
1906
+ "loss": 2.5059,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 2.28956228956229,
1911
+ "grad_norm": 2.8618340492248535,
1912
+ "learning_rate": 1.1882716049382716e-05,
1913
+ "loss": 2.3159,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 2.297979797979798,
1918
+ "grad_norm": 3.167181968688965,
1919
+ "learning_rate": 1.1742424242424243e-05,
1920
+ "loss": 2.475,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 2.3063973063973062,
1925
+ "grad_norm": 3.3771324157714844,
1926
+ "learning_rate": 1.1602132435465768e-05,
1927
+ "loss": 2.1903,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 2.314814814814815,
1932
+ "grad_norm": 4.0555644035339355,
1933
+ "learning_rate": 1.1461840628507297e-05,
1934
+ "loss": 2.3616,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 2.323232323232323,
1939
+ "grad_norm": 3.2120189666748047,
1940
+ "learning_rate": 1.1321548821548822e-05,
1941
+ "loss": 2.3809,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 2.3316498316498318,
1946
+ "grad_norm": 3.009725332260132,
1947
+ "learning_rate": 1.1195286195286197e-05,
1948
+ "loss": 2.2926,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 2.34006734006734,
1953
+ "grad_norm": 3.119122266769409,
1954
+ "learning_rate": 1.1054994388327722e-05,
1955
+ "loss": 2.2993,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 2.3484848484848486,
1960
+ "grad_norm": 3.122777223587036,
1961
+ "learning_rate": 1.0914702581369249e-05,
1962
+ "loss": 2.22,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 2.356902356902357,
1967
+ "grad_norm": 3.351860761642456,
1968
+ "learning_rate": 1.0774410774410774e-05,
1969
+ "loss": 2.2249,
1970
+ "step": 2800
1971
+ },
1972
+ {
1973
+ "epoch": 2.3653198653198655,
1974
+ "grad_norm": 3.471646308898926,
1975
+ "learning_rate": 1.0634118967452302e-05,
1976
+ "loss": 2.2985,
1977
+ "step": 2810
1978
+ },
1979
+ {
1980
+ "epoch": 2.3737373737373737,
1981
+ "grad_norm": 3.721770763397217,
1982
+ "learning_rate": 1.0493827160493827e-05,
1983
+ "loss": 2.2318,
1984
+ "step": 2820
1985
+ },
1986
+ {
1987
+ "epoch": 2.3821548821548824,
1988
+ "grad_norm": 3.0957863330841064,
1989
+ "learning_rate": 1.0353535353535354e-05,
1990
+ "loss": 2.3821,
1991
+ "step": 2830
1992
+ },
1993
+ {
1994
+ "epoch": 2.3905723905723906,
1995
+ "grad_norm": 3.132336139678955,
1996
+ "learning_rate": 1.021324354657688e-05,
1997
+ "loss": 2.29,
1998
+ "step": 2840
1999
+ },
2000
+ {
2001
+ "epoch": 2.398989898989899,
2002
+ "grad_norm": 4.136412620544434,
2003
+ "learning_rate": 1.0072951739618406e-05,
2004
+ "loss": 2.3749,
2005
+ "step": 2850
2006
+ },
2007
+ {
2008
+ "epoch": 2.4074074074074074,
2009
+ "grad_norm": 3.391164779663086,
2010
+ "learning_rate": 9.932659932659933e-06,
2011
+ "loss": 2.4109,
2012
+ "step": 2860
2013
+ },
2014
+ {
2015
+ "epoch": 2.4158249158249157,
2016
+ "grad_norm": 4.011061668395996,
2017
+ "learning_rate": 9.79236812570146e-06,
2018
+ "loss": 2.3191,
2019
+ "step": 2870
2020
+ },
2021
+ {
2022
+ "epoch": 2.4242424242424243,
2023
+ "grad_norm": 3.673762083053589,
2024
+ "learning_rate": 9.652076318742987e-06,
2025
+ "loss": 2.2929,
2026
+ "step": 2880
2027
+ },
2028
+ {
2029
+ "epoch": 2.4326599326599325,
2030
+ "grad_norm": 3.156654119491577,
2031
+ "learning_rate": 9.511784511784512e-06,
2032
+ "loss": 2.2738,
2033
+ "step": 2890
2034
+ },
2035
+ {
2036
+ "epoch": 2.441077441077441,
2037
+ "grad_norm": 3.0417490005493164,
2038
+ "learning_rate": 9.371492704826039e-06,
2039
+ "loss": 2.2346,
2040
+ "step": 2900
2041
+ },
2042
+ {
2043
+ "epoch": 2.4494949494949494,
2044
+ "grad_norm": 2.944582223892212,
2045
+ "learning_rate": 9.231200897867564e-06,
2046
+ "loss": 2.1733,
2047
+ "step": 2910
2048
+ },
2049
+ {
2050
+ "epoch": 2.457912457912458,
2051
+ "grad_norm": 3.5443615913391113,
2052
+ "learning_rate": 9.090909090909091e-06,
2053
+ "loss": 2.239,
2054
+ "step": 2920
2055
+ },
2056
+ {
2057
+ "epoch": 2.4663299663299663,
2058
+ "grad_norm": 3.906032085418701,
2059
+ "learning_rate": 8.950617283950618e-06,
2060
+ "loss": 2.2387,
2061
+ "step": 2930
2062
+ },
2063
+ {
2064
+ "epoch": 2.474747474747475,
2065
+ "grad_norm": 3.3358445167541504,
2066
+ "learning_rate": 8.810325476992145e-06,
2067
+ "loss": 2.2173,
2068
+ "step": 2940
2069
+ },
2070
+ {
2071
+ "epoch": 2.483164983164983,
2072
+ "grad_norm": 3.2158617973327637,
2073
+ "learning_rate": 8.67003367003367e-06,
2074
+ "loss": 2.363,
2075
+ "step": 2950
2076
+ },
2077
+ {
2078
+ "epoch": 2.4915824915824913,
2079
+ "grad_norm": 4.007577896118164,
2080
+ "learning_rate": 8.529741863075197e-06,
2081
+ "loss": 2.4346,
2082
+ "step": 2960
2083
+ },
2084
+ {
2085
+ "epoch": 2.5,
2086
+ "grad_norm": 3.3462300300598145,
2087
+ "learning_rate": 8.389450056116724e-06,
2088
+ "loss": 2.2588,
2089
+ "step": 2970
2090
+ },
2091
+ {
2092
+ "epoch": 2.5084175084175087,
2093
+ "grad_norm": 3.586430311203003,
2094
+ "learning_rate": 8.249158249158249e-06,
2095
+ "loss": 2.2507,
2096
+ "step": 2980
2097
+ },
2098
+ {
2099
+ "epoch": 2.516835016835017,
2100
+ "grad_norm": 3.2132227420806885,
2101
+ "learning_rate": 8.108866442199776e-06,
2102
+ "loss": 2.3083,
2103
+ "step": 2990
2104
+ },
2105
+ {
2106
+ "epoch": 2.525252525252525,
2107
+ "grad_norm": 3.4918265342712402,
2108
+ "learning_rate": 7.968574635241303e-06,
2109
+ "loss": 2.25,
2110
+ "step": 3000
2111
+ },
2112
+ {
2113
+ "epoch": 2.5336700336700337,
2114
+ "grad_norm": 3.287475109100342,
2115
+ "learning_rate": 7.82828282828283e-06,
2116
+ "loss": 2.3685,
2117
+ "step": 3010
2118
+ },
2119
+ {
2120
+ "epoch": 2.542087542087542,
2121
+ "grad_norm": 3.9044690132141113,
2122
+ "learning_rate": 7.687991021324355e-06,
2123
+ "loss": 2.3859,
2124
+ "step": 3020
2125
+ },
2126
+ {
2127
+ "epoch": 2.5505050505050506,
2128
+ "grad_norm": 3.8682961463928223,
2129
+ "learning_rate": 7.5476992143658815e-06,
2130
+ "loss": 2.3532,
2131
+ "step": 3030
2132
+ },
2133
+ {
2134
+ "epoch": 2.558922558922559,
2135
+ "grad_norm": 3.2232813835144043,
2136
+ "learning_rate": 7.4074074074074075e-06,
2137
+ "loss": 2.202,
2138
+ "step": 3040
2139
+ },
2140
+ {
2141
+ "epoch": 2.5673400673400675,
2142
+ "grad_norm": 3.69730281829834,
2143
+ "learning_rate": 7.267115600448934e-06,
2144
+ "loss": 2.4204,
2145
+ "step": 3050
2146
+ },
2147
+ {
2148
+ "epoch": 2.5757575757575757,
2149
+ "grad_norm": 3.392169713973999,
2150
+ "learning_rate": 7.12682379349046e-06,
2151
+ "loss": 2.3229,
2152
+ "step": 3060
2153
+ },
2154
+ {
2155
+ "epoch": 2.584175084175084,
2156
+ "grad_norm": 2.987274169921875,
2157
+ "learning_rate": 6.986531986531987e-06,
2158
+ "loss": 2.3529,
2159
+ "step": 3070
2160
+ },
2161
+ {
2162
+ "epoch": 2.5925925925925926,
2163
+ "grad_norm": 3.5425024032592773,
2164
+ "learning_rate": 6.846240179573512e-06,
2165
+ "loss": 2.4453,
2166
+ "step": 3080
2167
+ },
2168
+ {
2169
+ "epoch": 2.601010101010101,
2170
+ "grad_norm": 3.313023090362549,
2171
+ "learning_rate": 6.705948372615039e-06,
2172
+ "loss": 2.3144,
2173
+ "step": 3090
2174
+ },
2175
+ {
2176
+ "epoch": 2.6094276094276094,
2177
+ "grad_norm": 3.292548418045044,
2178
+ "learning_rate": 6.565656565656567e-06,
2179
+ "loss": 2.1991,
2180
+ "step": 3100
2181
+ },
2182
+ {
2183
+ "epoch": 2.6178451178451176,
2184
+ "grad_norm": 3.083156108856201,
2185
+ "learning_rate": 6.425364758698092e-06,
2186
+ "loss": 2.4009,
2187
+ "step": 3110
2188
+ },
2189
+ {
2190
+ "epoch": 2.6262626262626263,
2191
+ "grad_norm": 4.937707901000977,
2192
+ "learning_rate": 6.285072951739619e-06,
2193
+ "loss": 2.4712,
2194
+ "step": 3120
2195
+ },
2196
+ {
2197
+ "epoch": 2.634680134680135,
2198
+ "grad_norm": 3.755805492401123,
2199
+ "learning_rate": 6.144781144781145e-06,
2200
+ "loss": 2.3858,
2201
+ "step": 3130
2202
+ },
2203
+ {
2204
+ "epoch": 2.643097643097643,
2205
+ "grad_norm": 2.9496142864227295,
2206
+ "learning_rate": 6.004489337822671e-06,
2207
+ "loss": 2.4146,
2208
+ "step": 3140
2209
+ },
2210
+ {
2211
+ "epoch": 2.6515151515151514,
2212
+ "grad_norm": 3.85318922996521,
2213
+ "learning_rate": 5.864197530864198e-06,
2214
+ "loss": 2.2691,
2215
+ "step": 3150
2216
+ },
2217
+ {
2218
+ "epoch": 2.65993265993266,
2219
+ "grad_norm": 3.2873339653015137,
2220
+ "learning_rate": 5.723905723905725e-06,
2221
+ "loss": 2.2486,
2222
+ "step": 3160
2223
+ },
2224
+ {
2225
+ "epoch": 2.6683501683501682,
2226
+ "grad_norm": 3.5515859127044678,
2227
+ "learning_rate": 5.583613916947251e-06,
2228
+ "loss": 2.2966,
2229
+ "step": 3170
2230
+ },
2231
+ {
2232
+ "epoch": 2.676767676767677,
2233
+ "grad_norm": 2.7527620792388916,
2234
+ "learning_rate": 5.443322109988777e-06,
2235
+ "loss": 2.4098,
2236
+ "step": 3180
2237
+ },
2238
+ {
2239
+ "epoch": 2.685185185185185,
2240
+ "grad_norm": 3.372211217880249,
2241
+ "learning_rate": 5.303030303030304e-06,
2242
+ "loss": 2.4502,
2243
+ "step": 3190
2244
+ },
2245
+ {
2246
+ "epoch": 2.6936026936026938,
2247
+ "grad_norm": 3.534576416015625,
2248
+ "learning_rate": 5.16273849607183e-06,
2249
+ "loss": 2.2945,
2250
+ "step": 3200
2251
+ },
2252
+ {
2253
+ "epoch": 2.702020202020202,
2254
+ "grad_norm": 3.178049087524414,
2255
+ "learning_rate": 5.022446689113356e-06,
2256
+ "loss": 2.2229,
2257
+ "step": 3210
2258
+ },
2259
+ {
2260
+ "epoch": 2.71043771043771,
2261
+ "grad_norm": 2.952523708343506,
2262
+ "learning_rate": 4.8821548821548826e-06,
2263
+ "loss": 2.3153,
2264
+ "step": 3220
2265
+ },
2266
+ {
2267
+ "epoch": 2.718855218855219,
2268
+ "grad_norm": 3.081690788269043,
2269
+ "learning_rate": 4.741863075196409e-06,
2270
+ "loss": 2.2706,
2271
+ "step": 3230
2272
+ },
2273
+ {
2274
+ "epoch": 2.7272727272727275,
2275
+ "grad_norm": 3.653916120529175,
2276
+ "learning_rate": 4.601571268237935e-06,
2277
+ "loss": 2.3378,
2278
+ "step": 3240
2279
+ },
2280
+ {
2281
+ "epoch": 2.7356902356902357,
2282
+ "grad_norm": 3.633528232574463,
2283
+ "learning_rate": 4.4612794612794615e-06,
2284
+ "loss": 2.2567,
2285
+ "step": 3250
2286
+ },
2287
+ {
2288
+ "epoch": 2.744107744107744,
2289
+ "grad_norm": 3.3172528743743896,
2290
+ "learning_rate": 4.3209876543209875e-06,
2291
+ "loss": 2.3088,
2292
+ "step": 3260
2293
+ },
2294
+ {
2295
+ "epoch": 2.7525252525252526,
2296
+ "grad_norm": 3.424924373626709,
2297
+ "learning_rate": 4.180695847362514e-06,
2298
+ "loss": 2.2294,
2299
+ "step": 3270
2300
+ },
2301
+ {
2302
+ "epoch": 2.760942760942761,
2303
+ "grad_norm": 4.05508279800415,
2304
+ "learning_rate": 4.040404040404041e-06,
2305
+ "loss": 2.3728,
2306
+ "step": 3280
2307
+ },
2308
+ {
2309
+ "epoch": 2.7693602693602695,
2310
+ "grad_norm": 3.5337657928466797,
2311
+ "learning_rate": 3.900112233445567e-06,
2312
+ "loss": 2.1951,
2313
+ "step": 3290
2314
+ },
2315
+ {
2316
+ "epoch": 2.7777777777777777,
2317
+ "grad_norm": 4.343709945678711,
2318
+ "learning_rate": 3.7598204264870937e-06,
2319
+ "loss": 2.242,
2320
+ "step": 3300
2321
+ },
2322
+ {
2323
+ "epoch": 2.7861952861952863,
2324
+ "grad_norm": 3.220771551132202,
2325
+ "learning_rate": 3.6195286195286197e-06,
2326
+ "loss": 2.2035,
2327
+ "step": 3310
2328
+ },
2329
+ {
2330
+ "epoch": 2.7946127946127945,
2331
+ "grad_norm": 3.027434825897217,
2332
+ "learning_rate": 3.479236812570146e-06,
2333
+ "loss": 2.3677,
2334
+ "step": 3320
2335
+ },
2336
+ {
2337
+ "epoch": 2.8030303030303028,
2338
+ "grad_norm": 3.3900043964385986,
2339
+ "learning_rate": 3.3389450056116726e-06,
2340
+ "loss": 2.2841,
2341
+ "step": 3330
2342
+ },
2343
+ {
2344
+ "epoch": 2.8114478114478114,
2345
+ "grad_norm": 3.027276039123535,
2346
+ "learning_rate": 3.198653198653199e-06,
2347
+ "loss": 2.4352,
2348
+ "step": 3340
2349
+ },
2350
+ {
2351
+ "epoch": 2.81986531986532,
2352
+ "grad_norm": 3.188082218170166,
2353
+ "learning_rate": 3.058361391694725e-06,
2354
+ "loss": 2.2871,
2355
+ "step": 3350
2356
+ },
2357
+ {
2358
+ "epoch": 2.8282828282828283,
2359
+ "grad_norm": 2.881335735321045,
2360
+ "learning_rate": 2.9180695847362515e-06,
2361
+ "loss": 2.3136,
2362
+ "step": 3360
2363
+ },
2364
+ {
2365
+ "epoch": 2.8367003367003365,
2366
+ "grad_norm": 3.0025923252105713,
2367
+ "learning_rate": 2.777777777777778e-06,
2368
+ "loss": 2.3394,
2369
+ "step": 3370
2370
+ },
2371
+ {
2372
+ "epoch": 2.845117845117845,
2373
+ "grad_norm": 3.597614288330078,
2374
+ "learning_rate": 2.6374859708193044e-06,
2375
+ "loss": 2.3479,
2376
+ "step": 3380
2377
+ },
2378
+ {
2379
+ "epoch": 2.8535353535353534,
2380
+ "grad_norm": 3.5648064613342285,
2381
+ "learning_rate": 2.497194163860831e-06,
2382
+ "loss": 2.3361,
2383
+ "step": 3390
2384
+ },
2385
+ {
2386
+ "epoch": 2.861952861952862,
2387
+ "grad_norm": 3.8792665004730225,
2388
+ "learning_rate": 2.3569023569023572e-06,
2389
+ "loss": 2.4186,
2390
+ "step": 3400
2391
+ },
2392
+ {
2393
+ "epoch": 2.8703703703703702,
2394
+ "grad_norm": 3.586442470550537,
2395
+ "learning_rate": 2.2166105499438833e-06,
2396
+ "loss": 2.3112,
2397
+ "step": 3410
2398
+ },
2399
+ {
2400
+ "epoch": 2.878787878787879,
2401
+ "grad_norm": 3.6877849102020264,
2402
+ "learning_rate": 2.0763187429854097e-06,
2403
+ "loss": 2.3847,
2404
+ "step": 3420
2405
+ },
2406
+ {
2407
+ "epoch": 2.887205387205387,
2408
+ "grad_norm": 3.3483951091766357,
2409
+ "learning_rate": 1.936026936026936e-06,
2410
+ "loss": 2.2358,
2411
+ "step": 3430
2412
+ },
2413
+ {
2414
+ "epoch": 2.8956228956228958,
2415
+ "grad_norm": 3.4964759349823,
2416
+ "learning_rate": 1.7957351290684626e-06,
2417
+ "loss": 2.319,
2418
+ "step": 3440
2419
+ },
2420
+ {
2421
+ "epoch": 2.904040404040404,
2422
+ "grad_norm": 3.270869255065918,
2423
+ "learning_rate": 1.655443322109989e-06,
2424
+ "loss": 2.3083,
2425
+ "step": 3450
2426
+ },
2427
+ {
2428
+ "epoch": 2.9124579124579126,
2429
+ "grad_norm": 3.6917779445648193,
2430
+ "learning_rate": 1.5151515151515152e-06,
2431
+ "loss": 2.2674,
2432
+ "step": 3460
2433
+ },
2434
+ {
2435
+ "epoch": 2.920875420875421,
2436
+ "grad_norm": 3.5870094299316406,
2437
+ "learning_rate": 1.3748597081930417e-06,
2438
+ "loss": 2.3804,
2439
+ "step": 3470
2440
+ },
2441
+ {
2442
+ "epoch": 2.929292929292929,
2443
+ "grad_norm": 3.4518961906433105,
2444
+ "learning_rate": 1.234567901234568e-06,
2445
+ "loss": 2.3903,
2446
+ "step": 3480
2447
+ },
2448
+ {
2449
+ "epoch": 2.9377104377104377,
2450
+ "grad_norm": 3.0206828117370605,
2451
+ "learning_rate": 1.0942760942760944e-06,
2452
+ "loss": 2.2739,
2453
+ "step": 3490
2454
+ },
2455
+ {
2456
+ "epoch": 2.9461279461279464,
2457
+ "grad_norm": 3.336066484451294,
2458
+ "learning_rate": 9.539842873176208e-07,
2459
+ "loss": 2.2793,
2460
+ "step": 3500
2461
+ },
2462
+ {
2463
+ "epoch": 2.9545454545454546,
2464
+ "grad_norm": 4.348772048950195,
2465
+ "learning_rate": 8.13692480359147e-07,
2466
+ "loss": 2.325,
2467
+ "step": 3510
2468
+ },
2469
+ {
2470
+ "epoch": 2.962962962962963,
2471
+ "grad_norm": 3.3947179317474365,
2472
+ "learning_rate": 6.734006734006734e-07,
2473
+ "loss": 2.3472,
2474
+ "step": 3520
2475
+ },
2476
+ {
2477
+ "epoch": 2.9713804713804715,
2478
+ "grad_norm": 3.6575613021850586,
2479
+ "learning_rate": 5.331088664421998e-07,
2480
+ "loss": 2.3114,
2481
+ "step": 3530
2482
+ },
2483
+ {
2484
+ "epoch": 2.9797979797979797,
2485
+ "grad_norm": 3.212183713912964,
2486
+ "learning_rate": 3.928170594837262e-07,
2487
+ "loss": 2.2105,
2488
+ "step": 3540
2489
+ },
2490
+ {
2491
+ "epoch": 2.9882154882154883,
2492
+ "grad_norm": 3.4366869926452637,
2493
+ "learning_rate": 2.525252525252526e-07,
2494
+ "loss": 2.4756,
2495
+ "step": 3550
2496
+ },
2497
+ {
2498
+ "epoch": 2.9966329966329965,
2499
+ "grad_norm": 3.342747688293457,
2500
+ "learning_rate": 1.1223344556677891e-07,
2501
+ "loss": 2.2472,
2502
+ "step": 3560
2503
+ }
2504
+ ],
2505
+ "logging_steps": 10,
2506
+ "max_steps": 3564,
2507
+ "num_input_tokens_seen": 0,
2508
+ "num_train_epochs": 3,
2509
+ "save_steps": 500,
2510
+ "stateful_callbacks": {
2511
+ "TrainerControl": {
2512
+ "args": {
2513
+ "should_epoch_stop": false,
2514
+ "should_evaluate": false,
2515
+ "should_log": false,
2516
+ "should_save": true,
2517
+ "should_training_stop": true
2518
+ },
2519
+ "attributes": {}
2520
+ }
2521
+ },
2522
+ "total_flos": 7649152310181888.0,
2523
+ "train_batch_size": 1,
2524
+ "trial_name": null,
2525
+ "trial_params": null
2526
+ }
checkpoint-3564/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:314f01194c0fb29c55e63c94783997c022d19c8a65f000ef736d87620eb7d0d9
3
+ size 5368
runs/Apr14_12-09-36_efab4b10cd73/events.out.tfevents.1744632577.efab4b10cd73.1486.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:421457bfb29c9c0c3e8bf5bb99d46a3834104cd9644d3773597df64089c4bdbd
3
+ size 81182
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:091e3cf7f0e56c10d7383f000a34ef2824e95368e43def66837540b0550b6f83
3
+ size 33384832
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff