error577 commited on
Commit
3d89dae
·
verified ·
1 Parent(s): b726d7b

End of training

Browse files
Files changed (2) hide show
  1. README.md +119 -40
  2. adapter_model.bin +2 -2
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  axolotl version: `0.4.1`
19
  ```yaml
20
- adapter: qlora
21
  base_model: EleutherAI/pythia-14m
22
  bf16: auto
23
  chat_template: llama3
@@ -43,35 +43,35 @@ early_stopping:
43
  mode: min
44
  patience: 3
45
  eval_max_new_tokens: 128
46
- eval_steps: 20
47
  eval_table_size: null
48
  evals_per_epoch: null
49
- flash_attention: false
50
- fp16: null
51
  fsdp: null
52
  fsdp_config: null
53
- gradient_accumulation_steps: 16
54
- gradient_checkpointing: true
55
  group_by_length: true
56
  hub_model_id: error577/69b7eea5-e651-4261-bbe7-dff9a84f0402
57
  hub_repo: null
58
  hub_strategy: checkpoint
59
  hub_token: null
60
- learning_rate: 0.0003
61
- load_in_4bit: true
62
  load_in_8bit: false
63
  local_rank: null
64
  logging_steps: 1
65
- lora_alpha: 64
66
  lora_dropout: 0.3
67
  lora_fan_in_fan_out: null
68
  lora_model_dir: null
69
- lora_r: 32
70
  lora_target_linear: true
71
  lr_scheduler: cosine
72
  max_grad_norm: 1.0
73
- max_steps: 300
74
- micro_batch_size: 1
75
  mlflow_experiment_name: /tmp/802c9640ea62abdd_train_data.json
76
  model_type: AutoModelForCausalLM
77
  num_epochs: 50
@@ -81,7 +81,7 @@ pad_to_sequence_len: true
81
  resume_from_checkpoint: null
82
  s2_attention: null
83
  sample_packing: false
84
- save_steps: 20
85
  sequence_len: 512
86
  special_tokens:
87
  pad_token: <|endoftext|>
@@ -97,7 +97,7 @@ wandb_name: 8ea0398e-a0bd-403d-bf23-7a1713ec2e02
97
  wandb_project: Gradients-On-Demand
98
  wandb_run: your_name
99
  wandb_runid: 8ea0398e-a0bd-403d-bf23-7a1713ec2e02
100
- warmup_steps: 10
101
  weight_decay: 0.01
102
  xformers_attention: null
103
 
@@ -109,7 +109,7 @@ xformers_attention: null
109
 
110
  This model is a fine-tuned version of [EleutherAI/pythia-14m](https://huggingface.co/EleutherAI/pythia-14m) on the None dataset.
111
  It achieves the following results on the evaluation set:
112
- - Loss: 8.7804
113
 
114
  ## Model description
115
 
@@ -128,37 +128,116 @@ More information needed
128
  ### Training hyperparameters
129
 
130
  The following hyperparameters were used during training:
131
- - learning_rate: 0.0003
132
- - train_batch_size: 1
133
- - eval_batch_size: 1
134
  - seed: 42
135
- - gradient_accumulation_steps: 16
136
- - total_train_batch_size: 16
137
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
138
  - lr_scheduler_type: cosine
139
- - lr_scheduler_warmup_steps: 10
140
- - training_steps: 300
141
 
142
  ### Training results
143
 
144
- | Training Loss | Epoch | Step | Validation Loss |
145
- |:-------------:|:------:|:----:|:---------------:|
146
- | 118.0917 | 0.0007 | 1 | 15.7435 |
147
- | 91.0717 | 0.0132 | 20 | 15.4725 |
148
- | 220.4361 | 0.0264 | 40 | 16.9799 |
149
- | 119.3659 | 0.0396 | 60 | 16.1753 |
150
- | 194.2475 | 0.0528 | 80 | 21.7871 |
151
- | 116.0362 | 0.0660 | 100 | 9.9620 |
152
- | 89.6598 | 0.0792 | 120 | 12.7886 |
153
- | 101.8808 | 0.0924 | 140 | 10.7512 |
154
- | 98.0636 | 0.1056 | 160 | 11.3606 |
155
- | 257.9727 | 0.1189 | 180 | 9.8128 |
156
- | 118.2566 | 0.1321 | 200 | 8.8693 |
157
- | 88.1685 | 0.1453 | 220 | 9.6910 |
158
- | 89.4133 | 0.1585 | 240 | 8.8560 |
159
- | 92.8052 | 0.1717 | 260 | 8.8088 |
160
- | 316.9688 | 0.1849 | 280 | 8.8240 |
161
- | 106.2684 | 0.1981 | 300 | 8.7804 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
 
163
 
164
  ### Framework versions
 
17
 
18
  axolotl version: `0.4.1`
19
  ```yaml
