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 [roberta-base](https://huggingface.co/roberta-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.7704421562689279
|
28 |
- name: Recall
|
29 |
type: recall
|
30 |
+
value: 0.7695099818511797
|
31 |
- name: F1
|
32 |
type: f1
|
33 |
+
value: 0.7699757869249395
|
34 |
- name: Accuracy
|
35 |
type: accuracy
|
36 |
+
value: 0.9434371807967313
|
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 [roberta-base](https://huggingface.co/roberta-base) on the lg-ner dataset.
|
45 |
It achieves the following results on the evaluation set:
|
46 |
+
- Loss: 0.2829
|
47 |
+
- Precision: 0.7704
|
48 |
+
- Recall: 0.7695
|
49 |
+
- F1: 0.7700
|
50 |
+
- Accuracy: 0.9434
|
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.4835 | 0.5191 | 0.3037 | 0.3832 | 0.8719 |
|
82 |
+
| 0.5738 | 2.0 | 522 | 0.3454 | 0.7288 | 0.5203 | 0.6071 | 0.9117 |
|
83 |
+
| 0.5738 | 3.0 | 783 | 0.2956 | 0.7752 | 0.6612 | 0.7137 | 0.9235 |
|
84 |
+
| 0.2549 | 4.0 | 1044 | 0.2791 | 0.7537 | 0.6848 | 0.7176 | 0.9258 |
|
85 |
+
| 0.2549 | 5.0 | 1305 | 0.2801 | 0.7530 | 0.7211 | 0.7367 | 0.9335 |
|
86 |
+
| 0.1566 | 6.0 | 1566 | 0.2675 | 0.7956 | 0.7229 | 0.7575 | 0.9393 |
|
87 |
+
| 0.1566 | 7.0 | 1827 | 0.2610 | 0.7744 | 0.7350 | 0.7542 | 0.9423 |
|
88 |
+
| 0.1054 | 8.0 | 2088 | 0.2731 | 0.7614 | 0.7586 | 0.7600 | 0.9423 |
|
89 |
+
| 0.1054 | 9.0 | 2349 | 0.2763 | 0.7794 | 0.7526 | 0.7658 | 0.9434 |
|
90 |
+
| 0.0771 | 10.0 | 2610 | 0.2829 | 0.7704 | 0.7695 | 0.7700 | 0.9434 |
|
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
|