End of training
Browse files- README.md +60 -6
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -16,12 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
-
|
20 |
-
- eval_runtime: 884.04
|
21 |
-
- eval_samples_per_second: 3.769
|
22 |
-
- eval_steps_per_second: 3.769
|
23 |
-
- epoch: 0.7690
|
24 |
-
- step: 41000
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -50,6 +45,65 @@ The following hyperparameters were used during training:
|
|
50 |
- num_epochs: 1
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
### Framework versions
|
54 |
|
55 |
- PEFT 0.11.1
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.1632
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
45 |
- num_epochs: 1
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:------:|:-----:|:---------------:|
|
52 |
+
| 1.5858 | 0.0188 | 1000 | 1.4610 |
|
53 |
+
| 1.3662 | 0.0375 | 2000 | 1.3469 |
|
54 |
+
| 1.3174 | 0.0563 | 3000 | 1.3143 |
|
55 |
+
| 1.3003 | 0.0750 | 4000 | 1.2895 |
|
56 |
+
| 1.2931 | 0.0938 | 5000 | 1.2762 |
|
57 |
+
| 1.2786 | 0.1125 | 6000 | 1.2649 |
|
58 |
+
| 1.2541 | 0.1313 | 7000 | 1.2556 |
|
59 |
+
| 1.2594 | 0.1500 | 8000 | 1.2481 |
|
60 |
+
| 1.2523 | 0.1688 | 9000 | 1.2415 |
|
61 |
+
| 1.244 | 0.1876 | 10000 | 1.2348 |
|
62 |
+
| 1.2274 | 0.2063 | 11000 | 1.2309 |
|
63 |
+
| 1.2167 | 0.2251 | 12000 | 1.2257 |
|
64 |
+
| 1.2359 | 0.2438 | 13000 | 1.2225 |
|
65 |
+
| 1.2156 | 0.2626 | 14000 | 1.2191 |
|
66 |
+
| 1.204 | 0.2813 | 15000 | 1.2146 |
|
67 |
+
| 1.2203 | 0.3001 | 16000 | 1.2109 |
|
68 |
+
| 1.2016 | 0.3188 | 17000 | 1.2094 |
|
69 |
+
| 1.2117 | 0.3376 | 18000 | 1.2057 |
|
70 |
+
| 1.2183 | 0.3563 | 19000 | 1.2038 |
|
71 |
+
| 1.2108 | 0.3751 | 20000 | 1.2005 |
|
72 |
+
| 1.2153 | 0.3939 | 21000 | 1.1981 |
|
73 |
+
| 1.189 | 0.4126 | 22000 | 1.1968 |
|
74 |
+
| 1.1857 | 0.4314 | 23000 | 1.1947 |
|
75 |
+
| 1.1688 | 0.4501 | 24000 | 1.1914 |
|
76 |
+
| 1.2028 | 0.4689 | 25000 | 1.1907 |
|
77 |
+
| 1.1916 | 0.4876 | 26000 | 1.1893 |
|
78 |
+
| 1.1797 | 0.5064 | 27000 | 1.1873 |
|
79 |
+
| 1.1897 | 0.5251 | 28000 | 1.1848 |
|
80 |
+
| 1.1817 | 0.5439 | 29000 | 1.1837 |
|
81 |
+
| 1.1837 | 0.5627 | 30000 | 1.1826 |
|
82 |
+
| 1.1889 | 0.5814 | 31000 | 1.1808 |
|
83 |
+
| 1.1754 | 0.6002 | 32000 | 1.1798 |
|
84 |
+
| 1.1868 | 0.6189 | 33000 | 1.1790 |
|
85 |
+
| 1.1792 | 0.6377 | 34000 | 1.1780 |
|
86 |
+
| 1.1772 | 0.6564 | 35000 | 1.1766 |
|
87 |
+
| 1.1763 | 0.6752 | 36000 | 1.1755 |
|
88 |
+
| 1.1719 | 0.6939 | 37000 | 1.1746 |
|
89 |
+
| 1.1804 | 0.7127 | 38000 | 1.1724 |
|
90 |
+
| 1.1763 | 0.7314 | 39000 | 1.1717 |
|
91 |
+
| 1.1715 | 0.7502 | 40000 | 1.1717 |
|
92 |
+
| 1.1732 | 0.7690 | 41000 | 1.1701 |
|
93 |
+
| 1.1808 | 0.7877 | 42000 | 1.1692 |
|
94 |
+
| 1.1713 | 0.8065 | 43000 | 1.1688 |
|
95 |
+
| 1.175 | 0.8252 | 44000 | 1.1678 |
|
96 |
+
| 1.1604 | 0.8440 | 45000 | 1.1668 |
|
97 |
+
| 1.1619 | 0.8627 | 46000 | 1.1658 |
|
98 |
+
| 1.1686 | 0.8815 | 47000 | 1.1650 |
|
99 |
+
| 1.1541 | 0.9002 | 48000 | 1.1647 |
|
100 |
+
| 1.1776 | 0.9190 | 49000 | 1.1641 |
|
101 |
+
| 1.1675 | 0.9378 | 50000 | 1.1640 |
|
102 |
+
| 1.1727 | 0.9565 | 51000 | 1.1636 |
|
103 |
+
| 1.1566 | 0.9753 | 52000 | 1.1633 |
|
104 |
+
| 1.1657 | 0.9940 | 53000 | 1.1632 |
|
105 |
+
|
106 |
+
|
107 |
### Framework versions
|
108 |
|
109 |
- PEFT 0.11.1
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 16794200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3352967bdcfa9e60bf1644b507c6c6399b78a0ecb4eb2dcea9082931745a9784
|
3 |
size 16794200
|