20
+ adapter: lora
21
  base_model: EleutherAI/pythia-14m
22
  bf16: auto
23
  chat_template: llama3
 
43
  mode: min
44
  patience: 3
45
  eval_max_new_tokens: 128
46
+ eval_steps: 200
47
  eval_table_size: null
48
  evals_per_epoch: null
49
+ flash_attention: true
50
+ fp16: true
51
  fsdp: null
52
  fsdp_config: null
53
+ gradient_accumulation_steps: 8
54
+ gradient_checkpointing: false
55
  group_by_length: true
56
  hub_model_id: error577/69b7eea5-e651-4261-bbe7-dff9a84f0402
57
  hub_repo: null
58
  hub_strategy: checkpoint
59
  hub_token: null
60
+ learning_rate: 0.0005
61
+ load_in_4bit: false
62
  load_in_8bit: false
63
  local_rank: null
64
  logging_steps: 1
65
+ lora_alpha: 16
66
  lora_dropout: 0.3
67
  lora_fan_in_fan_out: null
68
  lora_model_dir: null
69
+ lora_r: 8
70
  lora_target_linear: true
71
  lr_scheduler: cosine
72
  max_grad_norm: 1.0
73
+ max_steps:
74
+ micro_batch_size: 8
75
  mlflow_experiment_name: /tmp/802c9640ea62abdd_train_data.json
76
  model_type: AutoModelForCausalLM
77
  num_epochs: 50
 
81
  resume_from_checkpoint: null
82
  s2_attention: null
83
  sample_packing: false
84
+ save_steps: 200
85
  sequence_len: 512
86
  special_tokens:
87
  pad_token: <|endoftext|>
 
97
  wandb_project: Gradients-On-Demand
98
  wandb_run: your_name
99
  wandb_runid: 8ea0398e-a0bd-403d-bf23-7a1713ec2e02
100
+ warmup_steps: 100
101
  weight_decay: 0.01
102
  xformers_attention: null
103
 
 
109
 
