End of training
Browse files- README.md +77 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
+
base_model: roberta-large
|
12 |
+
model-index:
|
13 |
+
- name: roberta-large-finetuned-ner
|
14 |
+
results: []
|
15 |
+
---
|
16 |
+
|
17 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
+
should probably proofread and complete it, then remove this comment. -->
|
19 |
+
|
20 |
+
# roberta-large-finetuned-ner
|
21 |
+
|
22 |
+
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.0828
|
25 |
+
- Precision: 0.9043
|
26 |
+
- Recall: 0.9245
|
27 |
+
- F1: 0.9143
|
28 |
+
- Accuracy: 0.9793
|
29 |
+
|
30 |
+
## Model description
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Intended uses & limitations
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training and evaluation data
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Training procedure
|
43 |
+
|
44 |
+
### Training hyperparameters
|
45 |
+
|
46 |
+
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 2e-05
|
48 |
+
- train_batch_size: 16
|
49 |
+
- eval_batch_size: 16
|
50 |
+
- seed: 42
|
51 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
+
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 10
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
+
| 0.8259 | 1.0 | 878 | 0.2398 | 0.6827 | 0.7083 | 0.6953 | 0.9371 |
|
60 |
+
| 0.2115 | 2.0 | 1756 | 0.1560 | 0.8021 | 0.8172 | 0.8096 | 0.9600 |
|
61 |
+
| 0.1612 | 3.0 | 2634 | 0.1274 | 0.8589 | 0.8506 | 0.8547 | 0.9672 |
|
62 |
+
| 0.124 | 4.0 | 3512 | 0.1081 | 0.8832 | 0.8793 | 0.8813 | 0.9722 |
|
63 |
+
| 0.1183 | 5.0 | 4390 | 0.0993 | 0.8910 | 0.9036 | 0.8973 | 0.9754 |
|
64 |
+
| 0.1074 | 6.0 | 5268 | 0.0921 | 0.8974 | 0.9119 | 0.9046 | 0.9773 |
|
65 |
+
| 0.1004 | 7.0 | 6146 | 0.0874 | 0.8983 | 0.9156 | 0.9068 | 0.9780 |
|
66 |
+
| 0.0967 | 8.0 | 7024 | 0.0846 | 0.9028 | 0.9227 | 0.9127 | 0.9792 |
|
67 |
+
| 0.0923 | 9.0 | 7902 | 0.0829 | 0.9039 | 0.9239 | 0.9138 | 0.9795 |
|
68 |
+
| 0.0884 | 10.0 | 8780 | 0.0828 | 0.9043 | 0.9245 | 0.9143 | 0.9793 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- PEFT 0.8.2
|
74 |
+
- Transformers 4.37.2
|
75 |
+
- Pytorch 2.2.0
|
76 |
+
- Datasets 2.17.0
|
77 |
+
- Tokenizers 0.15.2
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7454284
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c1f5d3f099690bc6b3d75b82e522a1baf3ffee1d40298173d10ceaa510fc5c1
|
3 |
size 7454284
|