update model card README.md
Browse files
README.md
CHANGED
@@ -22,16 +22,16 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
-
value: 0.
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
-
value: 0.
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
-
value: 0.
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
-
value: 0.
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -42,10 +42,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
42 |
This model is a fine-tuned version of [dslim/bert-base-NER](https://huggingface.co/dslim/bert-base-NER) on the conll2003 dataset.
|
43 |
It achieves the following results on the evaluation set:
|
44 |
- Loss: 0.0723
|
45 |
-
- Precision: 0.
|
46 |
-
- Recall: 0.
|
47 |
-
- F1: 0.
|
48 |
-
- Accuracy: 0.
|
49 |
|
50 |
## Model description
|
51 |
|
@@ -76,9 +76,9 @@ The following hyperparameters were used during training:
|
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
-
| No log | 1.0 | 220 | 0.0754 | 0.
|
80 |
-
| No log | 2.0 | 440 | 0.0688 | 0.
|
81 |
-
| 0.0717 | 3.0 | 660 | 0.0723 | 0.
|
82 |
|
83 |
|
84 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
+
value: 0.9327342290239345
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
+
value: 0.9405167773192177
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
+
value: 0.9366093366093367
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
+
value: 0.9850621063165951
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
42 |
This model is a fine-tuned version of [dslim/bert-base-NER](https://huggingface.co/dslim/bert-base-NER) on the conll2003 dataset.
|
43 |
It achieves the following results on the evaluation set:
|
44 |
- Loss: 0.0723
|
45 |
+
- Precision: 0.9327
|
46 |
+
- Recall: 0.9405
|
47 |
+
- F1: 0.9366
|
48 |
+
- Accuracy: 0.9851
|
49 |
|
50 |
## Model description
|
51 |
|
|
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
+
| No log | 1.0 | 220 | 0.0754 | 0.9225 | 0.9296 | 0.9260 | 0.9831 |
|
80 |
+
| No log | 2.0 | 440 | 0.0688 | 0.9319 | 0.9407 | 0.9363 | 0.9849 |
|
81 |
+
| 0.0717 | 3.0 | 660 | 0.0723 | 0.9327 | 0.9405 | 0.9366 | 0.9851 |
|
82 |
|
83 |
|
84 |
### Framework versions
|