yaleh commited on
Commit
4fcba51
·
1 Parent(s): 60d7699

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - autotrain
4
+ - text-generation
5
+ widget:
6
+ - text: "I love AutoTrain because "
7
+ ---
8
+
9
+ # Model Trained Using AutoTrain
adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "openlm-research/open_llama_7b_v2",
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,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 16,
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:4ebc4a2cb0f86c385f229d85c88d19d2271c492e0ce0f80a367e95d7193ada82
3
+ size 33600461
checkpoint-50/README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - quant_method: bitsandbytes
9
+ - load_in_8bit: False
10
+ - load_in_4bit: True
11
+ - llm_int8_threshold: 6.0
12
+ - llm_int8_skip_modules: None
13
+ - llm_int8_enable_fp32_cpu_offload: False
14
+ - llm_int8_has_fp16_weight: False
15
+ - bnb_4bit_quant_type: nf4
16
+ - bnb_4bit_use_double_quant: False
17
+ - bnb_4bit_compute_dtype: float16
18
+
19
+ The following `bitsandbytes` quantization config was used during training:
20
+ - quant_method: bitsandbytes
21
+ - load_in_8bit: False
22
+ - load_in_4bit: True
23
+ - llm_int8_threshold: 6.0
24
+ - llm_int8_skip_modules: None
25
+ - llm_int8_enable_fp32_cpu_offload: False
26
+ - llm_int8_has_fp16_weight: False
27
+ - bnb_4bit_quant_type: nf4
28
+ - bnb_4bit_use_double_quant: False
29
+ - bnb_4bit_compute_dtype: float16
30
+ ### Framework versions
31
+
32
+ - PEFT 0.6.0.dev0
33
+
34
+ - PEFT 0.6.0.dev0
checkpoint-50/adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "openlm-research/open_llama_7b_v2",
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,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 16,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "v_proj"
19
+ ],
20
+ "task_type": "CAUSAL_LM"
21
+ }
checkpoint-50/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ebc4a2cb0f86c385f229d85c88d19d2271c492e0ce0f80a367e95d7193ada82
3
+ size 33600461
checkpoint-50/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27acb9b33c6b808f30b9318ab74dd2ae7d6c69e50ef34f161f4d5cacffb7ee48
3
+ size 67216581
checkpoint-50/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f94b3c8bf622bf658759062ee07101f4042392e2790862ceb9cd54f315b293e1
3
+ size 14575
checkpoint-50/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae5e4d91f497f1edc51967821fa2562469cb50195961cd84409d55be2b7859a3
3
+ size 627
checkpoint-50/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-50/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-50/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b289e85fa20fd375d8b33dc12f77616f18abc6359804471d1fafcb425fecb8
3
+ size 511574
checkpoint-50/tokenizer_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<s>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "clean_up_tokenization_spaces": false,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "legacy": null,
22
+ "model_max_length": 2048,
23
+ "pad_token": null,
24
+ "sp_model_kwargs": {},
25
+ "spaces_between_special_tokens": false,
26
+ "tokenizer_class": "LlamaTokenizer",
27
+ "unk_token": {
28
+ "__type": "AddedToken",
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ },
35
+ "use_default_system_prompt": true
36
+ }
checkpoint-50/trainer_state.json ADDED
@@ -0,0 +1,319 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 50.0,
5
+ "eval_steps": 500,
6
+ "global_step": 50,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "learning_rate": 4e-05,
14
+ "loss": 1.0863,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 2.0,
19
+ "learning_rate": 8e-05,
20
+ "loss": 1.0863,
21
+ "step": 2
22
+ },
23
+ {
24
+ "epoch": 3.0,
25
+ "learning_rate": 0.00012,
26
+ "loss": 1.0787,
27
+ "step": 3
28
+ },
29
+ {
30
+ "epoch": 4.0,
31
+ "learning_rate": 0.00016,
32
+ "loss": 1.0613,
33
+ "step": 4
34
+ },
35
+ {
36
+ "epoch": 5.0,
37
+ "learning_rate": 0.0002,
38
+ "loss": 1.0333,
39
+ "step": 5
40
+ },
41
+ {
42
+ "epoch": 6.0,
43
+ "learning_rate": 0.00019555555555555556,
44
+ "loss": 0.9949,
45
+ "step": 6
46
+ },
47
+ {
48
+ "epoch": 7.0,
49
+ "learning_rate": 0.00019111111111111114,
50
+ "loss": 0.9394,
51
+ "step": 7
52
+ },
53
+ {
54
+ "epoch": 8.0,
55
+ "learning_rate": 0.0001866666666666667,
56
+ "loss": 0.8862,
57
+ "step": 8
58
+ },
59
+ {
60
+ "epoch": 9.0,
61
+ "learning_rate": 0.00018222222222222224,
62
+ "loss": 0.8334,
63
+ "step": 9
64
+ },
65
+ {
66
+ "epoch": 10.0,
67
+ "learning_rate": 0.00017777777777777779,
68
+ "loss": 0.78,
69
+ "step": 10
70
+ },
71
+ {
72
+ "epoch": 11.0,
73
+ "learning_rate": 0.00017333333333333334,
74
+ "loss": 0.7253,
75
+ "step": 11
76
+ },
77
+ {
78
+ "epoch": 12.0,
79
+ "learning_rate": 0.00016888888888888889,
80
+ "loss": 0.6722,
81
+ "step": 12
82
+ },
83
+ {
84
+ "epoch": 13.0,
85
+ "learning_rate": 0.00016444444444444444,
86
+ "loss": 0.6217,
87
+ "step": 13
88
+ },
89
+ {
90
+ "epoch": 14.0,
91
+ "learning_rate": 0.00016,
92
+ "loss": 0.5675,
93
+ "step": 14
94
+ },
95
+ {
96
+ "epoch": 15.0,
97
+ "learning_rate": 0.00015555555555555556,
98
+ "loss": 0.5151,
99
+ "step": 15
100
+ },
101
+ {
102
+ "epoch": 16.0,
103
+ "learning_rate": 0.0001511111111111111,
104
+ "loss": 0.4665,
105
+ "step": 16
106
+ },
107
+ {
108
+ "epoch": 17.0,
109
+ "learning_rate": 0.00014666666666666666,
110
+ "loss": 0.4185,
111
+ "step": 17
112
+ },
113
+ {
114
+ "epoch": 18.0,
115
+ "learning_rate": 0.00014222222222222224,
116
+ "loss": 0.3737,
117
+ "step": 18
118
+ },
119
+ {
120
+ "epoch": 19.0,
121
+ "learning_rate": 0.0001377777777777778,
122
+ "loss": 0.3338,
123
+ "step": 19
124
+ },
125
+ {
126
+ "epoch": 20.0,
127
+ "learning_rate": 0.00013333333333333334,
128
+ "loss": 0.2935,
129
+ "step": 20
130
+ },
131
+ {
132
+ "epoch": 21.0,
133
+ "learning_rate": 0.00012888888888888892,
134
+ "loss": 0.2579,
135
+ "step": 21
136
+ },
137
+ {
138
+ "epoch": 22.0,
139
+ "learning_rate": 0.00012444444444444444,
140
+ "loss": 0.2264,
141
+ "step": 22
142
+ },
143
+ {
144
+ "epoch": 23.0,
145
+ "learning_rate": 0.00012,
146
+ "loss": 0.1992,
147
+ "step": 23
148
+ },
149
+ {
150
+ "epoch": 24.0,
151
+ "learning_rate": 0.00011555555555555555,
152
+ "loss": 0.1772,
153
+ "step": 24
154
+ },
155
+ {
156
+ "epoch": 25.0,
157
+ "learning_rate": 0.00011111111111111112,
158
+ "loss": 0.1557,
159
+ "step": 25
160
+ },
161
+ {
162
+ "epoch": 26.0,
163
+ "learning_rate": 0.00010666666666666667,
164
+ "loss": 0.137,
165
+ "step": 26
166
+ },
167
+ {
168
+ "epoch": 27.0,
169
+ "learning_rate": 0.00010222222222222222,
170
+ "loss": 0.1238,
171
+ "step": 27
172
+ },
173
+ {
174
+ "epoch": 28.0,
175
+ "learning_rate": 9.777777777777778e-05,
176
+ "loss": 0.1092,
177
+ "step": 28
178
+ },
179
+ {
180
+ "epoch": 29.0,
181
+ "learning_rate": 9.333333333333334e-05,
182
+ "loss": 0.098,
183
+ "step": 29
184
+ },
185
+ {
186
+ "epoch": 30.0,
187
+ "learning_rate": 8.888888888888889e-05,
188
+ "loss": 0.0891,
189
+ "step": 30
190
+ },
191
+ {
192
+ "epoch": 31.0,
193
+ "learning_rate": 8.444444444444444e-05,
194
+ "loss": 0.0824,
195
+ "step": 31
196
+ },
197
+ {
198
+ "epoch": 32.0,
199
+ "learning_rate": 8e-05,
200
+ "loss": 0.077,
201
+ "step": 32
202
+ },
203
+ {
204
+ "epoch": 33.0,
205
+ "learning_rate": 7.555555555555556e-05,
206
+ "loss": 0.0713,
207
+ "step": 33
208
+ },
209
+ {
210
+ "epoch": 34.0,
211
+ "learning_rate": 7.111111111111112e-05,
212
+ "loss": 0.0667,
213
+ "step": 34
214
+ },
215
+ {
216
+ "epoch": 35.0,
217
+ "learning_rate": 6.666666666666667e-05,
218
+ "loss": 0.0626,
219
+ "step": 35
220
+ },
221
+ {
222
+ "epoch": 36.0,
223
+ "learning_rate": 6.222222222222222e-05,
224
+ "loss": 0.0597,
225
+ "step": 36
226
+ },
227
+ {
228
+ "epoch": 37.0,
229
+ "learning_rate": 5.7777777777777776e-05,
230
+ "loss": 0.0564,
231
+ "step": 37
232
+ },
233
+ {
234
+ "epoch": 38.0,
235
+ "learning_rate": 5.333333333333333e-05,
236
+ "loss": 0.0531,
237
+ "step": 38
238
+ },
239
+ {
240
+ "epoch": 39.0,
241
+ "learning_rate": 4.888888888888889e-05,
242
+ "loss": 0.051,
243
+ "step": 39
244
+ },
245
+ {
246
+ "epoch": 40.0,
247
+ "learning_rate": 4.4444444444444447e-05,
248
+ "loss": 0.0489,
249
+ "step": 40
250
+ },
251
+ {
252
+ "epoch": 41.0,
253
+ "learning_rate": 4e-05,
254
+ "loss": 0.0473,
255
+ "step": 41
256
+ },
257
+ {
258
+ "epoch": 42.0,
259
+ "learning_rate": 3.555555555555556e-05,
260
+ "loss": 0.0455,
261
+ "step": 42
262
+ },
263
+ {
264
+ "epoch": 43.0,
265
+ "learning_rate": 3.111111111111111e-05,
266
+ "loss": 0.0444,
267
+ "step": 43
268
+ },
269
+ {
270
+ "epoch": 44.0,
271
+ "learning_rate": 2.6666666666666667e-05,
272
+ "loss": 0.0433,
273
+ "step": 44
274
+ },
275
+ {
276
+ "epoch": 45.0,
277
+ "learning_rate": 2.2222222222222223e-05,
278
+ "loss": 0.0423,
279
+ "step": 45
280
+ },
281
+ {
282
+ "epoch": 46.0,
283
+ "learning_rate": 1.777777777777778e-05,
284
+ "loss": 0.0416,
285
+ "step": 46
286
+ },
287
+ {
288
+ "epoch": 47.0,
289
+ "learning_rate": 1.3333333333333333e-05,
290
+ "loss": 0.0408,
291
+ "step": 47
292
+ },
293
+ {
294
+ "epoch": 48.0,
295
+ "learning_rate": 8.88888888888889e-06,
296
+ "loss": 0.0404,
297
+ "step": 48
298
+ },
299
+ {
300
+ "epoch": 49.0,
301
+ "learning_rate": 4.444444444444445e-06,
302
+ "loss": 0.0402,
303
+ "step": 49
304
+ },
305
+ {
306
+ "epoch": 50.0,
307
+ "learning_rate": 0.0,
308
+ "loss": 0.0399,
309
+ "step": 50
310
+ }
311
+ ],
312
+ "logging_steps": 1,
313
+ "max_steps": 50,
314
+ "num_train_epochs": 50,
315
+ "save_steps": 500,
316
+ "total_flos": 3112915540377600.0,
317
+ "trial_name": null,
318
+ "trial_params": null
319
+ }
checkpoint-50/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b98223f213589fa36bf20181ea7bed84064e1e32f0ef18dc8b07356c06504a90
3
+ size 4091
runs/Aug26_09-16-32_s-yaleh-autotrain-2ju9-lthb-ccz3-0-5aecd-bf9bd8996-9mr69/events.out.tfevents.1693041392.s-yaleh-autotrain-2ju9-lthb-ccz3-0-5aecd-bf9bd8996-9mr69.115.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9883168137f72f6850bb1c7953f02aacb260010f79d40f5d42ed1bed968057c3
3
+ size 12544
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b289e85fa20fd375d8b33dc12f77616f18abc6359804471d1fafcb425fecb8
3
+ size 511574
tokenizer_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<s>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "clean_up_tokenization_spaces": false,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "legacy": null,
22
+ "model_max_length": 2048,
23
+ "pad_token": null,
24
+ "sp_model_kwargs": {},
25
+ "spaces_between_special_tokens": false,
26
+ "tokenizer_class": "LlamaTokenizer",
27
+ "unk_token": {
28
+ "__type": "AddedToken",
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ },
35
+ "use_default_system_prompt": true
36
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b98223f213589fa36bf20181ea7bed84064e1e32f0ef18dc8b07356c06504a90
3
+ size 4091
training_params.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model": "openlm-research/open_llama_7b_v2", "data_path": "yaleh/autotrain-data-2ju9-lthb-ccz3", "project_name": "/tmp/model", "train_split": "train", "valid_split": null, "text_column": "autotrain_text", "lr": 0.0002, "epochs": 50, "batch_size": 16, "warmup_ratio": 0.1, "gradient_accumulation": 1, "optimizer": "adamw_torch", "scheduler": "linear", "weight_decay": 0.01, "max_grad_norm": 1.0, "seed": 42, "add_eos_token": true, "block_size": 1024, "use_peft": true, "lora_r": 16, "lora_alpha": 32, "lora_dropout": 0.1, "logging_steps": -1, "evaluation_strategy": "epoch", "save_total_limit": 1, "save_strategy": "epoch", "auto_find_batch_size": false, "fp16": true, "push_to_hub": true, "use_int8": false, "model_max_length": 2048, "repo_id": "yaleh/2ju9-lthb-ccz3-0", "use_int4": true, "trainer": "sft", "target_modules": null, "merge_adapter": false, "username": "yaleh"}