Romain-XV commited on
Commit
110fcc8
·
verified ·
1 Parent(s): 7184393

Training in progress, step 100, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/mistral-7b-instruct-v0.3
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/mistral-7b-instruct-v0.3",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "up_proj",
25
+ "v_proj",
26
+ "gate_proj",
27
+ "down_proj",
28
+ "q_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0349df464b4639cd3b912ec1b2ac00bffd66c29cea313e57b29682cd54e5c7e3
3
+ size 167832240
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5ecb111f4b4668d7e476fa38b96190cc9a21631b7cf5344f19938dd2c19747f
3
+ size 85723284
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a990d0f6ec1e99435be5e64ba855d80d12af86cad358e24e7e8cc8741b51a9a7
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c54d816848a62c27523c4718d987d5248a2b166cfdaf873e405061cb5285a5d
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[control_768]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37f00374dea48658ee8f5d0f21895b9bc55cb0103939607c8185bfd1c6ca1f89
3
+ size 587404
last-checkpoint/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,766 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.24994200468063354,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-100",
4
+ "epoch": 0.7839294463498285,
5
+ "eval_steps": 50,
6
+ "global_step": 100,
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.007839294463498285,
13
+ "grad_norm": 151.8634796142578,
14
+ "learning_rate": 2e-05,
15
+ "loss": 21.9839,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.007839294463498285,
20
+ "eval_loss": 1.2963035106658936,
21
+ "eval_runtime": 59.0536,
22
+ "eval_samples_per_second": 7.282,
23
+ "eval_steps_per_second": 1.829,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.01567858892699657,
28
+ "grad_norm": 134.68370056152344,
29
+ "learning_rate": 4e-05,
30
+ "loss": 20.4607,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.023517883390494855,
35
+ "grad_norm": 106.47999572753906,
36
+ "learning_rate": 6e-05,
37
+ "loss": 18.8466,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.03135717785399314,
42
+ "grad_norm": 68.35124969482422,
43
+ "learning_rate": 8e-05,
44
+ "loss": 14.5929,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.039196472317491425,
49
+ "grad_norm": 50.851531982421875,
50
+ "learning_rate": 0.0001,
51
+ "loss": 10.9012,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.04703576678098971,
56
+ "grad_norm": 37.46467971801758,
57
+ "learning_rate": 0.00012,
58
+ "loss": 7.959,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.054875061244487995,
63
+ "grad_norm": 19.023597717285156,
64
+ "learning_rate": 0.00014,
65
+ "loss": 6.095,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.06271435570798628,
70
+ "grad_norm": 11.678672790527344,
71
+ "learning_rate": 0.00016,
72
+ "loss": 5.9509,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.07055365017148457,
77
+ "grad_norm": 9.556014060974121,
78
+ "learning_rate": 0.00018,
79
+ "loss": 4.9657,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.07839294463498285,
84
+ "grad_norm": 9.676369667053223,
85
+ "learning_rate": 0.0002,
86
+ "loss": 5.2787,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.08623223909848114,
91
+ "grad_norm": 6.937280178070068,
92
+ "learning_rate": 0.00019996456111234527,
93
+ "loss": 4.9893,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.09407153356197942,
98
+ "grad_norm": 6.7998046875,
99
+ "learning_rate": 0.0001998582695676762,
100
+ "loss": 5.3298,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.10191082802547771,
105
+ "grad_norm": 6.393218040466309,
106
+ "learning_rate": 0.000199681200703075,
107
+ "loss": 4.416,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.10975012248897599,
112
+ "grad_norm": 6.558236122131348,
113
+ "learning_rate": 0.00019943348002101371,
114
+ "loss": 4.915,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.11758941695247428,
119
+ "grad_norm": 5.369983196258545,
120
+ "learning_rate": 0.00019911528310040074,
121
+ "loss": 4.0733,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.12542871141597256,
126
+ "grad_norm": 6.554808616638184,
127
+ "learning_rate": 0.00019872683547213446,
128
+ "loss": 5.1536,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.13326800587947085,
133
+ "grad_norm": 10.400140762329102,
134
+ "learning_rate": 0.00019826841245925212,
135
+ "loss": 4.4356,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.14110730034296914,
140
+ "grad_norm": 6.700842380523682,
141
+ "learning_rate": 0.00019774033898178667,
142
+ "loss": 4.9583,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.1489465948064674,
147
+ "grad_norm": 7.305096626281738,
148
+ "learning_rate": 0.00019714298932647098,
149
+ "loss": 4.8479,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.1567858892699657,
154
+ "grad_norm": 5.645997524261475,
155
+ "learning_rate": 0.0001964767868814516,
156
+ "loss": 5.104,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.164625183733464,
161
+ "grad_norm": 5.677758693695068,
162
+ "learning_rate": 0.00019574220383620055,
163
+ "loss": 4.1287,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.17246447819696228,
168
+ "grad_norm": 5.749682903289795,
169
+ "learning_rate": 0.00019493976084683813,
170
+ "loss": 4.3489,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.18030377266046055,
175
+ "grad_norm": 6.3827948570251465,
176
+ "learning_rate": 0.00019407002666710336,
177
+ "loss": 4.252,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.18814306712395884,
182
+ "grad_norm": 5.22667932510376,
183
+ "learning_rate": 0.00019313361774523385,
184
+ "loss": 4.2697,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.19598236158745713,
189
+ "grad_norm": 5.128467559814453,
190
+ "learning_rate": 0.00019213119778704128,
191
+ "loss": 4.1894,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.20382165605095542,
196
+ "grad_norm": 5.749606132507324,
197
+ "learning_rate": 0.00019106347728549135,
198
+ "loss": 4.4464,
199
+ "step": 26
200
+ },
201
+ {
202
+ "epoch": 0.2116609505144537,
203
+ "grad_norm": 5.480006694793701,
204
+ "learning_rate": 0.00018993121301712193,
205
+ "loss": 4.5645,
206
+ "step": 27
207
+ },
208
+ {
209
+ "epoch": 0.21950024497795198,
210
+ "grad_norm": 5.424717903137207,
211
+ "learning_rate": 0.00018873520750565718,
212
+ "loss": 4.6284,
213
+ "step": 28
214
+ },
215
+ {
216
+ "epoch": 0.22733953944145027,
217
+ "grad_norm": 44.62896728515625,
218
+ "learning_rate": 0.00018747630845319612,
219
+ "loss": 4.5385,
220
+ "step": 29
221
+ },
222
+ {
223
+ "epoch": 0.23517883390494856,
224
+ "grad_norm": 6.1519622802734375,
225
+ "learning_rate": 0.0001861554081393806,
226
+ "loss": 4.7595,
227
+ "step": 30
228
+ },
229
+ {
230
+ "epoch": 0.24301812836844683,
231
+ "grad_norm": 6.095805644989014,
232
+ "learning_rate": 0.0001847734427889671,
233
+ "loss": 4.3621,
234
+ "step": 31
235
+ },
236
+ {
237
+ "epoch": 0.2508574228319451,
238
+ "grad_norm": 5.428371906280518,
239
+ "learning_rate": 0.0001833313919082515,
240
+ "loss": 4.8596,
241
+ "step": 32
242
+ },
243
+ {
244
+ "epoch": 0.2586967172954434,
245
+ "grad_norm": 4.395357131958008,
246
+ "learning_rate": 0.0001818302775908169,
247
+ "loss": 4.1379,
248
+ "step": 33
249
+ },
250
+ {
251
+ "epoch": 0.2665360117589417,
252
+ "grad_norm": 10.262712478637695,
253
+ "learning_rate": 0.00018027116379309638,
254
+ "loss": 4.634,
255
+ "step": 34
256
+ },
257
+ {
258
+ "epoch": 0.27437530622244,
259
+ "grad_norm": 5.000908851623535,
260
+ "learning_rate": 0.00017865515558026428,
261
+ "loss": 4.5441,
262
+ "step": 35
263
+ },
264
+ {
265
+ "epoch": 0.2822146006859383,
266
+ "grad_norm": 6.854843616485596,
267
+ "learning_rate": 0.00017698339834299061,
268
+ "loss": 4.1148,
269
+ "step": 36
270
+ },
271
+ {
272
+ "epoch": 0.2900538951494365,
273
+ "grad_norm": 4.968626976013184,
274
+ "learning_rate": 0.00017525707698561385,
275
+ "loss": 4.2543,
276
+ "step": 37
277
+ },
278
+ {
279
+ "epoch": 0.2978931896129348,
280
+ "grad_norm": 4.810691833496094,
281
+ "learning_rate": 0.00017347741508630672,
282
+ "loss": 4.521,
283
+ "step": 38
284
+ },
285
+ {
286
+ "epoch": 0.3057324840764331,
287
+ "grad_norm": 4.835721015930176,
288
+ "learning_rate": 0.00017164567402983152,
289
+ "loss": 4.0595,
290
+ "step": 39
291
+ },
292
+ {
293
+ "epoch": 0.3135717785399314,
294
+ "grad_norm": 4.842018127441406,
295
+ "learning_rate": 0.0001697631521134985,
296
+ "loss": 4.0795,
297
+ "step": 40
298
+ },
299
+ {
300
+ "epoch": 0.3214110730034297,
301
+ "grad_norm": 4.61956787109375,
302
+ "learning_rate": 0.00016783118362696163,
303
+ "loss": 4.0167,
304
+ "step": 41
305
+ },
306
+ {
307
+ "epoch": 0.329250367466928,
308
+ "grad_norm": 4.931549072265625,
309
+ "learning_rate": 0.00016585113790650388,
310
+ "loss": 4.1662,
311
+ "step": 42
312
+ },
313
+ {
314
+ "epoch": 0.3370896619304263,
315
+ "grad_norm": 4.845169544219971,
316
+ "learning_rate": 0.00016382441836448202,
317
+ "loss": 4.1187,
318
+ "step": 43
319
+ },
320
+ {
321
+ "epoch": 0.34492895639392457,
322
+ "grad_norm": 4.64799690246582,
323
+ "learning_rate": 0.0001617524614946192,
324
+ "loss": 4.3107,
325
+ "step": 44
326
+ },
327
+ {
328
+ "epoch": 0.3527682508574228,
329
+ "grad_norm": 4.621283531188965,
330
+ "learning_rate": 0.00015963673585385016,
331
+ "loss": 4.2497,
332
+ "step": 45
333
+ },
334
+ {
335
+ "epoch": 0.3606075453209211,
336
+ "grad_norm": 4.852513313293457,
337
+ "learning_rate": 0.0001574787410214407,
338
+ "loss": 4.337,
339
+ "step": 46
340
+ },
341
+ {
342
+ "epoch": 0.3684468397844194,
343
+ "grad_norm": 4.936686038970947,
344
+ "learning_rate": 0.00015528000653611935,
345
+ "loss": 4.4534,
346
+ "step": 47
347
+ },
348
+ {
349
+ "epoch": 0.3762861342479177,
350
+ "grad_norm": 4.867508411407471,
351
+ "learning_rate": 0.00015304209081197425,
352
+ "loss": 3.6969,
353
+ "step": 48
354
+ },
355
+ {
356
+ "epoch": 0.384125428711416,
357
+ "grad_norm": 4.731996536254883,
358
+ "learning_rate": 0.000150766580033884,
359
+ "loss": 3.8874,
360
+ "step": 49
361
+ },
362
+ {
363
+ "epoch": 0.39196472317491426,
364
+ "grad_norm": 4.869089126586914,
365
+ "learning_rate": 0.00014845508703326504,
366
+ "loss": 5.1876,
367
+ "step": 50
368
+ },
369
+ {
370
+ "epoch": 0.39196472317491426,
371
+ "eval_loss": 0.2635273039340973,
372
+ "eval_runtime": 59.8371,
373
+ "eval_samples_per_second": 7.186,
374
+ "eval_steps_per_second": 1.805,
375
+ "step": 50
376
+ },
377
+ {
378
+ "epoch": 0.39980401763841256,
379
+ "grad_norm": 4.403170585632324,
380
+ "learning_rate": 0.0001461092501449326,
381
+ "loss": 4.2116,
382
+ "step": 51
383
+ },
384
+ {
385
+ "epoch": 0.40764331210191085,
386
+ "grad_norm": 4.539646625518799,
387
+ "learning_rate": 0.00014373073204588556,
388
+ "loss": 4.2727,
389
+ "step": 52
390
+ },
391
+ {
392
+ "epoch": 0.41548260656540914,
393
+ "grad_norm": 4.992217063903809,
394
+ "learning_rate": 0.00014132121857683783,
395
+ "loss": 4.2613,
396
+ "step": 53
397
+ },
398
+ {
399
+ "epoch": 0.4233219010289074,
400
+ "grad_norm": 4.952049732208252,
401
+ "learning_rate": 0.00013888241754733208,
402
+ "loss": 4.3292,
403
+ "step": 54
404
+ },
405
+ {
406
+ "epoch": 0.43116119549240567,
407
+ "grad_norm": 4.661520481109619,
408
+ "learning_rate": 0.00013641605752528224,
409
+ "loss": 4.7227,
410
+ "step": 55
411
+ },
412
+ {
413
+ "epoch": 0.43900048995590396,
414
+ "grad_norm": 4.57968807220459,
415
+ "learning_rate": 0.00013392388661180303,
416
+ "loss": 4.332,
417
+ "step": 56
418
+ },
419
+ {
420
+ "epoch": 0.44683978441940225,
421
+ "grad_norm": 4.427809715270996,
422
+ "learning_rate": 0.0001314076712021949,
423
+ "loss": 4.0129,
424
+ "step": 57
425
+ },
426
+ {
427
+ "epoch": 0.45467907888290054,
428
+ "grad_norm": 4.379388809204102,
429
+ "learning_rate": 0.0001288691947339621,
430
+ "loss": 3.625,
431
+ "step": 58
432
+ },
433
+ {
434
+ "epoch": 0.46251837334639884,
435
+ "grad_norm": 4.387825012207031,
436
+ "learning_rate": 0.00012631025642275212,
437
+ "loss": 4.0837,
438
+ "step": 59
439
+ },
440
+ {
441
+ "epoch": 0.47035766780989713,
442
+ "grad_norm": 4.690913677215576,
443
+ "learning_rate": 0.0001237326699871115,
444
+ "loss": 4.481,
445
+ "step": 60
446
+ },
447
+ {
448
+ "epoch": 0.4781969622733954,
449
+ "grad_norm": 4.645357608795166,
450
+ "learning_rate": 0.00012113826236296244,
451
+ "loss": 4.2539,
452
+ "step": 61
453
+ },
454
+ {
455
+ "epoch": 0.48603625673689366,
456
+ "grad_norm": 4.611278057098389,
457
+ "learning_rate": 0.00011852887240871145,
458
+ "loss": 4.4024,
459
+ "step": 62
460
+ },
461
+ {
462
+ "epoch": 0.49387555120039195,
463
+ "grad_norm": 4.584770202636719,
464
+ "learning_rate": 0.00011590634960190721,
465
+ "loss": 3.708,
466
+ "step": 63
467
+ },
468
+ {
469
+ "epoch": 0.5017148456638902,
470
+ "grad_norm": 4.215365409851074,
471
+ "learning_rate": 0.00011327255272837221,
472
+ "loss": 3.9509,
473
+ "step": 64
474
+ },
475
+ {
476
+ "epoch": 0.5095541401273885,
477
+ "grad_norm": 4.522916316986084,
478
+ "learning_rate": 0.00011062934856473655,
479
+ "loss": 4.1005,
480
+ "step": 65
481
+ },
482
+ {
483
+ "epoch": 0.5173934345908868,
484
+ "grad_norm": 4.4469990730285645,
485
+ "learning_rate": 0.00010797861055530831,
486
+ "loss": 3.5071,
487
+ "step": 66
488
+ },
489
+ {
490
+ "epoch": 0.5252327290543851,
491
+ "grad_norm": 4.294273376464844,
492
+ "learning_rate": 0.00010532221748421787,
493
+ "loss": 3.8467,
494
+ "step": 67
495
+ },
496
+ {
497
+ "epoch": 0.5330720235178834,
498
+ "grad_norm": 4.412168025970459,
499
+ "learning_rate": 0.00010266205214377748,
500
+ "loss": 4.0123,
501
+ "step": 68
502
+ },
503
+ {
504
+ "epoch": 0.5409113179813817,
505
+ "grad_norm": 4.205385684967041,
506
+ "learning_rate": 0.0001,
507
+ "loss": 4.1511,
508
+ "step": 69
509
+ },
510
+ {
511
+ "epoch": 0.54875061244488,
512
+ "grad_norm": 4.552511692047119,
513
+ "learning_rate": 9.733794785622253e-05,
514
+ "loss": 3.9935,
515
+ "step": 70
516
+ },
517
+ {
518
+ "epoch": 0.5565899069083783,
519
+ "grad_norm": 4.413698196411133,
520
+ "learning_rate": 9.467778251578217e-05,
521
+ "loss": 3.9498,
522
+ "step": 71
523
+ },
524
+ {
525
+ "epoch": 0.5644292013718766,
526
+ "grad_norm": 4.40337610244751,
527
+ "learning_rate": 9.202138944469168e-05,
528
+ "loss": 4.3969,
529
+ "step": 72
530
+ },
531
+ {
532
+ "epoch": 0.5722684958353749,
533
+ "grad_norm": 4.428593158721924,
534
+ "learning_rate": 8.937065143526347e-05,
535
+ "loss": 3.8083,
536
+ "step": 73
537
+ },
538
+ {
539
+ "epoch": 0.580107790298873,
540
+ "grad_norm": 4.122357368469238,
541
+ "learning_rate": 8.672744727162781e-05,
542
+ "loss": 4.0771,
543
+ "step": 74
544
+ },
545
+ {
546
+ "epoch": 0.5879470847623713,
547
+ "grad_norm": 4.366419792175293,
548
+ "learning_rate": 8.409365039809281e-05,
549
+ "loss": 4.1221,
550
+ "step": 75
551
+ },
552
+ {
553
+ "epoch": 0.5957863792258696,
554
+ "grad_norm": 4.299376964569092,
555
+ "learning_rate": 8.147112759128859e-05,
556
+ "loss": 4.1303,
557
+ "step": 76
558
+ },
559
+ {
560
+ "epoch": 0.6036256736893679,
561
+ "grad_norm": 4.406579494476318,
562
+ "learning_rate": 7.886173763703757e-05,
563
+ "loss": 3.9516,
564
+ "step": 77
565
+ },
566
+ {
567
+ "epoch": 0.6114649681528662,
568
+ "grad_norm": 4.291518211364746,
569
+ "learning_rate": 7.626733001288851e-05,
570
+ "loss": 4.2969,
571
+ "step": 78
572
+ },
573
+ {
574
+ "epoch": 0.6193042626163645,
575
+ "grad_norm": 4.067143440246582,
576
+ "learning_rate": 7.368974357724789e-05,
577
+ "loss": 4.2154,
578
+ "step": 79
579
+ },
580
+ {
581
+ "epoch": 0.6271435570798628,
582
+ "grad_norm": 4.134098052978516,
583
+ "learning_rate": 7.113080526603792e-05,
584
+ "loss": 3.7089,
585
+ "step": 80
586
+ },
587
+ {
588
+ "epoch": 0.6349828515433611,
589
+ "grad_norm": 3.921808958053589,
590
+ "learning_rate": 6.859232879780515e-05,
591
+ "loss": 4.3355,
592
+ "step": 81
593
+ },
594
+ {
595
+ "epoch": 0.6428221460068594,
596
+ "grad_norm": 4.351531982421875,
597
+ "learning_rate": 6.607611338819697e-05,
598
+ "loss": 4.2442,
599
+ "step": 82
600
+ },
601
+ {
602
+ "epoch": 0.6506614404703577,
603
+ "grad_norm": 4.067043304443359,
604
+ "learning_rate": 6.358394247471778e-05,
605
+ "loss": 4.1614,
606
+ "step": 83
607
+ },
608
+ {
609
+ "epoch": 0.658500734933856,
610
+ "grad_norm": 4.547780990600586,
611
+ "learning_rate": 6.111758245266794e-05,
612
+ "loss": 4.256,
613
+ "step": 84
614
+ },
615
+ {
616
+ "epoch": 0.6663400293973543,
617
+ "grad_norm": 4.304778575897217,
618
+ "learning_rate": 5.867878142316221e-05,
619
+ "loss": 4.2114,
620
+ "step": 85
621
+ },
622
+ {
623
+ "epoch": 0.6741793238608526,
624
+ "grad_norm": 3.7989909648895264,
625
+ "learning_rate": 5.626926795411447e-05,
626
+ "loss": 3.8491,
627
+ "step": 86
628
+ },
629
+ {
630
+ "epoch": 0.6820186183243508,
631
+ "grad_norm": 4.27288293838501,
632
+ "learning_rate": 5.38907498550674e-05,
633
+ "loss": 4.041,
634
+ "step": 87
635
+ },
636
+ {
637
+ "epoch": 0.6898579127878491,
638
+ "grad_norm": 4.575046062469482,
639
+ "learning_rate": 5.1544912966734994e-05,
640
+ "loss": 4.0219,
641
+ "step": 88
642
+ },
643
+ {
644
+ "epoch": 0.6976972072513474,
645
+ "grad_norm": 4.415938854217529,
646
+ "learning_rate": 4.9233419966116036e-05,
647
+ "loss": 4.0358,
648
+ "step": 89
649
+ },
650
+ {
651
+ "epoch": 0.7055365017148456,
652
+ "grad_norm": 4.7177934646606445,
653
+ "learning_rate": 4.695790918802576e-05,
654
+ "loss": 4.0491,
655
+ "step": 90
656
+ },
657
+ {
658
+ "epoch": 0.7133757961783439,
659
+ "grad_norm": 3.931637763977051,
660
+ "learning_rate": 4.47199934638807e-05,
661
+ "loss": 3.836,
662
+ "step": 91
663
+ },
664
+ {
665
+ "epoch": 0.7212150906418422,
666
+ "grad_norm": 4.113886833190918,
667
+ "learning_rate": 4.252125897855932e-05,
668
+ "loss": 3.6984,
669
+ "step": 92
670
+ },
671
+ {
672
+ "epoch": 0.7290543851053405,
673
+ "grad_norm": 4.356851100921631,
674
+ "learning_rate": 4.036326414614985e-05,
675
+ "loss": 4.158,
676
+ "step": 93
677
+ },
678
+ {
679
+ "epoch": 0.7368936795688388,
680
+ "grad_norm": 4.171023368835449,
681
+ "learning_rate": 3.824753850538082e-05,
682
+ "loss": 3.8695,
683
+ "step": 94
684
+ },
685
+ {
686
+ "epoch": 0.7447329740323371,
687
+ "grad_norm": 4.107118606567383,
688
+ "learning_rate": 3.617558163551802e-05,
689
+ "loss": 3.9032,
690
+ "step": 95
691
+ },
692
+ {
693
+ "epoch": 0.7525722684958354,
694
+ "grad_norm": 4.645840167999268,
695
+ "learning_rate": 3.414886209349615e-05,
696
+ "loss": 4.6291,
697
+ "step": 96
698
+ },
699
+ {
700
+ "epoch": 0.7604115629593337,
701
+ "grad_norm": 3.7909698486328125,
702
+ "learning_rate": 3.216881637303839e-05,
703
+ "loss": 3.776,
704
+ "step": 97
705
+ },
706
+ {
707
+ "epoch": 0.768250857422832,
708
+ "grad_norm": 4.037353038787842,
709
+ "learning_rate": 3.0236847886501542e-05,
710
+ "loss": 3.8556,
711
+ "step": 98
712
+ },
713
+ {
714
+ "epoch": 0.7760901518863302,
715
+ "grad_norm": 4.654599189758301,
716
+ "learning_rate": 2.8354325970168484e-05,
717
+ "loss": 3.6748,
718
+ "step": 99
719
+ },
720
+ {
721
+ "epoch": 0.7839294463498285,
722
+ "grad_norm": 4.140764236450195,
723
+ "learning_rate": 2.6522584913693294e-05,
724
+ "loss": 3.9498,
725
+ "step": 100
726
+ },
727
+ {
728
+ "epoch": 0.7839294463498285,
729
+ "eval_loss": 0.24994200468063354,
730
+ "eval_runtime": 59.8648,
731
+ "eval_samples_per_second": 7.183,
732
+ "eval_steps_per_second": 1.804,
733
+ "step": 100
734
+ }
735
+ ],
736
+ "logging_steps": 1,
737
+ "max_steps": 128,
738
+ "num_input_tokens_seen": 0,
739
+ "num_train_epochs": 2,
740
+ "save_steps": 100,
741
+ "stateful_callbacks": {
742
+ "EarlyStoppingCallback": {
743
+ "args": {
744
+ "early_stopping_patience": 2,
745
+ "early_stopping_threshold": 0.0
746
+ },
747
+ "attributes": {
748
+ "early_stopping_patience_counter": 0
749
+ }
750
+ },
751
+ "TrainerControl": {
752
+ "args": {
753
+ "should_epoch_stop": false,
754
+ "should_evaluate": false,
755
+ "should_log": false,
756
+ "should_save": true,
757
+ "should_training_stop": false
758
+ },
759
+ "attributes": {}
760
+ }
761
+ },
762
+ "total_flos": 5.627509890613248e+17,
763
+ "train_batch_size": 4,
764
+ "trial_name": null,
765
+ "trial_params": null
766
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143314f34d529a72b0f7ca4eee123dda344c690903f34dae2af7e74d63975b1b
3
+ size 6776