chipstack-ml-trainer commited on
Commit
395dd5d
1 Parent(s): b7a2fd9

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Meta-Llama-3.1-70B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Meta-Llama-3.1-70B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 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
+ "v_proj",
24
+ "q_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e74fc916fdc5e33682887673a1641ae51a666ef9773adbb33693294d7db721fa
3
+ size 131115296
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:111ecb4bc5697b5276db9761da6d2f9c8c15a714e038d0f5e52ca2e866394957
3
+ size 262413434
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:260961c86d532453f1ae863f0ae34c050a5667f3ffbb315364fb510154c46bc5
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7e69aa73185c1b1d3ff1446e91f0f48513263da504b7402453840a7b5171046
3
+ size 1064
trainer_state.json ADDED
@@ -0,0 +1,670 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.99510603588907,
5
+ "eval_steps": 500,
6
+ "global_step": 918,
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.03262642740619902,
13
+ "grad_norm": 0.5258967280387878,
14
+ "learning_rate": 5e-06,
15
+ "loss": 1.8319,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.06525285481239804,
20
+ "grad_norm": 0.5200194120407104,
21
+ "learning_rate": 9.5e-06,
22
+ "loss": 1.7689,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.09787928221859707,
27
+ "grad_norm": 0.56816166639328,
28
+ "learning_rate": 1.45e-05,
29
+ "loss": 1.7576,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.13050570962479607,
34
+ "grad_norm": 0.5110853910446167,
35
+ "learning_rate": 1.9500000000000003e-05,
36
+ "loss": 1.6579,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.1631321370309951,
41
+ "grad_norm": 0.4745779037475586,
42
+ "learning_rate": 2.45e-05,
43
+ "loss": 1.5154,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.19575856443719414,
48
+ "grad_norm": 0.5604385137557983,
49
+ "learning_rate": 2.95e-05,
50
+ "loss": 1.3892,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.22838499184339314,
55
+ "grad_norm": 0.7449052333831787,
56
+ "learning_rate": 3.45e-05,
57
+ "loss": 1.2256,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.26101141924959215,
62
+ "grad_norm": 0.7363050580024719,
63
+ "learning_rate": 3.9500000000000005e-05,
64
+ "loss": 0.982,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.2936378466557912,
69
+ "grad_norm": 0.5178012847900391,
70
+ "learning_rate": 4.4500000000000004e-05,
71
+ "loss": 0.7681,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.3262642740619902,
76
+ "grad_norm": 0.6690722703933716,
77
+ "learning_rate": 4.9500000000000004e-05,
78
+ "loss": 0.7226,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.35889070146818924,
83
+ "grad_norm": 0.4482414424419403,
84
+ "learning_rate": 4.944987775061125e-05,
85
+ "loss": 0.6749,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.3915171288743883,
90
+ "grad_norm": 0.5283921957015991,
91
+ "learning_rate": 4.883863080684597e-05,
92
+ "loss": 0.6465,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.42414355628058725,
97
+ "grad_norm": 0.5526198744773865,
98
+ "learning_rate": 4.822738386308069e-05,
99
+ "loss": 0.594,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.4567699836867863,
104
+ "grad_norm": 0.5214644074440002,
105
+ "learning_rate": 4.761613691931541e-05,
106
+ "loss": 0.5579,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.4893964110929853,
111
+ "grad_norm": 0.5322310924530029,
112
+ "learning_rate": 4.7004889975550123e-05,
113
+ "loss": 0.5305,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.5220228384991843,
118
+ "grad_norm": 0.7314450740814209,
119
+ "learning_rate": 4.6393643031784844e-05,
120
+ "loss": 0.4756,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.5546492659053833,
125
+ "grad_norm": 0.8103362917900085,
126
+ "learning_rate": 4.5782396088019564e-05,
127
+ "loss": 0.4592,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.5872756933115824,
132
+ "grad_norm": 0.6366791725158691,
133
+ "learning_rate": 4.5171149144254284e-05,
134
+ "loss": 0.4786,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.6199021207177814,
139
+ "grad_norm": 0.6715788245201111,
140
+ "learning_rate": 4.4559902200489e-05,
141
+ "loss": 0.4216,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.6525285481239804,
146
+ "grad_norm": 0.6936819553375244,
147
+ "learning_rate": 4.394865525672372e-05,
148
+ "loss": 0.3964,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.6851549755301795,
153
+ "grad_norm": 0.8318383693695068,
154
+ "learning_rate": 4.333740831295844e-05,
155
+ "loss": 0.4043,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.7177814029363785,
160
+ "grad_norm": 0.656146228313446,
161
+ "learning_rate": 4.272616136919316e-05,
162
+ "loss": 0.3881,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.7504078303425775,
167
+ "grad_norm": 0.9217523336410522,
168
+ "learning_rate": 4.211491442542788e-05,
169
+ "loss": 0.3378,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.7830342577487766,
174
+ "grad_norm": 0.7269819378852844,
175
+ "learning_rate": 4.150366748166259e-05,
176
+ "loss": 0.3052,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.8156606851549756,
181
+ "grad_norm": 0.7469998002052307,
182
+ "learning_rate": 4.089242053789731e-05,
183
+ "loss": 0.301,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.8482871125611745,
188
+ "grad_norm": 0.7021219730377197,
189
+ "learning_rate": 4.028117359413203e-05,
190
+ "loss": 0.32,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.8809135399673735,
195
+ "grad_norm": 0.6621549725532532,
196
+ "learning_rate": 3.966992665036675e-05,
197
+ "loss": 0.283,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.9135399673735726,
202
+ "grad_norm": 1.2602078914642334,
203
+ "learning_rate": 3.905867970660147e-05,
204
+ "loss": 0.3075,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.9461663947797716,
209
+ "grad_norm": 0.8152816295623779,
210
+ "learning_rate": 3.8447432762836186e-05,
211
+ "loss": 0.2951,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.9787928221859706,
216
+ "grad_norm": 0.7038506865501404,
217
+ "learning_rate": 3.783618581907091e-05,
218
+ "loss": 0.2964,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 1.0114192495921697,
223
+ "grad_norm": 1.1956801414489746,
224
+ "learning_rate": 3.722493887530563e-05,
225
+ "loss": 0.2707,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 1.0440456769983686,
230
+ "grad_norm": 0.6589512228965759,
231
+ "learning_rate": 3.661369193154035e-05,
232
+ "loss": 0.2689,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 1.0766721044045677,
237
+ "grad_norm": 0.953842043876648,
238
+ "learning_rate": 3.600244498777506e-05,
239
+ "loss": 0.2898,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 1.1092985318107667,
244
+ "grad_norm": 0.6870063543319702,
245
+ "learning_rate": 3.539119804400978e-05,
246
+ "loss": 0.2836,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 1.1419249592169658,
251
+ "grad_norm": 0.9847205877304077,
252
+ "learning_rate": 3.47799511002445e-05,
253
+ "loss": 0.2707,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 1.1745513866231647,
258
+ "grad_norm": 1.0384355783462524,
259
+ "learning_rate": 3.416870415647922e-05,
260
+ "loss": 0.2578,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 1.2071778140293639,
265
+ "grad_norm": 0.7339671850204468,
266
+ "learning_rate": 3.355745721271394e-05,
267
+ "loss": 0.2622,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 1.2398042414355628,
272
+ "grad_norm": 0.8134469389915466,
273
+ "learning_rate": 3.2946210268948655e-05,
274
+ "loss": 0.2365,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 1.272430668841762,
279
+ "grad_norm": 0.9134344458580017,
280
+ "learning_rate": 3.2334963325183375e-05,
281
+ "loss": 0.2586,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 1.3050570962479608,
286
+ "grad_norm": 0.7556074261665344,
287
+ "learning_rate": 3.1723716381418096e-05,
288
+ "loss": 0.236,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 1.3376835236541598,
293
+ "grad_norm": 1.0541133880615234,
294
+ "learning_rate": 3.1112469437652816e-05,
295
+ "loss": 0.2483,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 1.370309951060359,
300
+ "grad_norm": 1.0119078159332275,
301
+ "learning_rate": 3.0501222493887533e-05,
302
+ "loss": 0.2462,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 1.4029363784665578,
307
+ "grad_norm": 0.9008921980857849,
308
+ "learning_rate": 2.988997555012225e-05,
309
+ "loss": 0.2373,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 1.435562805872757,
314
+ "grad_norm": 0.9207481741905212,
315
+ "learning_rate": 2.927872860635697e-05,
316
+ "loss": 0.2504,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 1.468189233278956,
321
+ "grad_norm": 0.8675833344459534,
322
+ "learning_rate": 2.866748166259169e-05,
323
+ "loss": 0.2463,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 1.5008156606851548,
328
+ "grad_norm": 1.7861591577529907,
329
+ "learning_rate": 2.8056234718826407e-05,
330
+ "loss": 0.2468,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 1.533442088091354,
335
+ "grad_norm": 0.8898101449012756,
336
+ "learning_rate": 2.7444987775061127e-05,
337
+ "loss": 0.2254,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 1.566068515497553,
342
+ "grad_norm": 0.9002168774604797,
343
+ "learning_rate": 2.6833740831295844e-05,
344
+ "loss": 0.2265,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 1.598694942903752,
349
+ "grad_norm": 1.0384007692337036,
350
+ "learning_rate": 2.6222493887530564e-05,
351
+ "loss": 0.214,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 1.631321370309951,
356
+ "grad_norm": 0.7849037647247314,
357
+ "learning_rate": 2.561124694376528e-05,
358
+ "loss": 0.2325,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 1.66394779771615,
363
+ "grad_norm": 0.7699252367019653,
364
+ "learning_rate": 2.5e-05,
365
+ "loss": 0.2171,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 1.6965742251223492,
370
+ "grad_norm": 0.9055914878845215,
371
+ "learning_rate": 2.438875305623472e-05,
372
+ "loss": 0.2322,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 1.7292006525285482,
377
+ "grad_norm": 1.4799339771270752,
378
+ "learning_rate": 2.3777506112469438e-05,
379
+ "loss": 0.2165,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 1.761827079934747,
384
+ "grad_norm": 0.9675979018211365,
385
+ "learning_rate": 2.316625916870416e-05,
386
+ "loss": 0.2218,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 1.7944535073409462,
391
+ "grad_norm": 1.1401549577713013,
392
+ "learning_rate": 2.2555012224938875e-05,
393
+ "loss": 0.2123,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 1.8270799347471451,
398
+ "grad_norm": 1.1033681631088257,
399
+ "learning_rate": 2.1943765281173596e-05,
400
+ "loss": 0.2285,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 1.8597063621533443,
405
+ "grad_norm": 1.0548712015151978,
406
+ "learning_rate": 2.1332518337408312e-05,
407
+ "loss": 0.2136,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 1.8923327895595432,
412
+ "grad_norm": 1.5485633611679077,
413
+ "learning_rate": 2.0721271393643033e-05,
414
+ "loss": 0.2055,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 1.9249592169657421,
419
+ "grad_norm": 0.9844083786010742,
420
+ "learning_rate": 2.0110024449877753e-05,
421
+ "loss": 0.2142,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 1.9575856443719413,
426
+ "grad_norm": 1.1740403175354004,
427
+ "learning_rate": 1.949877750611247e-05,
428
+ "loss": 0.1948,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 1.9902120717781404,
433
+ "grad_norm": 0.9265509843826294,
434
+ "learning_rate": 1.888753056234719e-05,
435
+ "loss": 0.2142,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 2.0228384991843393,
440
+ "grad_norm": 0.8141701221466064,
441
+ "learning_rate": 1.8276283618581907e-05,
442
+ "loss": 0.2023,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 2.0554649265905383,
447
+ "grad_norm": 0.7996273040771484,
448
+ "learning_rate": 1.7665036674816627e-05,
449
+ "loss": 0.1924,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 2.088091353996737,
454
+ "grad_norm": 0.9325422048568726,
455
+ "learning_rate": 1.7053789731051344e-05,
456
+ "loss": 0.1887,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 2.1207177814029365,
461
+ "grad_norm": 0.9285069108009338,
462
+ "learning_rate": 1.6442542787286064e-05,
463
+ "loss": 0.1891,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 2.1533442088091355,
468
+ "grad_norm": 1.1411644220352173,
469
+ "learning_rate": 1.583129584352078e-05,
470
+ "loss": 0.1898,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 2.1859706362153344,
475
+ "grad_norm": 0.8324933052062988,
476
+ "learning_rate": 1.5220048899755501e-05,
477
+ "loss": 0.1854,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 2.2185970636215333,
482
+ "grad_norm": 1.0230185985565186,
483
+ "learning_rate": 1.460880195599022e-05,
484
+ "loss": 0.1909,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 2.2512234910277327,
489
+ "grad_norm": 1.1167818307876587,
490
+ "learning_rate": 1.3997555012224938e-05,
491
+ "loss": 0.2023,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 2.2838499184339316,
496
+ "grad_norm": 0.8201693892478943,
497
+ "learning_rate": 1.3386308068459657e-05,
498
+ "loss": 0.1928,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 2.3164763458401305,
503
+ "grad_norm": 1.2748645544052124,
504
+ "learning_rate": 1.2775061124694377e-05,
505
+ "loss": 0.2043,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 2.3491027732463294,
510
+ "grad_norm": 0.9501346945762634,
511
+ "learning_rate": 1.2163814180929096e-05,
512
+ "loss": 0.1914,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 2.3817292006525284,
517
+ "grad_norm": 0.8706419467926025,
518
+ "learning_rate": 1.1552567237163816e-05,
519
+ "loss": 0.1763,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 2.4143556280587277,
524
+ "grad_norm": 1.8394954204559326,
525
+ "learning_rate": 1.0941320293398534e-05,
526
+ "loss": 0.1856,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 2.4469820554649266,
531
+ "grad_norm": 0.9215448498725891,
532
+ "learning_rate": 1.0330073349633253e-05,
533
+ "loss": 0.181,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 2.4796084828711256,
538
+ "grad_norm": 0.8978357911109924,
539
+ "learning_rate": 9.718826405867972e-06,
540
+ "loss": 0.18,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 2.5122349102773245,
545
+ "grad_norm": 0.9564265608787537,
546
+ "learning_rate": 9.10757946210269e-06,
547
+ "loss": 0.1961,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 2.544861337683524,
552
+ "grad_norm": 1.1424188613891602,
553
+ "learning_rate": 8.496332518337409e-06,
554
+ "loss": 0.1812,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 2.5774877650897228,
559
+ "grad_norm": 1.0267794132232666,
560
+ "learning_rate": 7.885085574572127e-06,
561
+ "loss": 0.1861,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 2.6101141924959217,
566
+ "grad_norm": 0.8952123522758484,
567
+ "learning_rate": 7.273838630806847e-06,
568
+ "loss": 0.1716,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 2.6427406199021206,
573
+ "grad_norm": 1.2367416620254517,
574
+ "learning_rate": 6.662591687041565e-06,
575
+ "loss": 0.1863,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 2.6753670473083195,
580
+ "grad_norm": 1.0904302597045898,
581
+ "learning_rate": 6.051344743276284e-06,
582
+ "loss": 0.1823,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 2.707993474714519,
587
+ "grad_norm": 1.0542256832122803,
588
+ "learning_rate": 5.440097799511003e-06,
589
+ "loss": 0.1764,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 2.740619902120718,
594
+ "grad_norm": 0.8970702886581421,
595
+ "learning_rate": 4.828850855745722e-06,
596
+ "loss": 0.1866,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 2.7732463295269167,
601
+ "grad_norm": 0.8508768081665039,
602
+ "learning_rate": 4.21760391198044e-06,
603
+ "loss": 0.1791,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 2.8058727569331157,
608
+ "grad_norm": 0.9417251944541931,
609
+ "learning_rate": 3.606356968215159e-06,
610
+ "loss": 0.18,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 2.838499184339315,
615
+ "grad_norm": 0.8804249167442322,
616
+ "learning_rate": 2.9951100244498777e-06,
617
+ "loss": 0.1844,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 2.871125611745514,
622
+ "grad_norm": 0.8565665483474731,
623
+ "learning_rate": 2.3838630806845967e-06,
624
+ "loss": 0.1781,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 2.903752039151713,
629
+ "grad_norm": 0.9489305019378662,
630
+ "learning_rate": 1.7726161369193154e-06,
631
+ "loss": 0.1809,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 2.936378466557912,
636
+ "grad_norm": 0.7006880044937134,
637
+ "learning_rate": 1.1613691931540342e-06,
638
+ "loss": 0.1712,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 2.9690048939641107,
643
+ "grad_norm": 0.8745304942131042,
644
+ "learning_rate": 5.501222493887531e-07,
645
+ "loss": 0.1773,
646
+ "step": 910
647
+ }
648
+ ],
649
+ "logging_steps": 10,
650
+ "max_steps": 918,
651
+ "num_input_tokens_seen": 0,
652
+ "num_train_epochs": 3,
653
+ "save_steps": 200,
654
+ "stateful_callbacks": {
655
+ "TrainerControl": {
656
+ "args": {
657
+ "should_epoch_stop": false,
658
+ "should_evaluate": false,
659
+ "should_log": false,
660
+ "should_save": true,
661
+ "should_training_stop": true
662
+ },
663
+ "attributes": {}
664
+ }
665
+ },
666
+ "total_flos": 3.1375621636321444e+18,
667
+ "train_batch_size": 2,
668
+ "trial_name": null,
669
+ "trial_params": null
670
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77ba78976253b3542ab7eb1a1d64ca981b07acfce5a8999e871f286812fec44c
3
+ size 5176