update model card README.md
Browse files
README.md
CHANGED
@@ -24,16 +24,16 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Precision
|
26 |
type: precision
|
27 |
-
value: 0.
|
28 |
- name: Recall
|
29 |
type: recall
|
30 |
-
value: 0.
|
31 |
- name: F1
|
32 |
type: f1
|
33 |
-
value: 0.
|
34 |
- name: Accuracy
|
35 |
type: accuracy
|
36 |
-
value: 0.
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
43 |
|
44 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the lg-ner dataset.
|
45 |
It achieves the following results on the evaluation set:
|
46 |
-
- Loss: 0.
|
47 |
-
- Precision: 0.
|
48 |
-
- Recall: 0.
|
49 |
-
- F1: 0.
|
50 |
-
- Accuracy: 0.
|
51 |
|
52 |
## Model description
|
53 |
|
@@ -78,21 +78,21 @@ The following hyperparameters were used during training:
|
|
78 |
|
79 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
80 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
81 |
-
| No log | 1.0 | 261 | 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
-
| 0.
|
91 |
|
92 |
|
93 |
### Framework versions
|
94 |
|
95 |
-
- Transformers 4.
|
96 |
- Pytorch 1.13.1+cu116
|
97 |
-
- Datasets 2.
|
98 |
- Tokenizers 0.13.2
|
|
|
24 |
metrics:
|
25 |
- name: Precision
|
26 |
type: precision
|
27 |
+
value: 0.7540871934604905
|
28 |
- name: Recall
|
29 |
type: recall
|
30 |
+
value: 0.7454545454545455
|
31 |
- name: F1
|
32 |
type: f1
|
33 |
+
value: 0.7497460209955976
|
34 |
- name: Accuracy
|
35 |
type: accuracy
|
36 |
+
value: 0.9360226606759132
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
43 |
|
44 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the lg-ner dataset.
|
45 |
It achieves the following results on the evaluation set:
|
46 |
+
- Loss: 0.3024
|
47 |
+
- Precision: 0.7541
|
48 |
+
- Recall: 0.7455
|
49 |
+
- F1: 0.7497
|
50 |
+
- Accuracy: 0.9360
|
51 |
|
52 |
## Model description
|
53 |
|
|
|
78 |
|
79 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
80 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
81 |
+
| No log | 1.0 | 261 | 0.4811 | 0.5366 | 0.2768 | 0.3652 | 0.8752 |
|
82 |
+
| 0.5133 | 2.0 | 522 | 0.3632 | 0.6560 | 0.5380 | 0.5912 | 0.9021 |
|
83 |
+
| 0.5133 | 3.0 | 783 | 0.3104 | 0.7069 | 0.5993 | 0.6487 | 0.9207 |
|
84 |
+
| 0.2592 | 4.0 | 1044 | 0.3339 | 0.7494 | 0.6303 | 0.6847 | 0.9269 |
|
85 |
+
| 0.2592 | 5.0 | 1305 | 0.3153 | 0.7513 | 0.6593 | 0.7023 | 0.9318 |
|
86 |
+
| 0.167 | 6.0 | 1566 | 0.3071 | 0.7190 | 0.7219 | 0.7204 | 0.9291 |
|
87 |
+
| 0.167 | 7.0 | 1827 | 0.3072 | 0.7955 | 0.7071 | 0.7487 | 0.9360 |
|
88 |
+
| 0.1191 | 8.0 | 2088 | 0.3133 | 0.7505 | 0.7455 | 0.7480 | 0.9339 |
|
89 |
+
| 0.1191 | 9.0 | 2349 | 0.3132 | 0.7510 | 0.7394 | 0.7452 | 0.9349 |
|
90 |
+
| 0.092 | 10.0 | 2610 | 0.3024 | 0.7541 | 0.7455 | 0.7497 | 0.9360 |
|
91 |
|
92 |
|
93 |
### Framework versions
|
94 |
|
95 |
+
- Transformers 4.27.4
|
96 |
- Pytorch 1.13.1+cu116
|
97 |
+
- Datasets 2.11.0
|
98 |
- Tokenizers 0.13.2
|