pprokopidis
commited on
Commit
•
d07a8b5
1
Parent(s):
3f44aca
update README.md
Browse files
README.md
CHANGED
@@ -54,35 +54,34 @@ The model was trained with the following hyper-parameters:
|
|
54 |
|
55 |
## Results
|
56 |
|
57 |
-
- F-score (micro) 0.
|
58 |
-
- F-score (macro) 0.
|
59 |
-
- Accuracy 0.
|
60 |
|
61 |
|Class|precision|recall|f1-score|support|
|
62 |
|:---|:---|:---|:---|:---|
|
63 |
-
|ORG|0.
|
64 |
-
|PERSON|0.
|
65 |
-
|CARDINAL|0.
|
66 |
-
|
|
67 |
-
|
|
68 |
-
|PERCENT|0.
|
69 |
|LOC|0.8011|0.7921|0.7966|178|
|
70 |
-
|ORDINAL|0.
|
71 |
-
|NORP|0.
|
72 |
-
|TIME|0.
|
73 |
-
|EVENT|0.
|
74 |
|MONEY|0.9818|0.9730|0.9774|111|
|
75 |
-
|PRODUCT|0.
|
76 |
-
|WORK_OF_ART|0.
|
77 |
-
|FAC|0.
|
78 |
-
|QUANTITY|0.
|
79 |
-
|LAW|0.
|
80 |
|LANGUAGE|1.0000|0.8889|0.9412|9|
|
81 |
| ||||
|
82 |
-
|micro avg|0.
|
83 |
-
|macro avg|0.
|
84 |
-
|weighted avg|0.
|
85 |
-
|
86 |
|
87 |
## Files
|
88 |
|
|
|
54 |
|
55 |
## Results
|
56 |
|
57 |
+
- F-score (micro) 0.9173
|
58 |
+
- F-score (macro) 0.8778
|
59 |
+
- Accuracy 0.8651
|
60 |
|
61 |
|Class|precision|recall|f1-score|support|
|
62 |
|:---|:---|:---|:---|:---|
|
63 |
+
|ORG|0.8931|0.8847|0.8889|1388|
|
64 |
+
|PERSON|0.9516|0.9724|0.9619|1051|
|
65 |
+
|CARDINAL|0.9330|0.9627|0.9476|911|
|
66 |
+
|DATE|0.9403|0.9403|0.9403|838|
|
67 |
+
|GPE|0.9282|0.9552|0.9415|826|
|
68 |
+
|PERCENT|0.9807|0.9854|0.9831|206|
|
69 |
|LOC|0.8011|0.7921|0.7966|178|
|
70 |
+
|ORDINAL|0.9477|0.9477|0.9477|172|
|
71 |
+
|NORP|0.8690|0.8936|0.8811|141|
|
72 |
+
|TIME|0.8951|0.9343|0.9143|137|
|
73 |
+
|EVENT|0.6395|0.7231|0.6787|130|
|
74 |
|MONEY|0.9818|0.9730|0.9774|111|
|
75 |
+
|PRODUCT|0.7882|0.8072|0.7976|83|
|
76 |
+
|WORK_OF_ART|0.8313|0.8214|0.8263|84|
|
77 |
+
|FAC|0.6933|0.6753|0.6842|77|
|
78 |
+
|QUANTITY|0.8636|0.8769|0.8702|65|
|
79 |
+
|LAW|0.8214|0.8214|0.8214|28|
|
80 |
|LANGUAGE|1.0000|0.8889|0.9412|9|
|
81 |
| ||||
|
82 |
+
|micro avg|0.9112|0.9235|0.9173|6435|
|
83 |
+
|macro avg|0.8755|0.8809|0.8778|6435|
|
84 |
+
|weighted avg|0.9116|0.9235|0.9174|6435|
|
|
|
85 |
|
86 |
## Files
|
87 |
|