buse1carik
commited on
Commit
•
7c35ca2
1
Parent(s):
6db82fd
Update README.md
Browse files
README.md
CHANGED
@@ -27,16 +27,16 @@ model = AutoModelForTokenClassification.from_pretrained("busecarik/berturk-sunlp
|
|
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 |
+
82.96|82.42|82.69
|
31 |
|
32 |
Classification Report
|
33 |
|
34 |
Entity|Precision|Recall|F1
|
35 |
-|-|-|-
|
36 |
+
LOCATION|0.70|0.80|0.74
|
37 |
+
MONEY|0.80|0.71|0.75
|
38 |
+
ORGANIZATION|0.78|0.86|0.78
|
39 |
+
PERSON|0.90|0.91|0.91
|
40 |
+
PRODUCT|0.44|0.47|0.45
|
41 |
+
TIME|0.94|0.85|0.89
|
42 |
+
TVSHOW|0.61|0.35|0.45
|