imdatta0 commited on
Commit
ec9bbbe
·
verified ·
1 Parent(s): 26185dd

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_ortho
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_ortho
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.8039
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: 2
41
+ - eval_batch_size: 2
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 32
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.8045 | 0.0261 | 4 | 0.8796 |
55
+ | 0.8394 | 0.0522 | 8 | 0.8315 |
56
+ | 0.8027 | 0.0784 | 12 | 0.8188 |
57
+ | 0.7742 | 0.1045 | 16 | 0.8136 |
58
+ | 0.8206 | 0.1306 | 20 | 0.8118 |
59
+ | 0.7117 | 0.1567 | 24 | 0.8110 |
60
+ | 0.7248 | 0.1828 | 28 | 0.8097 |
61
+ | 0.893 | 0.2089 | 32 | 0.8113 |
62
+ | 0.7788 | 0.2351 | 36 | 0.8096 |
63
+ | 0.8043 | 0.2612 | 40 | 0.8098 |
64
+ | 0.8427 | 0.2873 | 44 | 0.8108 |
65
+ | 0.8171 | 0.3134 | 48 | 0.8098 |
66
+ | 0.7509 | 0.3395 | 52 | 0.8103 |
67
+ | 0.7373 | 0.3656 | 56 | 0.8105 |
68
+ | 0.7708 | 0.3918 | 60 | 0.8107 |
69
+ | 0.7942 | 0.4179 | 64 | 0.8109 |
70
+ | 0.8188 | 0.4440 | 68 | 0.8103 |
71
+ | 0.768 | 0.4701 | 72 | 0.8100 |
72
+ | 0.786 | 0.4962 | 76 | 0.8095 |
73
+ | 0.7728 | 0.5223 | 80 | 0.8094 |
74
+ | 0.8575 | 0.5485 | 84 | 0.8091 |
75
+ | 0.7635 | 0.5746 | 88 | 0.8088 |
76
+ | 0.8469 | 0.6007 | 92 | 0.8082 |
77
+ | 0.7647 | 0.6268 | 96 | 0.8078 |
78
+ | 0.8741 | 0.6529 | 100 | 0.8073 |
79
+ | 0.7574 | 0.6790 | 104 | 0.8067 |
80
+ | 0.8048 | 0.7052 | 108 | 0.8061 |
81
+ | 0.7615 | 0.7313 | 112 | 0.8056 |
82
+ | 0.7452 | 0.7574 | 116 | 0.8051 |
83
+ | 0.7191 | 0.7835 | 120 | 0.8049 |
84
+ | 0.7999 | 0.8096 | 124 | 0.8046 |
85
+ | 0.7317 | 0.8357 | 128 | 0.8045 |
86
+ | 0.8619 | 0.8619 | 132 | 0.8044 |
87
+ | 0.8071 | 0.8880 | 136 | 0.8040 |
88
+ | 0.8034 | 0.9141 | 140 | 0.8040 |
89
+ | 0.7892 | 0.9402 | 144 | 0.8040 |
90
+ | 0.8291 | 0.9663 | 148 | 0.8040 |
91
+ | 0.7938 | 0.9925 | 152 | 0.8039 |
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:d093436f4dc144be9744cd65f4a08e725f0921461665984542f1fbadc5d13ad3
3
  size 80792096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec271c5eafb0c0248ffb282b3996bd2f2be0944fbc96b520407f5796aedf7c4
3
  size 80792096