AIR-hl commited on
Commit
521102f
·
verified ·
1 Parent(s): dc62df1
.gitattributes CHANGED
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ checkpoint-366/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,202 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: models/DeepSeek-R1-Distill-Qwen-7B
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": "models/DeepSeek-R1-Distill-Qwen-7B",
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": 256,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 256,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "v_proj",
27
+ "q_proj"
28
+ ],
29
+ "task_type": "CAUSAL_LM",
30
+ "use_dora": false,
31
+ "use_rslora": true
32
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d953bcecd11620229236245187a31cde5d30d3fb85b1840f178c0b74d166e0
3
+ size 161496088
checkpoint-200/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: models/DeepSeek-R1-Distill-Qwen-7B
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-200/adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "models/DeepSeek-R1-Distill-Qwen-7B",
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": 256,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 256,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "v_proj",
27
+ "q_proj"
28
+ ],
29
+ "task_type": "CAUSAL_LM",
30
+ "use_dora": false,
31
+ "use_rslora": true
32
+ }
checkpoint-200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7014791307bd91a5eabacc3e8706f81169f51151c1a25ebf2e08b6262352bf77
3
+ size 161496088
checkpoint-200/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end▁of▁sentence|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|vision_pad|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
checkpoint-200/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
checkpoint-200/tokenizer_config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|end▁of▁sentence|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|User|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "151645": {
23
+ "content": "<|Assistant|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "151646": {
31
+ "content": "<|begin▁of▁sentence|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|EOT|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "151648": {
47
+ "content": "<think>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "151649": {
55
+ "content": "</think>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{%- if messages|length == 1 and messages[0]['role'] == 'assistant' -%}{%- if messages[0]['content'] is not none -%}{{'<|Assistant|>' + messages[0]['content'] + '<|end▁of▁sentence|>'}}{%- endif -%}{%- else -%}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{{'<|Assistant|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- endif %}{%- endfor -%}{%- endif -%}{% if add_generation_prompt %}{{'<|Assistant|>'}}{% endif %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
187
+ "extra_special_tokens": {},
188
+ "legacy": true,
189
+ "model_max_length": 131072,
190
+ "pad_token": "<|vision_pad|>",
191
+ "padding_side": "right",
192
+ "sp_model_kwargs": {},
193
+ "tokenizer_class": "LlamaTokenizerFast",
194
+ "unk_token": null,
195
+ "use_default_system_prompt": false
196
+ }
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,1433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.5460750853242321,
5
+ "eval_steps": 500,
6
+ "global_step": 200,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.0027303754266211604,
13
+ "grad_norm": 3.856764554977417,
14
+ "learning_rate": 9.999815806238551e-06,
15
+ "loss": 0.5425,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.005460750853242321,
20
+ "grad_norm": 3.6394715309143066,
21
+ "learning_rate": 9.999263238525135e-06,
22
+ "loss": 0.5588,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.008191126279863481,
27
+ "grad_norm": 3.228754758834839,
28
+ "learning_rate": 9.998342337571566e-06,
29
+ "loss": 0.5072,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.010921501706484642,
34
+ "grad_norm": 2.7734687328338623,
35
+ "learning_rate": 9.997053171227527e-06,
36
+ "loss": 0.524,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.013651877133105802,
41
+ "grad_norm": 2.6146395206451416,
42
+ "learning_rate": 9.995395834475578e-06,
43
+ "loss": 0.5013,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.016382252559726963,
48
+ "grad_norm": 2.3134093284606934,
49
+ "learning_rate": 9.993370449424153e-06,
50
+ "loss": 0.5021,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.01911262798634812,
55
+ "grad_norm": 2.46028995513916,
56
+ "learning_rate": 9.990977165298571e-06,
57
+ "loss": 0.5048,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.021843003412969283,
62
+ "grad_norm": 2.1209499835968018,
63
+ "learning_rate": 9.988216158430033e-06,
64
+ "loss": 0.4865,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.024573378839590442,
69
+ "grad_norm": 2.0378663539886475,
70
+ "learning_rate": 9.985087632242634e-06,
71
+ "loss": 0.5033,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.027303754266211604,
76
+ "grad_norm": 1.8533931970596313,
77
+ "learning_rate": 9.981591817238379e-06,
78
+ "loss": 0.4731,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.030034129692832763,
83
+ "grad_norm": 1.7073378562927246,
84
+ "learning_rate": 9.977728970980193e-06,
85
+ "loss": 0.4592,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.032764505119453925,
90
+ "grad_norm": 1.763203501701355,
91
+ "learning_rate": 9.973499378072947e-06,
92
+ "loss": 0.4569,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.03549488054607509,
97
+ "grad_norm": 1.2629003524780273,
98
+ "learning_rate": 9.968903350142494e-06,
99
+ "loss": 0.4364,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.03822525597269624,
104
+ "grad_norm": 1.345859408378601,
105
+ "learning_rate": 9.9639412258127e-06,
106
+ "loss": 0.4737,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.040955631399317405,
111
+ "grad_norm": 1.291548490524292,
112
+ "learning_rate": 9.958613370680507e-06,
113
+ "loss": 0.4504,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.04368600682593857,
118
+ "grad_norm": 1.3444461822509766,
119
+ "learning_rate": 9.952920177288985e-06,
120
+ "loss": 0.457,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.04641638225255973,
125
+ "grad_norm": 1.5857586860656738,
126
+ "learning_rate": 9.946862065098415e-06,
127
+ "loss": 0.4696,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.049146757679180884,
132
+ "grad_norm": 1.1109745502471924,
133
+ "learning_rate": 9.940439480455386e-06,
134
+ "loss": 0.4417,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.05187713310580205,
139
+ "grad_norm": 1.1297810077667236,
140
+ "learning_rate": 9.933652896559907e-06,
141
+ "loss": 0.4463,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.05460750853242321,
146
+ "grad_norm": 1.0981742143630981,
147
+ "learning_rate": 9.926502813430545e-06,
148
+ "loss": 0.4499,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.05733788395904437,
153
+ "grad_norm": 1.1592185497283936,
154
+ "learning_rate": 9.918989757867584e-06,
155
+ "loss": 0.447,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.060068259385665526,
160
+ "grad_norm": 1.0812605619430542,
161
+ "learning_rate": 9.911114283414204e-06,
162
+ "loss": 0.4638,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.06279863481228669,
167
+ "grad_norm": 0.774226188659668,
168
+ "learning_rate": 9.902876970315715e-06,
169
+ "loss": 0.4439,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.06552901023890785,
174
+ "grad_norm": 0.7117806673049927,
175
+ "learning_rate": 9.89427842547679e-06,
176
+ "loss": 0.4424,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.06825938566552901,
181
+ "grad_norm": 0.7732372283935547,
182
+ "learning_rate": 9.885319282416755e-06,
183
+ "loss": 0.4494,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.07098976109215017,
188
+ "grad_norm": 0.7167857885360718,
189
+ "learning_rate": 9.876000201222912e-06,
190
+ "loss": 0.4514,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.07372013651877134,
195
+ "grad_norm": 0.7761046290397644,
196
+ "learning_rate": 9.866321868501914e-06,
197
+ "loss": 0.462,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.07645051194539249,
202
+ "grad_norm": 0.5660157203674316,
203
+ "learning_rate": 9.856284997329158e-06,
204
+ "loss": 0.4455,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.07918088737201365,
209
+ "grad_norm": 0.5861382484436035,
210
+ "learning_rate": 9.845890327196269e-06,
211
+ "loss": 0.4416,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.08191126279863481,
216
+ "grad_norm": 0.7201432585716248,
217
+ "learning_rate": 9.835138623956603e-06,
218
+ "loss": 0.4209,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.08464163822525597,
223
+ "grad_norm": 0.8803044557571411,
224
+ "learning_rate": 9.824030679768824e-06,
225
+ "loss": 0.4276,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.08737201365187713,
230
+ "grad_norm": 0.7925510406494141,
231
+ "learning_rate": 9.812567313038542e-06,
232
+ "loss": 0.4473,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.0901023890784983,
237
+ "grad_norm": 0.9926882982254028,
238
+ "learning_rate": 9.80074936835801e-06,
239
+ "loss": 0.4398,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.09283276450511946,
244
+ "grad_norm": 0.8362368941307068,
245
+ "learning_rate": 9.788577716443903e-06,
246
+ "loss": 0.4347,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.09556313993174062,
251
+ "grad_norm": 0.8301376104354858,
252
+ "learning_rate": 9.77605325407316e-06,
253
+ "loss": 0.4684,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.09829351535836177,
258
+ "grad_norm": 0.7239497900009155,
259
+ "learning_rate": 9.763176904016914e-06,
260
+ "loss": 0.4686,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.10102389078498293,
265
+ "grad_norm": 0.6108490824699402,
266
+ "learning_rate": 9.749949614972507e-06,
267
+ "loss": 0.431,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.1037542662116041,
272
+ "grad_norm": 0.5505651235580444,
273
+ "learning_rate": 9.736372361493584e-06,
274
+ "loss": 0.4383,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.10648464163822526,
279
+ "grad_norm": 0.5642620325088501,
280
+ "learning_rate": 9.722446143918307e-06,
281
+ "loss": 0.4249,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.10921501706484642,
286
+ "grad_norm": 0.4733835458755493,
287
+ "learning_rate": 9.70817198829563e-06,
288
+ "loss": 0.4404,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.11194539249146758,
293
+ "grad_norm": 0.43274644017219543,
294
+ "learning_rate": 9.693550946309721e-06,
295
+ "loss": 0.428,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.11467576791808874,
300
+ "grad_norm": 0.45345625281333923,
301
+ "learning_rate": 9.678584095202468e-06,
302
+ "loss": 0.4559,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.1174061433447099,
307
+ "grad_norm": 0.3903965353965759,
308
+ "learning_rate": 9.663272537694112e-06,
309
+ "loss": 0.4419,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.12013651877133105,
314
+ "grad_norm": 0.5206829905509949,
315
+ "learning_rate": 9.647617401902003e-06,
316
+ "loss": 0.4366,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.12286689419795221,
321
+ "grad_norm": 0.38311880826950073,
322
+ "learning_rate": 9.631619841257477e-06,
323
+ "loss": 0.4289,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.12559726962457338,
328
+ "grad_norm": 0.4225156903266907,
329
+ "learning_rate": 9.615281034420882e-06,
330
+ "loss": 0.4215,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.12832764505119454,
335
+ "grad_norm": 0.4255654513835907,
336
+ "learning_rate": 9.598602185194733e-06,
337
+ "loss": 0.4247,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.1310580204778157,
342
+ "grad_norm": 0.4347112774848938,
343
+ "learning_rate": 9.581584522435025e-06,
344
+ "loss": 0.427,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.13378839590443686,
349
+ "grad_norm": 0.34471118450164795,
350
+ "learning_rate": 9.564229299960679e-06,
351
+ "loss": 0.421,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.13651877133105803,
356
+ "grad_norm": 0.43423381447792053,
357
+ "learning_rate": 9.54653779646118e-06,
358
+ "loss": 0.4322,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.1392491467576792,
363
+ "grad_norm": 0.4541296064853668,
364
+ "learning_rate": 9.528511315402358e-06,
365
+ "loss": 0.4212,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.14197952218430035,
370
+ "grad_norm": 0.29571640491485596,
371
+ "learning_rate": 9.510151184930354e-06,
372
+ "loss": 0.4312,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.1447098976109215,
377
+ "grad_norm": 0.30192604660987854,
378
+ "learning_rate": 9.491458757773766e-06,
379
+ "loss": 0.4328,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.14744027303754267,
384
+ "grad_norm": 0.24025903642177582,
385
+ "learning_rate": 9.472435411143979e-06,
386
+ "loss": 0.4214,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.15017064846416384,
391
+ "grad_norm": 0.3551096022129059,
392
+ "learning_rate": 9.453082546633704e-06,
393
+ "loss": 0.4232,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.15290102389078497,
398
+ "grad_norm": 0.2226678431034088,
399
+ "learning_rate": 9.433401590113702e-06,
400
+ "loss": 0.4332,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.15563139931740613,
405
+ "grad_norm": 0.21858179569244385,
406
+ "learning_rate": 9.413393991627737e-06,
407
+ "loss": 0.418,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.1583617747440273,
412
+ "grad_norm": 0.22533869743347168,
413
+ "learning_rate": 9.393061225285743e-06,
414
+ "loss": 0.4361,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.16109215017064846,
419
+ "grad_norm": 0.21001799404621124,
420
+ "learning_rate": 9.372404789155199e-06,
421
+ "loss": 0.4187,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.16382252559726962,
426
+ "grad_norm": 0.20293086767196655,
427
+ "learning_rate": 9.351426205150778e-06,
428
+ "loss": 0.4252,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.16655290102389078,
433
+ "grad_norm": 0.22262097895145416,
434
+ "learning_rate": 9.330127018922195e-06,
435
+ "loss": 0.4442,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.16928327645051194,
440
+ "grad_norm": 0.21581031382083893,
441
+ "learning_rate": 9.30850879974034e-06,
442
+ "loss": 0.4233,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.1720136518771331,
447
+ "grad_norm": 0.2510773837566376,
448
+ "learning_rate": 9.286573140381663e-06,
449
+ "loss": 0.4126,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.17474402730375427,
454
+ "grad_norm": 0.22764866054058075,
455
+ "learning_rate": 9.2643216570108e-06,
456
+ "loss": 0.4435,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.17747440273037543,
461
+ "grad_norm": 0.2921380400657654,
462
+ "learning_rate": 9.24175598906152e-06,
463
+ "loss": 0.4006,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.1802047781569966,
468
+ "grad_norm": 0.2642498314380646,
469
+ "learning_rate": 9.218877799115929e-06,
470
+ "loss": 0.4224,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.18293515358361775,
475
+ "grad_norm": 0.2313549965620041,
476
+ "learning_rate": 9.19568877278197e-06,
477
+ "loss": 0.413,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.18566552901023892,
482
+ "grad_norm": 0.2201680839061737,
483
+ "learning_rate": 9.172190618569236e-06,
484
+ "loss": 0.4278,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.18839590443686008,
489
+ "grad_norm": 0.2556556463241577,
490
+ "learning_rate": 9.148385067763094e-06,
491
+ "loss": 0.4216,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.19112627986348124,
496
+ "grad_norm": 0.238591730594635,
497
+ "learning_rate": 9.124273874297123e-06,
498
+ "loss": 0.4217,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.19385665529010238,
503
+ "grad_norm": 0.2658149302005768,
504
+ "learning_rate": 9.099858814623887e-06,
505
+ "loss": 0.4159,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.19658703071672354,
510
+ "grad_norm": 0.26856058835983276,
511
+ "learning_rate": 9.075141687584056e-06,
512
+ "loss": 0.4285,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.1993174061433447,
517
+ "grad_norm": 0.1793709248304367,
518
+ "learning_rate": 9.050124314273876e-06,
519
+ "loss": 0.4255,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.20204778156996586,
524
+ "grad_norm": 0.1868457794189453,
525
+ "learning_rate": 9.024808537910981e-06,
526
+ "loss": 0.417,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.20477815699658702,
531
+ "grad_norm": 0.19721131026744843,
532
+ "learning_rate": 8.999196223698599e-06,
533
+ "loss": 0.4234,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.2075085324232082,
538
+ "grad_norm": 0.1849862039089203,
539
+ "learning_rate": 8.973289258688125e-06,
540
+ "loss": 0.3868,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.21023890784982935,
545
+ "grad_norm": 0.18427810072898865,
546
+ "learning_rate": 8.9470895516401e-06,
547
+ "loss": 0.4205,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.2129692832764505,
552
+ "grad_norm": 0.22481605410575867,
553
+ "learning_rate": 8.920599032883553e-06,
554
+ "loss": 0.4271,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.21569965870307167,
559
+ "grad_norm": 0.18275555968284607,
560
+ "learning_rate": 8.893819654173804e-06,
561
+ "loss": 0.4276,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.21843003412969283,
566
+ "grad_norm": 0.17510327696800232,
567
+ "learning_rate": 8.86675338854865e-06,
568
+ "loss": 0.4169,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.221160409556314,
573
+ "grad_norm": 0.18124502897262573,
574
+ "learning_rate": 8.839402230183e-06,
575
+ "loss": 0.4181,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.22389078498293516,
580
+ "grad_norm": 0.1930208057165146,
581
+ "learning_rate": 8.811768194241951e-06,
582
+ "loss": 0.4326,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.22662116040955632,
587
+ "grad_norm": 0.17881739139556885,
588
+ "learning_rate": 8.783853316732313e-06,
589
+ "loss": 0.4227,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.22935153583617748,
594
+ "grad_norm": 0.18276868760585785,
595
+ "learning_rate": 8.755659654352599e-06,
596
+ "loss": 0.4109,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.23208191126279865,
601
+ "grad_norm": 0.1769554764032364,
602
+ "learning_rate": 8.727189284341501e-06,
603
+ "loss": 0.4267,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.2348122866894198,
608
+ "grad_norm": 0.22149443626403809,
609
+ "learning_rate": 8.698444304324837e-06,
610
+ "loss": 0.4236,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.23754266211604094,
615
+ "grad_norm": 0.1817912608385086,
616
+ "learning_rate": 8.669426832160997e-06,
617
+ "loss": 0.4235,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.2402730375426621,
622
+ "grad_norm": 0.23118089139461517,
623
+ "learning_rate": 8.640139005784924e-06,
624
+ "loss": 0.4338,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.24300341296928327,
629
+ "grad_norm": 0.23663879930973053,
630
+ "learning_rate": 8.610582983050581e-06,
631
+ "loss": 0.4239,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.24573378839590443,
636
+ "grad_norm": 0.16908958554267883,
637
+ "learning_rate": 8.580760941571968e-06,
638
+ "loss": 0.4148,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.2484641638225256,
643
+ "grad_norm": 0.23422765731811523,
644
+ "learning_rate": 8.55067507856268e-06,
645
+ "loss": 0.4183,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.25119453924914675,
650
+ "grad_norm": 0.24864593148231506,
651
+ "learning_rate": 8.520327610674029e-06,
652
+ "loss": 0.41,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.25392491467576794,
657
+ "grad_norm": 0.20847055315971375,
658
+ "learning_rate": 8.489720773831717e-06,
659
+ "loss": 0.4221,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.2566552901023891,
664
+ "grad_norm": 0.19055533409118652,
665
+ "learning_rate": 8.458856823071111e-06,
666
+ "loss": 0.4191,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.2593856655290102,
671
+ "grad_norm": 0.24293097853660583,
672
+ "learning_rate": 8.427738032371078e-06,
673
+ "loss": 0.3906,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.2621160409556314,
678
+ "grad_norm": 0.23974299430847168,
679
+ "learning_rate": 8.396366694486466e-06,
680
+ "loss": 0.4157,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.26484641638225254,
685
+ "grad_norm": 0.1998283416032791,
686
+ "learning_rate": 8.364745120779166e-06,
687
+ "loss": 0.4054,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.2675767918088737,
692
+ "grad_norm": 0.21701572835445404,
693
+ "learning_rate": 8.332875641047817e-06,
694
+ "loss": 0.3984,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.27030716723549486,
699
+ "grad_norm": 0.18561778962612152,
700
+ "learning_rate": 8.30076060335616e-06,
701
+ "loss": 0.4164,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.27303754266211605,
706
+ "grad_norm": 0.1797938048839569,
707
+ "learning_rate": 8.26840237386003e-06,
708
+ "loss": 0.4339,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 0.2757679180887372,
713
+ "grad_norm": 0.1605861335992813,
714
+ "learning_rate": 8.235803336633033e-06,
715
+ "loss": 0.4053,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 0.2784982935153584,
720
+ "grad_norm": 0.1774858683347702,
721
+ "learning_rate": 8.202965893490877e-06,
722
+ "loss": 0.4232,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 0.2812286689419795,
727
+ "grad_norm": 0.15541759133338928,
728
+ "learning_rate": 8.169892463814435e-06,
729
+ "loss": 0.4208,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 0.2839590443686007,
734
+ "grad_norm": 0.16066958010196686,
735
+ "learning_rate": 8.136585484371471e-06,
736
+ "loss": 0.4074,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 0.28668941979522183,
741
+ "grad_norm": 0.1789342761039734,
742
+ "learning_rate": 8.103047409137114e-06,
743
+ "loss": 0.4104,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 0.289419795221843,
748
+ "grad_norm": 0.16283057630062103,
749
+ "learning_rate": 8.06928070911306e-06,
750
+ "loss": 0.4073,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 0.29215017064846416,
755
+ "grad_norm": 0.17041556537151337,
756
+ "learning_rate": 8.035287872145502e-06,
757
+ "loss": 0.4396,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 0.29488054607508535,
762
+ "grad_norm": 0.17072531580924988,
763
+ "learning_rate": 8.001071402741843e-06,
764
+ "loss": 0.4297,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 0.2976109215017065,
769
+ "grad_norm": 0.16717186570167542,
770
+ "learning_rate": 7.96663382188616e-06,
771
+ "loss": 0.408,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 0.3003412969283277,
776
+ "grad_norm": 0.16995355486869812,
777
+ "learning_rate": 7.93197766685348e-06,
778
+ "loss": 0.398,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 0.3030716723549488,
783
+ "grad_norm": 0.1682933270931244,
784
+ "learning_rate": 7.897105491022819e-06,
785
+ "loss": 0.4179,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 0.30580204778156994,
790
+ "grad_norm": 0.15432436764240265,
791
+ "learning_rate": 7.862019863689075e-06,
792
+ "loss": 0.4037,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 0.30853242320819113,
797
+ "grad_norm": 0.16314339637756348,
798
+ "learning_rate": 7.826723369873715e-06,
799
+ "loss": 0.4066,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 0.31126279863481227,
804
+ "grad_norm": 0.17164085805416107,
805
+ "learning_rate": 7.791218610134324e-06,
806
+ "loss": 0.4328,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 0.31399317406143346,
811
+ "grad_norm": 0.16329169273376465,
812
+ "learning_rate": 7.755508200373e-06,
813
+ "loss": 0.41,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 0.3167235494880546,
818
+ "grad_norm": 0.15500546991825104,
819
+ "learning_rate": 7.719594771643623e-06,
820
+ "loss": 0.4023,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 0.3194539249146758,
825
+ "grad_norm": 0.16174261271953583,
826
+ "learning_rate": 7.683480969958005e-06,
827
+ "loss": 0.4147,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 0.3221843003412969,
832
+ "grad_norm": 0.16179116070270538,
833
+ "learning_rate": 7.647169456090925e-06,
834
+ "loss": 0.4198,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 0.3249146757679181,
839
+ "grad_norm": 0.1634499430656433,
840
+ "learning_rate": 7.6106629053841255e-06,
841
+ "loss": 0.4162,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 0.32764505119453924,
846
+ "grad_norm": 0.17482595145702362,
847
+ "learning_rate": 7.5739640075491546e-06,
848
+ "loss": 0.4304,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 0.33037542662116043,
853
+ "grad_norm": 0.16381986439228058,
854
+ "learning_rate": 7.537075466469228e-06,
855
+ "loss": 0.4076,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 0.33310580204778156,
860
+ "grad_norm": 0.15148329734802246,
861
+ "learning_rate": 7.500000000000001e-06,
862
+ "loss": 0.3943,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 0.33583617747440275,
867
+ "grad_norm": 0.17150920629501343,
868
+ "learning_rate": 7.462740339769323e-06,
869
+ "loss": 0.4221,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 0.3385665529010239,
874
+ "grad_norm": 0.16451485455036163,
875
+ "learning_rate": 7.425299230975982e-06,
876
+ "loss": 0.3909,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 0.3412969283276451,
881
+ "grad_norm": 0.1635640561580658,
882
+ "learning_rate": 7.387679432187442e-06,
883
+ "loss": 0.412,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 0.3440273037542662,
888
+ "grad_norm": 0.15344786643981934,
889
+ "learning_rate": 7.349883715136601e-06,
890
+ "loss": 0.3957,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 0.34675767918088735,
895
+ "grad_norm": 0.20929256081581116,
896
+ "learning_rate": 7.311914864517575e-06,
897
+ "loss": 0.4172,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 0.34948805460750854,
902
+ "grad_norm": 0.15553469955921173,
903
+ "learning_rate": 7.27377567778053e-06,
904
+ "loss": 0.4255,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 0.35221843003412967,
909
+ "grad_norm": 0.16687364876270294,
910
+ "learning_rate": 7.235468964925571e-06,
911
+ "loss": 0.4032,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 0.35494880546075086,
916
+ "grad_norm": 0.15902447700500488,
917
+ "learning_rate": 7.1969975482957075e-06,
918
+ "loss": 0.4264,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 0.357679180887372,
923
+ "grad_norm": 0.16279031336307526,
924
+ "learning_rate": 7.158364262368919e-06,
925
+ "loss": 0.4081,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 0.3604095563139932,
930
+ "grad_norm": 0.1744302660226822,
931
+ "learning_rate": 7.119571953549305e-06,
932
+ "loss": 0.4439,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 0.3631399317406143,
937
+ "grad_norm": 0.16045725345611572,
938
+ "learning_rate": 7.080623479957372e-06,
939
+ "loss": 0.3996,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 0.3658703071672355,
944
+ "grad_norm": 0.16313788294792175,
945
+ "learning_rate": 7.041521711219468e-06,
946
+ "loss": 0.4055,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 0.36860068259385664,
951
+ "grad_norm": 0.15558135509490967,
952
+ "learning_rate": 7.002269528256334e-06,
953
+ "loss": 0.4074,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 0.37133105802047783,
958
+ "grad_norm": 0.16284853219985962,
959
+ "learning_rate": 6.9628698230708604e-06,
960
+ "loss": 0.3937,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 0.37406143344709897,
965
+ "grad_norm": 0.1701689511537552,
966
+ "learning_rate": 6.9233254985350066e-06,
967
+ "loss": 0.4014,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 0.37679180887372016,
972
+ "grad_norm": 0.16153037548065186,
973
+ "learning_rate": 6.883639468175926e-06,
974
+ "loss": 0.4345,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 0.3795221843003413,
979
+ "grad_norm": 0.15898269414901733,
980
+ "learning_rate": 6.843814655961302e-06,
981
+ "loss": 0.4117,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 0.3822525597269625,
986
+ "grad_norm": 0.15082918107509613,
987
+ "learning_rate": 6.803853996083918e-06,
988
+ "loss": 0.4041,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 0.3849829351535836,
993
+ "grad_norm": 0.15225613117218018,
994
+ "learning_rate": 6.763760432745475e-06,
995
+ "loss": 0.4203,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 0.38771331058020475,
1000
+ "grad_norm": 0.15860538184642792,
1001
+ "learning_rate": 6.723536919939669e-06,
1002
+ "loss": 0.409,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 0.39044368600682594,
1007
+ "grad_norm": 0.15701624751091003,
1008
+ "learning_rate": 6.683186421234552e-06,
1009
+ "loss": 0.411,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 0.3931740614334471,
1014
+ "grad_norm": 0.1592189222574234,
1015
+ "learning_rate": 6.6427119095541745e-06,
1016
+ "loss": 0.4034,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 0.39590443686006827,
1021
+ "grad_norm": 0.16646814346313477,
1022
+ "learning_rate": 6.602116366959556e-06,
1023
+ "loss": 0.411,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 0.3986348122866894,
1028
+ "grad_norm": 0.16729459166526794,
1029
+ "learning_rate": 6.561402784428974e-06,
1030
+ "loss": 0.4032,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 0.4013651877133106,
1035
+ "grad_norm": 0.16820791363716125,
1036
+ "learning_rate": 6.520574161637591e-06,
1037
+ "loss": 0.4087,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 0.4040955631399317,
1042
+ "grad_norm": 0.17279136180877686,
1043
+ "learning_rate": 6.479633506736447e-06,
1044
+ "loss": 0.3949,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 0.4068259385665529,
1049
+ "grad_norm": 0.15827003121376038,
1050
+ "learning_rate": 6.438583836130835e-06,
1051
+ "loss": 0.4134,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 0.40955631399317405,
1056
+ "grad_norm": 0.3199061155319214,
1057
+ "learning_rate": 6.397428174258048e-06,
1058
+ "loss": 0.3956,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 0.41228668941979524,
1063
+ "grad_norm": 0.15721672773361206,
1064
+ "learning_rate": 6.3561695533645505e-06,
1065
+ "loss": 0.408,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 0.4150170648464164,
1070
+ "grad_norm": 0.16460402309894562,
1071
+ "learning_rate": 6.314811013282574e-06,
1072
+ "loss": 0.4083,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 0.41774744027303756,
1077
+ "grad_norm": 0.156940758228302,
1078
+ "learning_rate": 6.273355601206143e-06,
1079
+ "loss": 0.4062,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 0.4204778156996587,
1084
+ "grad_norm": 0.15688540041446686,
1085
+ "learning_rate": 6.231806371466574e-06,
1086
+ "loss": 0.4051,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 0.4232081911262799,
1091
+ "grad_norm": 0.14866897463798523,
1092
+ "learning_rate": 6.190166385307428e-06,
1093
+ "loss": 0.4047,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 0.425938566552901,
1098
+ "grad_norm": 0.15852367877960205,
1099
+ "learning_rate": 6.148438710658979e-06,
1100
+ "loss": 0.4043,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 0.4286689419795222,
1105
+ "grad_norm": 0.1479935199022293,
1106
+ "learning_rate": 6.106626421912163e-06,
1107
+ "loss": 0.4073,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 0.43139931740614335,
1112
+ "grad_norm": 0.1690177172422409,
1113
+ "learning_rate": 6.064732599692079e-06,
1114
+ "loss": 0.4148,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 0.4341296928327645,
1119
+ "grad_norm": 0.1765451729297638,
1120
+ "learning_rate": 6.022760330631006e-06,
1121
+ "loss": 0.4105,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 0.43686006825938567,
1126
+ "grad_norm": 0.16014869511127472,
1127
+ "learning_rate": 5.980712707140985e-06,
1128
+ "loss": 0.4138,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 0.4395904436860068,
1133
+ "grad_norm": 0.1788393259048462,
1134
+ "learning_rate": 5.938592827185994e-06,
1135
+ "loss": 0.4224,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 0.442320819112628,
1140
+ "grad_norm": 0.1551506668329239,
1141
+ "learning_rate": 5.896403794053679e-06,
1142
+ "loss": 0.4058,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 0.44505119453924913,
1147
+ "grad_norm": 0.1573813110589981,
1148
+ "learning_rate": 5.854148716126722e-06,
1149
+ "loss": 0.4147,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 0.4477815699658703,
1154
+ "grad_norm": 0.16244283318519592,
1155
+ "learning_rate": 5.811830706653819e-06,
1156
+ "loss": 0.4152,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 0.45051194539249145,
1161
+ "grad_norm": 0.17180225253105164,
1162
+ "learning_rate": 5.76945288352031e-06,
1163
+ "loss": 0.3972,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 0.45324232081911264,
1168
+ "grad_norm": 0.16414454579353333,
1169
+ "learning_rate": 5.72701836901845e-06,
1170
+ "loss": 0.403,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 0.4559726962457338,
1175
+ "grad_norm": 0.3096899092197418,
1176
+ "learning_rate": 5.684530289617377e-06,
1177
+ "loss": 0.4195,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 0.45870307167235497,
1182
+ "grad_norm": 0.16957193613052368,
1183
+ "learning_rate": 5.641991775732756e-06,
1184
+ "loss": 0.405,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 0.4614334470989761,
1189
+ "grad_norm": 0.16117002069950104,
1190
+ "learning_rate": 5.599405961496137e-06,
1191
+ "loss": 0.398,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 0.4641638225255973,
1196
+ "grad_norm": 0.17450742423534393,
1197
+ "learning_rate": 5.556775984524044e-06,
1198
+ "loss": 0.4009,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 0.4668941979522184,
1203
+ "grad_norm": 0.15785841643810272,
1204
+ "learning_rate": 5.514104985686802e-06,
1205
+ "loss": 0.3838,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 0.4696245733788396,
1210
+ "grad_norm": 0.22598251700401306,
1211
+ "learning_rate": 5.471396108877123e-06,
1212
+ "loss": 0.4176,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 0.47235494880546075,
1217
+ "grad_norm": 0.17126567661762238,
1218
+ "learning_rate": 5.428652500778472e-06,
1219
+ "loss": 0.4135,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 0.4750853242320819,
1224
+ "grad_norm": 0.1700679510831833,
1225
+ "learning_rate": 5.385877310633233e-06,
1226
+ "loss": 0.4259,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 0.4778156996587031,
1231
+ "grad_norm": 0.1624089628458023,
1232
+ "learning_rate": 5.3430736900106715e-06,
1233
+ "loss": 0.4425,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 0.4805460750853242,
1238
+ "grad_norm": 0.15028750896453857,
1239
+ "learning_rate": 5.300244792574743e-06,
1240
+ "loss": 0.3966,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 0.4832764505119454,
1245
+ "grad_norm": 0.17664162814617157,
1246
+ "learning_rate": 5.257393773851733e-06,
1247
+ "loss": 0.4125,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 0.48600682593856653,
1252
+ "grad_norm": 0.16111449897289276,
1253
+ "learning_rate": 5.214523790997773e-06,
1254
+ "loss": 0.4046,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 0.4887372013651877,
1259
+ "grad_norm": 0.17330825328826904,
1260
+ "learning_rate": 5.171638002566218e-06,
1261
+ "loss": 0.4054,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 0.49146757679180886,
1266
+ "grad_norm": 0.1512707620859146,
1267
+ "learning_rate": 5.1287395682749444e-06,
1268
+ "loss": 0.4014,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 0.49419795221843005,
1273
+ "grad_norm": 0.15316011011600494,
1274
+ "learning_rate": 5.0858316487735385e-06,
1275
+ "loss": 0.4013,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 0.4969283276450512,
1280
+ "grad_norm": 0.14988335967063904,
1281
+ "learning_rate": 5.042917405410436e-06,
1282
+ "loss": 0.3953,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 0.49965870307167237,
1287
+ "grad_norm": 0.17286710441112518,
1288
+ "learning_rate": 5e-06,
1289
+ "loss": 0.407,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 0.5023890784982935,
1294
+ "grad_norm": 0.16462546586990356,
1295
+ "learning_rate": 4.957082594589566e-06,
1296
+ "loss": 0.4017,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 0.5051194539249146,
1301
+ "grad_norm": 0.15909536182880402,
1302
+ "learning_rate": 4.914168351226463e-06,
1303
+ "loss": 0.3977,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 0.5078498293515359,
1308
+ "grad_norm": 0.1730009764432907,
1309
+ "learning_rate": 4.871260431725058e-06,
1310
+ "loss": 0.4271,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 0.510580204778157,
1315
+ "grad_norm": 0.17171163856983185,
1316
+ "learning_rate": 4.828361997433783e-06,
1317
+ "loss": 0.4169,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 0.5133105802047782,
1322
+ "grad_norm": 0.14412260055541992,
1323
+ "learning_rate": 4.7854762090022274e-06,
1324
+ "loss": 0.3782,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 0.5160409556313993,
1329
+ "grad_norm": 0.1570647805929184,
1330
+ "learning_rate": 4.742606226148268e-06,
1331
+ "loss": 0.4034,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 0.5187713310580204,
1336
+ "grad_norm": 0.14350539445877075,
1337
+ "learning_rate": 4.699755207425259e-06,
1338
+ "loss": 0.403,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 0.5215017064846417,
1343
+ "grad_norm": 0.17106682062149048,
1344
+ "learning_rate": 4.65692630998933e-06,
1345
+ "loss": 0.4087,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 0.5242320819112628,
1350
+ "grad_norm": 0.18561221659183502,
1351
+ "learning_rate": 4.614122689366769e-06,
1352
+ "loss": 0.4093,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 0.5269624573378839,
1357
+ "grad_norm": 0.15318401157855988,
1358
+ "learning_rate": 4.571347499221528e-06,
1359
+ "loss": 0.4,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 0.5296928327645051,
1364
+ "grad_norm": 0.150321364402771,
1365
+ "learning_rate": 4.528603891122878e-06,
1366
+ "loss": 0.4028,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 0.5324232081911263,
1371
+ "grad_norm": 0.15496495366096497,
1372
+ "learning_rate": 4.485895014313198e-06,
1373
+ "loss": 0.418,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 0.5351535836177475,
1378
+ "grad_norm": 0.1591518372297287,
1379
+ "learning_rate": 4.443224015475956e-06,
1380
+ "loss": 0.4122,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 0.5378839590443686,
1385
+ "grad_norm": 0.16226577758789062,
1386
+ "learning_rate": 4.400594038503864e-06,
1387
+ "loss": 0.4249,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 0.5406143344709897,
1392
+ "grad_norm": 0.21725980937480927,
1393
+ "learning_rate": 4.358008224267245e-06,
1394
+ "loss": 0.4005,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 0.543344709897611,
1399
+ "grad_norm": 0.16464541852474213,
1400
+ "learning_rate": 4.3154697103826235e-06,
1401
+ "loss": 0.4058,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 0.5460750853242321,
1406
+ "grad_norm": 0.15310809016227722,
1407
+ "learning_rate": 4.272981630981551e-06,
1408
+ "loss": 0.4049,
1409
+ "step": 200
1410
+ }
1411
+ ],
1412
+ "logging_steps": 1.0,
1413
+ "max_steps": 366,
1414
+ "num_input_tokens_seen": 0,
1415
+ "num_train_epochs": 1,
1416
+ "save_steps": 100,
1417
+ "stateful_callbacks": {
1418
+ "TrainerControl": {
1419
+ "args": {
1420
+ "should_epoch_stop": false,
1421
+ "should_evaluate": false,
1422
+ "should_log": false,
1423
+ "should_save": true,
1424
+ "should_training_stop": false
1425
+ },
1426
+ "attributes": {}
1427
+ }
1428
+ },
1429
+ "total_flos": 4.3763347534905344e+18,
1430
+ "train_batch_size": 1,
1431
+ "trial_name": null,
1432
+ "trial_params": null
1433
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2894cbb412e8163f51ee66bc37edad64bb67e6527266f7add94fd1e6f4dbcfc6
3
+ size 6968
checkpoint-300/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: models/DeepSeek-R1-Distill-Qwen-7B
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-300/adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "models/DeepSeek-R1-Distill-Qwen-7B",
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": 256,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 256,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "v_proj",
27
+ "q_proj"
28
+ ],
29
+ "task_type": "CAUSAL_LM",
30
+ "use_dora": false,
31
+ "use_rslora": true
32
+ }
checkpoint-300/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8080ffe6a1af1c8350d2369eee2869e363682180cd861029a525ee8157ad098b
3
+ size 161496088
checkpoint-300/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end▁of▁sentence|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|vision_pad|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
checkpoint-300/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
checkpoint-300/tokenizer_config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|end▁of▁sentence|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|User|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "151645": {
23
+ "content": "<|Assistant|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "151646": {
31
+ "content": "<|begin▁of▁sentence|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|EOT|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "151648": {
47
+ "content": "<think>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "151649": {
55
+ "content": "</think>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{%- if messages|length == 1 and messages[0]['role'] == 'assistant' -%}{%- if messages[0]['content'] is not none -%}{{'<|Assistant|>' + messages[0]['content'] + '<|end▁of▁sentence|>'}}{%- endif -%}{%- else -%}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{{'<|Assistant|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- endif %}{%- endfor -%}{%- endif -%}{% if add_generation_prompt %}{{'<|Assistant|>'}}{% endif %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
187
+ "extra_special_tokens": {},
188
+ "legacy": true,
189
+ "model_max_length": 131072,
190
+ "pad_token": "<|vision_pad|>",
191
+ "padding_side": "right",
192
+ "sp_model_kwargs": {},
193
+ "tokenizer_class": "LlamaTokenizerFast",
194
+ "unk_token": null,
195
+ "use_default_system_prompt": false
196
+ }
checkpoint-300/trainer_state.json ADDED
@@ -0,0 +1,2133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.8191126279863481,
5
+ "eval_steps": 500,
6
+ "global_step": 300,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.0027303754266211604,
13
+ "grad_norm": 3.856764554977417,
14
+ "learning_rate": 9.999815806238551e-06,
15
+ "loss": 0.5425,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.005460750853242321,
20
+ "grad_norm": 3.6394715309143066,
21
+ "learning_rate": 9.999263238525135e-06,
22
+ "loss": 0.5588,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.008191126279863481,
27
+ "grad_norm": 3.228754758834839,
28
+ "learning_rate": 9.998342337571566e-06,
29
+ "loss": 0.5072,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.010921501706484642,
34
+ "grad_norm": 2.7734687328338623,
35
+ "learning_rate": 9.997053171227527e-06,
36
+ "loss": 0.524,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.013651877133105802,
41
+ "grad_norm": 2.6146395206451416,
42
+ "learning_rate": 9.995395834475578e-06,
43
+ "loss": 0.5013,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.016382252559726963,
48
+ "grad_norm": 2.3134093284606934,
49
+ "learning_rate": 9.993370449424153e-06,
50
+ "loss": 0.5021,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.01911262798634812,
55
+ "grad_norm": 2.46028995513916,
56
+ "learning_rate": 9.990977165298571e-06,
57
+ "loss": 0.5048,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.021843003412969283,
62
+ "grad_norm": 2.1209499835968018,
63
+ "learning_rate": 9.988216158430033e-06,
64
+ "loss": 0.4865,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.024573378839590442,
69
+ "grad_norm": 2.0378663539886475,
70
+ "learning_rate": 9.985087632242634e-06,
71
+ "loss": 0.5033,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.027303754266211604,
76
+ "grad_norm": 1.8533931970596313,
77
+ "learning_rate": 9.981591817238379e-06,
78
+ "loss": 0.4731,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.030034129692832763,
83
+ "grad_norm": 1.7073378562927246,
84
+ "learning_rate": 9.977728970980193e-06,
85
+ "loss": 0.4592,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.032764505119453925,
90
+ "grad_norm": 1.763203501701355,
91
+ "learning_rate": 9.973499378072947e-06,
92
+ "loss": 0.4569,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.03549488054607509,
97
+ "grad_norm": 1.2629003524780273,
98
+ "learning_rate": 9.968903350142494e-06,
99
+ "loss": 0.4364,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.03822525597269624,
104
+ "grad_norm": 1.345859408378601,
105
+ "learning_rate": 9.9639412258127e-06,
106
+ "loss": 0.4737,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.040955631399317405,
111
+ "grad_norm": 1.291548490524292,
112
+ "learning_rate": 9.958613370680507e-06,
113
+ "loss": 0.4504,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.04368600682593857,
118
+ "grad_norm": 1.3444461822509766,
119
+ "learning_rate": 9.952920177288985e-06,
120
+ "loss": 0.457,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.04641638225255973,
125
+ "grad_norm": 1.5857586860656738,
126
+ "learning_rate": 9.946862065098415e-06,
127
+ "loss": 0.4696,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.049146757679180884,
132
+ "grad_norm": 1.1109745502471924,
133
+ "learning_rate": 9.940439480455386e-06,
134
+ "loss": 0.4417,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.05187713310580205,
139
+ "grad_norm": 1.1297810077667236,
140
+ "learning_rate": 9.933652896559907e-06,
141
+ "loss": 0.4463,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.05460750853242321,
146
+ "grad_norm": 1.0981742143630981,
147
+ "learning_rate": 9.926502813430545e-06,
148
+ "loss": 0.4499,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.05733788395904437,
153
+ "grad_norm": 1.1592185497283936,
154
+ "learning_rate": 9.918989757867584e-06,
155
+ "loss": 0.447,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.060068259385665526,
160
+ "grad_norm": 1.0812605619430542,
161
+ "learning_rate": 9.911114283414204e-06,
162
+ "loss": 0.4638,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.06279863481228669,
167
+ "grad_norm": 0.774226188659668,
168
+ "learning_rate": 9.902876970315715e-06,
169
+ "loss": 0.4439,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.06552901023890785,
174
+ "grad_norm": 0.7117806673049927,
175
+ "learning_rate": 9.89427842547679e-06,
176
+ "loss": 0.4424,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.06825938566552901,
181
+ "grad_norm": 0.7732372283935547,
182
+ "learning_rate": 9.885319282416755e-06,
183
+ "loss": 0.4494,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.07098976109215017,
188
+ "grad_norm": 0.7167857885360718,
189
+ "learning_rate": 9.876000201222912e-06,
190
+ "loss": 0.4514,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.07372013651877134,
195
+ "grad_norm": 0.7761046290397644,
196
+ "learning_rate": 9.866321868501914e-06,
197
+ "loss": 0.462,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.07645051194539249,
202
+ "grad_norm": 0.5660157203674316,
203
+ "learning_rate": 9.856284997329158e-06,
204
+ "loss": 0.4455,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.07918088737201365,
209
+ "grad_norm": 0.5861382484436035,
210
+ "learning_rate": 9.845890327196269e-06,
211
+ "loss": 0.4416,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.08191126279863481,
216
+ "grad_norm": 0.7201432585716248,
217
+ "learning_rate": 9.835138623956603e-06,
218
+ "loss": 0.4209,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.08464163822525597,
223
+ "grad_norm": 0.8803044557571411,
224
+ "learning_rate": 9.824030679768824e-06,
225
+ "loss": 0.4276,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.08737201365187713,
230
+ "grad_norm": 0.7925510406494141,
231
+ "learning_rate": 9.812567313038542e-06,
232
+ "loss": 0.4473,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.0901023890784983,
237
+ "grad_norm": 0.9926882982254028,
238
+ "learning_rate": 9.80074936835801e-06,
239
+ "loss": 0.4398,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.09283276450511946,
244
+ "grad_norm": 0.8362368941307068,
245
+ "learning_rate": 9.788577716443903e-06,
246
+ "loss": 0.4347,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.09556313993174062,
251
+ "grad_norm": 0.8301376104354858,
252
+ "learning_rate": 9.77605325407316e-06,
253
+ "loss": 0.4684,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.09829351535836177,
258
+ "grad_norm": 0.7239497900009155,
259
+ "learning_rate": 9.763176904016914e-06,
260
+ "loss": 0.4686,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.10102389078498293,
265
+ "grad_norm": 0.6108490824699402,
266
+ "learning_rate": 9.749949614972507e-06,
267
+ "loss": 0.431,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.1037542662116041,
272
+ "grad_norm": 0.5505651235580444,
273
+ "learning_rate": 9.736372361493584e-06,
274
+ "loss": 0.4383,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.10648464163822526,
279
+ "grad_norm": 0.5642620325088501,
280
+ "learning_rate": 9.722446143918307e-06,
281
+ "loss": 0.4249,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.10921501706484642,
286
+ "grad_norm": 0.4733835458755493,
287
+ "learning_rate": 9.70817198829563e-06,
288
+ "loss": 0.4404,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.11194539249146758,
293
+ "grad_norm": 0.43274644017219543,
294
+ "learning_rate": 9.693550946309721e-06,
295
+ "loss": 0.428,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.11467576791808874,
300
+ "grad_norm": 0.45345625281333923,
301
+ "learning_rate": 9.678584095202468e-06,
302
+ "loss": 0.4559,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.1174061433447099,
307
+ "grad_norm": 0.3903965353965759,
308
+ "learning_rate": 9.663272537694112e-06,
309
+ "loss": 0.4419,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.12013651877133105,
314
+ "grad_norm": 0.5206829905509949,
315
+ "learning_rate": 9.647617401902003e-06,
316
+ "loss": 0.4366,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.12286689419795221,
321
+ "grad_norm": 0.38311880826950073,
322
+ "learning_rate": 9.631619841257477e-06,
323
+ "loss": 0.4289,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.12559726962457338,
328
+ "grad_norm": 0.4225156903266907,
329
+ "learning_rate": 9.615281034420882e-06,
330
+ "loss": 0.4215,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.12832764505119454,
335
+ "grad_norm": 0.4255654513835907,
336
+ "learning_rate": 9.598602185194733e-06,
337
+ "loss": 0.4247,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.1310580204778157,
342
+ "grad_norm": 0.4347112774848938,
343
+ "learning_rate": 9.581584522435025e-06,
344
+ "loss": 0.427,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.13378839590443686,
349
+ "grad_norm": 0.34471118450164795,
350
+ "learning_rate": 9.564229299960679e-06,
351
+ "loss": 0.421,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.13651877133105803,
356
+ "grad_norm": 0.43423381447792053,
357
+ "learning_rate": 9.54653779646118e-06,
358
+ "loss": 0.4322,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.1392491467576792,
363
+ "grad_norm": 0.4541296064853668,
364
+ "learning_rate": 9.528511315402358e-06,
365
+ "loss": 0.4212,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.14197952218430035,
370
+ "grad_norm": 0.29571640491485596,
371
+ "learning_rate": 9.510151184930354e-06,
372
+ "loss": 0.4312,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.1447098976109215,
377
+ "grad_norm": 0.30192604660987854,
378
+ "learning_rate": 9.491458757773766e-06,
379
+ "loss": 0.4328,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.14744027303754267,
384
+ "grad_norm": 0.24025903642177582,
385
+ "learning_rate": 9.472435411143979e-06,
386
+ "loss": 0.4214,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.15017064846416384,
391
+ "grad_norm": 0.3551096022129059,
392
+ "learning_rate": 9.453082546633704e-06,
393
+ "loss": 0.4232,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.15290102389078497,
398
+ "grad_norm": 0.2226678431034088,
399
+ "learning_rate": 9.433401590113702e-06,
400
+ "loss": 0.4332,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.15563139931740613,
405
+ "grad_norm": 0.21858179569244385,
406
+ "learning_rate": 9.413393991627737e-06,
407
+ "loss": 0.418,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.1583617747440273,
412
+ "grad_norm": 0.22533869743347168,
413
+ "learning_rate": 9.393061225285743e-06,
414
+ "loss": 0.4361,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.16109215017064846,
419
+ "grad_norm": 0.21001799404621124,
420
+ "learning_rate": 9.372404789155199e-06,
421
+ "loss": 0.4187,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.16382252559726962,
426
+ "grad_norm": 0.20293086767196655,
427
+ "learning_rate": 9.351426205150778e-06,
428
+ "loss": 0.4252,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.16655290102389078,
433
+ "grad_norm": 0.22262097895145416,
434
+ "learning_rate": 9.330127018922195e-06,
435
+ "loss": 0.4442,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.16928327645051194,
440
+ "grad_norm": 0.21581031382083893,
441
+ "learning_rate": 9.30850879974034e-06,
442
+ "loss": 0.4233,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.1720136518771331,
447
+ "grad_norm": 0.2510773837566376,
448
+ "learning_rate": 9.286573140381663e-06,
449
+ "loss": 0.4126,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.17474402730375427,
454
+ "grad_norm": 0.22764866054058075,
455
+ "learning_rate": 9.2643216570108e-06,
456
+ "loss": 0.4435,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.17747440273037543,
461
+ "grad_norm": 0.2921380400657654,
462
+ "learning_rate": 9.24175598906152e-06,
463
+ "loss": 0.4006,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.1802047781569966,
468
+ "grad_norm": 0.2642498314380646,
469
+ "learning_rate": 9.218877799115929e-06,
470
+ "loss": 0.4224,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.18293515358361775,
475
+ "grad_norm": 0.2313549965620041,
476
+ "learning_rate": 9.19568877278197e-06,
477
+ "loss": 0.413,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.18566552901023892,
482
+ "grad_norm": 0.2201680839061737,
483
+ "learning_rate": 9.172190618569236e-06,
484
+ "loss": 0.4278,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.18839590443686008,
489
+ "grad_norm": 0.2556556463241577,
490
+ "learning_rate": 9.148385067763094e-06,
491
+ "loss": 0.4216,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.19112627986348124,
496
+ "grad_norm": 0.238591730594635,
497
+ "learning_rate": 9.124273874297123e-06,
498
+ "loss": 0.4217,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.19385665529010238,
503
+ "grad_norm": 0.2658149302005768,
504
+ "learning_rate": 9.099858814623887e-06,
505
+ "loss": 0.4159,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.19658703071672354,
510
+ "grad_norm": 0.26856058835983276,
511
+ "learning_rate": 9.075141687584056e-06,
512
+ "loss": 0.4285,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.1993174061433447,
517
+ "grad_norm": 0.1793709248304367,
518
+ "learning_rate": 9.050124314273876e-06,
519
+ "loss": 0.4255,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.20204778156996586,
524
+ "grad_norm": 0.1868457794189453,
525
+ "learning_rate": 9.024808537910981e-06,
526
+ "loss": 0.417,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.20477815699658702,
531
+ "grad_norm": 0.19721131026744843,
532
+ "learning_rate": 8.999196223698599e-06,
533
+ "loss": 0.4234,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.2075085324232082,
538
+ "grad_norm": 0.1849862039089203,
539
+ "learning_rate": 8.973289258688125e-06,
540
+ "loss": 0.3868,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.21023890784982935,
545
+ "grad_norm": 0.18427810072898865,
546
+ "learning_rate": 8.9470895516401e-06,
547
+ "loss": 0.4205,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.2129692832764505,
552
+ "grad_norm": 0.22481605410575867,
553
+ "learning_rate": 8.920599032883553e-06,
554
+ "loss": 0.4271,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.21569965870307167,
559
+ "grad_norm": 0.18275555968284607,
560
+ "learning_rate": 8.893819654173804e-06,
561
+ "loss": 0.4276,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.21843003412969283,
566
+ "grad_norm": 0.17510327696800232,
567
+ "learning_rate": 8.86675338854865e-06,
568
+ "loss": 0.4169,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.221160409556314,
573
+ "grad_norm": 0.18124502897262573,
574
+ "learning_rate": 8.839402230183e-06,
575
+ "loss": 0.4181,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.22389078498293516,
580
+ "grad_norm": 0.1930208057165146,
581
+ "learning_rate": 8.811768194241951e-06,
582
+ "loss": 0.4326,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.22662116040955632,
587
+ "grad_norm": 0.17881739139556885,
588
+ "learning_rate": 8.783853316732313e-06,
589
+ "loss": 0.4227,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.22935153583617748,
594
+ "grad_norm": 0.18276868760585785,
595
+ "learning_rate": 8.755659654352599e-06,
596
+ "loss": 0.4109,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.23208191126279865,
601
+ "grad_norm": 0.1769554764032364,
602
+ "learning_rate": 8.727189284341501e-06,
603
+ "loss": 0.4267,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.2348122866894198,
608
+ "grad_norm": 0.22149443626403809,
609
+ "learning_rate": 8.698444304324837e-06,
610
+ "loss": 0.4236,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.23754266211604094,
615
+ "grad_norm": 0.1817912608385086,
616
+ "learning_rate": 8.669426832160997e-06,
617
+ "loss": 0.4235,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.2402730375426621,
622
+ "grad_norm": 0.23118089139461517,
623
+ "learning_rate": 8.640139005784924e-06,
624
+ "loss": 0.4338,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.24300341296928327,
629
+ "grad_norm": 0.23663879930973053,
630
+ "learning_rate": 8.610582983050581e-06,
631
+ "loss": 0.4239,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.24573378839590443,
636
+ "grad_norm": 0.16908958554267883,
637
+ "learning_rate": 8.580760941571968e-06,
638
+ "loss": 0.4148,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.2484641638225256,
643
+ "grad_norm": 0.23422765731811523,
644
+ "learning_rate": 8.55067507856268e-06,
645
+ "loss": 0.4183,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.25119453924914675,
650
+ "grad_norm": 0.24864593148231506,
651
+ "learning_rate": 8.520327610674029e-06,
652
+ "loss": 0.41,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.25392491467576794,
657
+ "grad_norm": 0.20847055315971375,
658
+ "learning_rate": 8.489720773831717e-06,
659
+ "loss": 0.4221,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.2566552901023891,
664
+ "grad_norm": 0.19055533409118652,
665
+ "learning_rate": 8.458856823071111e-06,
666
+ "loss": 0.4191,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.2593856655290102,
671
+ "grad_norm": 0.24293097853660583,
672
+ "learning_rate": 8.427738032371078e-06,
673
+ "loss": 0.3906,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.2621160409556314,
678
+ "grad_norm": 0.23974299430847168,
679
+ "learning_rate": 8.396366694486466e-06,
680
+ "loss": 0.4157,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.26484641638225254,
685
+ "grad_norm": 0.1998283416032791,
686
+ "learning_rate": 8.364745120779166e-06,
687
+ "loss": 0.4054,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.2675767918088737,
692
+ "grad_norm": 0.21701572835445404,
693
+ "learning_rate": 8.332875641047817e-06,
694
+ "loss": 0.3984,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.27030716723549486,
699
+ "grad_norm": 0.18561778962612152,
700
+ "learning_rate": 8.30076060335616e-06,
701
+ "loss": 0.4164,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.27303754266211605,
706
+ "grad_norm": 0.1797938048839569,
707
+ "learning_rate": 8.26840237386003e-06,
708
+ "loss": 0.4339,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 0.2757679180887372,
713
+ "grad_norm": 0.1605861335992813,
714
+ "learning_rate": 8.235803336633033e-06,
715
+ "loss": 0.4053,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 0.2784982935153584,
720
+ "grad_norm": 0.1774858683347702,
721
+ "learning_rate": 8.202965893490877e-06,
722
+ "loss": 0.4232,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 0.2812286689419795,
727
+ "grad_norm": 0.15541759133338928,
728
+ "learning_rate": 8.169892463814435e-06,
729
+ "loss": 0.4208,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 0.2839590443686007,
734
+ "grad_norm": 0.16066958010196686,
735
+ "learning_rate": 8.136585484371471e-06,
736
+ "loss": 0.4074,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 0.28668941979522183,
741
+ "grad_norm": 0.1789342761039734,
742
+ "learning_rate": 8.103047409137114e-06,
743
+ "loss": 0.4104,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 0.289419795221843,
748
+ "grad_norm": 0.16283057630062103,
749
+ "learning_rate": 8.06928070911306e-06,
750
+ "loss": 0.4073,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 0.29215017064846416,
755
+ "grad_norm": 0.17041556537151337,
756
+ "learning_rate": 8.035287872145502e-06,
757
+ "loss": 0.4396,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 0.29488054607508535,
762
+ "grad_norm": 0.17072531580924988,
763
+ "learning_rate": 8.001071402741843e-06,
764
+ "loss": 0.4297,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 0.2976109215017065,
769
+ "grad_norm": 0.16717186570167542,
770
+ "learning_rate": 7.96663382188616e-06,
771
+ "loss": 0.408,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 0.3003412969283277,
776
+ "grad_norm": 0.16995355486869812,
777
+ "learning_rate": 7.93197766685348e-06,
778
+ "loss": 0.398,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 0.3030716723549488,
783
+ "grad_norm": 0.1682933270931244,
784
+ "learning_rate": 7.897105491022819e-06,
785
+ "loss": 0.4179,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 0.30580204778156994,
790
+ "grad_norm": 0.15432436764240265,
791
+ "learning_rate": 7.862019863689075e-06,
792
+ "loss": 0.4037,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 0.30853242320819113,
797
+ "grad_norm": 0.16314339637756348,
798
+ "learning_rate": 7.826723369873715e-06,
799
+ "loss": 0.4066,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 0.31126279863481227,
804
+ "grad_norm": 0.17164085805416107,
805
+ "learning_rate": 7.791218610134324e-06,
806
+ "loss": 0.4328,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 0.31399317406143346,
811
+ "grad_norm": 0.16329169273376465,
812
+ "learning_rate": 7.755508200373e-06,
813
+ "loss": 0.41,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 0.3167235494880546,
818
+ "grad_norm": 0.15500546991825104,
819
+ "learning_rate": 7.719594771643623e-06,
820
+ "loss": 0.4023,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 0.3194539249146758,
825
+ "grad_norm": 0.16174261271953583,
826
+ "learning_rate": 7.683480969958005e-06,
827
+ "loss": 0.4147,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 0.3221843003412969,
832
+ "grad_norm": 0.16179116070270538,
833
+ "learning_rate": 7.647169456090925e-06,
834
+ "loss": 0.4198,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 0.3249146757679181,
839
+ "grad_norm": 0.1634499430656433,
840
+ "learning_rate": 7.6106629053841255e-06,
841
+ "loss": 0.4162,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 0.32764505119453924,
846
+ "grad_norm": 0.17482595145702362,
847
+ "learning_rate": 7.5739640075491546e-06,
848
+ "loss": 0.4304,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 0.33037542662116043,
853
+ "grad_norm": 0.16381986439228058,
854
+ "learning_rate": 7.537075466469228e-06,
855
+ "loss": 0.4076,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 0.33310580204778156,
860
+ "grad_norm": 0.15148329734802246,
861
+ "learning_rate": 7.500000000000001e-06,
862
+ "loss": 0.3943,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 0.33583617747440275,
867
+ "grad_norm": 0.17150920629501343,
868
+ "learning_rate": 7.462740339769323e-06,
869
+ "loss": 0.4221,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 0.3385665529010239,
874
+ "grad_norm": 0.16451485455036163,
875
+ "learning_rate": 7.425299230975982e-06,
876
+ "loss": 0.3909,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 0.3412969283276451,
881
+ "grad_norm": 0.1635640561580658,
882
+ "learning_rate": 7.387679432187442e-06,
883
+ "loss": 0.412,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 0.3440273037542662,
888
+ "grad_norm": 0.15344786643981934,
889
+ "learning_rate": 7.349883715136601e-06,
890
+ "loss": 0.3957,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 0.34675767918088735,
895
+ "grad_norm": 0.20929256081581116,
896
+ "learning_rate": 7.311914864517575e-06,
897
+ "loss": 0.4172,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 0.34948805460750854,
902
+ "grad_norm": 0.15553469955921173,
903
+ "learning_rate": 7.27377567778053e-06,
904
+ "loss": 0.4255,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 0.35221843003412967,
909
+ "grad_norm": 0.16687364876270294,
910
+ "learning_rate": 7.235468964925571e-06,
911
+ "loss": 0.4032,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 0.35494880546075086,
916
+ "grad_norm": 0.15902447700500488,
917
+ "learning_rate": 7.1969975482957075e-06,
918
+ "loss": 0.4264,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 0.357679180887372,
923
+ "grad_norm": 0.16279031336307526,
924
+ "learning_rate": 7.158364262368919e-06,
925
+ "loss": 0.4081,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 0.3604095563139932,
930
+ "grad_norm": 0.1744302660226822,
931
+ "learning_rate": 7.119571953549305e-06,
932
+ "loss": 0.4439,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 0.3631399317406143,
937
+ "grad_norm": 0.16045725345611572,
938
+ "learning_rate": 7.080623479957372e-06,
939
+ "loss": 0.3996,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 0.3658703071672355,
944
+ "grad_norm": 0.16313788294792175,
945
+ "learning_rate": 7.041521711219468e-06,
946
+ "loss": 0.4055,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 0.36860068259385664,
951
+ "grad_norm": 0.15558135509490967,
952
+ "learning_rate": 7.002269528256334e-06,
953
+ "loss": 0.4074,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 0.37133105802047783,
958
+ "grad_norm": 0.16284853219985962,
959
+ "learning_rate": 6.9628698230708604e-06,
960
+ "loss": 0.3937,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 0.37406143344709897,
965
+ "grad_norm": 0.1701689511537552,
966
+ "learning_rate": 6.9233254985350066e-06,
967
+ "loss": 0.4014,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 0.37679180887372016,
972
+ "grad_norm": 0.16153037548065186,
973
+ "learning_rate": 6.883639468175926e-06,
974
+ "loss": 0.4345,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 0.3795221843003413,
979
+ "grad_norm": 0.15898269414901733,
980
+ "learning_rate": 6.843814655961302e-06,
981
+ "loss": 0.4117,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 0.3822525597269625,
986
+ "grad_norm": 0.15082918107509613,
987
+ "learning_rate": 6.803853996083918e-06,
988
+ "loss": 0.4041,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 0.3849829351535836,
993
+ "grad_norm": 0.15225613117218018,
994
+ "learning_rate": 6.763760432745475e-06,
995
+ "loss": 0.4203,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 0.38771331058020475,
1000
+ "grad_norm": 0.15860538184642792,
1001
+ "learning_rate": 6.723536919939669e-06,
1002
+ "loss": 0.409,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 0.39044368600682594,
1007
+ "grad_norm": 0.15701624751091003,
1008
+ "learning_rate": 6.683186421234552e-06,
1009
+ "loss": 0.411,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 0.3931740614334471,
1014
+ "grad_norm": 0.1592189222574234,
1015
+ "learning_rate": 6.6427119095541745e-06,
1016
+ "loss": 0.4034,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 0.39590443686006827,
1021
+ "grad_norm": 0.16646814346313477,
1022
+ "learning_rate": 6.602116366959556e-06,
1023
+ "loss": 0.411,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 0.3986348122866894,
1028
+ "grad_norm": 0.16729459166526794,
1029
+ "learning_rate": 6.561402784428974e-06,
1030
+ "loss": 0.4032,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 0.4013651877133106,
1035
+ "grad_norm": 0.16820791363716125,
1036
+ "learning_rate": 6.520574161637591e-06,
1037
+ "loss": 0.4087,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 0.4040955631399317,
1042
+ "grad_norm": 0.17279136180877686,
1043
+ "learning_rate": 6.479633506736447e-06,
1044
+ "loss": 0.3949,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 0.4068259385665529,
1049
+ "grad_norm": 0.15827003121376038,
1050
+ "learning_rate": 6.438583836130835e-06,
1051
+ "loss": 0.4134,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 0.40955631399317405,
1056
+ "grad_norm": 0.3199061155319214,
1057
+ "learning_rate": 6.397428174258048e-06,
1058
+ "loss": 0.3956,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 0.41228668941979524,
1063
+ "grad_norm": 0.15721672773361206,
1064
+ "learning_rate": 6.3561695533645505e-06,
1065
+ "loss": 0.408,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 0.4150170648464164,
1070
+ "grad_norm": 0.16460402309894562,
1071
+ "learning_rate": 6.314811013282574e-06,
1072
+ "loss": 0.4083,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 0.41774744027303756,
1077
+ "grad_norm": 0.156940758228302,
1078
+ "learning_rate": 6.273355601206143e-06,
1079
+ "loss": 0.4062,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 0.4204778156996587,
1084
+ "grad_norm": 0.15688540041446686,
1085
+ "learning_rate": 6.231806371466574e-06,
1086
+ "loss": 0.4051,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 0.4232081911262799,
1091
+ "grad_norm": 0.14866897463798523,
1092
+ "learning_rate": 6.190166385307428e-06,
1093
+ "loss": 0.4047,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 0.425938566552901,
1098
+ "grad_norm": 0.15852367877960205,
1099
+ "learning_rate": 6.148438710658979e-06,
1100
+ "loss": 0.4043,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 0.4286689419795222,
1105
+ "grad_norm": 0.1479935199022293,
1106
+ "learning_rate": 6.106626421912163e-06,
1107
+ "loss": 0.4073,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 0.43139931740614335,
1112
+ "grad_norm": 0.1690177172422409,
1113
+ "learning_rate": 6.064732599692079e-06,
1114
+ "loss": 0.4148,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 0.4341296928327645,
1119
+ "grad_norm": 0.1765451729297638,
1120
+ "learning_rate": 6.022760330631006e-06,
1121
+ "loss": 0.4105,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 0.43686006825938567,
1126
+ "grad_norm": 0.16014869511127472,
1127
+ "learning_rate": 5.980712707140985e-06,
1128
+ "loss": 0.4138,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 0.4395904436860068,
1133
+ "grad_norm": 0.1788393259048462,
1134
+ "learning_rate": 5.938592827185994e-06,
1135
+ "loss": 0.4224,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 0.442320819112628,
1140
+ "grad_norm": 0.1551506668329239,
1141
+ "learning_rate": 5.896403794053679e-06,
1142
+ "loss": 0.4058,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 0.44505119453924913,
1147
+ "grad_norm": 0.1573813110589981,
1148
+ "learning_rate": 5.854148716126722e-06,
1149
+ "loss": 0.4147,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 0.4477815699658703,
1154
+ "grad_norm": 0.16244283318519592,
1155
+ "learning_rate": 5.811830706653819e-06,
1156
+ "loss": 0.4152,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 0.45051194539249145,
1161
+ "grad_norm": 0.17180225253105164,
1162
+ "learning_rate": 5.76945288352031e-06,
1163
+ "loss": 0.3972,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 0.45324232081911264,
1168
+ "grad_norm": 0.16414454579353333,
1169
+ "learning_rate": 5.72701836901845e-06,
1170
+ "loss": 0.403,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 0.4559726962457338,
1175
+ "grad_norm": 0.3096899092197418,
1176
+ "learning_rate": 5.684530289617377e-06,
1177
+ "loss": 0.4195,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 0.45870307167235497,
1182
+ "grad_norm": 0.16957193613052368,
1183
+ "learning_rate": 5.641991775732756e-06,
1184
+ "loss": 0.405,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 0.4614334470989761,
1189
+ "grad_norm": 0.16117002069950104,
1190
+ "learning_rate": 5.599405961496137e-06,
1191
+ "loss": 0.398,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 0.4641638225255973,
1196
+ "grad_norm": 0.17450742423534393,
1197
+ "learning_rate": 5.556775984524044e-06,
1198
+ "loss": 0.4009,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 0.4668941979522184,
1203
+ "grad_norm": 0.15785841643810272,
1204
+ "learning_rate": 5.514104985686802e-06,
1205
+ "loss": 0.3838,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 0.4696245733788396,
1210
+ "grad_norm": 0.22598251700401306,
1211
+ "learning_rate": 5.471396108877123e-06,
1212
+ "loss": 0.4176,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 0.47235494880546075,
1217
+ "grad_norm": 0.17126567661762238,
1218
+ "learning_rate": 5.428652500778472e-06,
1219
+ "loss": 0.4135,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 0.4750853242320819,
1224
+ "grad_norm": 0.1700679510831833,
1225
+ "learning_rate": 5.385877310633233e-06,
1226
+ "loss": 0.4259,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 0.4778156996587031,
1231
+ "grad_norm": 0.1624089628458023,
1232
+ "learning_rate": 5.3430736900106715e-06,
1233
+ "loss": 0.4425,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 0.4805460750853242,
1238
+ "grad_norm": 0.15028750896453857,
1239
+ "learning_rate": 5.300244792574743e-06,
1240
+ "loss": 0.3966,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 0.4832764505119454,
1245
+ "grad_norm": 0.17664162814617157,
1246
+ "learning_rate": 5.257393773851733e-06,
1247
+ "loss": 0.4125,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 0.48600682593856653,
1252
+ "grad_norm": 0.16111449897289276,
1253
+ "learning_rate": 5.214523790997773e-06,
1254
+ "loss": 0.4046,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 0.4887372013651877,
1259
+ "grad_norm": 0.17330825328826904,
1260
+ "learning_rate": 5.171638002566218e-06,
1261
+ "loss": 0.4054,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 0.49146757679180886,
1266
+ "grad_norm": 0.1512707620859146,
1267
+ "learning_rate": 5.1287395682749444e-06,
1268
+ "loss": 0.4014,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 0.49419795221843005,
1273
+ "grad_norm": 0.15316011011600494,
1274
+ "learning_rate": 5.0858316487735385e-06,
1275
+ "loss": 0.4013,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 0.4969283276450512,
1280
+ "grad_norm": 0.14988335967063904,
1281
+ "learning_rate": 5.042917405410436e-06,
1282
+ "loss": 0.3953,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 0.49965870307167237,
1287
+ "grad_norm": 0.17286710441112518,
1288
+ "learning_rate": 5e-06,
1289
+ "loss": 0.407,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 0.5023890784982935,
1294
+ "grad_norm": 0.16462546586990356,
1295
+ "learning_rate": 4.957082594589566e-06,
1296
+ "loss": 0.4017,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 0.5051194539249146,
1301
+ "grad_norm": 0.15909536182880402,
1302
+ "learning_rate": 4.914168351226463e-06,
1303
+ "loss": 0.3977,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 0.5078498293515359,
1308
+ "grad_norm": 0.1730009764432907,
1309
+ "learning_rate": 4.871260431725058e-06,
1310
+ "loss": 0.4271,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 0.510580204778157,
1315
+ "grad_norm": 0.17171163856983185,
1316
+ "learning_rate": 4.828361997433783e-06,
1317
+ "loss": 0.4169,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 0.5133105802047782,
1322
+ "grad_norm": 0.14412260055541992,
1323
+ "learning_rate": 4.7854762090022274e-06,
1324
+ "loss": 0.3782,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 0.5160409556313993,
1329
+ "grad_norm": 0.1570647805929184,
1330
+ "learning_rate": 4.742606226148268e-06,
1331
+ "loss": 0.4034,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 0.5187713310580204,
1336
+ "grad_norm": 0.14350539445877075,
1337
+ "learning_rate": 4.699755207425259e-06,
1338
+ "loss": 0.403,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 0.5215017064846417,
1343
+ "grad_norm": 0.17106682062149048,
1344
+ "learning_rate": 4.65692630998933e-06,
1345
+ "loss": 0.4087,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 0.5242320819112628,
1350
+ "grad_norm": 0.18561221659183502,
1351
+ "learning_rate": 4.614122689366769e-06,
1352
+ "loss": 0.4093,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 0.5269624573378839,
1357
+ "grad_norm": 0.15318401157855988,
1358
+ "learning_rate": 4.571347499221528e-06,
1359
+ "loss": 0.4,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 0.5296928327645051,
1364
+ "grad_norm": 0.150321364402771,
1365
+ "learning_rate": 4.528603891122878e-06,
1366
+ "loss": 0.4028,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 0.5324232081911263,
1371
+ "grad_norm": 0.15496495366096497,
1372
+ "learning_rate": 4.485895014313198e-06,
1373
+ "loss": 0.418,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 0.5351535836177475,
1378
+ "grad_norm": 0.1591518372297287,
1379
+ "learning_rate": 4.443224015475956e-06,
1380
+ "loss": 0.4122,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 0.5378839590443686,
1385
+ "grad_norm": 0.16226577758789062,
1386
+ "learning_rate": 4.400594038503864e-06,
1387
+ "loss": 0.4249,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 0.5406143344709897,
1392
+ "grad_norm": 0.21725980937480927,
1393
+ "learning_rate": 4.358008224267245e-06,
1394
+ "loss": 0.4005,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 0.543344709897611,
1399
+ "grad_norm": 0.16464541852474213,
1400
+ "learning_rate": 4.3154697103826235e-06,
1401
+ "loss": 0.4058,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 0.5460750853242321,
1406
+ "grad_norm": 0.15310809016227722,
1407
+ "learning_rate": 4.272981630981551e-06,
1408
+ "loss": 0.4049,
1409
+ "step": 200
1410
+ },
1411
+ {
1412
+ "epoch": 0.5488054607508532,
1413
+ "grad_norm": 0.16250354051589966,
1414
+ "learning_rate": 4.230547116479691e-06,
1415
+ "loss": 0.3779,
1416
+ "step": 201
1417
+ },
1418
+ {
1419
+ "epoch": 0.5515358361774744,
1420
+ "grad_norm": 0.14419779181480408,
1421
+ "learning_rate": 4.1881692933461835e-06,
1422
+ "loss": 0.4129,
1423
+ "step": 202
1424
+ },
1425
+ {
1426
+ "epoch": 0.5542662116040956,
1427
+ "grad_norm": 0.1601477712392807,
1428
+ "learning_rate": 4.14585128387328e-06,
1429
+ "loss": 0.3993,
1430
+ "step": 203
1431
+ },
1432
+ {
1433
+ "epoch": 0.5569965870307167,
1434
+ "grad_norm": 0.16939853131771088,
1435
+ "learning_rate": 4.103596205946323e-06,
1436
+ "loss": 0.3928,
1437
+ "step": 204
1438
+ },
1439
+ {
1440
+ "epoch": 0.5597269624573379,
1441
+ "grad_norm": 0.14936766028404236,
1442
+ "learning_rate": 4.061407172814008e-06,
1443
+ "loss": 0.4118,
1444
+ "step": 205
1445
+ },
1446
+ {
1447
+ "epoch": 0.562457337883959,
1448
+ "grad_norm": 0.1553383320569992,
1449
+ "learning_rate": 4.019287292859016e-06,
1450
+ "loss": 0.4031,
1451
+ "step": 206
1452
+ },
1453
+ {
1454
+ "epoch": 0.5651877133105802,
1455
+ "grad_norm": 0.1629059761762619,
1456
+ "learning_rate": 3.977239669368998e-06,
1457
+ "loss": 0.4143,
1458
+ "step": 207
1459
+ },
1460
+ {
1461
+ "epoch": 0.5679180887372014,
1462
+ "grad_norm": 0.147048220038414,
1463
+ "learning_rate": 3.9352674003079225e-06,
1464
+ "loss": 0.3907,
1465
+ "step": 208
1466
+ },
1467
+ {
1468
+ "epoch": 0.5706484641638225,
1469
+ "grad_norm": 0.1578659862279892,
1470
+ "learning_rate": 3.893373578087838e-06,
1471
+ "loss": 0.4011,
1472
+ "step": 209
1473
+ },
1474
+ {
1475
+ "epoch": 0.5733788395904437,
1476
+ "grad_norm": 0.15005314350128174,
1477
+ "learning_rate": 3.851561289341023e-06,
1478
+ "loss": 0.4038,
1479
+ "step": 210
1480
+ },
1481
+ {
1482
+ "epoch": 0.5761092150170648,
1483
+ "grad_norm": 0.16171501576900482,
1484
+ "learning_rate": 3.8098336146925728e-06,
1485
+ "loss": 0.395,
1486
+ "step": 211
1487
+ },
1488
+ {
1489
+ "epoch": 0.578839590443686,
1490
+ "grad_norm": 0.17219065129756927,
1491
+ "learning_rate": 3.768193628533427e-06,
1492
+ "loss": 0.4064,
1493
+ "step": 212
1494
+ },
1495
+ {
1496
+ "epoch": 0.5815699658703072,
1497
+ "grad_norm": 0.14859041571617126,
1498
+ "learning_rate": 3.726644398793857e-06,
1499
+ "loss": 0.4054,
1500
+ "step": 213
1501
+ },
1502
+ {
1503
+ "epoch": 0.5843003412969283,
1504
+ "grad_norm": 0.16669155657291412,
1505
+ "learning_rate": 3.685188986717427e-06,
1506
+ "loss": 0.4145,
1507
+ "step": 214
1508
+ },
1509
+ {
1510
+ "epoch": 0.5870307167235495,
1511
+ "grad_norm": 0.16787604987621307,
1512
+ "learning_rate": 3.6438304466354503e-06,
1513
+ "loss": 0.4329,
1514
+ "step": 215
1515
+ },
1516
+ {
1517
+ "epoch": 0.5897610921501707,
1518
+ "grad_norm": 0.17759054899215698,
1519
+ "learning_rate": 3.6025718257419532e-06,
1520
+ "loss": 0.4238,
1521
+ "step": 216
1522
+ },
1523
+ {
1524
+ "epoch": 0.5924914675767918,
1525
+ "grad_norm": 0.15464290976524353,
1526
+ "learning_rate": 3.5614161638691657e-06,
1527
+ "loss": 0.4122,
1528
+ "step": 217
1529
+ },
1530
+ {
1531
+ "epoch": 0.595221843003413,
1532
+ "grad_norm": 0.146434485912323,
1533
+ "learning_rate": 3.520366493263554e-06,
1534
+ "loss": 0.4004,
1535
+ "step": 218
1536
+ },
1537
+ {
1538
+ "epoch": 0.5979522184300341,
1539
+ "grad_norm": 0.15158678591251373,
1540
+ "learning_rate": 3.4794258383624115e-06,
1541
+ "loss": 0.4246,
1542
+ "step": 219
1543
+ },
1544
+ {
1545
+ "epoch": 0.6006825938566553,
1546
+ "grad_norm": 0.17705509066581726,
1547
+ "learning_rate": 3.4385972155710274e-06,
1548
+ "loss": 0.4105,
1549
+ "step": 220
1550
+ },
1551
+ {
1552
+ "epoch": 0.6034129692832765,
1553
+ "grad_norm": 0.15027230978012085,
1554
+ "learning_rate": 3.3978836330404453e-06,
1555
+ "loss": 0.4264,
1556
+ "step": 221
1557
+ },
1558
+ {
1559
+ "epoch": 0.6061433447098976,
1560
+ "grad_norm": 0.14981985092163086,
1561
+ "learning_rate": 3.3572880904458267e-06,
1562
+ "loss": 0.4188,
1563
+ "step": 222
1564
+ },
1565
+ {
1566
+ "epoch": 0.6088737201365187,
1567
+ "grad_norm": 0.15152880549430847,
1568
+ "learning_rate": 3.3168135787654493e-06,
1569
+ "loss": 0.3935,
1570
+ "step": 223
1571
+ },
1572
+ {
1573
+ "epoch": 0.6116040955631399,
1574
+ "grad_norm": 0.15876388549804688,
1575
+ "learning_rate": 3.2764630800603314e-06,
1576
+ "loss": 0.4193,
1577
+ "step": 224
1578
+ },
1579
+ {
1580
+ "epoch": 0.6143344709897611,
1581
+ "grad_norm": 0.15047837793827057,
1582
+ "learning_rate": 3.236239567254526e-06,
1583
+ "loss": 0.3916,
1584
+ "step": 225
1585
+ },
1586
+ {
1587
+ "epoch": 0.6170648464163823,
1588
+ "grad_norm": 0.15240547060966492,
1589
+ "learning_rate": 3.1961460039160842e-06,
1590
+ "loss": 0.4187,
1591
+ "step": 226
1592
+ },
1593
+ {
1594
+ "epoch": 0.6197952218430034,
1595
+ "grad_norm": 0.15835705399513245,
1596
+ "learning_rate": 3.1561853440387e-06,
1597
+ "loss": 0.4008,
1598
+ "step": 227
1599
+ },
1600
+ {
1601
+ "epoch": 0.6225255972696245,
1602
+ "grad_norm": 0.16235880553722382,
1603
+ "learning_rate": 3.116360531824074e-06,
1604
+ "loss": 0.4239,
1605
+ "step": 228
1606
+ },
1607
+ {
1608
+ "epoch": 0.6252559726962458,
1609
+ "grad_norm": 0.16306978464126587,
1610
+ "learning_rate": 3.076674501464994e-06,
1611
+ "loss": 0.4139,
1612
+ "step": 229
1613
+ },
1614
+ {
1615
+ "epoch": 0.6279863481228669,
1616
+ "grad_norm": 0.14479714632034302,
1617
+ "learning_rate": 3.0371301769291417e-06,
1618
+ "loss": 0.4157,
1619
+ "step": 230
1620
+ },
1621
+ {
1622
+ "epoch": 0.630716723549488,
1623
+ "grad_norm": 0.1663469821214676,
1624
+ "learning_rate": 2.997730471743667e-06,
1625
+ "loss": 0.4301,
1626
+ "step": 231
1627
+ },
1628
+ {
1629
+ "epoch": 0.6334470989761092,
1630
+ "grad_norm": 0.1759214997291565,
1631
+ "learning_rate": 2.958478288780533e-06,
1632
+ "loss": 0.3993,
1633
+ "step": 232
1634
+ },
1635
+ {
1636
+ "epoch": 0.6361774744027304,
1637
+ "grad_norm": 0.1472492516040802,
1638
+ "learning_rate": 2.919376520042628e-06,
1639
+ "loss": 0.3998,
1640
+ "step": 233
1641
+ },
1642
+ {
1643
+ "epoch": 0.6389078498293516,
1644
+ "grad_norm": 0.14618809521198273,
1645
+ "learning_rate": 2.880428046450697e-06,
1646
+ "loss": 0.3921,
1647
+ "step": 234
1648
+ },
1649
+ {
1650
+ "epoch": 0.6416382252559727,
1651
+ "grad_norm": 0.1660156548023224,
1652
+ "learning_rate": 2.8416357376310823e-06,
1653
+ "loss": 0.4095,
1654
+ "step": 235
1655
+ },
1656
+ {
1657
+ "epoch": 0.6443686006825938,
1658
+ "grad_norm": 0.1544540971517563,
1659
+ "learning_rate": 2.8030024517042907e-06,
1660
+ "loss": 0.4112,
1661
+ "step": 236
1662
+ },
1663
+ {
1664
+ "epoch": 0.647098976109215,
1665
+ "grad_norm": 0.1531461477279663,
1666
+ "learning_rate": 2.7645310350744296e-06,
1667
+ "loss": 0.4079,
1668
+ "step": 237
1669
+ },
1670
+ {
1671
+ "epoch": 0.6498293515358362,
1672
+ "grad_norm": 0.16143448650836945,
1673
+ "learning_rate": 2.7262243222194728e-06,
1674
+ "loss": 0.4088,
1675
+ "step": 238
1676
+ },
1677
+ {
1678
+ "epoch": 0.6525597269624573,
1679
+ "grad_norm": 0.1632911115884781,
1680
+ "learning_rate": 2.6880851354824277e-06,
1681
+ "loss": 0.406,
1682
+ "step": 239
1683
+ },
1684
+ {
1685
+ "epoch": 0.6552901023890785,
1686
+ "grad_norm": 0.15283940732479095,
1687
+ "learning_rate": 2.6501162848634023e-06,
1688
+ "loss": 0.3922,
1689
+ "step": 240
1690
+ },
1691
+ {
1692
+ "epoch": 0.6580204778156996,
1693
+ "grad_norm": 0.15318641066551208,
1694
+ "learning_rate": 2.6123205678125597e-06,
1695
+ "loss": 0.39,
1696
+ "step": 241
1697
+ },
1698
+ {
1699
+ "epoch": 0.6607508532423209,
1700
+ "grad_norm": 0.15297549962997437,
1701
+ "learning_rate": 2.57470076902402e-06,
1702
+ "loss": 0.3991,
1703
+ "step": 242
1704
+ },
1705
+ {
1706
+ "epoch": 0.663481228668942,
1707
+ "grad_norm": 0.1510440558195114,
1708
+ "learning_rate": 2.537259660230679e-06,
1709
+ "loss": 0.418,
1710
+ "step": 243
1711
+ },
1712
+ {
1713
+ "epoch": 0.6662116040955631,
1714
+ "grad_norm": 0.14892160892486572,
1715
+ "learning_rate": 2.5000000000000015e-06,
1716
+ "loss": 0.3863,
1717
+ "step": 244
1718
+ },
1719
+ {
1720
+ "epoch": 0.6689419795221843,
1721
+ "grad_norm": 0.1641772985458374,
1722
+ "learning_rate": 2.462924533530774e-06,
1723
+ "loss": 0.4333,
1724
+ "step": 245
1725
+ },
1726
+ {
1727
+ "epoch": 0.6716723549488055,
1728
+ "grad_norm": 0.15933027863502502,
1729
+ "learning_rate": 2.426035992450848e-06,
1730
+ "loss": 0.4064,
1731
+ "step": 246
1732
+ },
1733
+ {
1734
+ "epoch": 0.6744027303754266,
1735
+ "grad_norm": 0.14534929394721985,
1736
+ "learning_rate": 2.3893370946158758e-06,
1737
+ "loss": 0.404,
1738
+ "step": 247
1739
+ },
1740
+ {
1741
+ "epoch": 0.6771331058020478,
1742
+ "grad_norm": 0.1527319997549057,
1743
+ "learning_rate": 2.3528305439090744e-06,
1744
+ "loss": 0.4081,
1745
+ "step": 248
1746
+ },
1747
+ {
1748
+ "epoch": 0.6798634812286689,
1749
+ "grad_norm": 0.15615414083003998,
1750
+ "learning_rate": 2.316519030041998e-06,
1751
+ "loss": 0.4067,
1752
+ "step": 249
1753
+ },
1754
+ {
1755
+ "epoch": 0.6825938566552902,
1756
+ "grad_norm": 0.17054639756679535,
1757
+ "learning_rate": 2.280405228356377e-06,
1758
+ "loss": 0.4088,
1759
+ "step": 250
1760
+ },
1761
+ {
1762
+ "epoch": 0.6853242320819113,
1763
+ "grad_norm": 0.163183331489563,
1764
+ "learning_rate": 2.2444917996270003e-06,
1765
+ "loss": 0.4131,
1766
+ "step": 251
1767
+ },
1768
+ {
1769
+ "epoch": 0.6880546075085324,
1770
+ "grad_norm": 0.15478871762752533,
1771
+ "learning_rate": 2.2087813898656775e-06,
1772
+ "loss": 0.4161,
1773
+ "step": 252
1774
+ },
1775
+ {
1776
+ "epoch": 0.6907849829351536,
1777
+ "grad_norm": 0.15877461433410645,
1778
+ "learning_rate": 2.173276630126287e-06,
1779
+ "loss": 0.3991,
1780
+ "step": 253
1781
+ },
1782
+ {
1783
+ "epoch": 0.6935153583617747,
1784
+ "grad_norm": 0.16762347519397736,
1785
+ "learning_rate": 2.137980136310926e-06,
1786
+ "loss": 0.4094,
1787
+ "step": 254
1788
+ },
1789
+ {
1790
+ "epoch": 0.6962457337883959,
1791
+ "grad_norm": 0.1578551083803177,
1792
+ "learning_rate": 2.102894508977182e-06,
1793
+ "loss": 0.4108,
1794
+ "step": 255
1795
+ },
1796
+ {
1797
+ "epoch": 0.6989761092150171,
1798
+ "grad_norm": 0.17313554883003235,
1799
+ "learning_rate": 2.0680223331465223e-06,
1800
+ "loss": 0.4112,
1801
+ "step": 256
1802
+ },
1803
+ {
1804
+ "epoch": 0.7017064846416382,
1805
+ "grad_norm": 0.1474330574274063,
1806
+ "learning_rate": 2.033366178113841e-06,
1807
+ "loss": 0.3995,
1808
+ "step": 257
1809
+ },
1810
+ {
1811
+ "epoch": 0.7044368600682593,
1812
+ "grad_norm": 0.15970253944396973,
1813
+ "learning_rate": 1.9989285972581595e-06,
1814
+ "loss": 0.3998,
1815
+ "step": 258
1816
+ },
1817
+ {
1818
+ "epoch": 0.7071672354948806,
1819
+ "grad_norm": 0.1546693742275238,
1820
+ "learning_rate": 1.9647121278544996e-06,
1821
+ "loss": 0.3908,
1822
+ "step": 259
1823
+ },
1824
+ {
1825
+ "epoch": 0.7098976109215017,
1826
+ "grad_norm": 0.15894074738025665,
1827
+ "learning_rate": 1.93071929088694e-06,
1828
+ "loss": 0.4179,
1829
+ "step": 260
1830
+ },
1831
+ {
1832
+ "epoch": 0.7126279863481229,
1833
+ "grad_norm": 0.15951929986476898,
1834
+ "learning_rate": 1.896952590862886e-06,
1835
+ "loss": 0.407,
1836
+ "step": 261
1837
+ },
1838
+ {
1839
+ "epoch": 0.715358361774744,
1840
+ "grad_norm": 0.145669087767601,
1841
+ "learning_rate": 1.8634145156285311e-06,
1842
+ "loss": 0.3863,
1843
+ "step": 262
1844
+ },
1845
+ {
1846
+ "epoch": 0.7180887372013652,
1847
+ "grad_norm": 0.16664068400859833,
1848
+ "learning_rate": 1.8301075361855674e-06,
1849
+ "loss": 0.3965,
1850
+ "step": 263
1851
+ },
1852
+ {
1853
+ "epoch": 0.7208191126279864,
1854
+ "grad_norm": 0.15179961919784546,
1855
+ "learning_rate": 1.7970341065091246e-06,
1856
+ "loss": 0.3872,
1857
+ "step": 264
1858
+ },
1859
+ {
1860
+ "epoch": 0.7235494880546075,
1861
+ "grad_norm": 0.16116613149642944,
1862
+ "learning_rate": 1.7641966633669705e-06,
1863
+ "loss": 0.4082,
1864
+ "step": 265
1865
+ },
1866
+ {
1867
+ "epoch": 0.7262798634812286,
1868
+ "grad_norm": 0.15431508421897888,
1869
+ "learning_rate": 1.7315976261399698e-06,
1870
+ "loss": 0.4136,
1871
+ "step": 266
1872
+ },
1873
+ {
1874
+ "epoch": 0.7290102389078499,
1875
+ "grad_norm": 0.1545833945274353,
1876
+ "learning_rate": 1.699239396643841e-06,
1877
+ "loss": 0.3969,
1878
+ "step": 267
1879
+ },
1880
+ {
1881
+ "epoch": 0.731740614334471,
1882
+ "grad_norm": 0.1713000386953354,
1883
+ "learning_rate": 1.667124358952184e-06,
1884
+ "loss": 0.4188,
1885
+ "step": 268
1886
+ },
1887
+ {
1888
+ "epoch": 0.7344709897610922,
1889
+ "grad_norm": 0.16345979273319244,
1890
+ "learning_rate": 1.6352548792208356e-06,
1891
+ "loss": 0.4029,
1892
+ "step": 269
1893
+ },
1894
+ {
1895
+ "epoch": 0.7372013651877133,
1896
+ "grad_norm": 0.14592435956001282,
1897
+ "learning_rate": 1.6036333055135345e-06,
1898
+ "loss": 0.4044,
1899
+ "step": 270
1900
+ },
1901
+ {
1902
+ "epoch": 0.7399317406143344,
1903
+ "grad_norm": 0.1973186582326889,
1904
+ "learning_rate": 1.572261967628923e-06,
1905
+ "loss": 0.3998,
1906
+ "step": 271
1907
+ },
1908
+ {
1909
+ "epoch": 0.7426621160409557,
1910
+ "grad_norm": 0.15132401883602142,
1911
+ "learning_rate": 1.541143176928891e-06,
1912
+ "loss": 0.3928,
1913
+ "step": 272
1914
+ },
1915
+ {
1916
+ "epoch": 0.7453924914675768,
1917
+ "grad_norm": 0.1545684039592743,
1918
+ "learning_rate": 1.5102792261682813e-06,
1919
+ "loss": 0.3963,
1920
+ "step": 273
1921
+ },
1922
+ {
1923
+ "epoch": 0.7481228668941979,
1924
+ "grad_norm": 0.1502438336610794,
1925
+ "learning_rate": 1.4796723893259712e-06,
1926
+ "loss": 0.4006,
1927
+ "step": 274
1928
+ },
1929
+ {
1930
+ "epoch": 0.7508532423208191,
1931
+ "grad_norm": 0.15633085370063782,
1932
+ "learning_rate": 1.4493249214373224e-06,
1933
+ "loss": 0.3979,
1934
+ "step": 275
1935
+ },
1936
+ {
1937
+ "epoch": 0.7535836177474403,
1938
+ "grad_norm": 0.15326417982578278,
1939
+ "learning_rate": 1.4192390584280347e-06,
1940
+ "loss": 0.4017,
1941
+ "step": 276
1942
+ },
1943
+ {
1944
+ "epoch": 0.7563139931740614,
1945
+ "grad_norm": 0.1504485011100769,
1946
+ "learning_rate": 1.3894170169494192e-06,
1947
+ "loss": 0.4146,
1948
+ "step": 277
1949
+ },
1950
+ {
1951
+ "epoch": 0.7590443686006826,
1952
+ "grad_norm": 0.1470741629600525,
1953
+ "learning_rate": 1.3598609942150765e-06,
1954
+ "loss": 0.3954,
1955
+ "step": 278
1956
+ },
1957
+ {
1958
+ "epoch": 0.7617747440273037,
1959
+ "grad_norm": 0.16345715522766113,
1960
+ "learning_rate": 1.330573167839005e-06,
1961
+ "loss": 0.409,
1962
+ "step": 279
1963
+ },
1964
+ {
1965
+ "epoch": 0.764505119453925,
1966
+ "grad_norm": 0.15342997014522552,
1967
+ "learning_rate": 1.3015556956751669e-06,
1968
+ "loss": 0.4002,
1969
+ "step": 280
1970
+ },
1971
+ {
1972
+ "epoch": 0.7672354948805461,
1973
+ "grad_norm": 0.1575509011745453,
1974
+ "learning_rate": 1.2728107156585e-06,
1975
+ "loss": 0.4176,
1976
+ "step": 281
1977
+ },
1978
+ {
1979
+ "epoch": 0.7699658703071672,
1980
+ "grad_norm": 0.1618194580078125,
1981
+ "learning_rate": 1.2443403456474017e-06,
1982
+ "loss": 0.3958,
1983
+ "step": 282
1984
+ },
1985
+ {
1986
+ "epoch": 0.7726962457337884,
1987
+ "grad_norm": 0.15315888822078705,
1988
+ "learning_rate": 1.2161466832676888e-06,
1989
+ "loss": 0.4045,
1990
+ "step": 283
1991
+ },
1992
+ {
1993
+ "epoch": 0.7754266211604095,
1994
+ "grad_norm": 0.14545629918575287,
1995
+ "learning_rate": 1.188231805758049e-06,
1996
+ "loss": 0.3981,
1997
+ "step": 284
1998
+ },
1999
+ {
2000
+ "epoch": 0.7781569965870307,
2001
+ "grad_norm": 0.17285780608654022,
2002
+ "learning_rate": 1.1605977698170001e-06,
2003
+ "loss": 0.416,
2004
+ "step": 285
2005
+ },
2006
+ {
2007
+ "epoch": 0.7808873720136519,
2008
+ "grad_norm": 0.15523703396320343,
2009
+ "learning_rate": 1.1332466114513512e-06,
2010
+ "loss": 0.4163,
2011
+ "step": 286
2012
+ },
2013
+ {
2014
+ "epoch": 0.783617747440273,
2015
+ "grad_norm": 0.15426713228225708,
2016
+ "learning_rate": 1.1061803458261977e-06,
2017
+ "loss": 0.405,
2018
+ "step": 287
2019
+ },
2020
+ {
2021
+ "epoch": 0.7863481228668942,
2022
+ "grad_norm": 0.15107548236846924,
2023
+ "learning_rate": 1.0794009671164484e-06,
2024
+ "loss": 0.3818,
2025
+ "step": 288
2026
+ },
2027
+ {
2028
+ "epoch": 0.7890784982935154,
2029
+ "grad_norm": 0.15870976448059082,
2030
+ "learning_rate": 1.0529104483599023e-06,
2031
+ "loss": 0.4044,
2032
+ "step": 289
2033
+ },
2034
+ {
2035
+ "epoch": 0.7918088737201365,
2036
+ "grad_norm": 0.16166147589683533,
2037
+ "learning_rate": 1.0267107413118743e-06,
2038
+ "loss": 0.4029,
2039
+ "step": 290
2040
+ },
2041
+ {
2042
+ "epoch": 0.7945392491467577,
2043
+ "grad_norm": 0.15707789361476898,
2044
+ "learning_rate": 1.0008037763014033e-06,
2045
+ "loss": 0.3903,
2046
+ "step": 291
2047
+ },
2048
+ {
2049
+ "epoch": 0.7972696245733788,
2050
+ "grad_norm": 0.17786303162574768,
2051
+ "learning_rate": 9.751914620890208e-07,
2052
+ "loss": 0.4083,
2053
+ "step": 292
2054
+ },
2055
+ {
2056
+ "epoch": 0.8,
2057
+ "grad_norm": 0.153977632522583,
2058
+ "learning_rate": 9.498756857261243e-07,
2059
+ "loss": 0.4119,
2060
+ "step": 293
2061
+ },
2062
+ {
2063
+ "epoch": 0.8027303754266212,
2064
+ "grad_norm": 0.15868696570396423,
2065
+ "learning_rate": 9.248583124159438e-07,
2066
+ "loss": 0.4064,
2067
+ "step": 294
2068
+ },
2069
+ {
2070
+ "epoch": 0.8054607508532423,
2071
+ "grad_norm": 0.16338956356048584,
2072
+ "learning_rate": 9.00141185376115e-07,
2073
+ "loss": 0.4042,
2074
+ "step": 295
2075
+ },
2076
+ {
2077
+ "epoch": 0.8081911262798634,
2078
+ "grad_norm": 0.14950022101402283,
2079
+ "learning_rate": 8.757261257028776e-07,
2080
+ "loss": 0.396,
2081
+ "step": 296
2082
+ },
2083
+ {
2084
+ "epoch": 0.8109215017064847,
2085
+ "grad_norm": 0.15251553058624268,
2086
+ "learning_rate": 8.516149322369055e-07,
2087
+ "loss": 0.4055,
2088
+ "step": 297
2089
+ },
2090
+ {
2091
+ "epoch": 0.8136518771331058,
2092
+ "grad_norm": 0.16309964656829834,
2093
+ "learning_rate": 8.278093814307637e-07,
2094
+ "loss": 0.3992,
2095
+ "step": 298
2096
+ },
2097
+ {
2098
+ "epoch": 0.816382252559727,
2099
+ "grad_norm": 0.1547779142856598,
2100
+ "learning_rate": 8.043112272180309e-07,
2101
+ "loss": 0.3959,
2102
+ "step": 299
2103
+ },
2104
+ {
2105
+ "epoch": 0.8191126279863481,
2106
+ "grad_norm": 0.16333834826946259,
2107
+ "learning_rate": 7.811222008840719e-07,
2108
+ "loss": 0.401,
2109
+ "step": 300
2110
+ }
2111
+ ],
2112
+ "logging_steps": 1.0,
2113
+ "max_steps": 366,
2114
+ "num_input_tokens_seen": 0,
2115
+ "num_train_epochs": 1,
2116
+ "save_steps": 100,
2117
+ "stateful_callbacks": {
2118
+ "TrainerControl": {
2119
+ "args": {
2120
+ "should_epoch_stop": false,
2121
+ "should_evaluate": false,
2122
+ "should_log": false,
2123
+ "should_save": true,
2124
+ "should_training_stop": false
2125
+ },
2126
+ "attributes": {}
2127
+ }
2128
+ },
2129
+ "total_flos": 6.584768638870356e+18,
2130
+ "train_batch_size": 1,
2131
+ "trial_name": null,
2132
+ "trial_params": null
2133
+ }
checkpoint-300/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2894cbb412e8163f51ee66bc37edad64bb67e6527266f7add94fd1e6f4dbcfc6
3
+ size 6968
checkpoint-366/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: models/DeepSeek-R1-Distill-Qwen-7B
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-366/adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "models/DeepSeek-R1-Distill-Qwen-7B",
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": 256,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 256,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "v_proj",
27
+ "q_proj"
28
+ ],
29
+ "task_type": "CAUSAL_LM",
30
+ "use_dora": false,
31
+ "use_rslora": true
32
+ }
checkpoint-366/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d953bcecd11620229236245187a31cde5d30d3fb85b1840f178c0b74d166e0
3
+ size 161496088
checkpoint-366/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end▁of▁sentence|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|vision_pad|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
checkpoint-366/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
checkpoint-366/tokenizer_config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|end▁of▁sentence|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|User|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "151645": {
23
+ "content": "<|Assistant|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "151646": {
31
+ "content": "<|begin▁of▁sentence|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|EOT|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "151648": {
47
+ "content": "<think>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "151649": {
55
+ "content": "</think>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{%- if messages|length == 1 and messages[0]['role'] == 'assistant' -%}{%- if messages[0]['content'] is not none -%}{{'<|Assistant|>' + messages[0]['content'] + '<|end▁of▁sentence|>'}}{%- endif -%}{%- else -%}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{{'<|Assistant|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- endif %}{%- endfor -%}{%- endif -%}{% if add_generation_prompt %}{{'<|Assistant|>'}}{% endif %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
187
+ "extra_special_tokens": {},
188
+ "legacy": true,
189
+ "model_max_length": 131072,
190
+ "pad_token": "<|vision_pad|>",
191
+ "padding_side": "right",
192
+ "sp_model_kwargs": {},
193
+ "tokenizer_class": "LlamaTokenizerFast",
194
+ "unk_token": null,
195
+ "use_default_system_prompt": false
196
+ }
checkpoint-366/trainer_state.json ADDED
@@ -0,0 +1,2595 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9993174061433447,
5
+ "eval_steps": 500,
6
+ "global_step": 366,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.0027303754266211604,
13
+ "grad_norm": 3.856764554977417,
14
+ "learning_rate": 9.999815806238551e-06,
15
+ "loss": 0.5425,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.005460750853242321,
20
+ "grad_norm": 3.6394715309143066,
21
+ "learning_rate": 9.999263238525135e-06,
22
+ "loss": 0.5588,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.008191126279863481,
27
+ "grad_norm": 3.228754758834839,
28
+ "learning_rate": 9.998342337571566e-06,
29
+ "loss": 0.5072,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.010921501706484642,
34
+ "grad_norm": 2.7734687328338623,
35
+ "learning_rate": 9.997053171227527e-06,
36
+ "loss": 0.524,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.013651877133105802,
41
+ "grad_norm": 2.6146395206451416,
42
+ "learning_rate": 9.995395834475578e-06,
43
+ "loss": 0.5013,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.016382252559726963,
48
+ "grad_norm": 2.3134093284606934,
49
+ "learning_rate": 9.993370449424153e-06,
50
+ "loss": 0.5021,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.01911262798634812,
55
+ "grad_norm": 2.46028995513916,
56
+ "learning_rate": 9.990977165298571e-06,
57
+ "loss": 0.5048,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.021843003412969283,
62
+ "grad_norm": 2.1209499835968018,
63
+ "learning_rate": 9.988216158430033e-06,
64
+ "loss": 0.4865,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.024573378839590442,
69
+ "grad_norm": 2.0378663539886475,
70
+ "learning_rate": 9.985087632242634e-06,
71
+ "loss": 0.5033,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.027303754266211604,
76
+ "grad_norm": 1.8533931970596313,
77
+ "learning_rate": 9.981591817238379e-06,
78
+ "loss": 0.4731,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.030034129692832763,
83
+ "grad_norm": 1.7073378562927246,
84
+ "learning_rate": 9.977728970980193e-06,
85
+ "loss": 0.4592,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.032764505119453925,
90
+ "grad_norm": 1.763203501701355,
91
+ "learning_rate": 9.973499378072947e-06,
92
+ "loss": 0.4569,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.03549488054607509,
97
+ "grad_norm": 1.2629003524780273,
98
+ "learning_rate": 9.968903350142494e-06,
99
+ "loss": 0.4364,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.03822525597269624,
104
+ "grad_norm": 1.345859408378601,
105
+ "learning_rate": 9.9639412258127e-06,
106
+ "loss": 0.4737,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.040955631399317405,
111
+ "grad_norm": 1.291548490524292,
112
+ "learning_rate": 9.958613370680507e-06,
113
+ "loss": 0.4504,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.04368600682593857,
118
+ "grad_norm": 1.3444461822509766,
119
+ "learning_rate": 9.952920177288985e-06,
120
+ "loss": 0.457,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.04641638225255973,
125
+ "grad_norm": 1.5857586860656738,
126
+ "learning_rate": 9.946862065098415e-06,
127
+ "loss": 0.4696,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.049146757679180884,
132
+ "grad_norm": 1.1109745502471924,
133
+ "learning_rate": 9.940439480455386e-06,
134
+ "loss": 0.4417,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.05187713310580205,
139
+ "grad_norm": 1.1297810077667236,
140
+ "learning_rate": 9.933652896559907e-06,
141
+ "loss": 0.4463,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.05460750853242321,
146
+ "grad_norm": 1.0981742143630981,
147
+ "learning_rate": 9.926502813430545e-06,
148
+ "loss": 0.4499,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.05733788395904437,
153
+ "grad_norm": 1.1592185497283936,
154
+ "learning_rate": 9.918989757867584e-06,
155
+ "loss": 0.447,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.060068259385665526,
160
+ "grad_norm": 1.0812605619430542,
161
+ "learning_rate": 9.911114283414204e-06,
162
+ "loss": 0.4638,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.06279863481228669,
167
+ "grad_norm": 0.774226188659668,
168
+ "learning_rate": 9.902876970315715e-06,
169
+ "loss": 0.4439,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.06552901023890785,
174
+ "grad_norm": 0.7117806673049927,
175
+ "learning_rate": 9.89427842547679e-06,
176
+ "loss": 0.4424,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.06825938566552901,
181
+ "grad_norm": 0.7732372283935547,
182
+ "learning_rate": 9.885319282416755e-06,
183
+ "loss": 0.4494,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.07098976109215017,
188
+ "grad_norm": 0.7167857885360718,
189
+ "learning_rate": 9.876000201222912e-06,
190
+ "loss": 0.4514,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.07372013651877134,
195
+ "grad_norm": 0.7761046290397644,
196
+ "learning_rate": 9.866321868501914e-06,
197
+ "loss": 0.462,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.07645051194539249,
202
+ "grad_norm": 0.5660157203674316,
203
+ "learning_rate": 9.856284997329158e-06,
204
+ "loss": 0.4455,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.07918088737201365,
209
+ "grad_norm": 0.5861382484436035,
210
+ "learning_rate": 9.845890327196269e-06,
211
+ "loss": 0.4416,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.08191126279863481,
216
+ "grad_norm": 0.7201432585716248,
217
+ "learning_rate": 9.835138623956603e-06,
218
+ "loss": 0.4209,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.08464163822525597,
223
+ "grad_norm": 0.8803044557571411,
224
+ "learning_rate": 9.824030679768824e-06,
225
+ "loss": 0.4276,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.08737201365187713,
230
+ "grad_norm": 0.7925510406494141,
231
+ "learning_rate": 9.812567313038542e-06,
232
+ "loss": 0.4473,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.0901023890784983,
237
+ "grad_norm": 0.9926882982254028,
238
+ "learning_rate": 9.80074936835801e-06,
239
+ "loss": 0.4398,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.09283276450511946,
244
+ "grad_norm": 0.8362368941307068,
245
+ "learning_rate": 9.788577716443903e-06,
246
+ "loss": 0.4347,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.09556313993174062,
251
+ "grad_norm": 0.8301376104354858,
252
+ "learning_rate": 9.77605325407316e-06,
253
+ "loss": 0.4684,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.09829351535836177,
258
+ "grad_norm": 0.7239497900009155,
259
+ "learning_rate": 9.763176904016914e-06,
260
+ "loss": 0.4686,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.10102389078498293,
265
+ "grad_norm": 0.6108490824699402,
266
+ "learning_rate": 9.749949614972507e-06,
267
+ "loss": 0.431,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.1037542662116041,
272
+ "grad_norm": 0.5505651235580444,
273
+ "learning_rate": 9.736372361493584e-06,
274
+ "loss": 0.4383,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.10648464163822526,
279
+ "grad_norm": 0.5642620325088501,
280
+ "learning_rate": 9.722446143918307e-06,
281
+ "loss": 0.4249,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.10921501706484642,
286
+ "grad_norm": 0.4733835458755493,
287
+ "learning_rate": 9.70817198829563e-06,
288
+ "loss": 0.4404,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.11194539249146758,
293
+ "grad_norm": 0.43274644017219543,
294
+ "learning_rate": 9.693550946309721e-06,
295
+ "loss": 0.428,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.11467576791808874,
300
+ "grad_norm": 0.45345625281333923,
301
+ "learning_rate": 9.678584095202468e-06,
302
+ "loss": 0.4559,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.1174061433447099,
307
+ "grad_norm": 0.3903965353965759,
308
+ "learning_rate": 9.663272537694112e-06,
309
+ "loss": 0.4419,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.12013651877133105,
314
+ "grad_norm": 0.5206829905509949,
315
+ "learning_rate": 9.647617401902003e-06,
316
+ "loss": 0.4366,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.12286689419795221,
321
+ "grad_norm": 0.38311880826950073,
322
+ "learning_rate": 9.631619841257477e-06,
323
+ "loss": 0.4289,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.12559726962457338,
328
+ "grad_norm": 0.4225156903266907,
329
+ "learning_rate": 9.615281034420882e-06,
330
+ "loss": 0.4215,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.12832764505119454,
335
+ "grad_norm": 0.4255654513835907,
336
+ "learning_rate": 9.598602185194733e-06,
337
+ "loss": 0.4247,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.1310580204778157,
342
+ "grad_norm": 0.4347112774848938,
343
+ "learning_rate": 9.581584522435025e-06,
344
+ "loss": 0.427,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.13378839590443686,
349
+ "grad_norm": 0.34471118450164795,
350
+ "learning_rate": 9.564229299960679e-06,
351
+ "loss": 0.421,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.13651877133105803,
356
+ "grad_norm": 0.43423381447792053,
357
+ "learning_rate": 9.54653779646118e-06,
358
+ "loss": 0.4322,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.1392491467576792,
363
+ "grad_norm": 0.4541296064853668,
364
+ "learning_rate": 9.528511315402358e-06,
365
+ "loss": 0.4212,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.14197952218430035,
370
+ "grad_norm": 0.29571640491485596,
371
+ "learning_rate": 9.510151184930354e-06,
372
+ "loss": 0.4312,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.1447098976109215,
377
+ "grad_norm": 0.30192604660987854,
378
+ "learning_rate": 9.491458757773766e-06,
379
+ "loss": 0.4328,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.14744027303754267,
384
+ "grad_norm": 0.24025903642177582,
385
+ "learning_rate": 9.472435411143979e-06,
386
+ "loss": 0.4214,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.15017064846416384,
391
+ "grad_norm": 0.3551096022129059,
392
+ "learning_rate": 9.453082546633704e-06,
393
+ "loss": 0.4232,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.15290102389078497,
398
+ "grad_norm": 0.2226678431034088,
399
+ "learning_rate": 9.433401590113702e-06,
400
+ "loss": 0.4332,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.15563139931740613,
405
+ "grad_norm": 0.21858179569244385,
406
+ "learning_rate": 9.413393991627737e-06,
407
+ "loss": 0.418,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.1583617747440273,
412
+ "grad_norm": 0.22533869743347168,
413
+ "learning_rate": 9.393061225285743e-06,
414
+ "loss": 0.4361,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.16109215017064846,
419
+ "grad_norm": 0.21001799404621124,
420
+ "learning_rate": 9.372404789155199e-06,
421
+ "loss": 0.4187,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.16382252559726962,
426
+ "grad_norm": 0.20293086767196655,
427
+ "learning_rate": 9.351426205150778e-06,
428
+ "loss": 0.4252,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.16655290102389078,
433
+ "grad_norm": 0.22262097895145416,
434
+ "learning_rate": 9.330127018922195e-06,
435
+ "loss": 0.4442,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.16928327645051194,
440
+ "grad_norm": 0.21581031382083893,
441
+ "learning_rate": 9.30850879974034e-06,
442
+ "loss": 0.4233,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.1720136518771331,
447
+ "grad_norm": 0.2510773837566376,
448
+ "learning_rate": 9.286573140381663e-06,
449
+ "loss": 0.4126,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.17474402730375427,
454
+ "grad_norm": 0.22764866054058075,
455
+ "learning_rate": 9.2643216570108e-06,
456
+ "loss": 0.4435,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.17747440273037543,
461
+ "grad_norm": 0.2921380400657654,
462
+ "learning_rate": 9.24175598906152e-06,
463
+ "loss": 0.4006,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.1802047781569966,
468
+ "grad_norm": 0.2642498314380646,
469
+ "learning_rate": 9.218877799115929e-06,
470
+ "loss": 0.4224,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.18293515358361775,
475
+ "grad_norm": 0.2313549965620041,
476
+ "learning_rate": 9.19568877278197e-06,
477
+ "loss": 0.413,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.18566552901023892,
482
+ "grad_norm": 0.2201680839061737,
483
+ "learning_rate": 9.172190618569236e-06,
484
+ "loss": 0.4278,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.18839590443686008,
489
+ "grad_norm": 0.2556556463241577,
490
+ "learning_rate": 9.148385067763094e-06,
491
+ "loss": 0.4216,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.19112627986348124,
496
+ "grad_norm": 0.238591730594635,
497
+ "learning_rate": 9.124273874297123e-06,
498
+ "loss": 0.4217,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.19385665529010238,
503
+ "grad_norm": 0.2658149302005768,
504
+ "learning_rate": 9.099858814623887e-06,
505
+ "loss": 0.4159,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.19658703071672354,
510
+ "grad_norm": 0.26856058835983276,
511
+ "learning_rate": 9.075141687584056e-06,
512
+ "loss": 0.4285,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.1993174061433447,
517
+ "grad_norm": 0.1793709248304367,
518
+ "learning_rate": 9.050124314273876e-06,
519
+ "loss": 0.4255,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.20204778156996586,
524
+ "grad_norm": 0.1868457794189453,
525
+ "learning_rate": 9.024808537910981e-06,
526
+ "loss": 0.417,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.20477815699658702,
531
+ "grad_norm": 0.19721131026744843,
532
+ "learning_rate": 8.999196223698599e-06,
533
+ "loss": 0.4234,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.2075085324232082,
538
+ "grad_norm": 0.1849862039089203,
539
+ "learning_rate": 8.973289258688125e-06,
540
+ "loss": 0.3868,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.21023890784982935,
545
+ "grad_norm": 0.18427810072898865,
546
+ "learning_rate": 8.9470895516401e-06,
547
+ "loss": 0.4205,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.2129692832764505,
552
+ "grad_norm": 0.22481605410575867,
553
+ "learning_rate": 8.920599032883553e-06,
554
+ "loss": 0.4271,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.21569965870307167,
559
+ "grad_norm": 0.18275555968284607,
560
+ "learning_rate": 8.893819654173804e-06,
561
+ "loss": 0.4276,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.21843003412969283,
566
+ "grad_norm": 0.17510327696800232,
567
+ "learning_rate": 8.86675338854865e-06,
568
+ "loss": 0.4169,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.221160409556314,
573
+ "grad_norm": 0.18124502897262573,
574
+ "learning_rate": 8.839402230183e-06,
575
+ "loss": 0.4181,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.22389078498293516,
580
+ "grad_norm": 0.1930208057165146,
581
+ "learning_rate": 8.811768194241951e-06,
582
+ "loss": 0.4326,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.22662116040955632,
587
+ "grad_norm": 0.17881739139556885,
588
+ "learning_rate": 8.783853316732313e-06,
589
+ "loss": 0.4227,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.22935153583617748,
594
+ "grad_norm": 0.18276868760585785,
595
+ "learning_rate": 8.755659654352599e-06,
596
+ "loss": 0.4109,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.23208191126279865,
601
+ "grad_norm": 0.1769554764032364,
602
+ "learning_rate": 8.727189284341501e-06,
603
+ "loss": 0.4267,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.2348122866894198,
608
+ "grad_norm": 0.22149443626403809,
609
+ "learning_rate": 8.698444304324837e-06,
610
+ "loss": 0.4236,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.23754266211604094,
615
+ "grad_norm": 0.1817912608385086,
616
+ "learning_rate": 8.669426832160997e-06,
617
+ "loss": 0.4235,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.2402730375426621,
622
+ "grad_norm": 0.23118089139461517,
623
+ "learning_rate": 8.640139005784924e-06,
624
+ "loss": 0.4338,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.24300341296928327,
629
+ "grad_norm": 0.23663879930973053,
630
+ "learning_rate": 8.610582983050581e-06,
631
+ "loss": 0.4239,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.24573378839590443,
636
+ "grad_norm": 0.16908958554267883,
637
+ "learning_rate": 8.580760941571968e-06,
638
+ "loss": 0.4148,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.2484641638225256,
643
+ "grad_norm": 0.23422765731811523,
644
+ "learning_rate": 8.55067507856268e-06,
645
+ "loss": 0.4183,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.25119453924914675,
650
+ "grad_norm": 0.24864593148231506,
651
+ "learning_rate": 8.520327610674029e-06,
652
+ "loss": 0.41,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.25392491467576794,
657
+ "grad_norm": 0.20847055315971375,
658
+ "learning_rate": 8.489720773831717e-06,
659
+ "loss": 0.4221,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.2566552901023891,
664
+ "grad_norm": 0.19055533409118652,
665
+ "learning_rate": 8.458856823071111e-06,
666
+ "loss": 0.4191,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.2593856655290102,
671
+ "grad_norm": 0.24293097853660583,
672
+ "learning_rate": 8.427738032371078e-06,
673
+ "loss": 0.3906,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.2621160409556314,
678
+ "grad_norm": 0.23974299430847168,
679
+ "learning_rate": 8.396366694486466e-06,
680
+ "loss": 0.4157,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.26484641638225254,
685
+ "grad_norm": 0.1998283416032791,
686
+ "learning_rate": 8.364745120779166e-06,
687
+ "loss": 0.4054,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.2675767918088737,
692
+ "grad_norm": 0.21701572835445404,
693
+ "learning_rate": 8.332875641047817e-06,
694
+ "loss": 0.3984,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.27030716723549486,
699
+ "grad_norm": 0.18561778962612152,
700
+ "learning_rate": 8.30076060335616e-06,
701
+ "loss": 0.4164,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.27303754266211605,
706
+ "grad_norm": 0.1797938048839569,
707
+ "learning_rate": 8.26840237386003e-06,
708
+ "loss": 0.4339,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 0.2757679180887372,
713
+ "grad_norm": 0.1605861335992813,
714
+ "learning_rate": 8.235803336633033e-06,
715
+ "loss": 0.4053,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 0.2784982935153584,
720
+ "grad_norm": 0.1774858683347702,
721
+ "learning_rate": 8.202965893490877e-06,
722
+ "loss": 0.4232,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 0.2812286689419795,
727
+ "grad_norm": 0.15541759133338928,
728
+ "learning_rate": 8.169892463814435e-06,
729
+ "loss": 0.4208,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 0.2839590443686007,
734
+ "grad_norm": 0.16066958010196686,
735
+ "learning_rate": 8.136585484371471e-06,
736
+ "loss": 0.4074,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 0.28668941979522183,
741
+ "grad_norm": 0.1789342761039734,
742
+ "learning_rate": 8.103047409137114e-06,
743
+ "loss": 0.4104,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 0.289419795221843,
748
+ "grad_norm": 0.16283057630062103,
749
+ "learning_rate": 8.06928070911306e-06,
750
+ "loss": 0.4073,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 0.29215017064846416,
755
+ "grad_norm": 0.17041556537151337,
756
+ "learning_rate": 8.035287872145502e-06,
757
+ "loss": 0.4396,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 0.29488054607508535,
762
+ "grad_norm": 0.17072531580924988,
763
+ "learning_rate": 8.001071402741843e-06,
764
+ "loss": 0.4297,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 0.2976109215017065,
769
+ "grad_norm": 0.16717186570167542,
770
+ "learning_rate": 7.96663382188616e-06,
771
+ "loss": 0.408,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 0.3003412969283277,
776
+ "grad_norm": 0.16995355486869812,
777
+ "learning_rate": 7.93197766685348e-06,
778
+ "loss": 0.398,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 0.3030716723549488,
783
+ "grad_norm": 0.1682933270931244,
784
+ "learning_rate": 7.897105491022819e-06,
785
+ "loss": 0.4179,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 0.30580204778156994,
790
+ "grad_norm": 0.15432436764240265,
791
+ "learning_rate": 7.862019863689075e-06,
792
+ "loss": 0.4037,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 0.30853242320819113,
797
+ "grad_norm": 0.16314339637756348,
798
+ "learning_rate": 7.826723369873715e-06,
799
+ "loss": 0.4066,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 0.31126279863481227,
804
+ "grad_norm": 0.17164085805416107,
805
+ "learning_rate": 7.791218610134324e-06,
806
+ "loss": 0.4328,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 0.31399317406143346,
811
+ "grad_norm": 0.16329169273376465,
812
+ "learning_rate": 7.755508200373e-06,
813
+ "loss": 0.41,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 0.3167235494880546,
818
+ "grad_norm": 0.15500546991825104,
819
+ "learning_rate": 7.719594771643623e-06,
820
+ "loss": 0.4023,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 0.3194539249146758,
825
+ "grad_norm": 0.16174261271953583,
826
+ "learning_rate": 7.683480969958005e-06,
827
+ "loss": 0.4147,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 0.3221843003412969,
832
+ "grad_norm": 0.16179116070270538,
833
+ "learning_rate": 7.647169456090925e-06,
834
+ "loss": 0.4198,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 0.3249146757679181,
839
+ "grad_norm": 0.1634499430656433,
840
+ "learning_rate": 7.6106629053841255e-06,
841
+ "loss": 0.4162,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 0.32764505119453924,
846
+ "grad_norm": 0.17482595145702362,
847
+ "learning_rate": 7.5739640075491546e-06,
848
+ "loss": 0.4304,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 0.33037542662116043,
853
+ "grad_norm": 0.16381986439228058,
854
+ "learning_rate": 7.537075466469228e-06,
855
+ "loss": 0.4076,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 0.33310580204778156,
860
+ "grad_norm": 0.15148329734802246,
861
+ "learning_rate": 7.500000000000001e-06,
862
+ "loss": 0.3943,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 0.33583617747440275,
867
+ "grad_norm": 0.17150920629501343,
868
+ "learning_rate": 7.462740339769323e-06,
869
+ "loss": 0.4221,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 0.3385665529010239,
874
+ "grad_norm": 0.16451485455036163,
875
+ "learning_rate": 7.425299230975982e-06,
876
+ "loss": 0.3909,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 0.3412969283276451,
881
+ "grad_norm": 0.1635640561580658,
882
+ "learning_rate": 7.387679432187442e-06,
883
+ "loss": 0.412,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 0.3440273037542662,
888
+ "grad_norm": 0.15344786643981934,
889
+ "learning_rate": 7.349883715136601e-06,
890
+ "loss": 0.3957,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 0.34675767918088735,
895
+ "grad_norm": 0.20929256081581116,
896
+ "learning_rate": 7.311914864517575e-06,
897
+ "loss": 0.4172,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 0.34948805460750854,
902
+ "grad_norm": 0.15553469955921173,
903
+ "learning_rate": 7.27377567778053e-06,
904
+ "loss": 0.4255,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 0.35221843003412967,
909
+ "grad_norm": 0.16687364876270294,
910
+ "learning_rate": 7.235468964925571e-06,
911
+ "loss": 0.4032,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 0.35494880546075086,
916
+ "grad_norm": 0.15902447700500488,
917
+ "learning_rate": 7.1969975482957075e-06,
918
+ "loss": 0.4264,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 0.357679180887372,
923
+ "grad_norm": 0.16279031336307526,
924
+ "learning_rate": 7.158364262368919e-06,
925
+ "loss": 0.4081,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 0.3604095563139932,
930
+ "grad_norm": 0.1744302660226822,
931
+ "learning_rate": 7.119571953549305e-06,
932
+ "loss": 0.4439,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 0.3631399317406143,
937
+ "grad_norm": 0.16045725345611572,
938
+ "learning_rate": 7.080623479957372e-06,
939
+ "loss": 0.3996,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 0.3658703071672355,
944
+ "grad_norm": 0.16313788294792175,
945
+ "learning_rate": 7.041521711219468e-06,
946
+ "loss": 0.4055,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 0.36860068259385664,
951
+ "grad_norm": 0.15558135509490967,
952
+ "learning_rate": 7.002269528256334e-06,
953
+ "loss": 0.4074,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 0.37133105802047783,
958
+ "grad_norm": 0.16284853219985962,
959
+ "learning_rate": 6.9628698230708604e-06,
960
+ "loss": 0.3937,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 0.37406143344709897,
965
+ "grad_norm": 0.1701689511537552,
966
+ "learning_rate": 6.9233254985350066e-06,
967
+ "loss": 0.4014,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 0.37679180887372016,
972
+ "grad_norm": 0.16153037548065186,
973
+ "learning_rate": 6.883639468175926e-06,
974
+ "loss": 0.4345,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 0.3795221843003413,
979
+ "grad_norm": 0.15898269414901733,
980
+ "learning_rate": 6.843814655961302e-06,
981
+ "loss": 0.4117,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 0.3822525597269625,
986
+ "grad_norm": 0.15082918107509613,
987
+ "learning_rate": 6.803853996083918e-06,
988
+ "loss": 0.4041,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 0.3849829351535836,
993
+ "grad_norm": 0.15225613117218018,
994
+ "learning_rate": 6.763760432745475e-06,
995
+ "loss": 0.4203,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 0.38771331058020475,
1000
+ "grad_norm": 0.15860538184642792,
1001
+ "learning_rate": 6.723536919939669e-06,
1002
+ "loss": 0.409,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 0.39044368600682594,
1007
+ "grad_norm": 0.15701624751091003,
1008
+ "learning_rate": 6.683186421234552e-06,
1009
+ "loss": 0.411,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 0.3931740614334471,
1014
+ "grad_norm": 0.1592189222574234,
1015
+ "learning_rate": 6.6427119095541745e-06,
1016
+ "loss": 0.4034,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 0.39590443686006827,
1021
+ "grad_norm": 0.16646814346313477,
1022
+ "learning_rate": 6.602116366959556e-06,
1023
+ "loss": 0.411,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 0.3986348122866894,
1028
+ "grad_norm": 0.16729459166526794,
1029
+ "learning_rate": 6.561402784428974e-06,
1030
+ "loss": 0.4032,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 0.4013651877133106,
1035
+ "grad_norm": 0.16820791363716125,
1036
+ "learning_rate": 6.520574161637591e-06,
1037
+ "loss": 0.4087,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 0.4040955631399317,
1042
+ "grad_norm": 0.17279136180877686,
1043
+ "learning_rate": 6.479633506736447e-06,
1044
+ "loss": 0.3949,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 0.4068259385665529,
1049
+ "grad_norm": 0.15827003121376038,
1050
+ "learning_rate": 6.438583836130835e-06,
1051
+ "loss": 0.4134,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 0.40955631399317405,
1056
+ "grad_norm": 0.3199061155319214,
1057
+ "learning_rate": 6.397428174258048e-06,
1058
+ "loss": 0.3956,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 0.41228668941979524,
1063
+ "grad_norm": 0.15721672773361206,
1064
+ "learning_rate": 6.3561695533645505e-06,
1065
+ "loss": 0.408,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 0.4150170648464164,
1070
+ "grad_norm": 0.16460402309894562,
1071
+ "learning_rate": 6.314811013282574e-06,
1072
+ "loss": 0.4083,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 0.41774744027303756,
1077
+ "grad_norm": 0.156940758228302,
1078
+ "learning_rate": 6.273355601206143e-06,
1079
+ "loss": 0.4062,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 0.4204778156996587,
1084
+ "grad_norm": 0.15688540041446686,
1085
+ "learning_rate": 6.231806371466574e-06,
1086
+ "loss": 0.4051,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 0.4232081911262799,
1091
+ "grad_norm": 0.14866897463798523,
1092
+ "learning_rate": 6.190166385307428e-06,
1093
+ "loss": 0.4047,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 0.425938566552901,
1098
+ "grad_norm": 0.15852367877960205,
1099
+ "learning_rate": 6.148438710658979e-06,
1100
+ "loss": 0.4043,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 0.4286689419795222,
1105
+ "grad_norm": 0.1479935199022293,
1106
+ "learning_rate": 6.106626421912163e-06,
1107
+ "loss": 0.4073,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 0.43139931740614335,
1112
+ "grad_norm": 0.1690177172422409,
1113
+ "learning_rate": 6.064732599692079e-06,
1114
+ "loss": 0.4148,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 0.4341296928327645,
1119
+ "grad_norm": 0.1765451729297638,
1120
+ "learning_rate": 6.022760330631006e-06,
1121
+ "loss": 0.4105,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 0.43686006825938567,
1126
+ "grad_norm": 0.16014869511127472,
1127
+ "learning_rate": 5.980712707140985e-06,
1128
+ "loss": 0.4138,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 0.4395904436860068,
1133
+ "grad_norm": 0.1788393259048462,
1134
+ "learning_rate": 5.938592827185994e-06,
1135
+ "loss": 0.4224,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 0.442320819112628,
1140
+ "grad_norm": 0.1551506668329239,
1141
+ "learning_rate": 5.896403794053679e-06,
1142
+ "loss": 0.4058,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 0.44505119453924913,
1147
+ "grad_norm": 0.1573813110589981,
1148
+ "learning_rate": 5.854148716126722e-06,
1149
+ "loss": 0.4147,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 0.4477815699658703,
1154
+ "grad_norm": 0.16244283318519592,
1155
+ "learning_rate": 5.811830706653819e-06,
1156
+ "loss": 0.4152,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 0.45051194539249145,
1161
+ "grad_norm": 0.17180225253105164,
1162
+ "learning_rate": 5.76945288352031e-06,
1163
+ "loss": 0.3972,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 0.45324232081911264,
1168
+ "grad_norm": 0.16414454579353333,
1169
+ "learning_rate": 5.72701836901845e-06,
1170
+ "loss": 0.403,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 0.4559726962457338,
1175
+ "grad_norm": 0.3096899092197418,
1176
+ "learning_rate": 5.684530289617377e-06,
1177
+ "loss": 0.4195,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 0.45870307167235497,
1182
+ "grad_norm": 0.16957193613052368,
1183
+ "learning_rate": 5.641991775732756e-06,
1184
+ "loss": 0.405,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 0.4614334470989761,
1189
+ "grad_norm": 0.16117002069950104,
1190
+ "learning_rate": 5.599405961496137e-06,
1191
+ "loss": 0.398,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 0.4641638225255973,
1196
+ "grad_norm": 0.17450742423534393,
1197
+ "learning_rate": 5.556775984524044e-06,
1198
+ "loss": 0.4009,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 0.4668941979522184,
1203
+ "grad_norm": 0.15785841643810272,
1204
+ "learning_rate": 5.514104985686802e-06,
1205
+ "loss": 0.3838,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 0.4696245733788396,
1210
+ "grad_norm": 0.22598251700401306,
1211
+ "learning_rate": 5.471396108877123e-06,
1212
+ "loss": 0.4176,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 0.47235494880546075,
1217
+ "grad_norm": 0.17126567661762238,
1218
+ "learning_rate": 5.428652500778472e-06,
1219
+ "loss": 0.4135,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 0.4750853242320819,
1224
+ "grad_norm": 0.1700679510831833,
1225
+ "learning_rate": 5.385877310633233e-06,
1226
+ "loss": 0.4259,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 0.4778156996587031,
1231
+ "grad_norm": 0.1624089628458023,
1232
+ "learning_rate": 5.3430736900106715e-06,
1233
+ "loss": 0.4425,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 0.4805460750853242,
1238
+ "grad_norm": 0.15028750896453857,
1239
+ "learning_rate": 5.300244792574743e-06,
1240
+ "loss": 0.3966,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 0.4832764505119454,
1245
+ "grad_norm": 0.17664162814617157,
1246
+ "learning_rate": 5.257393773851733e-06,
1247
+ "loss": 0.4125,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 0.48600682593856653,
1252
+ "grad_norm": 0.16111449897289276,
1253
+ "learning_rate": 5.214523790997773e-06,
1254
+ "loss": 0.4046,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 0.4887372013651877,
1259
+ "grad_norm": 0.17330825328826904,
1260
+ "learning_rate": 5.171638002566218e-06,
1261
+ "loss": 0.4054,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 0.49146757679180886,
1266
+ "grad_norm": 0.1512707620859146,
1267
+ "learning_rate": 5.1287395682749444e-06,
1268
+ "loss": 0.4014,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 0.49419795221843005,
1273
+ "grad_norm": 0.15316011011600494,
1274
+ "learning_rate": 5.0858316487735385e-06,
1275
+ "loss": 0.4013,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 0.4969283276450512,
1280
+ "grad_norm": 0.14988335967063904,
1281
+ "learning_rate": 5.042917405410436e-06,
1282
+ "loss": 0.3953,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 0.49965870307167237,
1287
+ "grad_norm": 0.17286710441112518,
1288
+ "learning_rate": 5e-06,
1289
+ "loss": 0.407,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 0.5023890784982935,
1294
+ "grad_norm": 0.16462546586990356,
1295
+ "learning_rate": 4.957082594589566e-06,
1296
+ "loss": 0.4017,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 0.5051194539249146,
1301
+ "grad_norm": 0.15909536182880402,
1302
+ "learning_rate": 4.914168351226463e-06,
1303
+ "loss": 0.3977,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 0.5078498293515359,
1308
+ "grad_norm": 0.1730009764432907,
1309
+ "learning_rate": 4.871260431725058e-06,
1310
+ "loss": 0.4271,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 0.510580204778157,
1315
+ "grad_norm": 0.17171163856983185,
1316
+ "learning_rate": 4.828361997433783e-06,
1317
+ "loss": 0.4169,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 0.5133105802047782,
1322
+ "grad_norm": 0.14412260055541992,
1323
+ "learning_rate": 4.7854762090022274e-06,
1324
+ "loss": 0.3782,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 0.5160409556313993,
1329
+ "grad_norm": 0.1570647805929184,
1330
+ "learning_rate": 4.742606226148268e-06,
1331
+ "loss": 0.4034,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 0.5187713310580204,
1336
+ "grad_norm": 0.14350539445877075,
1337
+ "learning_rate": 4.699755207425259e-06,
1338
+ "loss": 0.403,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 0.5215017064846417,
1343
+ "grad_norm": 0.17106682062149048,
1344
+ "learning_rate": 4.65692630998933e-06,
1345
+ "loss": 0.4087,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 0.5242320819112628,
1350
+ "grad_norm": 0.18561221659183502,
1351
+ "learning_rate": 4.614122689366769e-06,
1352
+ "loss": 0.4093,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 0.5269624573378839,
1357
+ "grad_norm": 0.15318401157855988,
1358
+ "learning_rate": 4.571347499221528e-06,
1359
+ "loss": 0.4,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 0.5296928327645051,
1364
+ "grad_norm": 0.150321364402771,
1365
+ "learning_rate": 4.528603891122878e-06,
1366
+ "loss": 0.4028,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 0.5324232081911263,
1371
+ "grad_norm": 0.15496495366096497,
1372
+ "learning_rate": 4.485895014313198e-06,
1373
+ "loss": 0.418,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 0.5351535836177475,
1378
+ "grad_norm": 0.1591518372297287,
1379
+ "learning_rate": 4.443224015475956e-06,
1380
+ "loss": 0.4122,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 0.5378839590443686,
1385
+ "grad_norm": 0.16226577758789062,
1386
+ "learning_rate": 4.400594038503864e-06,
1387
+ "loss": 0.4249,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 0.5406143344709897,
1392
+ "grad_norm": 0.21725980937480927,
1393
+ "learning_rate": 4.358008224267245e-06,
1394
+ "loss": 0.4005,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 0.543344709897611,
1399
+ "grad_norm": 0.16464541852474213,
1400
+ "learning_rate": 4.3154697103826235e-06,
1401
+ "loss": 0.4058,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 0.5460750853242321,
1406
+ "grad_norm": 0.15310809016227722,
1407
+ "learning_rate": 4.272981630981551e-06,
1408
+ "loss": 0.4049,
1409
+ "step": 200
1410
+ },
1411
+ {
1412
+ "epoch": 0.5488054607508532,
1413
+ "grad_norm": 0.16250354051589966,
1414
+ "learning_rate": 4.230547116479691e-06,
1415
+ "loss": 0.3779,
1416
+ "step": 201
1417
+ },
1418
+ {
1419
+ "epoch": 0.5515358361774744,
1420
+ "grad_norm": 0.14419779181480408,
1421
+ "learning_rate": 4.1881692933461835e-06,
1422
+ "loss": 0.4129,
1423
+ "step": 202
1424
+ },
1425
+ {
1426
+ "epoch": 0.5542662116040956,
1427
+ "grad_norm": 0.1601477712392807,
1428
+ "learning_rate": 4.14585128387328e-06,
1429
+ "loss": 0.3993,
1430
+ "step": 203
1431
+ },
1432
+ {
1433
+ "epoch": 0.5569965870307167,
1434
+ "grad_norm": 0.16939853131771088,
1435
+ "learning_rate": 4.103596205946323e-06,
1436
+ "loss": 0.3928,
1437
+ "step": 204
1438
+ },
1439
+ {
1440
+ "epoch": 0.5597269624573379,
1441
+ "grad_norm": 0.14936766028404236,
1442
+ "learning_rate": 4.061407172814008e-06,
1443
+ "loss": 0.4118,
1444
+ "step": 205
1445
+ },
1446
+ {
1447
+ "epoch": 0.562457337883959,
1448
+ "grad_norm": 0.1553383320569992,
1449
+ "learning_rate": 4.019287292859016e-06,
1450
+ "loss": 0.4031,
1451
+ "step": 206
1452
+ },
1453
+ {
1454
+ "epoch": 0.5651877133105802,
1455
+ "grad_norm": 0.1629059761762619,
1456
+ "learning_rate": 3.977239669368998e-06,
1457
+ "loss": 0.4143,
1458
+ "step": 207
1459
+ },
1460
+ {
1461
+ "epoch": 0.5679180887372014,
1462
+ "grad_norm": 0.147048220038414,
1463
+ "learning_rate": 3.9352674003079225e-06,
1464
+ "loss": 0.3907,
1465
+ "step": 208
1466
+ },
1467
+ {
1468
+ "epoch": 0.5706484641638225,
1469
+ "grad_norm": 0.1578659862279892,
1470
+ "learning_rate": 3.893373578087838e-06,
1471
+ "loss": 0.4011,
1472
+ "step": 209
1473
+ },
1474
+ {
1475
+ "epoch": 0.5733788395904437,
1476
+ "grad_norm": 0.15005314350128174,
1477
+ "learning_rate": 3.851561289341023e-06,
1478
+ "loss": 0.4038,
1479
+ "step": 210
1480
+ },
1481
+ {
1482
+ "epoch": 0.5761092150170648,
1483
+ "grad_norm": 0.16171501576900482,
1484
+ "learning_rate": 3.8098336146925728e-06,
1485
+ "loss": 0.395,
1486
+ "step": 211
1487
+ },
1488
+ {
1489
+ "epoch": 0.578839590443686,
1490
+ "grad_norm": 0.17219065129756927,
1491
+ "learning_rate": 3.768193628533427e-06,
1492
+ "loss": 0.4064,
1493
+ "step": 212
1494
+ },
1495
+ {
1496
+ "epoch": 0.5815699658703072,
1497
+ "grad_norm": 0.14859041571617126,
1498
+ "learning_rate": 3.726644398793857e-06,
1499
+ "loss": 0.4054,
1500
+ "step": 213
1501
+ },
1502
+ {
1503
+ "epoch": 0.5843003412969283,
1504
+ "grad_norm": 0.16669155657291412,
1505
+ "learning_rate": 3.685188986717427e-06,
1506
+ "loss": 0.4145,
1507
+ "step": 214
1508
+ },
1509
+ {
1510
+ "epoch": 0.5870307167235495,
1511
+ "grad_norm": 0.16787604987621307,
1512
+ "learning_rate": 3.6438304466354503e-06,
1513
+ "loss": 0.4329,
1514
+ "step": 215
1515
+ },
1516
+ {
1517
+ "epoch": 0.5897610921501707,
1518
+ "grad_norm": 0.17759054899215698,
1519
+ "learning_rate": 3.6025718257419532e-06,
1520
+ "loss": 0.4238,
1521
+ "step": 216
1522
+ },
1523
+ {
1524
+ "epoch": 0.5924914675767918,
1525
+ "grad_norm": 0.15464290976524353,
1526
+ "learning_rate": 3.5614161638691657e-06,
1527
+ "loss": 0.4122,
1528
+ "step": 217
1529
+ },
1530
+ {
1531
+ "epoch": 0.595221843003413,
1532
+ "grad_norm": 0.146434485912323,
1533
+ "learning_rate": 3.520366493263554e-06,
1534
+ "loss": 0.4004,
1535
+ "step": 218
1536
+ },
1537
+ {
1538
+ "epoch": 0.5979522184300341,
1539
+ "grad_norm": 0.15158678591251373,
1540
+ "learning_rate": 3.4794258383624115e-06,
1541
+ "loss": 0.4246,
1542
+ "step": 219
1543
+ },
1544
+ {
1545
+ "epoch": 0.6006825938566553,
1546
+ "grad_norm": 0.17705509066581726,
1547
+ "learning_rate": 3.4385972155710274e-06,
1548
+ "loss": 0.4105,
1549
+ "step": 220
1550
+ },
1551
+ {
1552
+ "epoch": 0.6034129692832765,
1553
+ "grad_norm": 0.15027230978012085,
1554
+ "learning_rate": 3.3978836330404453e-06,
1555
+ "loss": 0.4264,
1556
+ "step": 221
1557
+ },
1558
+ {
1559
+ "epoch": 0.6061433447098976,
1560
+ "grad_norm": 0.14981985092163086,
1561
+ "learning_rate": 3.3572880904458267e-06,
1562
+ "loss": 0.4188,
1563
+ "step": 222
1564
+ },
1565
+ {
1566
+ "epoch": 0.6088737201365187,
1567
+ "grad_norm": 0.15152880549430847,
1568
+ "learning_rate": 3.3168135787654493e-06,
1569
+ "loss": 0.3935,
1570
+ "step": 223
1571
+ },
1572
+ {
1573
+ "epoch": 0.6116040955631399,
1574
+ "grad_norm": 0.15876388549804688,
1575
+ "learning_rate": 3.2764630800603314e-06,
1576
+ "loss": 0.4193,
1577
+ "step": 224
1578
+ },
1579
+ {
1580
+ "epoch": 0.6143344709897611,
1581
+ "grad_norm": 0.15047837793827057,
1582
+ "learning_rate": 3.236239567254526e-06,
1583
+ "loss": 0.3916,
1584
+ "step": 225
1585
+ },
1586
+ {
1587
+ "epoch": 0.6170648464163823,
1588
+ "grad_norm": 0.15240547060966492,
1589
+ "learning_rate": 3.1961460039160842e-06,
1590
+ "loss": 0.4187,
1591
+ "step": 226
1592
+ },
1593
+ {
1594
+ "epoch": 0.6197952218430034,
1595
+ "grad_norm": 0.15835705399513245,
1596
+ "learning_rate": 3.1561853440387e-06,
1597
+ "loss": 0.4008,
1598
+ "step": 227
1599
+ },
1600
+ {
1601
+ "epoch": 0.6225255972696245,
1602
+ "grad_norm": 0.16235880553722382,
1603
+ "learning_rate": 3.116360531824074e-06,
1604
+ "loss": 0.4239,
1605
+ "step": 228
1606
+ },
1607
+ {
1608
+ "epoch": 0.6252559726962458,
1609
+ "grad_norm": 0.16306978464126587,
1610
+ "learning_rate": 3.076674501464994e-06,
1611
+ "loss": 0.4139,
1612
+ "step": 229
1613
+ },
1614
+ {
1615
+ "epoch": 0.6279863481228669,
1616
+ "grad_norm": 0.14479714632034302,
1617
+ "learning_rate": 3.0371301769291417e-06,
1618
+ "loss": 0.4157,
1619
+ "step": 230
1620
+ },
1621
+ {
1622
+ "epoch": 0.630716723549488,
1623
+ "grad_norm": 0.1663469821214676,
1624
+ "learning_rate": 2.997730471743667e-06,
1625
+ "loss": 0.4301,
1626
+ "step": 231
1627
+ },
1628
+ {
1629
+ "epoch": 0.6334470989761092,
1630
+ "grad_norm": 0.1759214997291565,
1631
+ "learning_rate": 2.958478288780533e-06,
1632
+ "loss": 0.3993,
1633
+ "step": 232
1634
+ },
1635
+ {
1636
+ "epoch": 0.6361774744027304,
1637
+ "grad_norm": 0.1472492516040802,
1638
+ "learning_rate": 2.919376520042628e-06,
1639
+ "loss": 0.3998,
1640
+ "step": 233
1641
+ },
1642
+ {
1643
+ "epoch": 0.6389078498293516,
1644
+ "grad_norm": 0.14618809521198273,
1645
+ "learning_rate": 2.880428046450697e-06,
1646
+ "loss": 0.3921,
1647
+ "step": 234
1648
+ },
1649
+ {
1650
+ "epoch": 0.6416382252559727,
1651
+ "grad_norm": 0.1660156548023224,
1652
+ "learning_rate": 2.8416357376310823e-06,
1653
+ "loss": 0.4095,
1654
+ "step": 235
1655
+ },
1656
+ {
1657
+ "epoch": 0.6443686006825938,
1658
+ "grad_norm": 0.1544540971517563,
1659
+ "learning_rate": 2.8030024517042907e-06,
1660
+ "loss": 0.4112,
1661
+ "step": 236
1662
+ },
1663
+ {
1664
+ "epoch": 0.647098976109215,
1665
+ "grad_norm": 0.1531461477279663,
1666
+ "learning_rate": 2.7645310350744296e-06,
1667
+ "loss": 0.4079,
1668
+ "step": 237
1669
+ },
1670
+ {
1671
+ "epoch": 0.6498293515358362,
1672
+ "grad_norm": 0.16143448650836945,
1673
+ "learning_rate": 2.7262243222194728e-06,
1674
+ "loss": 0.4088,
1675
+ "step": 238
1676
+ },
1677
+ {
1678
+ "epoch": 0.6525597269624573,
1679
+ "grad_norm": 0.1632911115884781,
1680
+ "learning_rate": 2.6880851354824277e-06,
1681
+ "loss": 0.406,
1682
+ "step": 239
1683
+ },
1684
+ {
1685
+ "epoch": 0.6552901023890785,
1686
+ "grad_norm": 0.15283940732479095,
1687
+ "learning_rate": 2.6501162848634023e-06,
1688
+ "loss": 0.3922,
1689
+ "step": 240
1690
+ },
1691
+ {
1692
+ "epoch": 0.6580204778156996,
1693
+ "grad_norm": 0.15318641066551208,
1694
+ "learning_rate": 2.6123205678125597e-06,
1695
+ "loss": 0.39,
1696
+ "step": 241
1697
+ },
1698
+ {
1699
+ "epoch": 0.6607508532423209,
1700
+ "grad_norm": 0.15297549962997437,
1701
+ "learning_rate": 2.57470076902402e-06,
1702
+ "loss": 0.3991,
1703
+ "step": 242
1704
+ },
1705
+ {
1706
+ "epoch": 0.663481228668942,
1707
+ "grad_norm": 0.1510440558195114,
1708
+ "learning_rate": 2.537259660230679e-06,
1709
+ "loss": 0.418,
1710
+ "step": 243
1711
+ },
1712
+ {
1713
+ "epoch": 0.6662116040955631,
1714
+ "grad_norm": 0.14892160892486572,
1715
+ "learning_rate": 2.5000000000000015e-06,
1716
+ "loss": 0.3863,
1717
+ "step": 244
1718
+ },
1719
+ {
1720
+ "epoch": 0.6689419795221843,
1721
+ "grad_norm": 0.1641772985458374,
1722
+ "learning_rate": 2.462924533530774e-06,
1723
+ "loss": 0.4333,
1724
+ "step": 245
1725
+ },
1726
+ {
1727
+ "epoch": 0.6716723549488055,
1728
+ "grad_norm": 0.15933027863502502,
1729
+ "learning_rate": 2.426035992450848e-06,
1730
+ "loss": 0.4064,
1731
+ "step": 246
1732
+ },
1733
+ {
1734
+ "epoch": 0.6744027303754266,
1735
+ "grad_norm": 0.14534929394721985,
1736
+ "learning_rate": 2.3893370946158758e-06,
1737
+ "loss": 0.404,
1738
+ "step": 247
1739
+ },
1740
+ {
1741
+ "epoch": 0.6771331058020478,
1742
+ "grad_norm": 0.1527319997549057,
1743
+ "learning_rate": 2.3528305439090744e-06,
1744
+ "loss": 0.4081,
1745
+ "step": 248
1746
+ },
1747
+ {
1748
+ "epoch": 0.6798634812286689,
1749
+ "grad_norm": 0.15615414083003998,
1750
+ "learning_rate": 2.316519030041998e-06,
1751
+ "loss": 0.4067,
1752
+ "step": 249
1753
+ },
1754
+ {
1755
+ "epoch": 0.6825938566552902,
1756
+ "grad_norm": 0.17054639756679535,
1757
+ "learning_rate": 2.280405228356377e-06,
1758
+ "loss": 0.4088,
1759
+ "step": 250
1760
+ },
1761
+ {
1762
+ "epoch": 0.6853242320819113,
1763
+ "grad_norm": 0.163183331489563,
1764
+ "learning_rate": 2.2444917996270003e-06,
1765
+ "loss": 0.4131,
1766
+ "step": 251
1767
+ },
1768
+ {
1769
+ "epoch": 0.6880546075085324,
1770
+ "grad_norm": 0.15478871762752533,
1771
+ "learning_rate": 2.2087813898656775e-06,
1772
+ "loss": 0.4161,
1773
+ "step": 252
1774
+ },
1775
+ {
1776
+ "epoch": 0.6907849829351536,
1777
+ "grad_norm": 0.15877461433410645,
1778
+ "learning_rate": 2.173276630126287e-06,
1779
+ "loss": 0.3991,
1780
+ "step": 253
1781
+ },
1782
+ {
1783
+ "epoch": 0.6935153583617747,
1784
+ "grad_norm": 0.16762347519397736,
1785
+ "learning_rate": 2.137980136310926e-06,
1786
+ "loss": 0.4094,
1787
+ "step": 254
1788
+ },
1789
+ {
1790
+ "epoch": 0.6962457337883959,
1791
+ "grad_norm": 0.1578551083803177,
1792
+ "learning_rate": 2.102894508977182e-06,
1793
+ "loss": 0.4108,
1794
+ "step": 255
1795
+ },
1796
+ {
1797
+ "epoch": 0.6989761092150171,
1798
+ "grad_norm": 0.17313554883003235,
1799
+ "learning_rate": 2.0680223331465223e-06,
1800
+ "loss": 0.4112,
1801
+ "step": 256
1802
+ },
1803
+ {
1804
+ "epoch": 0.7017064846416382,
1805
+ "grad_norm": 0.1474330574274063,
1806
+ "learning_rate": 2.033366178113841e-06,
1807
+ "loss": 0.3995,
1808
+ "step": 257
1809
+ },
1810
+ {
1811
+ "epoch": 0.7044368600682593,
1812
+ "grad_norm": 0.15970253944396973,
1813
+ "learning_rate": 1.9989285972581595e-06,
1814
+ "loss": 0.3998,
1815
+ "step": 258
1816
+ },
1817
+ {
1818
+ "epoch": 0.7071672354948806,
1819
+ "grad_norm": 0.1546693742275238,
1820
+ "learning_rate": 1.9647121278544996e-06,
1821
+ "loss": 0.3908,
1822
+ "step": 259
1823
+ },
1824
+ {
1825
+ "epoch": 0.7098976109215017,
1826
+ "grad_norm": 0.15894074738025665,
1827
+ "learning_rate": 1.93071929088694e-06,
1828
+ "loss": 0.4179,
1829
+ "step": 260
1830
+ },
1831
+ {
1832
+ "epoch": 0.7126279863481229,
1833
+ "grad_norm": 0.15951929986476898,
1834
+ "learning_rate": 1.896952590862886e-06,
1835
+ "loss": 0.407,
1836
+ "step": 261
1837
+ },
1838
+ {
1839
+ "epoch": 0.715358361774744,
1840
+ "grad_norm": 0.145669087767601,
1841
+ "learning_rate": 1.8634145156285311e-06,
1842
+ "loss": 0.3863,
1843
+ "step": 262
1844
+ },
1845
+ {
1846
+ "epoch": 0.7180887372013652,
1847
+ "grad_norm": 0.16664068400859833,
1848
+ "learning_rate": 1.8301075361855674e-06,
1849
+ "loss": 0.3965,
1850
+ "step": 263
1851
+ },
1852
+ {
1853
+ "epoch": 0.7208191126279864,
1854
+ "grad_norm": 0.15179961919784546,
1855
+ "learning_rate": 1.7970341065091246e-06,
1856
+ "loss": 0.3872,
1857
+ "step": 264
1858
+ },
1859
+ {
1860
+ "epoch": 0.7235494880546075,
1861
+ "grad_norm": 0.16116613149642944,
1862
+ "learning_rate": 1.7641966633669705e-06,
1863
+ "loss": 0.4082,
1864
+ "step": 265
1865
+ },
1866
+ {
1867
+ "epoch": 0.7262798634812286,
1868
+ "grad_norm": 0.15431508421897888,
1869
+ "learning_rate": 1.7315976261399698e-06,
1870
+ "loss": 0.4136,
1871
+ "step": 266
1872
+ },
1873
+ {
1874
+ "epoch": 0.7290102389078499,
1875
+ "grad_norm": 0.1545833945274353,
1876
+ "learning_rate": 1.699239396643841e-06,
1877
+ "loss": 0.3969,
1878
+ "step": 267
1879
+ },
1880
+ {
1881
+ "epoch": 0.731740614334471,
1882
+ "grad_norm": 0.1713000386953354,
1883
+ "learning_rate": 1.667124358952184e-06,
1884
+ "loss": 0.4188,
1885
+ "step": 268
1886
+ },
1887
+ {
1888
+ "epoch": 0.7344709897610922,
1889
+ "grad_norm": 0.16345979273319244,
1890
+ "learning_rate": 1.6352548792208356e-06,
1891
+ "loss": 0.4029,
1892
+ "step": 269
1893
+ },
1894
+ {
1895
+ "epoch": 0.7372013651877133,
1896
+ "grad_norm": 0.14592435956001282,
1897
+ "learning_rate": 1.6036333055135345e-06,
1898
+ "loss": 0.4044,
1899
+ "step": 270
1900
+ },
1901
+ {
1902
+ "epoch": 0.7399317406143344,
1903
+ "grad_norm": 0.1973186582326889,
1904
+ "learning_rate": 1.572261967628923e-06,
1905
+ "loss": 0.3998,
1906
+ "step": 271
1907
+ },
1908
+ {
1909
+ "epoch": 0.7426621160409557,
1910
+ "grad_norm": 0.15132401883602142,
1911
+ "learning_rate": 1.541143176928891e-06,
1912
+ "loss": 0.3928,
1913
+ "step": 272
1914
+ },
1915
+ {
1916
+ "epoch": 0.7453924914675768,
1917
+ "grad_norm": 0.1545684039592743,
1918
+ "learning_rate": 1.5102792261682813e-06,
1919
+ "loss": 0.3963,
1920
+ "step": 273
1921
+ },
1922
+ {
1923
+ "epoch": 0.7481228668941979,
1924
+ "grad_norm": 0.1502438336610794,
1925
+ "learning_rate": 1.4796723893259712e-06,
1926
+ "loss": 0.4006,
1927
+ "step": 274
1928
+ },
1929
+ {
1930
+ "epoch": 0.7508532423208191,
1931
+ "grad_norm": 0.15633085370063782,
1932
+ "learning_rate": 1.4493249214373224e-06,
1933
+ "loss": 0.3979,
1934
+ "step": 275
1935
+ },
1936
+ {
1937
+ "epoch": 0.7535836177474403,
1938
+ "grad_norm": 0.15326417982578278,
1939
+ "learning_rate": 1.4192390584280347e-06,
1940
+ "loss": 0.4017,
1941
+ "step": 276
1942
+ },
1943
+ {
1944
+ "epoch": 0.7563139931740614,
1945
+ "grad_norm": 0.1504485011100769,
1946
+ "learning_rate": 1.3894170169494192e-06,
1947
+ "loss": 0.4146,
1948
+ "step": 277
1949
+ },
1950
+ {
1951
+ "epoch": 0.7590443686006826,
1952
+ "grad_norm": 0.1470741629600525,
1953
+ "learning_rate": 1.3598609942150765e-06,
1954
+ "loss": 0.3954,
1955
+ "step": 278
1956
+ },
1957
+ {
1958
+ "epoch": 0.7617747440273037,
1959
+ "grad_norm": 0.16345715522766113,
1960
+ "learning_rate": 1.330573167839005e-06,
1961
+ "loss": 0.409,
1962
+ "step": 279
1963
+ },
1964
+ {
1965
+ "epoch": 0.764505119453925,
1966
+ "grad_norm": 0.15342997014522552,
1967
+ "learning_rate": 1.3015556956751669e-06,
1968
+ "loss": 0.4002,
1969
+ "step": 280
1970
+ },
1971
+ {
1972
+ "epoch": 0.7672354948805461,
1973
+ "grad_norm": 0.1575509011745453,
1974
+ "learning_rate": 1.2728107156585e-06,
1975
+ "loss": 0.4176,
1976
+ "step": 281
1977
+ },
1978
+ {
1979
+ "epoch": 0.7699658703071672,
1980
+ "grad_norm": 0.1618194580078125,
1981
+ "learning_rate": 1.2443403456474017e-06,
1982
+ "loss": 0.3958,
1983
+ "step": 282
1984
+ },
1985
+ {
1986
+ "epoch": 0.7726962457337884,
1987
+ "grad_norm": 0.15315888822078705,
1988
+ "learning_rate": 1.2161466832676888e-06,
1989
+ "loss": 0.4045,
1990
+ "step": 283
1991
+ },
1992
+ {
1993
+ "epoch": 0.7754266211604095,
1994
+ "grad_norm": 0.14545629918575287,
1995
+ "learning_rate": 1.188231805758049e-06,
1996
+ "loss": 0.3981,
1997
+ "step": 284
1998
+ },
1999
+ {
2000
+ "epoch": 0.7781569965870307,
2001
+ "grad_norm": 0.17285780608654022,
2002
+ "learning_rate": 1.1605977698170001e-06,
2003
+ "loss": 0.416,
2004
+ "step": 285
2005
+ },
2006
+ {
2007
+ "epoch": 0.7808873720136519,
2008
+ "grad_norm": 0.15523703396320343,
2009
+ "learning_rate": 1.1332466114513512e-06,
2010
+ "loss": 0.4163,
2011
+ "step": 286
2012
+ },
2013
+ {
2014
+ "epoch": 0.783617747440273,
2015
+ "grad_norm": 0.15426713228225708,
2016
+ "learning_rate": 1.1061803458261977e-06,
2017
+ "loss": 0.405,
2018
+ "step": 287
2019
+ },
2020
+ {
2021
+ "epoch": 0.7863481228668942,
2022
+ "grad_norm": 0.15107548236846924,
2023
+ "learning_rate": 1.0794009671164484e-06,
2024
+ "loss": 0.3818,
2025
+ "step": 288
2026
+ },
2027
+ {
2028
+ "epoch": 0.7890784982935154,
2029
+ "grad_norm": 0.15870976448059082,
2030
+ "learning_rate": 1.0529104483599023e-06,
2031
+ "loss": 0.4044,
2032
+ "step": 289
2033
+ },
2034
+ {
2035
+ "epoch": 0.7918088737201365,
2036
+ "grad_norm": 0.16166147589683533,
2037
+ "learning_rate": 1.0267107413118743e-06,
2038
+ "loss": 0.4029,
2039
+ "step": 290
2040
+ },
2041
+ {
2042
+ "epoch": 0.7945392491467577,
2043
+ "grad_norm": 0.15707789361476898,
2044
+ "learning_rate": 1.0008037763014033e-06,
2045
+ "loss": 0.3903,
2046
+ "step": 291
2047
+ },
2048
+ {
2049
+ "epoch": 0.7972696245733788,
2050
+ "grad_norm": 0.17786303162574768,
2051
+ "learning_rate": 9.751914620890208e-07,
2052
+ "loss": 0.4083,
2053
+ "step": 292
2054
+ },
2055
+ {
2056
+ "epoch": 0.8,
2057
+ "grad_norm": 0.153977632522583,
2058
+ "learning_rate": 9.498756857261243e-07,
2059
+ "loss": 0.4119,
2060
+ "step": 293
2061
+ },
2062
+ {
2063
+ "epoch": 0.8027303754266212,
2064
+ "grad_norm": 0.15868696570396423,
2065
+ "learning_rate": 9.248583124159438e-07,
2066
+ "loss": 0.4064,
2067
+ "step": 294
2068
+ },
2069
+ {
2070
+ "epoch": 0.8054607508532423,
2071
+ "grad_norm": 0.16338956356048584,
2072
+ "learning_rate": 9.00141185376115e-07,
2073
+ "loss": 0.4042,
2074
+ "step": 295
2075
+ },
2076
+ {
2077
+ "epoch": 0.8081911262798634,
2078
+ "grad_norm": 0.14950022101402283,
2079
+ "learning_rate": 8.757261257028776e-07,
2080
+ "loss": 0.396,
2081
+ "step": 296
2082
+ },
2083
+ {
2084
+ "epoch": 0.8109215017064847,
2085
+ "grad_norm": 0.15251553058624268,
2086
+ "learning_rate": 8.516149322369055e-07,
2087
+ "loss": 0.4055,
2088
+ "step": 297
2089
+ },
2090
+ {
2091
+ "epoch": 0.8136518771331058,
2092
+ "grad_norm": 0.16309964656829834,
2093
+ "learning_rate": 8.278093814307637e-07,
2094
+ "loss": 0.3992,
2095
+ "step": 298
2096
+ },
2097
+ {
2098
+ "epoch": 0.816382252559727,
2099
+ "grad_norm": 0.1547779142856598,
2100
+ "learning_rate": 8.043112272180309e-07,
2101
+ "loss": 0.3959,
2102
+ "step": 299
2103
+ },
2104
+ {
2105
+ "epoch": 0.8191126279863481,
2106
+ "grad_norm": 0.16333834826946259,
2107
+ "learning_rate": 7.811222008840719e-07,
2108
+ "loss": 0.401,
2109
+ "step": 300
2110
+ },
2111
+ {
2112
+ "epoch": 0.8218430034129692,
2113
+ "grad_norm": 0.15523184835910797,
2114
+ "learning_rate": 7.582440109384808e-07,
2115
+ "loss": 0.4155,
2116
+ "step": 301
2117
+ },
2118
+ {
2119
+ "epoch": 0.8245733788395905,
2120
+ "grad_norm": 0.16227498650550842,
2121
+ "learning_rate": 7.356783429892022e-07,
2122
+ "loss": 0.4136,
2123
+ "step": 302
2124
+ },
2125
+ {
2126
+ "epoch": 0.8273037542662116,
2127
+ "grad_norm": 0.15816375613212585,
2128
+ "learning_rate": 7.13426859618338e-07,
2129
+ "loss": 0.3908,
2130
+ "step": 303
2131
+ },
2132
+ {
2133
+ "epoch": 0.8300341296928327,
2134
+ "grad_norm": 0.15553700923919678,
2135
+ "learning_rate": 6.914912002596591e-07,
2136
+ "loss": 0.4067,
2137
+ "step": 304
2138
+ },
2139
+ {
2140
+ "epoch": 0.8327645051194539,
2141
+ "grad_norm": 0.15649977326393127,
2142
+ "learning_rate": 6.698729810778065e-07,
2143
+ "loss": 0.4201,
2144
+ "step": 305
2145
+ },
2146
+ {
2147
+ "epoch": 0.8354948805460751,
2148
+ "grad_norm": 0.15133178234100342,
2149
+ "learning_rate": 6.485737948492237e-07,
2150
+ "loss": 0.4078,
2151
+ "step": 306
2152
+ },
2153
+ {
2154
+ "epoch": 0.8382252559726963,
2155
+ "grad_norm": 0.15972872078418732,
2156
+ "learning_rate": 6.275952108448019e-07,
2157
+ "loss": 0.4258,
2158
+ "step": 307
2159
+ },
2160
+ {
2161
+ "epoch": 0.8409556313993174,
2162
+ "grad_norm": 0.15277239680290222,
2163
+ "learning_rate": 6.069387747142591e-07,
2164
+ "loss": 0.4098,
2165
+ "step": 308
2166
+ },
2167
+ {
2168
+ "epoch": 0.8436860068259385,
2169
+ "grad_norm": 0.14945055544376373,
2170
+ "learning_rate": 5.866060083722624e-07,
2171
+ "loss": 0.3911,
2172
+ "step": 309
2173
+ },
2174
+ {
2175
+ "epoch": 0.8464163822525598,
2176
+ "grad_norm": 0.1511884182691574,
2177
+ "learning_rate": 5.665984098862992e-07,
2178
+ "loss": 0.4025,
2179
+ "step": 310
2180
+ },
2181
+ {
2182
+ "epoch": 0.8491467576791809,
2183
+ "grad_norm": 0.15586020052433014,
2184
+ "learning_rate": 5.46917453366298e-07,
2185
+ "loss": 0.4145,
2186
+ "step": 311
2187
+ },
2188
+ {
2189
+ "epoch": 0.851877133105802,
2190
+ "grad_norm": 0.14383640885353088,
2191
+ "learning_rate": 5.275645888560233e-07,
2192
+ "loss": 0.3878,
2193
+ "step": 312
2194
+ },
2195
+ {
2196
+ "epoch": 0.8546075085324232,
2197
+ "grad_norm": 0.1596316248178482,
2198
+ "learning_rate": 5.085412422262364e-07,
2199
+ "loss": 0.4217,
2200
+ "step": 313
2201
+ },
2202
+ {
2203
+ "epoch": 0.8573378839590444,
2204
+ "grad_norm": 0.20000702142715454,
2205
+ "learning_rate": 4.898488150696468e-07,
2206
+ "loss": 0.407,
2207
+ "step": 314
2208
+ },
2209
+ {
2210
+ "epoch": 0.8600682593856656,
2211
+ "grad_norm": 0.14647561311721802,
2212
+ "learning_rate": 4.71488684597643e-07,
2213
+ "loss": 0.3892,
2214
+ "step": 315
2215
+ },
2216
+ {
2217
+ "epoch": 0.8627986348122867,
2218
+ "grad_norm": 0.16477878391742706,
2219
+ "learning_rate": 4.534622035388214e-07,
2220
+ "loss": 0.4089,
2221
+ "step": 316
2222
+ },
2223
+ {
2224
+ "epoch": 0.8655290102389078,
2225
+ "grad_norm": 0.1526196449995041,
2226
+ "learning_rate": 4.3577070003932243e-07,
2227
+ "loss": 0.4051,
2228
+ "step": 317
2229
+ },
2230
+ {
2231
+ "epoch": 0.868259385665529,
2232
+ "grad_norm": 0.1495794653892517,
2233
+ "learning_rate": 4.184154775649768e-07,
2234
+ "loss": 0.3971,
2235
+ "step": 318
2236
+ },
2237
+ {
2238
+ "epoch": 0.8709897610921502,
2239
+ "grad_norm": 0.15723681449890137,
2240
+ "learning_rate": 4.0139781480526776e-07,
2241
+ "loss": 0.4072,
2242
+ "step": 319
2243
+ },
2244
+ {
2245
+ "epoch": 0.8737201365187713,
2246
+ "grad_norm": 0.15380658209323883,
2247
+ "learning_rate": 3.8471896557912005e-07,
2248
+ "loss": 0.3872,
2249
+ "step": 320
2250
+ },
2251
+ {
2252
+ "epoch": 0.8764505119453925,
2253
+ "grad_norm": 0.1472550332546234,
2254
+ "learning_rate": 3.683801587425251e-07,
2255
+ "loss": 0.3908,
2256
+ "step": 321
2257
+ },
2258
+ {
2259
+ "epoch": 0.8791808873720136,
2260
+ "grad_norm": 0.15712445974349976,
2261
+ "learning_rate": 3.523825980979989e-07,
2262
+ "loss": 0.4249,
2263
+ "step": 322
2264
+ },
2265
+ {
2266
+ "epoch": 0.8819112627986349,
2267
+ "grad_norm": 0.15364351868629456,
2268
+ "learning_rate": 3.3672746230588803e-07,
2269
+ "loss": 0.4111,
2270
+ "step": 323
2271
+ },
2272
+ {
2273
+ "epoch": 0.884641638225256,
2274
+ "grad_norm": 0.15788617730140686,
2275
+ "learning_rate": 3.214159047975324e-07,
2276
+ "loss": 0.4082,
2277
+ "step": 324
2278
+ },
2279
+ {
2280
+ "epoch": 0.8873720136518771,
2281
+ "grad_norm": 0.14652356505393982,
2282
+ "learning_rate": 3.0644905369027923e-07,
2283
+ "loss": 0.3982,
2284
+ "step": 325
2285
+ },
2286
+ {
2287
+ "epoch": 0.8901023890784983,
2288
+ "grad_norm": 0.14735613763332367,
2289
+ "learning_rate": 2.918280117043709e-07,
2290
+ "loss": 0.3879,
2291
+ "step": 326
2292
+ },
2293
+ {
2294
+ "epoch": 0.8928327645051195,
2295
+ "grad_norm": 0.16827955842018127,
2296
+ "learning_rate": 2.7755385608169374e-07,
2297
+ "loss": 0.3995,
2298
+ "step": 327
2299
+ },
2300
+ {
2301
+ "epoch": 0.8955631399317406,
2302
+ "grad_norm": 0.14965175092220306,
2303
+ "learning_rate": 2.636276385064157e-07,
2304
+ "loss": 0.4042,
2305
+ "step": 328
2306
+ },
2307
+ {
2308
+ "epoch": 0.8982935153583618,
2309
+ "grad_norm": 0.15481331944465637,
2310
+ "learning_rate": 2.500503850274949e-07,
2311
+ "loss": 0.4204,
2312
+ "step": 329
2313
+ },
2314
+ {
2315
+ "epoch": 0.9010238907849829,
2316
+ "grad_norm": 0.15071091055870056,
2317
+ "learning_rate": 2.368230959830875e-07,
2318
+ "loss": 0.399,
2319
+ "step": 330
2320
+ },
2321
+ {
2322
+ "epoch": 0.903754266211604,
2323
+ "grad_norm": 0.1542576551437378,
2324
+ "learning_rate": 2.2394674592684184e-07,
2325
+ "loss": 0.4111,
2326
+ "step": 331
2327
+ },
2328
+ {
2329
+ "epoch": 0.9064846416382253,
2330
+ "grad_norm": 0.16701681911945343,
2331
+ "learning_rate": 2.1142228355609862e-07,
2332
+ "loss": 0.4021,
2333
+ "step": 332
2334
+ },
2335
+ {
2336
+ "epoch": 0.9092150170648464,
2337
+ "grad_norm": 0.15246938169002533,
2338
+ "learning_rate": 1.992506316419912e-07,
2339
+ "loss": 0.3869,
2340
+ "step": 333
2341
+ },
2342
+ {
2343
+ "epoch": 0.9119453924914676,
2344
+ "grad_norm": 0.16509276628494263,
2345
+ "learning_rate": 1.8743268696145956e-07,
2346
+ "loss": 0.404,
2347
+ "step": 334
2348
+ },
2349
+ {
2350
+ "epoch": 0.9146757679180887,
2351
+ "grad_norm": 0.18542227149009705,
2352
+ "learning_rate": 1.7596932023117687e-07,
2353
+ "loss": 0.4085,
2354
+ "step": 335
2355
+ },
2356
+ {
2357
+ "epoch": 0.9174061433447099,
2358
+ "grad_norm": 0.1459270566701889,
2359
+ "learning_rate": 1.6486137604339813e-07,
2360
+ "loss": 0.3927,
2361
+ "step": 336
2362
+ },
2363
+ {
2364
+ "epoch": 0.9201365187713311,
2365
+ "grad_norm": 0.1526777148246765,
2366
+ "learning_rate": 1.5410967280373222e-07,
2367
+ "loss": 0.4126,
2368
+ "step": 337
2369
+ },
2370
+ {
2371
+ "epoch": 0.9228668941979522,
2372
+ "grad_norm": 0.1446801722049713,
2373
+ "learning_rate": 1.4371500267084337e-07,
2374
+ "loss": 0.3948,
2375
+ "step": 338
2376
+ },
2377
+ {
2378
+ "epoch": 0.9255972696245733,
2379
+ "grad_norm": 0.15509983897209167,
2380
+ "learning_rate": 1.3367813149808728e-07,
2381
+ "loss": 0.4012,
2382
+ "step": 339
2383
+ },
2384
+ {
2385
+ "epoch": 0.9283276450511946,
2386
+ "grad_norm": 0.16408248245716095,
2387
+ "learning_rate": 1.2399979877708746e-07,
2388
+ "loss": 0.3972,
2389
+ "step": 340
2390
+ },
2391
+ {
2392
+ "epoch": 0.9310580204778157,
2393
+ "grad_norm": 0.1493483930826187,
2394
+ "learning_rate": 1.1468071758324595e-07,
2395
+ "loss": 0.4017,
2396
+ "step": 341
2397
+ },
2398
+ {
2399
+ "epoch": 0.9337883959044369,
2400
+ "grad_norm": 0.14702877402305603,
2401
+ "learning_rate": 1.0572157452321097e-07,
2402
+ "loss": 0.3958,
2403
+ "step": 342
2404
+ },
2405
+ {
2406
+ "epoch": 0.936518771331058,
2407
+ "grad_norm": 0.15612860023975372,
2408
+ "learning_rate": 9.712302968428567e-08,
2409
+ "loss": 0.3966,
2410
+ "step": 343
2411
+ },
2412
+ {
2413
+ "epoch": 0.9392491467576792,
2414
+ "grad_norm": 0.15223388373851776,
2415
+ "learning_rate": 8.888571658579704e-08,
2416
+ "loss": 0.4062,
2417
+ "step": 344
2418
+ },
2419
+ {
2420
+ "epoch": 0.9419795221843004,
2421
+ "grad_norm": 0.14373274147510529,
2422
+ "learning_rate": 8.101024213241826e-08,
2423
+ "loss": 0.3852,
2424
+ "step": 345
2425
+ },
2426
+ {
2427
+ "epoch": 0.9447098976109215,
2428
+ "grad_norm": 0.15138757228851318,
2429
+ "learning_rate": 7.349718656945504e-08,
2430
+ "loss": 0.4184,
2431
+ "step": 346
2432
+ },
2433
+ {
2434
+ "epoch": 0.9474402730375426,
2435
+ "grad_norm": 0.15817248821258545,
2436
+ "learning_rate": 6.634710344009255e-08,
2437
+ "loss": 0.4002,
2438
+ "step": 347
2439
+ },
2440
+ {
2441
+ "epoch": 0.9501706484641638,
2442
+ "grad_norm": 0.16070495545864105,
2443
+ "learning_rate": 5.9560519544614725e-08,
2444
+ "loss": 0.4049,
2445
+ "step": 348
2446
+ },
2447
+ {
2448
+ "epoch": 0.952901023890785,
2449
+ "grad_norm": 0.150055393576622,
2450
+ "learning_rate": 5.3137934901585364e-08,
2451
+ "loss": 0.4095,
2452
+ "step": 349
2453
+ },
2454
+ {
2455
+ "epoch": 0.9556313993174061,
2456
+ "grad_norm": 0.15442615747451782,
2457
+ "learning_rate": 4.7079822711015296e-08,
2458
+ "loss": 0.4147,
2459
+ "step": 350
2460
+ },
2461
+ {
2462
+ "epoch": 0.9583617747440273,
2463
+ "grad_norm": 0.15559975802898407,
2464
+ "learning_rate": 4.138662931949255e-08,
2465
+ "loss": 0.4086,
2466
+ "step": 351
2467
+ },
2468
+ {
2469
+ "epoch": 0.9610921501706484,
2470
+ "grad_norm": 0.16370904445648193,
2471
+ "learning_rate": 3.605877418729975e-08,
2472
+ "loss": 0.4149,
2473
+ "step": 352
2474
+ },
2475
+ {
2476
+ "epoch": 0.9638225255972697,
2477
+ "grad_norm": 0.15014031529426575,
2478
+ "learning_rate": 3.1096649857508264e-08,
2479
+ "loss": 0.4141,
2480
+ "step": 353
2481
+ },
2482
+ {
2483
+ "epoch": 0.9665529010238908,
2484
+ "grad_norm": 0.15737587213516235,
2485
+ "learning_rate": 2.6500621927054716e-08,
2486
+ "loss": 0.4143,
2487
+ "step": 354
2488
+ },
2489
+ {
2490
+ "epoch": 0.9692832764505119,
2491
+ "grad_norm": 0.15057510137557983,
2492
+ "learning_rate": 2.227102901980971e-08,
2493
+ "loss": 0.3928,
2494
+ "step": 355
2495
+ },
2496
+ {
2497
+ "epoch": 0.9720136518771331,
2498
+ "grad_norm": 0.15434685349464417,
2499
+ "learning_rate": 1.840818276162226e-08,
2500
+ "loss": 0.4178,
2501
+ "step": 356
2502
+ },
2503
+ {
2504
+ "epoch": 0.9747440273037543,
2505
+ "grad_norm": 0.14688508212566376,
2506
+ "learning_rate": 1.4912367757366485e-08,
2507
+ "loss": 0.4003,
2508
+ "step": 357
2509
+ },
2510
+ {
2511
+ "epoch": 0.9774744027303754,
2512
+ "grad_norm": 0.1523001343011856,
2513
+ "learning_rate": 1.1783841569968368e-08,
2514
+ "loss": 0.4066,
2515
+ "step": 358
2516
+ },
2517
+ {
2518
+ "epoch": 0.9802047781569966,
2519
+ "grad_norm": 0.1558927595615387,
2520
+ "learning_rate": 9.022834701429839e-09,
2521
+ "loss": 0.4023,
2522
+ "step": 359
2523
+ },
2524
+ {
2525
+ "epoch": 0.9829351535836177,
2526
+ "grad_norm": 0.15682734549045563,
2527
+ "learning_rate": 6.629550575847355e-09,
2528
+ "loss": 0.4203,
2529
+ "step": 360
2530
+ },
2531
+ {
2532
+ "epoch": 0.985665529010239,
2533
+ "grad_norm": 0.14982886612415314,
2534
+ "learning_rate": 4.6041655244233315e-09,
2535
+ "loss": 0.3923,
2536
+ "step": 361
2537
+ },
2538
+ {
2539
+ "epoch": 0.9883959044368601,
2540
+ "grad_norm": 0.2183847725391388,
2541
+ "learning_rate": 2.9468287724737642e-09,
2542
+ "loss": 0.4022,
2543
+ "step": 362
2544
+ },
2545
+ {
2546
+ "epoch": 0.9911262798634812,
2547
+ "grad_norm": 0.15420758724212646,
2548
+ "learning_rate": 1.657662428434792e-09,
2549
+ "loss": 0.4081,
2550
+ "step": 363
2551
+ },
2552
+ {
2553
+ "epoch": 0.9938566552901024,
2554
+ "grad_norm": 0.1494101881980896,
2555
+ "learning_rate": 7.36761474865455e-10,
2556
+ "loss": 0.4013,
2557
+ "step": 364
2558
+ },
2559
+ {
2560
+ "epoch": 0.9965870307167235,
2561
+ "grad_norm": 0.14783267676830292,
2562
+ "learning_rate": 1.8419376145051294e-10,
2563
+ "loss": 0.4018,
2564
+ "step": 365
2565
+ },
2566
+ {
2567
+ "epoch": 0.9993174061433447,
2568
+ "grad_norm": 0.1596495360136032,
2569
+ "learning_rate": 0.0,
2570
+ "loss": 0.4225,
2571
+ "step": 366
2572
+ }
2573
+ ],
2574
+ "logging_steps": 1.0,
2575
+ "max_steps": 366,
2576
+ "num_input_tokens_seen": 0,
2577
+ "num_train_epochs": 1,
2578
+ "save_steps": 100,
2579
+ "stateful_callbacks": {
2580
+ "TrainerControl": {
2581
+ "args": {
2582
+ "should_epoch_stop": false,
2583
+ "should_evaluate": false,
2584
+ "should_log": false,
2585
+ "should_save": true,
2586
+ "should_training_stop": true
2587
+ },
2588
+ "attributes": {}
2589
+ }
2590
+ },
2591
+ "total_flos": 8.031005528979145e+18,
2592
+ "train_batch_size": 1,
2593
+ "trial_name": null,
2594
+ "trial_params": null
2595
+ }
checkpoint-366/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2894cbb412e8163f51ee66bc37edad64bb67e6527266f7add94fd1e6f4dbcfc6
3
+ size 6968
runs/Mar09_20-03-29_notebook-7f74bd20-6513-4a53-9281-c69f52e88ff1/events.out.tfevents.1741521880.notebook-7f74bd20-6513-4a53-9281-c69f52e88ff1.112856.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c963f0910a0222d05f352406d39dbf7375ac1e4bed1806434c1cfd621b42a645
3
+ size 82717
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end▁of▁sentence|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|vision_pad|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
tokenizer_config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|end▁of▁sentence|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|User|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "151645": {
23
+ "content": "<|Assistant|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "151646": {
31
+ "content": "<|begin▁of▁sentence|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|EOT|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "151648": {
47
+ "content": "<think>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "151649": {
55
+ "content": "</think>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{%- if messages|length == 1 and messages[0]['role'] == 'assistant' -%}{%- if messages[0]['content'] is not none -%}{{'<|Assistant|>' + messages[0]['content'] + '<|end▁of▁sentence|>'}}{%- endif -%}{%- else -%}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{{'<|Assistant|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- endif %}{%- endfor -%}{%- endif -%}{% if add_generation_prompt %}{{'<|Assistant|>'}}{% endif %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
187
+ "extra_special_tokens": {},
188
+ "legacy": true,
189
+ "model_max_length": 131072,
190
+ "pad_token": "<|vision_pad|>",
191
+ "padding_side": "right",
192
+ "sp_model_kwargs": {},
193
+ "tokenizer_class": "LlamaTokenizerFast",
194
+ "unk_token": null,
195
+ "use_default_system_prompt": false
196
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2894cbb412e8163f51ee66bc37edad64bb67e6527266f7add94fd1e6f4dbcfc6
3
+ size 6968