ardalaaan commited on
Commit
89ae47d
·
verified ·
1 Parent(s): e1bdcbd

Model save

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-base
3
+ library_name: peft
4
+ license: other
5
+ tags:
6
+ - unsloth
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: deepseek-coder-6.7b-base-APR-FIM-finetuning
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # deepseek-coder-6.7b-base-APR-FIM-finetuning
17
+
18
+ This model is a fine-tuned version of [deepseek-ai/deepseek-coder-6.7b-base](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5779
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0002
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 11
43
+ - gradient_accumulation_steps: 4
44
+ - total_train_batch_size: 64
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - training_steps: 2000
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 0.6471 | 0.05 | 100 | 0.6437 |
55
+ | 0.6132 | 0.1 | 200 | 0.6208 |
56
+ | 0.6719 | 0.15 | 300 | 0.6141 |
57
+ | 0.6325 | 0.2 | 400 | 0.6089 |
58
+ | 0.6124 | 0.25 | 500 | 0.6054 |
59
+ | 0.5842 | 0.3 | 600 | 0.6023 |
60
+ | 0.5537 | 0.35 | 700 | 0.5982 |
61
+ | 0.5966 | 0.4 | 800 | 0.5951 |
62
+ | 0.5757 | 0.45 | 900 | 0.5921 |
63
+ | 0.5856 | 0.5 | 1000 | 0.5879 |
64
+ | 0.6049 | 0.55 | 1100 | 0.5864 |
65
+ | 0.5611 | 0.6 | 1200 | 0.5841 |
66
+ | 0.5753 | 0.65 | 1300 | 0.5821 |
67
+ | 0.541 | 0.7 | 1400 | 0.5810 |
68
+ | 0.5838 | 0.75 | 1500 | 0.5795 |
69
+ | 0.5326 | 0.8 | 1600 | 0.5789 |
70
+ | 0.5292 | 0.85 | 1700 | 0.5784 |
71
+ | 0.5548 | 0.9 | 1800 | 0.5780 |
72
+ | 0.552 | 0.95 | 1900 | 0.5779 |
73
+ | 0.9524 | 1.0 | 2000 | 0.5779 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - PEFT 0.13.0
79
+ - Transformers 4.44.2
80
+ - Pytorch 2.1.1+cu121
81
+ - Datasets 3.0.1
82
+ - Tokenizers 0.19.1