imdatta0 commited on
Commit
a9ddf28
·
verified ·
1 Parent(s): ddf07f1

End of training

Browse files
Files changed (1) hide show
  1. README.md +100 -0
README.md ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ library_name: peft
4
+ tags:
5
+ - unsloth
6
+ - generated_from_trainer
7
+ base_model: meta-llama/Llama-2-13b-hf
8
+ model-index:
9
+ - name: llama_2_13b_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
+ # llama_2_13b_Magiccoder_evol_10k
17
+
18
+ This model is a fine-tuned version of [meta-llama/Llama-2-13b-hf](https://huggingface.co/meta-llama/Llama-2-13b-hf) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.1044
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: 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_steps: 0.02
48
+ - num_epochs: 1
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:----:|:---------------:|
54
+ | 1.2459 | 0.0262 | 4 | 1.2861 |
55
+ | 1.2388 | 0.0523 | 8 | 1.2259 |
56
+ | 1.1411 | 0.0785 | 12 | 1.1833 |
57
+ | 1.0897 | 0.1047 | 16 | 1.1669 |
58
+ | 1.1171 | 0.1308 | 20 | 1.1500 |
59
+ | 1.0835 | 0.1570 | 24 | 1.1420 |
60
+ | 1.0782 | 0.1832 | 28 | 1.1362 |
61
+ | 1.1353 | 0.2093 | 32 | 1.1333 |
62
+ | 1.0558 | 0.2355 | 36 | 1.1298 |
63
+ | 1.1398 | 0.2617 | 40 | 1.1281 |
64
+ | 1.1114 | 0.2878 | 44 | 1.1244 |
65
+ | 1.1543 | 0.3140 | 48 | 1.1219 |
66
+ | 1.1327 | 0.3401 | 52 | 1.1189 |
67
+ | 1.1016 | 0.3663 | 56 | 1.1179 |
68
+ | 1.1543 | 0.3925 | 60 | 1.1173 |
69
+ | 1.1484 | 0.4186 | 64 | 1.1153 |
70
+ | 1.095 | 0.4448 | 68 | 1.1130 |
71
+ | 1.1118 | 0.4710 | 72 | 1.1109 |
72
+ | 1.0624 | 0.4971 | 76 | 1.1103 |
73
+ | 1.1475 | 0.5233 | 80 | 1.1093 |
74
+ | 1.161 | 0.5495 | 84 | 1.1094 |
75
+ | 1.1018 | 0.5756 | 88 | 1.1091 |
76
+ | 1.0541 | 0.6018 | 92 | 1.1065 |
77
+ | 1.054 | 0.6280 | 96 | 1.1055 |
78
+ | 1.1113 | 0.6541 | 100 | 1.1055 |
79
+ | 1.0971 | 0.6803 | 104 | 1.1053 |
80
+ | 1.0903 | 0.7065 | 108 | 1.1054 |
81
+ | 1.1206 | 0.7326 | 112 | 1.1052 |
82
+ | 1.0687 | 0.7588 | 116 | 1.1048 |
83
+ | 1.0892 | 0.7850 | 120 | 1.1043 |
84
+ | 1.1158 | 0.8111 | 124 | 1.1041 |
85
+ | 1.0789 | 0.8373 | 128 | 1.1042 |
86
+ | 1.0154 | 0.8635 | 132 | 1.1044 |
87
+ | 1.1258 | 0.8896 | 136 | 1.1044 |
88
+ | 1.0419 | 0.9158 | 140 | 1.1044 |
89
+ | 1.0886 | 0.9419 | 144 | 1.1044 |
90
+ | 1.1031 | 0.9681 | 148 | 1.1044 |
91
+ | 1.0979 | 0.9943 | 152 | 1.1044 |
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