imdatta0 commited on
Commit
ee7cb83
1 Parent(s): b73c440

End of training

Browse files
Files changed (2) hide show
  1. README.md +110 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen2-7B
3
+ library_name: peft
4
+ license: apache-2.0
5
+ tags:
6
+ - unsloth
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: Qwen2-7B_pct_default_r16
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-7B_pct_default_r16
17
+
18
+ This model is a fine-tuned version of [unsloth/Qwen2-7B](https://huggingface.co/unsloth/Qwen2-7B) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.9141
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_ratio: 0.02
48
+ - num_epochs: 1
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:----:|:---------------:|
54
+ | 2.031 | 0.0206 | 8 | 1.9518 |
55
+ | 2.0039 | 0.0412 | 16 | 1.9527 |
56
+ | 2.0258 | 0.0618 | 24 | 1.9364 |
57
+ | 1.9476 | 0.0824 | 32 | 1.9396 |
58
+ | 1.993 | 0.1031 | 40 | 1.9391 |
59
+ | 1.9924 | 0.1237 | 48 | 1.9413 |
60
+ | 2.0036 | 0.1443 | 56 | 1.9407 |
61
+ | 1.9358 | 0.1649 | 64 | 1.9378 |
62
+ | 1.9956 | 0.1855 | 72 | 1.9401 |
63
+ | 2.0183 | 0.2061 | 80 | 1.9399 |
64
+ | 1.9952 | 0.2267 | 88 | 1.9411 |
65
+ | 1.9309 | 0.2473 | 96 | 1.9413 |
66
+ | 2.0042 | 0.2680 | 104 | 1.9426 |
67
+ | 1.8885 | 0.2886 | 112 | 1.9405 |
68
+ | 1.9462 | 0.3092 | 120 | 1.9409 |
69
+ | 1.9787 | 0.3298 | 128 | 1.9441 |
70
+ | 1.9647 | 0.3504 | 136 | 1.9408 |
71
+ | 1.9391 | 0.3710 | 144 | 1.9398 |
72
+ | 2.0038 | 0.3916 | 152 | 1.9389 |
73
+ | 2.0412 | 0.4122 | 160 | 1.9402 |
74
+ | 2.0523 | 0.4329 | 168 | 1.9371 |
75
+ | 1.9364 | 0.4535 | 176 | 1.9394 |
76
+ | 1.9805 | 0.4741 | 184 | 1.9395 |
77
+ | 1.9935 | 0.4947 | 192 | 1.9380 |
78
+ | 1.9342 | 0.5153 | 200 | 1.9346 |
79
+ | 1.9708 | 0.5359 | 208 | 1.9361 |
80
+ | 2.0128 | 0.5565 | 216 | 1.9355 |
81
+ | 1.9416 | 0.5771 | 224 | 1.9304 |
82
+ | 1.9658 | 0.5977 | 232 | 1.9349 |
83
+ | 1.9161 | 0.6184 | 240 | 1.9258 |
84
+ | 1.94 | 0.6390 | 248 | 1.9258 |
85
+ | 1.9908 | 0.6596 | 256 | 1.9244 |
86
+ | 1.9169 | 0.6802 | 264 | 1.9242 |
87
+ | 1.9868 | 0.7008 | 272 | 1.9216 |
88
+ | 1.8737 | 0.7214 | 280 | 1.9209 |
89
+ | 2.0166 | 0.7420 | 288 | 1.9198 |
90
+ | 1.9246 | 0.7626 | 296 | 1.9188 |
91
+ | 1.9418 | 0.7833 | 304 | 1.9198 |
92
+ | 1.9417 | 0.8039 | 312 | 1.9172 |
93
+ | 1.9652 | 0.8245 | 320 | 1.9169 |
94
+ | 1.9715 | 0.8451 | 328 | 1.9171 |
95
+ | 1.9634 | 0.8657 | 336 | 1.9159 |
96
+ | 1.9566 | 0.8863 | 344 | 1.9153 |
97
+ | 1.9277 | 0.9069 | 352 | 1.9147 |
98
+ | 2.0087 | 0.9275 | 360 | 1.9142 |
99
+ | 1.921 | 0.9481 | 368 | 1.9143 |
100
+ | 1.9842 | 0.9688 | 376 | 1.9140 |
101
+ | 1.8825 | 0.9894 | 384 | 1.9141 |
102
+
103
+
104
+ ### Framework versions
105
+
106
+ - PEFT 0.12.0
107
+ - Transformers 4.44.0
108
+ - Pytorch 2.4.0+cu121
109
+ - Datasets 2.20.0
110
+ - Tokenizers 0.19.1
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7d7c1b4641b0acc41014deffa394673c6d9893e638e741025b40637c43efbf1
3
  size 161533192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba83f0def94420c94c2af9993bb9b0e722b5557ab096b340f8a49c9b213b94a9
3
  size 161533192