Llama-2-7b-chat-hf-formula-peft
Browse files- README.md +11 -0
- adapter_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
# Llama-2-7b-chat-hf-formula-peft
|
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 |
|
17 |
## Model description
|
18 |
|
@@ -44,6 +46,15 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
### Training results
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
|
|
13 |
# Llama-2-7b-chat-hf-formula-peft
|
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.0978
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| 4.0878 | 1.43 | 10 | 3.5298 |
|
52 |
+
| 2.7514 | 2.86 | 20 | 2.5999 |
|
53 |
+
| 1.854 | 4.29 | 30 | 2.2461 |
|
54 |
+
| 1.4716 | 5.71 | 40 | 2.1421 |
|
55 |
+
| 1.3602 | 7.14 | 50 | 2.1016 |
|
56 |
+
| 1.2029 | 8.57 | 60 | 2.0985 |
|
57 |
+
| 1.1427 | 10.0 | 70 | 2.0978 |
|
58 |
|
59 |
|
60 |
### 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:2214f28b30579be29788e2a080ea339e509923551bb2e714c9eb36e1a45ff897
|
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:16e6728232aa17e18af041b60632a992d653c3308e50f2c33c2e4dad9af0d61c
|
3 |
size 4536
|