imdatta0 commited on
Commit
a799b1d
·
verified ·
1 Parent(s): 06002e6

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
+ base_model: unsloth/llama-3-8b
3
+ library_name: peft
4
+ license: llama3
5
+ tags:
6
+ - unsloth
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: Meta-Llama-3-8B_magiccoder_reverse
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
+ # Meta-Llama-3-8B_magiccoder_reverse
17
+
18
+ This model is a fine-tuned version of [unsloth/llama-3-8b](https://huggingface.co/unsloth/llama-3-8b) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.2663
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.0003
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 8
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
+ | 1.2593 | 0.0259 | 4 | 1.4180 |
55
+ | 1.4127 | 0.0518 | 8 | 1.3958 |
56
+ | 1.3964 | 0.0777 | 12 | 1.3814 |
57
+ | 1.3824 | 0.1036 | 16 | 1.3679 |
58
+ | 1.4044 | 0.1296 | 20 | 1.3733 |
59
+ | 1.3092 | 0.1555 | 24 | 1.3639 |
60
+ | 1.3823 | 0.1814 | 28 | 1.4075 |
61
+ | 1.3878 | 0.2073 | 32 | 1.3768 |
62
+ | 1.3653 | 0.2332 | 36 | 1.3592 |
63
+ | 1.4395 | 0.2591 | 40 | 1.3594 |
64
+ | 1.3805 | 0.2850 | 44 | 1.3444 |
65
+ | 1.2631 | 0.3109 | 48 | 1.3354 |
66
+ | 1.3346 | 0.3368 | 52 | 1.3409 |
67
+ | 1.3776 | 0.3628 | 56 | 1.3367 |
68
+ | 1.3407 | 0.3887 | 60 | 1.3291 |
69
+ | 1.3939 | 0.4146 | 64 | 1.3307 |
70
+ | 1.2555 | 0.4405 | 68 | 1.3257 |
71
+ | 1.3227 | 0.4664 | 72 | 1.3216 |
72
+ | 1.2664 | 0.4923 | 76 | 1.3238 |
73
+ | 1.3542 | 0.5182 | 80 | 1.3157 |
74
+ | 1.2873 | 0.5441 | 84 | 1.3167 |
75
+ | 1.3065 | 0.5700 | 88 | 1.3109 |
76
+ | 1.4021 | 0.5960 | 92 | 1.3056 |
77
+ | 1.2277 | 0.6219 | 96 | 1.3021 |
78
+ | 1.3014 | 0.6478 | 100 | 1.3000 |
79
+ | 1.2138 | 0.6737 | 104 | 1.2911 |
80
+ | 1.2367 | 0.6996 | 108 | 1.2903 |
81
+ | 1.2501 | 0.7255 | 112 | 1.2844 |
82
+ | 1.2942 | 0.7514 | 116 | 1.2819 |
83
+ | 1.2762 | 0.7773 | 120 | 1.2780 |
84
+ | 1.2871 | 0.8032 | 124 | 1.2753 |
85
+ | 1.2829 | 0.8291 | 128 | 1.2724 |
86
+ | 1.272 | 0.8551 | 132 | 1.2695 |
87
+ | 1.2242 | 0.8810 | 136 | 1.2685 |
88
+ | 1.253 | 0.9069 | 140 | 1.2678 |
89
+ | 1.2116 | 0.9328 | 144 | 1.2671 |
90
+ | 1.2356 | 0.9587 | 148 | 1.2666 |
91
+ | 1.2087 | 0.9846 | 152 | 1.2663 |
92
+
93
+
94
+ ### Framework versions
95
+
96
+ - PEFT 0.12.0
97
+ - Transformers 4.44.0
98
+ - Pytorch 2.4.0+cu121
99
+ - Datasets 2.20.0
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:ceb302dc6a2179842cc0c7cc5c4a37384580559fe3c34fa1943f29c9c657b845
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9217ccf2b524a49136ccffe1eb06631bd74cdc06eac3624f119364d47791fa9c
3
  size 83945296