Commit
·
3a9418f
1
Parent(s):
c9d38fc
Update README.md
Browse files
README.md
CHANGED
@@ -27,16 +27,16 @@ model = AutoModelForTokenClassification.from_pretrained("busecarik/bert-loodos-s
|
|
27 |
## Model performances on SUNLP-NER-Twitter test set (metric: seqeval)
|
28 |
Precision|Recall|F1
|
29 |
-|-|-
|
30 |
-
|
31 |
|
32 |
Classification Report
|
33 |
|
34 |
Entity|Precision|Recall|F1
|
35 |
-|-|-|-
|
36 |
-
LOCATION|0.
|
37 |
-
MONEY|0.
|
38 |
-
ORGANIZATION|0.
|
39 |
-
PERSON|0.
|
40 |
-
PRODUCT|0.
|
41 |
-
TIME|0.
|
42 |
-
TVSHOW|0.
|
|
|
27 |
## Model performances on SUNLP-NER-Twitter test set (metric: seqeval)
|
28 |
Precision|Recall|F1
|
29 |
-|-|-
|
30 |
+
84.66|84.36|84.51
|
31 |
|
32 |
Classification Report
|
33 |
|
34 |
Entity|Precision|Recall|F1
|
35 |
-|-|-|-
|
36 |
+
LOCATION|0.74|0.78|0.76
|
37 |
+
MONEY|0.93|0.82|0.87
|
38 |
+
ORGANIZATION|0.83|0.81|0.82
|
39 |
+
PERSON|0.90|0.92|0.91
|
40 |
+
PRODUCT|0.55|0.50|0.52
|
41 |
+
TIME|0.91|0.87|0.89
|
42 |
+
TVSHOW|0.63|0.58|0.54
|