110
  This model is a fine-tuned version of [EleutherAI/pythia-14m](https://huggingface.co/EleutherAI/pythia-14m) on the None dataset.
111
  It achieves the following results on the evaluation set:
112
+ - Loss: 3.8237
113
 
114
  ## Model description
115
 
 
128
  ### Training hyperparameters
129
 
130
  The following hyperparameters were used during training:
131
+ - learning_rate: 0.0005
132
+ - train_batch_size: 8
133
+ - eval_batch_size: 8
134
  - seed: 42
135
+ - gradient_accumulation_steps: 8
136
+ - total_train_batch_size: 64
137
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
138
  - lr_scheduler_type: cosine
139
+ - lr_scheduler_warmup_steps: 100
140
+ - num_epochs: 50
141
 
142
  ### Training results
143
 
144
+ | Training Loss | Epoch | Step | Validation Loss |
145
+ |:-------------:|:-------:|:-----:|:---------------:|
146
+ | 39.1249 | 0.0026 | 1 | 10.0968 |
147
+ | 71.4111 | 0.5282 | 200 | 9.3248 |
148
+ | 44.3177 | 1.0565 | 400 | 8.1473 |
149
+ | 49.1185 | 1.5847 | 600 | 6.9981 |
150
+ | 50.9228 | 2.1129 | 800 | 6.6570 |
151
+ | 40.8153 | 2.6411 | 1000 | 6.8431 |
152
+ | 42.4526 | 3.1694 | 1200 | 7.7932 |
153
+ | 39.7586 | 3.6976 | 1400 | 6.2292 |
154
+ | 48.8855 | 4.2258 | 1600 | 5.4457 |
155
+ | 44.0622 | 4.7540 | 1800 | 4.9771 |
156
+ | 45.8481 | 5.2823 | 2000 | 6.3697 |
157
+ | 47.8421 | 5.8105 | 2200 | 5.8377 |
158
+ | 43.9395 | 6.3387 | 2400 | 5.1223 |
159
+ | 85.549 | 6.8670 | 2600 | 6.1504 |
160
+ | 47.3447 | 7.3952 | 2800 | 5.7667 |
161
+ | 43.8816 | 7.9234 | 3000 | 5.3430 |
162
+ | 40.3727 | 8.4516 | 3200 | 6.1097 |
163
+ | 41.1325 | 8.9799 | 3400 | 5.1159 |
164
+ | 40.9136 | 9.5081 | 3600 | 4.5801 |
165
+ | 41.1352 | 10.0363 | 3800 | 6.2688 |
166
+ | 39.6023 | 10.5645 | 4000 | 5.1909 |
167
+ | 80.3153 | 11.0928 | 4200 | 6.4605 |
168
+ | 45.0038 | 11.6210 | 4400 | 4.5793 |
169
+ | 41.6005 | 12.1492 | 4600 | 4.9905 |
170
+ | 45.3766 | 12.6775 | 4800 | 5.0839 |
171
+ | 47.2055 | 13.2057 | 5000 | 4.8364 |
172
+ | 39.6311 | 13.7339 | 5200 | 4.4988 |
173
+ | 38.6004 | 14.2621 | 5400 | 4.3441 |
174
+ | 40.9808 | 14.7904 | 5600 | 4.4398 |
175
+ | 37.3181 | 15.3186 | 5800 | 5.1047 |
176
+ | 36.6136 | 15.8468 | 6000 | 5.4884 |
177
+ | 37.8118 | 16.3750 | 6200 | 4.3552 |
178
+ | 36.0667 | 16.9033 | 6400 | 4.3316 |
179
+ | 37.5132 | 17.4315 | 6600 | 4.8862 |
180
+ | 50.9856 | 17.9597 | 6800 | 5.5664 |
181
+ | 36.4944 | 18.4879 | 7000 | 4.2171 |
182
+ | 45.6295 | 19.0162 | 7200 | 4.1826 |
183
+ | 42.4406 | 19.5444 | 7400 | 4.0599 |
184
+ | 26.7199 | 20.0726 | 7600 | 4.1067 |
185
+ | 54.9829 | 20.6009 | 7800 | 4.8624 |
186
+ | 39.5695 | 21.1291 | 8000 | 4.0729 |
187
+ | 37.4214 | 21.6573 | 8200 | 3.9378 |
188
+ | 36.9187 | 22.1855 | 8400 | 4.3148 |
189
+ | 35.4205 | 22.7138 | 8600 | 4.1648 |
190
+ | 35.7372 | 23.2420 | 8800 | 4.0165 |
191
+ | 35.1088 | 23.7702 | 9000 | 3.8706 |
192
+ | 39.2135 | 24.2984 | 9200 | 4.0032 |
193
+ | 37.4056 | 24.8267 | 9400 | 3.9010 |
194
+ | 34.5682 | 25.3549 | 9600 | 3.8448 |
195
+ | 36.7296 | 25.8831 | 9800 | 4.0820 |
196
+ | 42.8511 | 26.4114 | 10000 | 3.9215 |
197
+ | 40.7808 | 26.9396 | 10200 | 3.8902 |
198
+ | 15.1421 | 27.4678 | 10400 | 3.7762 |
199
+ | 34.2062 | 27.9960 | 10600 | 3.8415 |
200
+ | 36.2686 | 28.5243 | 10800 | 3.8351 |
201
+ | 36.9976 | 29.0525 | 11000 | 3.7793 |
202
+ | 35.2614 | 29.5807 | 11200 | 3.8270 |
203
+ | 34.4366 | 30.1089 | 11400 | 3.7929 |
204
+ | 34.2567 | 30.6372 | 11600 | 3.8164 |
205
+ | 40.2896 | 31.1654 | 11800 | 3.7706 |
206
+ | 37.7728 | 31.6936 | 12000 | 3.7791 |
207
+ | 35.5756 | 32.2219 | 12200 | 3.7962 |
208
+ | 34.3571 | 32.7501 | 12400 | 3.8736 |
209
+ | 42.4826 | 33.2783 | 12600 | 3.7960 |
210
+ | 40.7814 | 33.8065 | 12800 | 3.8017 |
211
+ | 14.1216 | 34.3348 | 13000 | 3.7857 |
212
+ | 11.2619 | 34.8630 | 13200 | 3.7641 |
213
+ | 37.2205 | 35.3912 | 13400 | 3.8345 |
214
+ | 35.3169 | 35.9194 | 13600 | 3.8081 |
215
+ | 34.3745 | 36.4477 | 13800 | 3.7031 |
216
+ | 34.5547 | 36.9759 | 14000 | 3.7369 |
217
+ | 34.5162 | 37.5041 | 14200 | 3.6995 |
218
+ | 37.7118 | 38.0324 | 14400 | 3.7207 |
219
+ | 39.0695 | 38.5606 | 14600 | 3.7335 |
220
+ | 34.4469 | 39.0888 | 14800 | 3.7482 |
221
+ | 34.4357 | 39.6170 | 15000 | 3.7970 |
222
+ | 43.1633 | 40.1453 | 15200 | 3.7945 |
223
+ | 42.9024 | 40.6735 | 15400 | 3.7269 |
224
+ | 14.7952 | 41.2017 | 15600 | 3.8083 |
225
+ | 10.8769 | 41.7299 | 15800 | 3.7764 |
226
+ | 35.1502 | 42.2582 | 16000 | 3.8323 |
227
+ | 35.9114 | 42.7864 | 16200 | 3.7109 |
228
+ | 34.8312 | 43.3146 | 16400 | 3.7495 |
229
+ | 34.5818 | 43.8429 | 16600 | 3.7187 |
230
+ | 33.9313 | 44.3711 | 16800 | 3.7662 |
231
+ | 34.665 | 44.8993 | 17000 | 3.8026 |
232
+ | 37.6367 | 45.4275 | 17200 | 3.6587 |
233
+ | 38.0785 | 45.9558 | 17400 | 3.6727 |
234
+ | 33.453 | 46.4840 | 17600 | 3.7711 |
235
+ | 40.0688 | 47.0122 | 17800 | 3.7068 |
236
+ | 40.0877 | 47.5404 | 18000 | 3.8389 |
237
+ | 10.4014 | 48.0687 | 18200 | 3.7921 |
238
+ | 10.9314 | 48.5969 | 18400 | 3.8024 |
239
+ | 33.8793 | 49.1251 | 18600 | 3.7171 |
240
+ | 34.2436 | 49.6534 | 18800 | 3.8237 |
241
 
242
 
243
  ### Framework versions
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb12187188ed216b5643eaad3c4964d1a49d3d199ef4e2878b1d53cebc03d9ec
3
- size 1590462
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d88f6153bff2eeb53b8b070f6162531d03ca20278b77596fb736f995fbb501d6
3
+ size 410814