End of training
Browse files- README.md +23 -2
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -3,17 +3,28 @@ library_name: peft
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
base_model: NousResearch/Llama-2-7b-hf
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
-
- name:
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
-
#
|
15 |
|
16 |
This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -42,6 +53,16 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
### Training results
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
|
47 |
### Framework versions
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
base_model: NousResearch/Llama-2-7b-hf
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
model-index:
|
12 |
+
- name: llama-2-ner
|
13 |
results: []
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
+
# llama-2-ner
|
20 |
|
21 |
This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1279
|
24 |
+
- Precision: 0.5561
|
25 |
+
- Recall: 0.5474
|
26 |
+
- F1: 0.5517
|
27 |
+
- Accuracy: 0.9787
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 39 | 0.1206 | 0.2340 | 0.1158 | 0.1549 | 0.9656 |
|
59 |
+
| No log | 2.0 | 78 | 0.1256 | 0.2173 | 0.4368 | 0.2902 | 0.9619 |
|
60 |
+
| No log | 3.0 | 117 | 0.0843 | 0.3937 | 0.2632 | 0.3155 | 0.9729 |
|
61 |
+
| No log | 4.0 | 156 | 0.0666 | 0.4774 | 0.5 | 0.4884 | 0.9767 |
|
62 |
+
| No log | 5.0 | 195 | 0.0930 | 0.5376 | 0.4895 | 0.5124 | 0.9774 |
|
63 |
+
| No log | 6.0 | 234 | 0.1014 | 0.5150 | 0.6316 | 0.5674 | 0.9781 |
|
64 |
+
| No log | 7.0 | 273 | 0.1238 | 0.5583 | 0.6053 | 0.5808 | 0.9795 |
|
65 |
+
| No log | 8.0 | 312 | 0.1279 | 0.5561 | 0.5474 | 0.5517 | 0.9787 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 33596518
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f342bba0b4ac42e09a47d5ba3d6ef8b1b6d4625108eba1bb2262752144896c15
|
3 |
size 33596518
|