update model card README.md
Browse files
README.md
CHANGED
@@ -21,16 +21,16 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Precision
|
23 |
type: precision
|
24 |
-
value: 0.
|
25 |
- name: Recall
|
26 |
type: recall
|
27 |
-
value: 0.
|
28 |
- name: F1
|
29 |
type: f1
|
30 |
-
value: 0.
|
31 |
- name: Accuracy
|
32 |
type: accuracy
|
33 |
-
value: 0.
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -40,11 +40,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
40 |
|
41 |
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-dec2021](https://huggingface.co/cardiffnlp/twitter-roberta-base-dec2021) on the conll2003 dataset.
|
42 |
It achieves the following results on the evaluation set:
|
43 |
-
- Loss: 0.
|
44 |
-
- Precision: 0.
|
45 |
-
- Recall: 0.
|
46 |
-
- F1: 0.
|
47 |
-
- Accuracy: 0.
|
48 |
|
49 |
## Model description
|
50 |
|
|
|
21 |
metrics:
|
22 |
- name: Precision
|
23 |
type: precision
|
24 |
+
value: 0.9552512940390716
|
25 |
- name: Recall
|
26 |
type: recall
|
27 |
+
value: 0.9628071356445641
|
28 |
- name: F1
|
29 |
type: f1
|
30 |
+
value: 0.9590143324113654
|
31 |
- name: Accuracy
|
32 |
type: accuracy
|
33 |
+
value: 0.9926599431486313
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
40 |
|
41 |
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-dec2021](https://huggingface.co/cardiffnlp/twitter-roberta-base-dec2021) on the conll2003 dataset.
|
42 |
It achieves the following results on the evaluation set:
|
43 |
+
- Loss: 0.0412
|
44 |
+
- Precision: 0.9553
|
45 |
+
- Recall: 0.9628
|
46 |
+
- F1: 0.9590
|
47 |
+
- Accuracy: 0.9927
|
48 |
|
49 |
## Model description
|
50 |
|