jermyn commited on
Commit
df23fbf
1 Parent(s): 1d1e1a6

End of training

Browse files
Files changed (1) hide show
  1. README.md +26 -26
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
17
  <details><summary>See axolotl config</summary>
18
 
19
- axolotl version: `0.4.0`
20
  ```yaml
21
  base_model: deepseek-ai/deepseek-coder-1.3b-instruct
22
  # base_model: Qwen/CodeQwen1.5-7B-Chat
@@ -51,7 +51,7 @@ sequence_len: 896
51
  sample_packing: false
52
  pad_to_sequence_len: true
53
 
54
- lora_r: 32
55
  lora_alpha: 16
56
  lora_dropout: 0.05
57
  lora_target_linear: true
@@ -129,7 +129,7 @@ save_safetensors: true
129
 
130
  This model is a fine-tuned version of [deepseek-ai/deepseek-coder-1.3b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-instruct) on the None dataset.
131
  It achieves the following results on the evaluation set:
132
- - Loss: 0.3714
133
 
134
  ## Model description
135
 
@@ -162,33 +162,33 @@ The following hyperparameters were used during training:
162
  | Training Loss | Epoch | Step | Validation Loss |
163
  |:-------------:|:------:|:----:|:---------------:|
164
  | 1.8723 | 0.1429 | 1 | 1.6354 |
165
- | 1.9222 | 0.2857 | 2 | 1.6236 |
166
- | 1.7038 | 0.5714 | 4 | 1.4355 |
167
- | 1.2833 | 0.8571 | 6 | 0.9288 |
168
- | 0.6389 | 1.1429 | 8 | 0.7050 |
169
- | 0.401 | 1.4286 | 10 | 0.5980 |
170
- | 0.2982 | 1.7143 | 12 | 0.5694 |
171
- | 0.3225 | 2.0 | 14 | 0.5651 |
172
- | 0.2214 | 2.2857 | 16 | 0.5221 |
173
- | 0.1375 | 2.5714 | 18 | 0.4537 |
174
- | 0.1058 | 2.8571 | 20 | 0.3971 |
175
- | 0.0945 | 3.1429 | 22 | 0.3698 |
176
- | 0.1352 | 3.4286 | 24 | 0.3518 |
177
- | 0.0688 | 3.7143 | 26 | 0.3420 |
178
- | 0.0677 | 4.0 | 28 | 0.3508 |
179
- | 0.0506 | 4.2857 | 30 | 0.3577 |
180
- | 0.1056 | 4.5714 | 32 | 0.3714 |
181
- | 0.0839 | 4.8571 | 34 | 0.3710 |
182
- | 0.0562 | 5.1429 | 36 | 0.3717 |
183
- | 0.0715 | 5.4286 | 38 | 0.3749 |
184
- | 0.0708 | 5.7143 | 40 | 0.3709 |
185
- | 0.07 | 6.0 | 42 | 0.3714 |
186
 
187
 
188
  ### Framework versions
189
 
190
- - PEFT 0.10.0
191
- - Transformers 4.40.2
192
  - Pytorch 2.1.2+cu118
193
  - Datasets 2.19.1
194
  - Tokenizers 0.19.1
 
16
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
17
  <details><summary>See axolotl config</summary>
18
 
19
+ axolotl version: `0.4.1`
20
  ```yaml
21
  base_model: deepseek-ai/deepseek-coder-1.3b-instruct
22
  # base_model: Qwen/CodeQwen1.5-7B-Chat
 
51
  sample_packing: false
52
  pad_to_sequence_len: true
53
 
54
+ lora_r: 16
55
  lora_alpha: 16
56
  lora_dropout: 0.05
57
  lora_target_linear: true
 
129
 
130
  This model is a fine-tuned version of [deepseek-ai/deepseek-coder-1.3b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-instruct) on the None dataset.
131
  It achieves the following results on the evaluation set:
132
+ - Loss: 0.3839
133
 
134
  ## Model description
135
 
 
162
  | Training Loss | Epoch | Step | Validation Loss |
163
  |:-------------:|:------:|:----:|:---------------:|
164
  | 1.8723 | 0.1429 | 1 | 1.6354 |
165
+ | 1.9222 | 0.2857 | 2 | 1.6215 |
166
+ | 1.6971 | 0.5714 | 4 | 1.4205 |
167
+ | 1.2458 | 0.8571 | 6 | 0.9204 |
168
+ | 0.6179 | 1.1429 | 8 | 0.6923 |
169
+ | 0.366 | 1.4286 | 10 | 0.5647 |
170
+ | 0.2752 | 1.7143 | 12 | 0.5225 |
171
+ | 0.2931 | 2.0 | 14 | 0.5167 |
172
+ | 0.1812 | 2.2857 | 16 | 0.4564 |
173
+ | 0.1258 | 2.5714 | 18 | 0.4038 |
174
+ | 0.0885 | 2.8571 | 20 | 0.3689 |
175
+ | 0.0886 | 3.1429 | 22 | 0.3647 |
176
+ | 0.1281 | 3.4286 | 24 | 0.3503 |
177
+ | 0.0606 | 3.7143 | 26 | 0.3458 |
178
+ | 0.0603 | 4.0 | 28 | 0.3635 |
179
+ | 0.0479 | 4.2857 | 30 | 0.3724 |
180
+ | 0.0963 | 4.5714 | 32 | 0.3827 |
181
+ | 0.0725 | 4.8571 | 34 | 0.3868 |
182
+ | 0.049 | 5.1429 | 36 | 0.3873 |
183
+ | 0.0572 | 5.4286 | 38 | 0.3860 |
184
+ | 0.061 | 5.7143 | 40 | 0.3890 |
185
+ | 0.0702 | 6.0 | 42 | 0.3839 |
186
 
187
 
188
  ### Framework versions
189
 
190
+ - PEFT 0.11.1
191
+ - Transformers 4.41.1
192
  - Pytorch 2.1.2+cu118
193
  - Datasets 2.19.1
194
  - Tokenizers 0.19.1