Angelectronic
commited on
Commit
•
6fd5686
1
Parent(s):
12be5ac
End of training
Browse files
README.md
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
-
- unsloth
|
6 |
- trl
|
7 |
- sft
|
|
|
8 |
- generated_from_trainer
|
9 |
base_model: unsloth/llama-2-7b-chat-bnb-4bit
|
10 |
model-index:
|
@@ -17,7 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# llama2-chat_10000_200
|
19 |
|
20 |
-
This model is a fine-tuned version of [unsloth/llama-2-7b-chat-bnb-4bit](https://huggingface.co/unsloth/llama-2-7b-chat-bnb-4bit) on
|
|
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,6 +50,28 @@ The following hyperparameters were used during training:
|
|
48 |
- num_epochs: 5
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
### Framework versions
|
52 |
|
53 |
- PEFT 0.10.0
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
+
- unsloth
|
8 |
- generated_from_trainer
|
9 |
base_model: unsloth/llama-2-7b-chat-bnb-4bit
|
10 |
model-index:
|
|
|
17 |
|
18 |
# llama2-chat_10000_200
|
19 |
|
20 |
+
This model is a fine-tuned version of [unsloth/llama-2-7b-chat-bnb-4bit](https://huggingface.co/unsloth/llama-2-7b-chat-bnb-4bit) on the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.0901
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
- num_epochs: 5
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
57 |
+
| 1.379 | 0.31 | 48 | 1.0400 |
|
58 |
+
| 1.059 | 0.61 | 96 | 1.0091 |
|
59 |
+
| 1.0438 | 0.92 | 144 | 0.9990 |
|
60 |
+
| 0.9934 | 1.23 | 192 | 0.9968 |
|
61 |
+
| 0.9749 | 1.54 | 240 | 0.9926 |
|
62 |
+
| 0.9778 | 1.84 | 288 | 0.9862 |
|
63 |
+
| 0.9443 | 2.15 | 336 | 1.0046 |
|
64 |
+
| 0.8913 | 2.46 | 384 | 1.0017 |
|
65 |
+
| 0.8908 | 2.76 | 432 | 0.9996 |
|
66 |
+
| 0.8708 | 3.07 | 480 | 1.0339 |
|
67 |
+
| 0.7958 | 3.38 | 528 | 1.0386 |
|
68 |
+
| 0.8025 | 3.69 | 576 | 1.0386 |
|
69 |
+
| 0.8099 | 3.99 | 624 | 1.0386 |
|
70 |
+
| 0.7191 | 4.3 | 672 | 1.0913 |
|
71 |
+
| 0.7138 | 4.61 | 720 | 1.0926 |
|
72 |
+
| 0.723 | 4.92 | 768 | 1.0901 |
|
73 |
+
|
74 |
+
|
75 |
### Framework versions
|
76 |
|
77 |
- PEFT 0.10.0
|