wangrongsheng commited on
Commit
2329af4
1 Parent(s): 51457eb

commit from root

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +20 -0
  2. adapter_config.json +21 -0
  3. adapter_model.bin +3 -0
  4. all_results.json +7 -0
  5. checkpoint-1000/README.md +20 -0
  6. checkpoint-1000/adapter_config.json +21 -0
  7. checkpoint-1000/adapter_model.bin +3 -0
  8. checkpoint-1000/finetuning_args.json +16 -0
  9. checkpoint-1000/optimizer.pt +3 -0
  10. checkpoint-1000/rng_state.pth +3 -0
  11. checkpoint-1000/scheduler.pt +3 -0
  12. checkpoint-1000/trainer_state.json +616 -0
  13. checkpoint-1000/training_args.bin +3 -0
  14. checkpoint-10000/README.md +20 -0
  15. checkpoint-10000/adapter_config.json +21 -0
  16. checkpoint-10000/adapter_model.bin +3 -0
  17. checkpoint-10000/finetuning_args.json +16 -0
  18. checkpoint-10000/optimizer.pt +3 -0
  19. checkpoint-10000/rng_state.pth +3 -0
  20. checkpoint-10000/scheduler.pt +3 -0
  21. checkpoint-10000/trainer_state.json +0 -0
  22. checkpoint-10000/training_args.bin +3 -0
  23. checkpoint-11000/README.md +20 -0
  24. checkpoint-11000/adapter_config.json +21 -0
  25. checkpoint-11000/adapter_model.bin +3 -0
  26. checkpoint-11000/finetuning_args.json +16 -0
  27. checkpoint-11000/optimizer.pt +3 -0
  28. checkpoint-11000/rng_state.pth +3 -0
  29. checkpoint-11000/scheduler.pt +3 -0
  30. checkpoint-11000/trainer_state.json +0 -0
  31. checkpoint-11000/training_args.bin +3 -0
  32. checkpoint-12000/README.md +20 -0
  33. checkpoint-12000/adapter_config.json +21 -0
  34. checkpoint-12000/adapter_model.bin +3 -0
  35. checkpoint-12000/finetuning_args.json +16 -0
  36. checkpoint-12000/optimizer.pt +3 -0
  37. checkpoint-12000/rng_state.pth +3 -0
  38. checkpoint-12000/scheduler.pt +3 -0
  39. checkpoint-12000/trainer_state.json +0 -0
  40. checkpoint-12000/training_args.bin +3 -0
  41. checkpoint-13000/README.md +20 -0
  42. checkpoint-13000/adapter_config.json +21 -0
  43. checkpoint-13000/adapter_model.bin +3 -0
  44. checkpoint-13000/finetuning_args.json +16 -0
  45. checkpoint-13000/optimizer.pt +3 -0
  46. checkpoint-13000/rng_state.pth +3 -0
  47. checkpoint-13000/scheduler.pt +3 -0
  48. checkpoint-13000/trainer_state.json +0 -0
  49. checkpoint-13000/training_args.bin +3 -0
  50. checkpoint-14000/README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: False
