imdatta0 commited on
Commit
5434a92
1 Parent(s): 4d271af

End of training

Browse files
Files changed (2) hide show
  1. README.md +100 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - unsloth
6
+ - generated_from_trainer
7
+ base_model: Qwen/Qwen2-7B
8
+ model-index:
9
+ - name: qwen2_Magiccoder_evol_10k
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
+ # qwen2_Magiccoder_evol_10k
17
+
18
+ This model is a fine-tuned version of [Qwen/Qwen2-7B](https://huggingface.co/Qwen/Qwen2-7B) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.7725
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.0001
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 16
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_steps: 0.02
48
+ - num_epochs: 1
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:----:|:---------------:|
54
+ | 0.8717 | 0.0261 | 4 | 0.8953 |
55
+ | 0.8201 | 0.0522 | 8 | 0.8217 |
56
+ | 0.7952 | 0.0783 | 12 | 0.8046 |
57
+ | 0.7488 | 0.1044 | 16 | 0.7901 |
58
+ | 0.8162 | 0.1306 | 20 | 0.7853 |
59
+ | 0.6904 | 0.1567 | 24 | 0.7835 |
60
+ | 0.6959 | 0.1828 | 28 | 0.7821 |
61
+ | 0.8719 | 0.2089 | 32 | 0.7817 |
62
+ | 0.7546 | 0.2350 | 36 | 0.7795 |
63
+ | 0.7769 | 0.2611 | 40 | 0.7773 |
64
+ | 0.838 | 0.2872 | 44 | 0.7758 |
65
+ | 0.8043 | 0.3133 | 48 | 0.7745 |
66
+ | 0.7233 | 0.3395 | 52 | 0.7741 |
67
+ | 0.699 | 0.3656 | 56 | 0.7737 |
68
+ | 0.728 | 0.3917 | 60 | 0.7731 |
69
+ | 0.7698 | 0.4178 | 64 | 0.7734 |
70
+ | 0.8031 | 0.4439 | 68 | 0.7734 |
71
+ | 0.7362 | 0.4700 | 72 | 0.7731 |
72
+ | 0.7598 | 0.4961 | 76 | 0.7728 |
73
+ | 0.7305 | 0.5222 | 80 | 0.7727 |
74
+ | 0.8435 | 0.5483 | 84 | 0.7726 |
75
+ | 0.7321 | 0.5745 | 88 | 0.7726 |
76
+ | 0.8194 | 0.6006 | 92 | 0.7726 |
77
+ | 0.7417 | 0.6267 | 96 | 0.7728 |
78
+ | 0.8314 | 0.6528 | 100 | 0.7726 |
79
+ | 0.711 | 0.6789 | 104 | 0.7726 |
80
+ | 0.7745 | 0.7050 | 108 | 0.7725 |
81
+ | 0.744 | 0.7311 | 112 | 0.7724 |
82
+ | 0.7047 | 0.7572 | 116 | 0.7725 |
83
+ | 0.6911 | 0.7834 | 120 | 0.7724 |
84
+ | 0.7593 | 0.8095 | 124 | 0.7725 |
85
+ | 0.6959 | 0.8356 | 128 | 0.7725 |
86
+ | 0.8262 | 0.8617 | 132 | 0.7723 |
87
+ | 0.7802 | 0.8878 | 136 | 0.7724 |
88
+ | 0.7966 | 0.9139 | 140 | 0.7724 |
89
+ | 0.7511 | 0.9400 | 144 | 0.7723 |
90
+ | 0.8079 | 0.9661 | 148 | 0.7724 |
91
+ | 0.7663 | 0.9922 | 152 | 0.7725 |
92
+
93
+
94
+ ### Framework versions
95
+
96
+ - PEFT 0.7.1
97
+ - Transformers 4.40.2
98
+ - Pytorch 2.3.0+cu121
99
+ - Datasets 2.19.1
100
+ - Tokenizers 0.19.1
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4f90e7b879602f661accd75f13154ccf259dd2273eece7e657f2514c7a64219
3
  size 80792096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96dc24c389740f58d06cd7badfddc21b0405c634b0cb998b942fde94116be35a
3
  size 80792096