Ciaranshu commited on
Commit
c745e5d
1 Parent(s): a5885b9
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
- license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: True
9
+ - load_in_4bit: False
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: fp4
15
+ - bnb_4bit_use_double_quant: False
16
+ - bnb_4bit_compute_dtype: float32
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": "meta-llama/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": 16,
11
+ "lora_dropout": 0.05,
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:b1e9a0b598746fe25487fec806d3ffb5301f9d64632a34ff8fbaf24cd76e4ccb
3
+ size 16822989
checkpoint-200/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: True
9
+ - load_in_4bit: False
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: fp4
15
+ - bnb_4bit_use_double_quant: False
16
+ - bnb_4bit_compute_dtype: float32
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0
checkpoint-200/adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "meta-llama/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": 16,
11
+ "lora_dropout": 0.05,
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-200/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1e9a0b598746fe25487fec806d3ffb5301f9d64632a34ff8fbaf24cd76e4ccb
3
+ size 16822989
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8056c94b08f487a72cea418eebbc9faf6fecc3fa803a30fb7c34a1131d741dea
3
+ size 33629765
checkpoint-200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a1f2b4d9049653fbc63df0fe20a0d1bf369a0d2bb253880d94ff800f6b75e9
3
+ size 14575
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f645d4f6c47283041486abb9587c0828451cbed381a909bd5063c8be291fe2
3
+ size 627
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7148585915565491,
3
+ "best_model_checkpoint": "../../models/lora/llama-2-7b-multitask_cot_reflection/checkpoint-200",
4
+ "epoch": 12.5,
5
+ "global_step": 200,
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.62,
12
+ "learning_rate": 2.9999999999999997e-05,
13
+ "loss": 2.4102,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 1.25,
18
+ "learning_rate": 5.9999999999999995e-05,
19
+ "loss": 2.3324,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 1.88,
24
+ "learning_rate": 8.999999999999999e-05,
25
+ "loss": 1.9864,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 2.5,
30
+ "learning_rate": 0.00011999999999999999,
31
+ "loss": 1.6398,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 3.12,
36
+ "learning_rate": 0.00015,
37
+ "loss": 1.2703,
38
+ "step": 50
39
+ },
40
+ {
41
+ "epoch": 3.75,
42
+ "learning_rate": 0.00017999999999999998,
43
+ "loss": 1.0435,
44
+ "step": 60
45
+ },
46
+ {
47
+ "epoch": 4.38,
48
+ "learning_rate": 0.00020999999999999998,
49
+ "loss": 0.9847,
50
+ "step": 70
51
+ },
52
+ {
53
+ "epoch": 5.0,
54
+ "learning_rate": 0.00023999999999999998,
55
+ "loss": 0.956,
56
+ "step": 80
57
+ },
58
+ {
59
+ "epoch": 5.62,
60
+ "learning_rate": 0.00027,
61
+ "loss": 0.9321,
62
+ "step": 90
63
+ },
64
+ {
65
+ "epoch": 6.25,
66
+ "learning_rate": 0.0003,
67
+ "loss": 0.8775,
68
+ "step": 100
69
+ },
70
+ {
71
+ "epoch": 6.88,
72
+ "learning_rate": 0.0002921052631578947,
73
+ "loss": 0.818,
74
+ "step": 110
75
+ },
76
+ {
77
+ "epoch": 7.5,
78
+ "learning_rate": 0.0002842105263157894,
79
+ "loss": 0.8128,
80
+ "step": 120
81
+ },
82
+ {
83
+ "epoch": 8.12,
84
+ "learning_rate": 0.0002763157894736842,
85
+ "loss": 0.78,
86
+ "step": 130
87
+ },
88
+ {
89
+ "epoch": 8.75,
90
+ "learning_rate": 0.0002684210526315789,
91
+ "loss": 0.7734,
92
+ "step": 140
93
+ },
94
+ {
95
+ "epoch": 9.38,
96
+ "learning_rate": 0.0002605263157894737,
97
+ "loss": 0.7761,
98
+ "step": 150
99
+ },
100
+ {
101
+ "epoch": 10.0,
102
+ "learning_rate": 0.00025263157894736836,
103
+ "loss": 0.7668,
104
+ "step": 160
105
+ },
106
+ {
107
+ "epoch": 10.62,
108
+ "learning_rate": 0.00024473684210526314,
109
+ "loss": 0.7732,
110
+ "step": 170
111
+ },
112
+ {
113
+ "epoch": 11.25,
114
+ "learning_rate": 0.00023684210526315788,
115
+ "loss": 0.7536,
116
+ "step": 180
117
+ },
118
+ {
119
+ "epoch": 11.88,
120
+ "learning_rate": 0.00022894736842105263,
121
+ "loss": 0.7406,
122
+ "step": 190
123
+ },
124
+ {
125
+ "epoch": 12.5,
126
+ "learning_rate": 0.00022105263157894733,
127
+ "loss": 0.7288,
128
+ "step": 200
129
+ },
130
+ {
131
+ "epoch": 12.5,
132
+ "eval_loss": 0.7148585915565491,
133
+ "eval_runtime": 1.0356,
134
+ "eval_samples_per_second": 20.277,
135
+ "eval_steps_per_second": 2.897,
136
+ "step": 200
137
+ }
138
+ ],
139
+ "max_steps": 480,
140
+ "num_train_epochs": 30,
141
+ "total_flos": 2.6708116680081408e+17,
142
+ "trial_name": null,
143
+ "trial_params": null
144
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c6a2e1d0de3ad6ec24c950400d7c1b2ccb4aa004f5d18ae05152a1e093947ce
3
+ size 4027
checkpoint-400/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: True
9
+ - load_in_4bit: False
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: fp4
15
+ - bnb_4bit_use_double_quant: False
16
+ - bnb_4bit_compute_dtype: float32
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0
checkpoint-400/adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "meta-llama/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": 16,
11
+ "lora_dropout": 0.05,
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-400/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f701db944cf5c4eccea7f8fad2b0a2813d5ce455358f815077826ab302d97e23
3
+ size 16822989
checkpoint-400/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d473c89451f53f6e6b145016596464ea5c83ca36c203260aaf00c9f7409c5e2c
3
+ size 33629893
checkpoint-400/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97c9817b7f1f178c9b047f8772058b66af4e7936122dbb0e2b69dfb9dac7cfa7
3
+ size 14575
checkpoint-400/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09e9cadf02e5dfc5161a89b06942054146e1c2c5cd62cfeaf37b0207c334b84c
3
+ size 627
checkpoint-400/trainer_state.json ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7148585915565491,
3
+ "best_model_checkpoint": "../../models/lora/llama-2-7b-multitask_cot_reflection/checkpoint-200",
4
+ "epoch": 25.0,
5
+ "global_step": 400,
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.62,
12
+ "learning_rate": 2.9999999999999997e-05,
13
+ "loss": 2.4102,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 1.25,
18
+ "learning_rate": 5.9999999999999995e-05,
19
+ "loss": 2.3324,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 1.88,
24
+ "learning_rate": 8.999999999999999e-05,
25
+ "loss": 1.9864,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 2.5,
30
+ "learning_rate": 0.00011999999999999999,
31
+ "loss": 1.6398,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 3.12,
36
+ "learning_rate": 0.00015,
37
+ "loss": 1.2703,
38
+ "step": 50
39
+ },
40
+ {
41
+ "epoch": 3.75,
42
+ "learning_rate": 0.00017999999999999998,
43
+ "loss": 1.0435,
44
+ "step": 60
45
+ },
46
+ {
47
+ "epoch": 4.38,
48
+ "learning_rate": 0.00020999999999999998,
49
+ "loss": 0.9847,
50
+ "step": 70
51
+ },
52
+ {
53
+ "epoch": 5.0,
54
+ "learning_rate": 0.00023999999999999998,
55
+ "loss": 0.956,
56
+ "step": 80
57
+ },
58
+ {
59
+ "epoch": 5.62,
60
+ "learning_rate": 0.00027,
61
+ "loss": 0.9321,
62
+ "step": 90
63
+ },
64
+ {
65
+ "epoch": 6.25,
66
+ "learning_rate": 0.0003,
67
+ "loss": 0.8775,
68
+ "step": 100
69
+ },
70
+ {
71
+ "epoch": 6.88,
72
+ "learning_rate": 0.0002921052631578947,
73
+ "loss": 0.818,
74
+ "step": 110
75
+ },
76
+ {
77
+ "epoch": 7.5,
78
+ "learning_rate": 0.0002842105263157894,
79
+ "loss": 0.8128,
80
+ "step": 120
81
+ },
82
+ {
83
+ "epoch": 8.12,
84
+ "learning_rate": 0.0002763157894736842,
85
+ "loss": 0.78,
86
+ "step": 130
87
+ },
88
+ {
89
+ "epoch": 8.75,
90
+ "learning_rate": 0.0002684210526315789,
91
+ "loss": 0.7734,
92
+ "step": 140
93
+ },
94
+ {
95
+ "epoch": 9.38,
96
+ "learning_rate": 0.0002605263157894737,
97
+ "loss": 0.7761,
98
+ "step": 150
99
+ },
100
+ {
101
+ "epoch": 10.0,
102
+ "learning_rate": 0.00025263157894736836,
103
+ "loss": 0.7668,
104
+ "step": 160
105
+ },
106
+ {
107
+ "epoch": 10.62,
108
+ "learning_rate": 0.00024473684210526314,
109
+ "loss": 0.7732,
110
+ "step": 170
111
+ },
112
+ {
113
+ "epoch": 11.25,
114
+ "learning_rate": 0.00023684210526315788,
115
+ "loss": 0.7536,
116
+ "step": 180
117
+ },
118
+ {
119
+ "epoch": 11.88,
120
+ "learning_rate": 0.00022894736842105263,
121
+ "loss": 0.7406,
122
+ "step": 190
123
+ },
124
+ {
125
+ "epoch": 12.5,
126
+ "learning_rate": 0.00022105263157894733,
127
+ "loss": 0.7288,
128
+ "step": 200
129
+ },
130
+ {
131
+ "epoch": 12.5,
132
+ "eval_loss": 0.7148585915565491,
133
+ "eval_runtime": 1.0356,
134
+ "eval_samples_per_second": 20.277,
135
+ "eval_steps_per_second": 2.897,
136
+ "step": 200
137
+ },
138
+ {
139
+ "epoch": 13.12,
140
+ "learning_rate": 0.00021315789473684208,
141
+ "loss": 0.7373,
142
+ "step": 210
143
+ },
144
+ {
145
+ "epoch": 13.75,
146
+ "learning_rate": 0.00020526315789473683,
147
+ "loss": 0.6982,
148
+ "step": 220
149
+ },
150
+ {
151
+ "epoch": 14.38,
152
+ "learning_rate": 0.00019736842105263157,
153
+ "loss": 0.7172,
154
+ "step": 230
155
+ },
156
+ {
157
+ "epoch": 15.0,
158
+ "learning_rate": 0.0001894736842105263,
159
+ "loss": 0.7116,
160
+ "step": 240
161
+ },
162
+ {
163
+ "epoch": 15.62,
164
+ "learning_rate": 0.00018157894736842105,
165
+ "loss": 0.7176,
166
+ "step": 250
167
+ },
168
+ {
169
+ "epoch": 16.25,
170
+ "learning_rate": 0.0001736842105263158,
171
+ "loss": 0.6915,
172
+ "step": 260
173
+ },
174
+ {
175
+ "epoch": 16.88,
176
+ "learning_rate": 0.00016578947368421052,
177
+ "loss": 0.6805,
178
+ "step": 270
179
+ },
180
+ {
181
+ "epoch": 17.5,
182
+ "learning_rate": 0.00015789473684210524,
183
+ "loss": 0.6726,
184
+ "step": 280
185
+ },
186
+ {
187
+ "epoch": 18.12,
188
+ "learning_rate": 0.00015,
189
+ "loss": 0.6736,
190
+ "step": 290
191
+ },
192
+ {
193
+ "epoch": 18.75,
194
+ "learning_rate": 0.0001421052631578947,
195
+ "loss": 0.6431,
196
+ "step": 300
197
+ },
198
+ {
199
+ "epoch": 19.38,
200
+ "learning_rate": 0.00013421052631578946,
201
+ "loss": 0.6579,
202
+ "step": 310
203
+ },
204
+ {
205
+ "epoch": 20.0,
206
+ "learning_rate": 0.00012631578947368418,
207
+ "loss": 0.6454,
208
+ "step": 320
209
+ },
210
+ {
211
+ "epoch": 20.62,
212
+ "learning_rate": 0.00011842105263157894,
213
+ "loss": 0.6592,
214
+ "step": 330
215
+ },
216
+ {
217
+ "epoch": 21.25,
218
+ "learning_rate": 0.00011052631578947366,
219
+ "loss": 0.6382,
220
+ "step": 340
221
+ },
222
+ {
223
+ "epoch": 21.88,
224
+ "learning_rate": 0.00010263157894736841,
225
+ "loss": 0.6219,
226
+ "step": 350
227
+ },
228
+ {
229
+ "epoch": 22.5,
230
+ "learning_rate": 9.473684210526315e-05,
231
+ "loss": 0.6203,
232
+ "step": 360
233
+ },
234
+ {
235
+ "epoch": 23.12,
236
+ "learning_rate": 8.68421052631579e-05,
237
+ "loss": 0.6126,
238
+ "step": 370
239
+ },
240
+ {
241
+ "epoch": 23.75,
242
+ "learning_rate": 7.894736842105262e-05,
243
+ "loss": 0.5904,
244
+ "step": 380
245
+ },
246
+ {
247
+ "epoch": 24.38,
248
+ "learning_rate": 7.105263157894735e-05,
249
+ "loss": 0.6079,
250
+ "step": 390
251
+ },
252
+ {
253
+ "epoch": 25.0,
254
+ "learning_rate": 6.315789473684209e-05,
255
+ "loss": 0.5885,
256
+ "step": 400
257
+ },
258
+ {
259
+ "epoch": 25.0,
260
+ "eval_loss": 0.7490605711936951,
261
+ "eval_runtime": 1.0337,
262
+ "eval_samples_per_second": 20.315,
263
+ "eval_steps_per_second": 2.902,
264
+ "step": 400
265
+ }
266
+ ],
267
+ "max_steps": 480,
268
+ "num_train_epochs": 30,
269
+ "total_flos": 5.331925003272192e+17,
270
+ "trial_name": null,
271
+ "trial_params": null
272
+ }
checkpoint-400/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c6a2e1d0de3ad6ec24c950400d7c1b2ccb4aa004f5d18ae05152a1e093947ce
3
+ size 4027
runs/Sep14_08-30-40_ltl-gpu05/events.out.tfevents.1694676641.ltl-gpu05.60894.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edddcc1f3c4071edec99d68dc7e645e7c807ddf15e863f28d1240856281b97e9
3
+ size 12899