9
+ - load_in_4bit: True
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: nf4
15
+ - bnb_4bit_use_double_quant: True
16
+ - bnb_4bit_compute_dtype: float16
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0
adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "./Llama-2-7b-chat-hf",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 32.0,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "v_proj"
19
+ ],
20
+ "task_type": "CAUSAL_LM"
21
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ea7b0fb91f08aca8b4b7ab4fc593a72c7ac8f936a8b1b0f74170dc31085ccd8
3
+ size 16821197
all_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "train_loss": 0.7399377094979515,
4
+ "train_runtime": 176487.3633,
5
+ "train_samples_per_second": 2.562,
6
+ "train_steps_per_second": 0.16
7
+ }
checkpoint-1000/README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: False
9
+ - load_in_4bit: True
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: nf4
15
+ - bnb_4bit_use_double_quant: True
16
+ - bnb_4bit_compute_dtype: float16
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0
checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "./Llama-2-7b-chat-hf",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 32.0,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "v_proj"
19
+ ],
20
+ "task_type": "CAUSAL_LM"
21
+ }
checkpoint-1000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a9a2d59099a538613c48a0b00ee727732ab2529a774194cb4fc25234c00c876
3
+ size 16821197
checkpoint-1000/finetuning_args.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dpo_beta": 0.1,
3
+ "finetuning_type": "lora",
4
+ "lora_alpha": 32.0,
5
+ "lora_dropout": 0.1,
6
+ "lora_rank": 8,
7
+ "lora_target": [
8
+ "q_proj",
9
+ "v_proj"
10
+ ],
11
+ "name_module_trainable": "mlp",
12
+ "num_hidden_layers": 32,
13
+ "num_layer_trainable": 3,
14
+ "ppo_score_norm": false,
15
+ "resume_lora_training": true
16
+ }
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa7f1c6570f9391d5d5017e923d9263b86cd14f345e7de3dcc6457dde24209e5
3
+ size 33661637
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd0a027fab7d1d27eeff972e975255506e62b2efd84dd6b01dc103696d8f4e46
3
+ size 18663
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4e98d8a4e42439109d00bd301cb15fbea0119270f18a90ec80ba6f284c47478
3
+ size 627
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,616 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.07078267947833165,
5
+ "global_step": 1000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.0,
12
+ "learning_rate": 4.999998454568244e-05,
13
+ "loss": 1.3539,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 0.0,
18
+ "learning_rate": 4.9999938182748876e-05,
19
+ "loss": 1.1833,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 0.0,
24
+ "learning_rate": 4.9999870029288556e-05,
25
+ "loss": 1.173,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 0.0,
30
+ "learning_rate": 4.999976494017406e-05,
31
+ "loss": 1.0772,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 0.0,
36
+ "learning_rate": 4.999962894271507e-05,
37
+ "loss": 1.0715,
38
+ "step": 50
39
+ },
40
+ {
41
+ "epoch": 0.0,
42
+ "learning_rate": 4.9999462037079705e-05,
43
+ "loss": 1.0268,
44
+ "step": 60
45
+ },
46
+ {
47
+ "epoch": 0.0,
48
+ "learning_rate": 4.999926422347434e-05,
49
+ "loss": 0.9807,
50
+ "step": 70
51
+ },
52
+ {
53
+ "epoch": 0.01,
54
+ "learning_rate": 4.999903550214352e-05,
55
+ "loss": 0.9862,
56
+ "step": 80
57
+ },
58
+ {
59
+ "epoch": 0.01,
60
+ "learning_rate": 4.999877587337004e-05,
61
+ "loss": 0.9725,
62
+ "step": 90
63
+ },
64
+ {
65
+ "epoch": 0.01,
66
+ "learning_rate": 4.999848533747488e-05,
67
+ "loss": 0.9993,
68
+ "step": 100
69
+ },
70
+ {
71
+ "epoch": 0.01,
72
+ "learning_rate": 4.999816389481725e-05,
73
+ "loss": 0.9596,
74
+ "step": 110
75
+ },
76
+ {
77
+ "epoch": 0.01,
78
+ "learning_rate": 4.999781154579456e-05,
79
+ "loss": 0.979,
80
+ "step": 120
81
+ },
82
+ {
83
+ "epoch": 0.01,
84
+ "learning_rate": 4.9997428290842444e-05,
85
+ "loss": 0.9748,
86
+ "step": 130
87
+ },
88
+ {
89
+ "epoch": 0.01,
90
+ "learning_rate": 4.999701413043471e-05,
91
+ "loss": 0.9309,
92
+ "step": 140
93
+ },
94
+ {
95
+ "epoch": 0.01,
96
+ "learning_rate": 4.999656906508344e-05,
97
+ "loss": 0.9143,
98
+ "step": 150
99
+ },
100
+ {
101
+ "epoch": 0.01,
102
+ "learning_rate": 4.999609309533887e-05,
103
+ "loss": 0.9439,
104
+ "step": 160
105
+ },
106
+ {
107
+ "epoch": 0.01,
108
+ "learning_rate": 4.999558622178947e-05,
109
+ "loss": 0.9286,
110
+ "step": 170
111
+ },
112
+ {
113
+ "epoch": 0.01,
114
+ "learning_rate": 4.99950484450619e-05,
115
+ "loss": 0.9544,
116
+ "step": 180
117
+ },
118
+ {
119
+ "epoch": 0.01,
120
+ "learning_rate": 4.999447976582104e-05,
121
+ "loss": 0.9355,
122
+ "step": 190
123
+ },
124
+ {
125
+ "epoch": 0.01,
126
+ "learning_rate": 4.999388018476998e-05,
127
+ "loss": 0.9154,
128
+ "step": 200
129
+ },
130
+ {
131
+ "epoch": 0.01,
132
+ "learning_rate": 4.999324970265001e-05,
133
+ "loss": 0.9326,
134
+ "step": 210
135
+ },
136
+ {
137
+ "epoch": 0.02,
138
+ "learning_rate": 4.999258832024061e-05,
139
+ "loss": 0.9215,
140
+ "step": 220
141
+ },
142
+ {
143
+ "epoch": 0.02,
144
+ "learning_rate": 4.99918960383595e-05,
145
+ "loss": 0.9281,
146
+ "step": 230
147
+ },
148
+ {
149
+ "epoch": 0.02,
150
+ "learning_rate": 4.9991172857862555e-05,
151
+ "loss": 0.935,
152
+ "step": 240
153
+ },
154
+ {
155
+ "epoch": 0.02,
156
+ "learning_rate": 4.99904187796439e-05,
157
+ "loss": 0.941,
158
+ "step": 250
159
+ },
160
+ {
161
+ "epoch": 0.02,
162
+ "learning_rate": 4.9989633804635814e-05,
163
+ "loss": 0.9377,
164
+ "step": 260
165
+ },
166
+ {
167
+ "epoch": 0.02,
168
+ "learning_rate": 4.9988817933808814e-05,
169
+ "loss": 0.9014,
170
+ "step": 270
171
+ },
172
+ {
173
+ "epoch": 0.02,
174
+ "learning_rate": 4.9987971168171585e-05,
175
+ "loss": 0.9323,
176
+ "step": 280
177
+ },
178
+ {
179
+ "epoch": 0.02,
180
+ "learning_rate": 4.998709350877103e-05,
181
+ "loss": 0.8987,
182
+ "step": 290
183
+ },
184
+ {
185
+ "epoch": 0.02,
186
+ "learning_rate": 4.998618495669224e-05,
187
+ "loss": 0.8933,
188
+ "step": 300
189
+ },
190
+ {
191
+ "epoch": 0.02,
192
+ "learning_rate": 4.9985245513058495e-05,
193
+ "loss": 0.893,
194
+ "step": 310
195
+ },
196
+ {
197
+ "epoch": 0.02,
198
+ "learning_rate": 4.9984275179031276e-05,
199
+ "loss": 0.909,
200
+ "step": 320
201
+ },
202
+ {
203
+ "epoch": 0.02,
204
+ "learning_rate": 4.998327395581025e-05,
205
+ "loss": 0.9235,
206
+ "step": 330
207
+ },
208
+ {
209
+ "epoch": 0.02,
210
+ "learning_rate": 4.9982241844633265e-05,
211
+ "loss": 0.8945,
212
+ "step": 340
213
+ },
214
+ {
215
+ "epoch": 0.02,
216
+ "learning_rate": 4.998117884677638e-05,
217
+ "loss": 0.9095,
218
+ "step": 350
219
+ },
220
+ {
221
+ "epoch": 0.03,
222
+ "learning_rate": 4.998008496355382e-05,
223
+ "loss": 0.8919,
224
+ "step": 360
225
+ },
226
+ {
227
+ "epoch": 0.03,
228
+ "learning_rate": 4.9978960196318006e-05,
229
+ "loss": 0.9088,
230
+ "step": 370
231
+ },
232
+ {
233
+ "epoch": 0.03,
234
+ "learning_rate": 4.997780454645954e-05,
235
+ "loss": 0.8985,
236
+ "step": 380
237
+ },
238
+ {
239
+ "epoch": 0.03,
240
+ "learning_rate": 4.99766180154072e-05,
241
+ "loss": 0.8972,
242
+ "step": 390
243
+ },
244
+ {
245
+ "epoch": 0.03,
246
+ "learning_rate": 4.9975400604627957e-05,
247
+ "loss": 0.8983,
248
+ "step": 400
249
+ },
250
+ {
251
+ "epoch": 0.03,
252
+ "learning_rate": 4.9974152315626935e-05,
253
+ "loss": 0.9115,
254
+ "step": 410
255
+ },
256
+ {
257
+ "epoch": 0.03,
258
+ "learning_rate": 4.997287314994746e-05,
259
+ "loss": 0.8957,
260
+ "step": 420
261
+ },
262
+ {
263
+ "epoch": 0.03,
264
+ "learning_rate": 4.997156310917103e-05,
265
+ "loss": 0.8681,
266
+ "step": 430
267
+ },
268
+ {
269
+ "epoch": 0.03,
270
+ "learning_rate": 4.9970222194917296e-05,
271
+ "loss": 0.894,
272
+ "step": 440
273
+ },
274
+ {
275
+ "epoch": 0.03,
276
+ "learning_rate": 4.996885040884409e-05,
277
+ "loss": 0.8798,
278
+ "step": 450
279
+ },
280
+ {
281
+ "epoch": 0.03,
282
+ "learning_rate": 4.996744775264743e-05,
283
+ "loss": 0.9034,
284
+ "step": 460
285
+ },
286
+ {
287
+ "epoch": 0.03,
288
+ "learning_rate": 4.996601422806147e-05,
289
+ "loss": 0.9033,
290
+ "step": 470
291
+ },
292
+ {
293
+ "epoch": 0.03,
294
+ "learning_rate": 4.9964549836858536e-05,
295
+ "loss": 0.8841,
296
+ "step": 480
297
+ },
298
+ {
299
+ "epoch": 0.03,
300
+ "learning_rate": 4.9963054580849134e-05,
301
+ "loss": 0.8877,
302
+ "step": 490
303
+ },
304
+ {
305
+ "epoch": 0.04,
306
+ "learning_rate": 4.996152846188191e-05,
307
+ "loss": 0.8729,
308
+ "step": 500
309
+ },
310
+ {
311
+ "epoch": 0.04,
312
+ "learning_rate": 4.995997148184369e-05,
313
+ "loss": 0.8853,
314
+ "step": 510
315
+ },
316
+ {
317
+ "epoch": 0.04,
318
+ "learning_rate": 4.9958383642659414e-05,
319
+ "loss": 0.8837,
320
+ "step": 520
321
+ },
322
+ {
323
+ "epoch": 0.04,
324
+ "learning_rate": 4.995676494629221e-05,
325
+ "loss": 0.8833,
326
+ "step": 530
327
+ },
328
+ {
329
+ "epoch": 0.04,
330
+ "learning_rate": 4.9955115394743354e-05,
331
+ "loss": 0.8843,
332
+ "step": 540
333
+ },
334
+ {
335
+ "epoch": 0.04,
336
+ "learning_rate": 4.995343499005225e-05,
337
+ "loss": 0.892,
338
+ "step": 550
339
+ },
340
+ {
341
+ "epoch": 0.04,
342
+ "learning_rate": 4.995172373429646e-05,
343
+ "loss": 0.8575,
344
+ "step": 560
345
+ },
346
+ {
347
+ "epoch": 0.04,
348
+ "learning_rate": 4.9949981629591705e-05,
349
+ "loss": 0.8311,
350
+ "step": 570
351
+ },
352
+ {
353
+ "epoch": 0.04,
354
+ "learning_rate": 4.99482086780918e-05,
355
+ "loss": 0.8669,
356
+ "step": 580
357
+ },
358
+ {
359
+ "epoch": 0.04,
360
+ "learning_rate": 4.994640488198874e-05,
361
+ "loss": 0.8388,
362
+ "step": 590
363
+ },
364
+ {
365
+ "epoch": 0.04,
366
+ "learning_rate": 4.994457024351264e-05,
367
+ "loss": 0.8424,
368
+ "step": 600
369
+ },
370
+ {
371
+ "epoch": 0.04,
372
+ "learning_rate": 4.994270476493175e-05,
373
+ "loss": 0.8676,
374
+ "step": 610
375
+ },
376
+ {
377
+ "epoch": 0.04,
378
+ "learning_rate": 4.994080844855243e-05,
379
+ "loss": 0.8598,
380
+ "step": 620
381
+ },
382
+ {
383
+ "epoch": 0.04,
384
+ "learning_rate": 4.993888129671921e-05,
385
+ "loss": 0.824,
386
+ "step": 630
387
+ },
388
+ {
389
+ "epoch": 0.05,
390
+ "learning_rate": 4.993692331181469e-05,
391
+ "loss": 0.8652,
392
+ "step": 640
393
+ },
394
+ {
395
+ "epoch": 0.05,
396
+ "learning_rate": 4.993493449625963e-05,
397
+ "loss": 0.8533,
398
+ "step": 650
399
+ },
400
+ {
401
+ "epoch": 0.05,
402
+ "learning_rate": 4.993291485251288e-05,
403
+ "loss": 0.8677,
404
+ "step": 660
405
+ },
406
+ {
407
+ "epoch": 0.05,
408
+ "learning_rate": 4.993086438307143e-05,
409
+ "loss": 0.8459,
410
+ "step": 670
411
+ },
412
+ {
413
+ "epoch": 0.05,
414
+ "learning_rate": 4.9928783090470365e-05,
415
+ "loss": 0.8626,
416
+ "step": 680
417
+ },
418
+ {
419
+ "epoch": 0.05,
420
+ "learning_rate": 4.992667097728287e-05,
421
+ "loss": 0.8127,
422
+ "step": 690
423
+ },
424
+ {
425
+ "epoch": 0.05,
426
+ "learning_rate": 4.992452804612027e-05,
427
+ "loss": 0.8716,
428
+ "step": 700
429
+ },
430
+ {
431
+ "epoch": 0.05,
432
+ "learning_rate": 4.992235429963195e-05,
433
+ "loss": 0.8544,
434
+ "step": 710
435
+ },
436
+ {
437
+ "epoch": 0.05,
438
+ "learning_rate": 4.992014974050542e-05,
439
+ "loss": 0.8562,
440
+ "step": 720
441
+ },
442
+ {
443
+ "epoch": 0.05,
444
+ "learning_rate": 4.991791437146627e-05,
445
+ "loss": 0.871,
446
+ "step": 730
447
+ },
448
+ {
449
+ "epoch": 0.05,
450
+ "learning_rate": 4.9915648195278186e-05,
451
+ "loss": 0.8453,
452
+ "step": 740
453
+ },
454
+ {
455
+ "epoch": 0.05,
456
+ "learning_rate": 4.9913351214742945e-05,
457
+ "loss": 0.8524,
458
+ "step": 750
459
+ },
460
+ {
461
+ "epoch": 0.05,
462
+ "learning_rate": 4.991102343270042e-05,
463
+ "loss": 0.8581,
464
+ "step": 760
465
+ },
466
+ {
467
+ "epoch": 0.05,
468
+ "learning_rate": 4.9908664852028545e-05,
469
+ "loss": 0.8477,
470
+ "step": 770
471
+ },
472
+ {
473
+ "epoch": 0.06,
474
+ "learning_rate": 4.990627547564335e-05,
475
+ "loss": 0.8651,
476
+ "step": 780
477
+ },
478
+ {
479
+ "epoch": 0.06,
480
+ "learning_rate": 4.990385530649891e-05,
481
+ "loss": 0.8453,
482
+ "step": 790
483
+ },
484
+ {
485
+ "epoch": 0.06,
486
+ "learning_rate": 4.9901404347587404e-05,
487
+ "loss": 0.8586,
488
+ "step": 800
489
+ },
490
+ {
491
+ "epoch": 0.06,
492
+ "learning_rate": 4.9898922601939056e-05,
493
+ "loss": 0.8746,
494
+ "step": 810
495
+ },
496
+ {
497
+ "epoch": 0.06,
498
+ "learning_rate": 4.989641007262218e-05,
499
+ "loss": 0.8652,
500
+ "step": 820
501
+ },
502
+ {
503
+ "epoch": 0.06,
504
+ "learning_rate": 4.98938667627431e-05,
505
+ "loss": 0.8531,
506
+ "step": 830
507
+ },
508
+ {
509
+ "epoch": 0.06,
510
+ "learning_rate": 4.989129267544626e-05,
511
+ "loss": 0.8686,
512
+ "step": 840
513
+ },
514
+ {
515
+ "epoch": 0.06,
516
+ "learning_rate": 4.988868781391408e-05,
517
+ "loss": 0.8692,
518
+ "step": 850
519
+ },
520
+ {
521
+ "epoch": 0.06,
522
+ "learning_rate": 4.988605218136711e-05,
523
+ "loss": 0.8274,
524
+ "step": 860
525
+ },
526
+ {
527
+ "epoch": 0.06,
528
+ "learning_rate": 4.9883385781063876e-05,
529
+ "loss": 0.8502,
530
+ "step": 870
531
+ },
532
+ {
533
+ "epoch": 0.06,
534
+ "learning_rate": 4.9880688616300975e-05,
535
+ "loss": 0.8445,
536
+ "step": 880
537
+ },
538
+ {
539
+ "epoch": 0.06,
540
+ "learning_rate": 4.9877960690413035e-05,
541
+ "loss": 0.8475,
542
+ "step": 890
543
+ },
544
+ {
545
+ "epoch": 0.06,
546
+ "learning_rate": 4.987520200677271e-05,
547
+ "loss": 0.8215,
548
+ "step": 900
549
+ },
550
+ {
551
+ "epoch": 0.06,
552
+ "learning_rate": 4.987241256879071e-05,
553
+ "loss": 0.8389,
554
+ "step": 910
555
+ },
556
+ {
557
+ "epoch": 0.07,
558
+ "learning_rate": 4.986959237991571e-05,
559
+ "loss": 0.8422,
560
+ "step": 920
561
+ },
562
+ {
563
+ "epoch": 0.07,
564
+ "learning_rate": 4.9866741443634455e-05,
565
+ "loss": 0.8287,
566
+ "step": 930
567
+ },
568
+ {
569
+ "epoch": 0.07,
570
+ "learning_rate": 4.986385976347169e-05,
571
+ "loss": 0.8694,
572
+ "step": 940
573
+ },
574
+ {
575
+ "epoch": 0.07,
576
+ "learning_rate": 4.986094734299016e-05,
577
+ "loss": 0.847,
578
+ "step": 950
579
+ },
580
+ {
581
+ "epoch": 0.07,
582
+ "learning_rate": 4.985800418579063e-05,
583
+ "loss": 0.8191,
584
+ "step": 960
585
+ },
586
+ {
587
+ "epoch": 0.07,
588
+ "learning_rate": 4.985503029551184e-05,
589
+ "loss": 0.8419,
590
+ "step": 970
591
+ },
592
+ {
593
+ "epoch": 0.07,
594
+ "learning_rate": 4.985202567583057e-05,
595
+ "loss": 0.8517,
596
+ "step": 980
597
+ },
598
+ {
599
+ "epoch": 0.07,
600
+ "learning_rate": 4.984899033046155e-05,
601
+ "loss": 0.8653,
602
+ "step": 990
603
+ },
604
+ {
605
+ "epoch": 0.07,
606
+ "learning_rate": 4.9845924263157526e-05,
607
+ "loss": 0.8349,
608
+ "step": 1000
609
+ }
610
+ ],
611
+ "max_steps": 28254,
612
+ "num_train_epochs": 2,
613
+ "total_flos": 2.4351950380204032e+17,
614
+ "trial_name": null,
615
+ "trial_params": null
616
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:221face861d281c49061d94e69a5df2e8356d17457f5f4ef2f014d70fd21249c
3
+ size 3271
checkpoint-10000/README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: False
9
+ - load_in_4bit: True
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: nf4
15
+ - bnb_4bit_use_double_quant: True
16
+ - bnb_4bit_compute_dtype: float16
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0
checkpoint-10000/adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "./Llama-2-7b-chat-hf",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 32.0,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "v_proj"
19
+ ],
20
+ "task_type": "CAUSAL_LM"
21
+ }
checkpoint-10000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f714c57ae0e84c325da10732bbcdc8c43ef4e2ea454b9bfe7595bef647318c
3
+ size 16821197
checkpoint-10000/finetuning_args.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dpo_beta": 0.1,
3
+ "finetuning_type": "lora",
4
+ "lora_alpha": 32.0,
5
+ "lora_dropout": 0.1,
6
+ "lora_rank": 8,
7
+ "lora_target": [
8
+ "q_proj",
9
+ "v_proj"
10
+ ],
11
+ "name_module_trainable": "mlp",
12
+ "num_hidden_layers": 32,
13
+ "num_layer_trainable": 3,
14
+ "ppo_score_norm": false,
15
+ "resume_lora_training": true
16
+ }
checkpoint-10000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42123fa83d920bb3a255a7a687a2eb1ea9f17e566bb97bb150b469a78b965ce1
3
+ size 33661637
checkpoint-10000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05d6225789398771b5189036c35cf28db936606ca14f38f8ecd1039e1dcde3a
3
+ size 18663
checkpoint-10000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93cc76c5d7ae5ed46080b681d1f5208fe8bc5915697b321ef9f75faa596c26c9
3
+ size 627
checkpoint-10000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-10000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:221face861d281c49061d94e69a5df2e8356d17457f5f4ef2f014d70fd21249c
3
+ size 3271
checkpoint-11000/README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: False
9
+ - load_in_4bit: True
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: nf4
15
+ - bnb_4bit_use_double_quant: True
16
+ - bnb_4bit_compute_dtype: float16
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0
checkpoint-11000/adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "./Llama-2-7b-chat-hf",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 32.0,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "v_proj"
19
+ ],
20
+ "task_type": "CAUSAL_LM"
21
+ }
checkpoint-11000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26437afd89e8830252fa31d98f1f93d178e45eb47dec9daab089eda6cc14cb7
3
+ size 16821197
checkpoint-11000/finetuning_args.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dpo_beta": 0.1,
3
+ "finetuning_type": "lora",
4
+ "lora_alpha": 32.0,
5
+ "lora_dropout": 0.1,
6
+ "lora_rank": 8,
7
+ "lora_target": [
8
+ "q_proj",
9
+ "v_proj"
10
+ ],
11
+ "name_module_trainable": "mlp",
12
+ "num_hidden_layers": 32,
13
+ "num_layer_trainable": 3,
14
+ "ppo_score_norm": false,
15
+ "resume_lora_training": true
16
+ }
checkpoint-11000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dfdc5a7b72a82bea6b1e623b952a95acc24b2e6a929041a0240338ae0d4a344
3
+ size 33661637
checkpoint-11000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6109f33969d76a77ca5a4ec7325a2b0f5c2f0162418caf5905fe6064ad3e6074
3
+ size 18663
checkpoint-11000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eb3b6455e8be51eec964213c3e96c486647705885fc26f5616552411cb5375e
3
+ size 627
checkpoint-11000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-11000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:221face861d281c49061d94e69a5df2e8356d17457f5f4ef2f014d70fd21249c
3
+ size 3271
checkpoint-12000/README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: False
9
+ - load_in_4bit: True
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: nf4
15
+ - bnb_4bit_use_double_quant: True
16
+ - bnb_4bit_compute_dtype: float16
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0
checkpoint-12000/adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "./Llama-2-7b-chat-hf",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 32.0,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "v_proj"
19
+ ],
20
+ "task_type": "CAUSAL_LM"
21
+ }
checkpoint-12000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15cdefa05b6a05bcd8506fe3040c564100608491ad329a6d0457fb705598efd1
3
+ size 16821197
checkpoint-12000/finetuning_args.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dpo_beta": 0.1,
3
+ "finetuning_type": "lora",
4
+ "lora_alpha": 32.0,
5
+ "lora_dropout": 0.1,
6
+ "lora_rank": 8,
7
+ "lora_target": [
8
+ "q_proj",
9
+ "v_proj"
10
+ ],
11
+ "name_module_trainable": "mlp",
12
+ "num_hidden_layers": 32,
13
+ "num_layer_trainable": 3,
14
+ "ppo_score_norm": false,
15
+ "resume_lora_training": true
16
+ }
checkpoint-12000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e54b9abfd43b35a4193c6e08f54701755cf5f80021e890fe8c9b4062c584767
3
+ size 33661637
checkpoint-12000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:497fc5f4f84ce21c7b29d94b52ec8313d6cb1ed9a8c4299da58f29e636f1e066
3
+ size 18663
checkpoint-12000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7ef392eb88915ec01d1b6e6bc31e16cd878df9a85102b1a2433fb0bdd4d5ee0
3
+ size 627
checkpoint-12000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-12000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:221face861d281c49061d94e69a5df2e8356d17457f5f4ef2f014d70fd21249c
3
+ size 3271
checkpoint-13000/README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: False
9
+ - load_in_4bit: True
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: nf4
15
+ - bnb_4bit_use_double_quant: True
16
+ - bnb_4bit_compute_dtype: float16
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0
checkpoint-13000/adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "./Llama-2-7b-chat-hf",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 32.0,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "v_proj"
19
+ ],
20
+ "task_type": "CAUSAL_LM"
21
+ }
checkpoint-13000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38b36ab9ab0afc9ef5746482ede51e116a4ed0f4afd488519d80af3ff546f112
3
+ size 16821197
checkpoint-13000/finetuning_args.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dpo_beta": 0.1,
3
+ "finetuning_type": "lora",
4
+ "lora_alpha": 32.0,
5
+ "lora_dropout": 0.1,
6
+ "lora_rank": 8,
7
+ "lora_target": [
8
+ "q_proj",
9
+ "v_proj"
10
+ ],
11
+ "name_module_trainable": "mlp",
12
+ "num_hidden_layers": 32,
13
+ "num_layer_trainable": 3,
14
+ "ppo_score_norm": false,
15
+ "resume_lora_training": true
16
+ }
checkpoint-13000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4039ba5883d9c3a3811e634bdbf861fa23147fc2d3373da1603eef651eff800
3
+ size 33661637
checkpoint-13000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bd8d759d0ef06b2ecb227efae8b257b736c638ac6508a3810732b04842cf81f
3
+ size 18663
checkpoint-13000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac65d947299795de87194e2e527c46bcce31fcd02f89111f6e6ba1050b5bf93b
3
+ size 627
checkpoint-13000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-13000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:221face861d281c49061d94e69a5df2e8356d17457f5f4ef2f014d70fd21249c
3
+ size 3271
checkpoint-14000/README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: False
9
+ - load_in_4bit: True
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: nf4
15
+ - bnb_4bit_use_double_quant: True
16
+ - bnb_4bit_compute_dtype: float16
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0