Update README.md
Browse files
README.md
CHANGED
@@ -29,12 +29,12 @@ Training was conducted over 94 epochs, using a linear decaying learning rate of
|
|
29 |
- F1-score (micro) 0.8666
|
30 |
- F1-score (macro) 0.8488
|
31 |
|
32 |
-
| | True Posititves | False Positives | False Negatives | Precision | Recall | class-F1 |
|
33 |
-
|
34 |
-
| LOC | 539 | 51 | 68 | 0.9136 | 0.8880 | 0.9006 |
|
35 |
-
| MISC | 408 | 57 | 89 | 0.8774 | 0.8209 | 0.8482 |
|
36 |
-
| ORG | 167 | 43 | 64 | 0.7952 | 0.7229 | 0.7574 |
|
37 |
-
| PER | 501 | 65 | 60 | 0.8852 | 0.8930 | 0.8891 |
|
38 |
|
39 |
---
|
40 |
|
|
|
29 |
- F1-score (micro) 0.8666
|
30 |
- F1-score (macro) 0.8488
|
31 |
|
32 |
+
| | Named Entity Type | True Posititves | False Positives | False Negatives | Precision | Recall | class-F1 |
|
33 |
+
|------|-|----|----|----|-----------|--------|----------|
|
34 |
+
| LOC | Location| 539 | 51 | 68 | 0.9136 | 0.8880 | 0.9006 |
|
35 |
+
| MISC | Miscellaneous|408 | 57 | 89 | 0.8774 | 0.8209 | 0.8482 |
|
36 |
+
| ORG | Organisation|167 | 43 | 64 | 0.7952 | 0.7229 | 0.7574 |
|
37 |
+
| PER | Person (no title)|501 | 65 | 60 | 0.8852 | 0.8930 | 0.8891 |
|
38 |
|
39 |
---
|
40 |
|