imdatta0 commited on
Commit
8ec61ac
1 Parent(s): bd9d589

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_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
+ # llama_2_13b_Magiccoder_evol_10k_ortho
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.0888
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.1928 | 0.0262 | 4 | 1.1781 |
55
+ | 1.1605 | 0.0523 | 8 | 1.1408 |
56
+ | 1.088 | 0.0785 | 12 | 1.1262 |
57
+ | 1.0449 | 0.1047 | 16 | 1.1204 |
58
+ | 1.0849 | 0.1308 | 20 | 1.1163 |
59
+ | 1.0541 | 0.1570 | 24 | 1.1123 |
60
+ | 1.0556 | 0.1832 | 28 | 1.1095 |
61
+ | 1.1005 | 0.2093 | 32 | 1.1065 |
62
+ | 1.0338 | 0.2355 | 36 | 1.1052 |
63
+ | 1.1096 | 0.2617 | 40 | 1.1049 |
64
+ | 1.092 | 0.2878 | 44 | 1.1031 |
65
+ | 1.1322 | 0.3140 | 48 | 1.1033 |
66
+ | 1.1075 | 0.3401 | 52 | 1.0993 |
67
+ | 1.0792 | 0.3663 | 56 | 1.1015 |
68
+ | 1.1255 | 0.3925 | 60 | 1.1013 |
69
+ | 1.1261 | 0.4186 | 64 | 1.0988 |
70
+ | 1.0801 | 0.4448 | 68 | 1.0975 |
71
+ | 1.0908 | 0.4710 | 72 | 1.0936 |
72
+ | 1.0374 | 0.4971 | 76 | 1.0943 |
73
+ | 1.1264 | 0.5233 | 80 | 1.0945 |
74
+ | 1.1409 | 0.5495 | 84 | 1.0943 |
75
+ | 1.0822 | 0.5756 | 88 | 1.0942 |
76
+ | 1.0301 | 0.6018 | 92 | 1.0908 |
77
+ | 1.03 | 0.6280 | 96 | 1.0900 |
78
+ | 1.0939 | 0.6541 | 100 | 1.0902 |
79
+ | 1.083 | 0.6803 | 104 | 1.0902 |
80
+ | 1.0721 | 0.7065 | 108 | 1.0905 |
81
+ | 1.105 | 0.7326 | 112 | 1.0905 |
82
+ | 1.0472 | 0.7588 | 116 | 1.0899 |
83
+ | 1.0728 | 0.7850 | 120 | 1.0889 |
84
+ | 1.0905 | 0.8111 | 124 | 1.0885 |
85
+ | 1.0513 | 0.8373 | 128 | 1.0887 |
86
+ | 0.9946 | 0.8635 | 132 | 1.0890 |
87
+ | 1.1033 | 0.8896 | 136 | 1.0889 |
88
+ | 1.0145 | 0.9158 | 140 | 1.0890 |
89
+ | 1.0689 | 0.9419 | 144 | 1.0890 |
90
+ | 1.0904 | 0.9681 | 148 | 1.0889 |
91
+ | 1.0749 | 0.9943 | 152 | 1.0888 |
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