Llama-2-7b-chat-hf-formula-peft
Browse files- README.md +16 -9
- adapter_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [NousResearch/Llama-2-7b-chat-hf](https://huggingface.co/NousResearch/Llama-2-7b-chat-hf) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 2.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -42,19 +42,26 @@ The following hyperparameters were used during training:
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: cosine
|
44 |
- lr_scheduler_warmup_ratio: 0.03
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
-
| 4.
|
52 |
-
| 2.
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
|
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [NousResearch/Llama-2-7b-chat-hf](https://huggingface.co/NousResearch/Llama-2-7b-chat-hf) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 2.1452
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: cosine
|
44 |
- lr_scheduler_warmup_ratio: 0.03
|
45 |
+
- num_epochs: 20
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| 4.1878 | 1.43 | 10 | 3.6596 |
|
52 |
+
| 2.8437 | 2.86 | 20 | 2.6466 |
|
53 |
+
| 1.8635 | 4.29 | 30 | 2.2266 |
|
54 |
+
| 1.4052 | 5.71 | 40 | 2.1136 |
|
55 |
+
| 1.2186 | 7.14 | 50 | 2.0805 |
|
56 |
+
| 0.8835 | 8.57 | 60 | 2.0733 |
|
57 |
+
| 0.6991 | 10.0 | 70 | 2.0809 |
|
58 |
+
| 0.5608 | 11.43 | 80 | 2.0862 |
|
59 |
+
| 0.4188 | 12.86 | 90 | 2.1078 |
|
60 |
+
| 0.3897 | 14.29 | 100 | 2.1089 |
|
61 |
+
| 0.2748 | 15.71 | 110 | 2.1333 |
|
62 |
+
| 0.2582 | 17.14 | 120 | 2.1383 |
|
63 |
+
| 0.2394 | 18.57 | 130 | 2.1440 |
|
64 |
+
| 0.2392 | 20.0 | 140 | 2.1452 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 134264202
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d828a84c19864dcaa5c78bd55266c986295d7005af45e91353d3c6a03f1e0b75
|
3 |
size 134264202
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7d68bafdce6f84a54d2e1e495ac9bc1d91336c46b4b2f89fdbafdc5853023f7
|
3 |
size 4536
|