PEFT
Safetensors
borakaragul commited on
Commit
8488d55
·
verified ·
1 Parent(s): 7ca042e

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,3 +1,202 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-2-7b-hf
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.1.dev0
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
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
+ "q_proj",
24
+ "v_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:14024db2af835a668c1338998c70c15f287b338fed6a05e039bcf5e39a5d5bb9
3
+ size 33571624
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:666cbb2caaaa62a9d344c2fc87cd1f763202e3e6e7e986f38b091ebdd3d2f2ce
3
+ size 67217018
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b65f9610756e5d54d6a44928b4a2df075fd6eabf22af38ab1762325ce1667032
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:814c5335d071ae07021d1744ec9a6235158c1a31d5d0598e1cda6bddebbe2205
3
+ size 1064
trainer_state.json ADDED
@@ -0,0 +1,678 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 100,
6
+ "global_step": 833,
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.012004801920768308,
13
+ "grad_norm": 0.49814867973327637,
14
+ "learning_rate": 9.879951980792317e-05,
15
+ "loss": 2.3071,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.024009603841536616,
20
+ "grad_norm": 0.4931434690952301,
21
+ "learning_rate": 9.759903961584634e-05,
22
+ "loss": 2.1442,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.03601440576230492,
27
+ "grad_norm": 0.9165758490562439,
28
+ "learning_rate": 9.639855942376951e-05,
29
+ "loss": 2.0314,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.04801920768307323,
34
+ "grad_norm": 0.4459473192691803,
35
+ "learning_rate": 9.519807923169268e-05,
36
+ "loss": 2.0196,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.060024009603841535,
41
+ "grad_norm": 0.7976562976837158,
42
+ "learning_rate": 9.399759903961585e-05,
43
+ "loss": 1.9785,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.07202881152460984,
48
+ "grad_norm": 0.6203379034996033,
49
+ "learning_rate": 9.279711884753903e-05,
50
+ "loss": 1.9363,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.08403361344537816,
55
+ "grad_norm": 0.5313595533370972,
56
+ "learning_rate": 9.159663865546218e-05,
57
+ "loss": 1.9209,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.09603841536614646,
62
+ "grad_norm": 0.6249675750732422,
63
+ "learning_rate": 9.039615846338536e-05,
64
+ "loss": 1.986,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.10804321728691477,
69
+ "grad_norm": 0.5185940265655518,
70
+ "learning_rate": 8.919567827130852e-05,
71
+ "loss": 1.9521,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.12004801920768307,
76
+ "grad_norm": 0.4526331126689911,
77
+ "learning_rate": 8.79951980792317e-05,
78
+ "loss": 1.8528,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.12004801920768307,
83
+ "eval_loss": 1.8883458375930786,
84
+ "eval_runtime": 38.5366,
85
+ "eval_samples_per_second": 25.949,
86
+ "eval_steps_per_second": 4.334,
87
+ "step": 100
88
+ },
89
+ {
90
+ "epoch": 0.13205282112845138,
91
+ "grad_norm": 0.3635704815387726,
92
+ "learning_rate": 8.679471788715487e-05,
93
+ "loss": 1.8359,
94
+ "step": 110
95
+ },
96
+ {
97
+ "epoch": 0.14405762304921968,
98
+ "grad_norm": 0.4598451554775238,
99
+ "learning_rate": 8.559423769507804e-05,
100
+ "loss": 1.9101,
101
+ "step": 120
102
+ },
103
+ {
104
+ "epoch": 0.15606242496998798,
105
+ "grad_norm": 0.43790119886398315,
106
+ "learning_rate": 8.43937575030012e-05,
107
+ "loss": 1.8116,
108
+ "step": 130
109
+ },
110
+ {
111
+ "epoch": 0.16806722689075632,
112
+ "grad_norm": 0.43906617164611816,
113
+ "learning_rate": 8.319327731092437e-05,
114
+ "loss": 1.8962,
115
+ "step": 140
116
+ },
117
+ {
118
+ "epoch": 0.18007202881152462,
119
+ "grad_norm": 0.43742913007736206,
120
+ "learning_rate": 8.199279711884754e-05,
121
+ "loss": 1.8382,
122
+ "step": 150
123
+ },
124
+ {
125
+ "epoch": 0.19207683073229292,
126
+ "grad_norm": 0.4784979224205017,
127
+ "learning_rate": 8.079231692677071e-05,
128
+ "loss": 1.8842,
129
+ "step": 160
130
+ },
131
+ {
132
+ "epoch": 0.20408163265306123,
133
+ "grad_norm": 0.4014301598072052,
134
+ "learning_rate": 7.959183673469388e-05,
135
+ "loss": 1.863,
136
+ "step": 170
137
+ },
138
+ {
139
+ "epoch": 0.21608643457382953,
140
+ "grad_norm": 0.5035635828971863,
141
+ "learning_rate": 7.839135654261706e-05,
142
+ "loss": 1.8979,
143
+ "step": 180
144
+ },
145
+ {
146
+ "epoch": 0.22809123649459784,
147
+ "grad_norm": 0.534414529800415,
148
+ "learning_rate": 7.719087635054022e-05,
149
+ "loss": 1.9105,
150
+ "step": 190
151
+ },
152
+ {
153
+ "epoch": 0.24009603841536614,
154
+ "grad_norm": 0.4861285388469696,
155
+ "learning_rate": 7.599039615846338e-05,
156
+ "loss": 1.7796,
157
+ "step": 200
158
+ },
159
+ {
160
+ "epoch": 0.24009603841536614,
161
+ "eval_loss": 1.8688795566558838,
162
+ "eval_runtime": 38.5301,
163
+ "eval_samples_per_second": 25.954,
164
+ "eval_steps_per_second": 4.334,
165
+ "step": 200
166
+ },
167
+ {
168
+ "epoch": 0.25210084033613445,
169
+ "grad_norm": 0.34365198016166687,
170
+ "learning_rate": 7.478991596638657e-05,
171
+ "loss": 1.84,
172
+ "step": 210
173
+ },
174
+ {
175
+ "epoch": 0.26410564225690275,
176
+ "grad_norm": 0.42961230874061584,
177
+ "learning_rate": 7.358943577430972e-05,
178
+ "loss": 1.9065,
179
+ "step": 220
180
+ },
181
+ {
182
+ "epoch": 0.27611044417767105,
183
+ "grad_norm": 0.389285683631897,
184
+ "learning_rate": 7.23889555822329e-05,
185
+ "loss": 1.8709,
186
+ "step": 230
187
+ },
188
+ {
189
+ "epoch": 0.28811524609843936,
190
+ "grad_norm": 0.4626094698905945,
191
+ "learning_rate": 7.118847539015606e-05,
192
+ "loss": 1.8709,
193
+ "step": 240
194
+ },
195
+ {
196
+ "epoch": 0.30012004801920766,
197
+ "grad_norm": 0.46512117981910706,
198
+ "learning_rate": 6.998799519807924e-05,
199
+ "loss": 1.8201,
200
+ "step": 250
201
+ },
202
+ {
203
+ "epoch": 0.31212484993997597,
204
+ "grad_norm": 0.5081538558006287,
205
+ "learning_rate": 6.878751500600241e-05,
206
+ "loss": 1.8761,
207
+ "step": 260
208
+ },
209
+ {
210
+ "epoch": 0.3241296518607443,
211
+ "grad_norm": 0.7665489315986633,
212
+ "learning_rate": 6.758703481392558e-05,
213
+ "loss": 1.8218,
214
+ "step": 270
215
+ },
216
+ {
217
+ "epoch": 0.33613445378151263,
218
+ "grad_norm": 0.4920073449611664,
219
+ "learning_rate": 6.638655462184874e-05,
220
+ "loss": 1.9478,
221
+ "step": 280
222
+ },
223
+ {
224
+ "epoch": 0.34813925570228094,
225
+ "grad_norm": 0.5283176302909851,
226
+ "learning_rate": 6.518607442977191e-05,
227
+ "loss": 1.8343,
228
+ "step": 290
229
+ },
230
+ {
231
+ "epoch": 0.36014405762304924,
232
+ "grad_norm": 0.5958182215690613,
233
+ "learning_rate": 6.398559423769508e-05,
234
+ "loss": 1.8715,
235
+ "step": 300
236
+ },
237
+ {
238
+ "epoch": 0.36014405762304924,
239
+ "eval_loss": 1.8636847734451294,
240
+ "eval_runtime": 38.4834,
241
+ "eval_samples_per_second": 25.985,
242
+ "eval_steps_per_second": 4.34,
243
+ "step": 300
244
+ },
245
+ {
246
+ "epoch": 0.37214885954381755,
247
+ "grad_norm": 0.4687075912952423,
248
+ "learning_rate": 6.278511404561825e-05,
249
+ "loss": 1.8762,
250
+ "step": 310
251
+ },
252
+ {
253
+ "epoch": 0.38415366146458585,
254
+ "grad_norm": 0.5822851657867432,
255
+ "learning_rate": 6.158463385354142e-05,
256
+ "loss": 1.8943,
257
+ "step": 320
258
+ },
259
+ {
260
+ "epoch": 0.39615846338535415,
261
+ "grad_norm": 0.3719615042209625,
262
+ "learning_rate": 6.038415366146459e-05,
263
+ "loss": 1.8973,
264
+ "step": 330
265
+ },
266
+ {
267
+ "epoch": 0.40816326530612246,
268
+ "grad_norm": 0.36546796560287476,
269
+ "learning_rate": 5.918367346938776e-05,
270
+ "loss": 1.894,
271
+ "step": 340
272
+ },
273
+ {
274
+ "epoch": 0.42016806722689076,
275
+ "grad_norm": 0.38791441917419434,
276
+ "learning_rate": 5.7983193277310935e-05,
277
+ "loss": 1.8221,
278
+ "step": 350
279
+ },
280
+ {
281
+ "epoch": 0.43217286914765907,
282
+ "grad_norm": 0.40212976932525635,
283
+ "learning_rate": 5.6782713085234096e-05,
284
+ "loss": 1.8472,
285
+ "step": 360
286
+ },
287
+ {
288
+ "epoch": 0.44417767106842737,
289
+ "grad_norm": 0.43383002281188965,
290
+ "learning_rate": 5.558223289315727e-05,
291
+ "loss": 1.9356,
292
+ "step": 370
293
+ },
294
+ {
295
+ "epoch": 0.4561824729891957,
296
+ "grad_norm": 0.7097159028053284,
297
+ "learning_rate": 5.438175270108043e-05,
298
+ "loss": 1.9236,
299
+ "step": 380
300
+ },
301
+ {
302
+ "epoch": 0.468187274909964,
303
+ "grad_norm": 0.9919241666793823,
304
+ "learning_rate": 5.31812725090036e-05,
305
+ "loss": 1.8988,
306
+ "step": 390
307
+ },
308
+ {
309
+ "epoch": 0.4801920768307323,
310
+ "grad_norm": 0.365247517824173,
311
+ "learning_rate": 5.1980792316926776e-05,
312
+ "loss": 1.9492,
313
+ "step": 400
314
+ },
315
+ {
316
+ "epoch": 0.4801920768307323,
317
+ "eval_loss": 1.8609040975570679,
318
+ "eval_runtime": 38.8163,
319
+ "eval_samples_per_second": 25.762,
320
+ "eval_steps_per_second": 4.302,
321
+ "step": 400
322
+ },
323
+ {
324
+ "epoch": 0.4921968787515006,
325
+ "grad_norm": 0.44502708315849304,
326
+ "learning_rate": 5.078031212484994e-05,
327
+ "loss": 1.8592,
328
+ "step": 410
329
+ },
330
+ {
331
+ "epoch": 0.5042016806722689,
332
+ "grad_norm": 0.5130265951156616,
333
+ "learning_rate": 4.957983193277311e-05,
334
+ "loss": 1.9291,
335
+ "step": 420
336
+ },
337
+ {
338
+ "epoch": 0.5162064825930373,
339
+ "grad_norm": 0.4663325250148773,
340
+ "learning_rate": 4.837935174069628e-05,
341
+ "loss": 1.858,
342
+ "step": 430
343
+ },
344
+ {
345
+ "epoch": 0.5282112845138055,
346
+ "grad_norm": 0.7875126600265503,
347
+ "learning_rate": 4.717887154861945e-05,
348
+ "loss": 1.882,
349
+ "step": 440
350
+ },
351
+ {
352
+ "epoch": 0.5402160864345739,
353
+ "grad_norm": 0.5712985396385193,
354
+ "learning_rate": 4.5978391356542624e-05,
355
+ "loss": 1.8705,
356
+ "step": 450
357
+ },
358
+ {
359
+ "epoch": 0.5522208883553421,
360
+ "grad_norm": 0.48575717210769653,
361
+ "learning_rate": 4.477791116446579e-05,
362
+ "loss": 1.9747,
363
+ "step": 460
364
+ },
365
+ {
366
+ "epoch": 0.5642256902761105,
367
+ "grad_norm": 0.521267831325531,
368
+ "learning_rate": 4.3577430972388954e-05,
369
+ "loss": 1.8128,
370
+ "step": 470
371
+ },
372
+ {
373
+ "epoch": 0.5762304921968787,
374
+ "grad_norm": 0.43215957283973694,
375
+ "learning_rate": 4.237695078031212e-05,
376
+ "loss": 1.8486,
377
+ "step": 480
378
+ },
379
+ {
380
+ "epoch": 0.5882352941176471,
381
+ "grad_norm": 0.4327848255634308,
382
+ "learning_rate": 4.11764705882353e-05,
383
+ "loss": 1.8379,
384
+ "step": 490
385
+ },
386
+ {
387
+ "epoch": 0.6002400960384153,
388
+ "grad_norm": 0.5328503847122192,
389
+ "learning_rate": 3.9975990396158466e-05,
390
+ "loss": 1.8718,
391
+ "step": 500
392
+ },
393
+ {
394
+ "epoch": 0.6002400960384153,
395
+ "eval_loss": 1.8586153984069824,
396
+ "eval_runtime": 38.4963,
397
+ "eval_samples_per_second": 25.977,
398
+ "eval_steps_per_second": 4.338,
399
+ "step": 500
400
+ },
401
+ {
402
+ "epoch": 0.6122448979591837,
403
+ "grad_norm": 0.5828935503959656,
404
+ "learning_rate": 3.8775510204081634e-05,
405
+ "loss": 1.8329,
406
+ "step": 510
407
+ },
408
+ {
409
+ "epoch": 0.6242496998799519,
410
+ "grad_norm": 0.7918308973312378,
411
+ "learning_rate": 3.75750300120048e-05,
412
+ "loss": 1.8729,
413
+ "step": 520
414
+ },
415
+ {
416
+ "epoch": 0.6362545018007203,
417
+ "grad_norm": 0.40867704153060913,
418
+ "learning_rate": 3.637454981992797e-05,
419
+ "loss": 1.8365,
420
+ "step": 530
421
+ },
422
+ {
423
+ "epoch": 0.6482593037214885,
424
+ "grad_norm": 0.426268994808197,
425
+ "learning_rate": 3.517406962785114e-05,
426
+ "loss": 1.8463,
427
+ "step": 540
428
+ },
429
+ {
430
+ "epoch": 0.6602641056422569,
431
+ "grad_norm": 0.8128913044929504,
432
+ "learning_rate": 3.3973589435774314e-05,
433
+ "loss": 1.9473,
434
+ "step": 550
435
+ },
436
+ {
437
+ "epoch": 0.6722689075630253,
438
+ "grad_norm": 0.35315391421318054,
439
+ "learning_rate": 3.277310924369748e-05,
440
+ "loss": 1.8123,
441
+ "step": 560
442
+ },
443
+ {
444
+ "epoch": 0.6842737094837935,
445
+ "grad_norm": 0.5528764724731445,
446
+ "learning_rate": 3.157262905162065e-05,
447
+ "loss": 1.8663,
448
+ "step": 570
449
+ },
450
+ {
451
+ "epoch": 0.6962785114045619,
452
+ "grad_norm": 0.4432496726512909,
453
+ "learning_rate": 3.037214885954382e-05,
454
+ "loss": 1.8923,
455
+ "step": 580
456
+ },
457
+ {
458
+ "epoch": 0.7082833133253301,
459
+ "grad_norm": 0.415711373090744,
460
+ "learning_rate": 2.917166866746699e-05,
461
+ "loss": 1.8289,
462
+ "step": 590
463
+ },
464
+ {
465
+ "epoch": 0.7202881152460985,
466
+ "grad_norm": 0.42969274520874023,
467
+ "learning_rate": 2.797118847539016e-05,
468
+ "loss": 1.8472,
469
+ "step": 600
470
+ },
471
+ {
472
+ "epoch": 0.7202881152460985,
473
+ "eval_loss": 1.8567453622817993,
474
+ "eval_runtime": 38.6325,
475
+ "eval_samples_per_second": 25.885,
476
+ "eval_steps_per_second": 4.323,
477
+ "step": 600
478
+ },
479
+ {
480
+ "epoch": 0.7322929171668667,
481
+ "grad_norm": 0.5071336030960083,
482
+ "learning_rate": 2.6770708283313327e-05,
483
+ "loss": 1.8568,
484
+ "step": 610
485
+ },
486
+ {
487
+ "epoch": 0.7442977190876351,
488
+ "grad_norm": 0.4259433150291443,
489
+ "learning_rate": 2.5570228091236498e-05,
490
+ "loss": 1.8289,
491
+ "step": 620
492
+ },
493
+ {
494
+ "epoch": 0.7563025210084033,
495
+ "grad_norm": 0.522114634513855,
496
+ "learning_rate": 2.4369747899159663e-05,
497
+ "loss": 1.9236,
498
+ "step": 630
499
+ },
500
+ {
501
+ "epoch": 0.7683073229291717,
502
+ "grad_norm": 0.4996345341205597,
503
+ "learning_rate": 2.3169267707082835e-05,
504
+ "loss": 1.8676,
505
+ "step": 640
506
+ },
507
+ {
508
+ "epoch": 0.78031212484994,
509
+ "grad_norm": 0.5358065962791443,
510
+ "learning_rate": 2.1968787515006003e-05,
511
+ "loss": 1.9048,
512
+ "step": 650
513
+ },
514
+ {
515
+ "epoch": 0.7923169267707083,
516
+ "grad_norm": 0.4080793261528015,
517
+ "learning_rate": 2.076830732292917e-05,
518
+ "loss": 1.9375,
519
+ "step": 660
520
+ },
521
+ {
522
+ "epoch": 0.8043217286914766,
523
+ "grad_norm": 0.4291868209838867,
524
+ "learning_rate": 1.9567827130852343e-05,
525
+ "loss": 1.8131,
526
+ "step": 670
527
+ },
528
+ {
529
+ "epoch": 0.8163265306122449,
530
+ "grad_norm": 0.4137159287929535,
531
+ "learning_rate": 1.836734693877551e-05,
532
+ "loss": 1.8438,
533
+ "step": 680
534
+ },
535
+ {
536
+ "epoch": 0.8283313325330132,
537
+ "grad_norm": 0.46769535541534424,
538
+ "learning_rate": 1.7166866746698683e-05,
539
+ "loss": 1.8608,
540
+ "step": 690
541
+ },
542
+ {
543
+ "epoch": 0.8403361344537815,
544
+ "grad_norm": 0.3832717537879944,
545
+ "learning_rate": 1.5966386554621848e-05,
546
+ "loss": 1.7676,
547
+ "step": 700
548
+ },
549
+ {
550
+ "epoch": 0.8403361344537815,
551
+ "eval_loss": 1.8551292419433594,
552
+ "eval_runtime": 38.7937,
553
+ "eval_samples_per_second": 25.777,
554
+ "eval_steps_per_second": 4.305,
555
+ "step": 700
556
+ },
557
+ {
558
+ "epoch": 0.8523409363745498,
559
+ "grad_norm": 0.6028046011924744,
560
+ "learning_rate": 1.4765906362545018e-05,
561
+ "loss": 1.8747,
562
+ "step": 710
563
+ },
564
+ {
565
+ "epoch": 0.8643457382953181,
566
+ "grad_norm": 0.4539136290550232,
567
+ "learning_rate": 1.3565426170468188e-05,
568
+ "loss": 1.8388,
569
+ "step": 720
570
+ },
571
+ {
572
+ "epoch": 0.8763505402160864,
573
+ "grad_norm": 0.5354043245315552,
574
+ "learning_rate": 1.2364945978391356e-05,
575
+ "loss": 1.8492,
576
+ "step": 730
577
+ },
578
+ {
579
+ "epoch": 0.8883553421368547,
580
+ "grad_norm": 0.5466801524162292,
581
+ "learning_rate": 1.1164465786314526e-05,
582
+ "loss": 1.8355,
583
+ "step": 740
584
+ },
585
+ {
586
+ "epoch": 0.9003601440576231,
587
+ "grad_norm": 0.7095188498497009,
588
+ "learning_rate": 9.963985594237696e-06,
589
+ "loss": 1.8558,
590
+ "step": 750
591
+ },
592
+ {
593
+ "epoch": 0.9123649459783914,
594
+ "grad_norm": 0.5179396867752075,
595
+ "learning_rate": 8.763505402160866e-06,
596
+ "loss": 1.9008,
597
+ "step": 760
598
+ },
599
+ {
600
+ "epoch": 0.9243697478991597,
601
+ "grad_norm": 0.41170573234558105,
602
+ "learning_rate": 7.563025210084033e-06,
603
+ "loss": 1.772,
604
+ "step": 770
605
+ },
606
+ {
607
+ "epoch": 0.936374549819928,
608
+ "grad_norm": 0.4213010370731354,
609
+ "learning_rate": 6.362545018007203e-06,
610
+ "loss": 1.8478,
611
+ "step": 780
612
+ },
613
+ {
614
+ "epoch": 0.9483793517406963,
615
+ "grad_norm": 0.42276838421821594,
616
+ "learning_rate": 5.162064825930372e-06,
617
+ "loss": 1.8858,
618
+ "step": 790
619
+ },
620
+ {
621
+ "epoch": 0.9603841536614646,
622
+ "grad_norm": 0.4341106712818146,
623
+ "learning_rate": 3.9615846338535415e-06,
624
+ "loss": 1.8898,
625
+ "step": 800
626
+ },
627
+ {
628
+ "epoch": 0.9603841536614646,
629
+ "eval_loss": 1.8548470735549927,
630
+ "eval_runtime": 38.7458,
631
+ "eval_samples_per_second": 25.809,
632
+ "eval_steps_per_second": 4.31,
633
+ "step": 800
634
+ },
635
+ {
636
+ "epoch": 0.9723889555822329,
637
+ "grad_norm": 0.42987948656082153,
638
+ "learning_rate": 2.7611044417767106e-06,
639
+ "loss": 1.8521,
640
+ "step": 810
641
+ },
642
+ {
643
+ "epoch": 0.9843937575030012,
644
+ "grad_norm": 0.5700000524520874,
645
+ "learning_rate": 1.56062424969988e-06,
646
+ "loss": 1.8504,
647
+ "step": 820
648
+ },
649
+ {
650
+ "epoch": 0.9963985594237695,
651
+ "grad_norm": 0.4523591101169586,
652
+ "learning_rate": 3.601440576230492e-07,
653
+ "loss": 1.9274,
654
+ "step": 830
655
+ }
656
+ ],
657
+ "logging_steps": 10,
658
+ "max_steps": 833,
659
+ "num_input_tokens_seen": 0,
660
+ "num_train_epochs": 1,
661
+ "save_steps": 100,
662
+ "stateful_callbacks": {
663
+ "TrainerControl": {
664
+ "args": {
665
+ "should_epoch_stop": false,
666
+ "should_evaluate": false,
667
+ "should_log": false,
668
+ "should_save": true,
669
+ "should_training_stop": true
670
+ },
671
+ "attributes": {}
672
+ }
673
+ },
674
+ "total_flos": 1.3742818208228966e+17,
675
+ "train_batch_size": 12,
676
+ "trial_name": null,
677
+ "trial_params": null
678
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d5b77903c628c386e8f961921270c7cbacdc20841bfe9e68238ba7803e0c660
3
+ size 5368