hamedkhaledi
commited on
Commit
•
3ee92ff
1
Parent(s):
6568cb2
Update README.md
Browse files
README.md
CHANGED
@@ -66,35 +66,27 @@ This yields the following output:
|
|
66 |
---
|
67 |
|
68 |
### Results
|
69 |
-
- F-score (micro) 0.
|
70 |
-
- F-score (macro) 0.
|
71 |
-
- Accuracy 0.
|
72 |
|
73 |
```
|
74 |
By class:
|
75 |
precision recall f1-score support
|
76 |
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
X 0.7143 0.6250 0.6667 8
|
92 |
-
|
93 |
-
micro avg 0.9773 0.9773 0.9773 16024
|
94 |
-
macro avg 0.9533 0.9397 0.9461 16024
|
95 |
-
weighted avg 0.9772 0.9773 0.9772 16024
|
96 |
-
samples avg 0.9773 0.9773 0.9773 16024
|
97 |
-
|
98 |
-
Loss: 0.12471389770507812
|
99 |
|
100 |
```
|
|
|
66 |
---
|
67 |
|
68 |
### Results
|
69 |
+
- F-score (micro) 0.8403
|
70 |
+
- F-score (macro) 0.8656
|
71 |
+
- Accuracy 0.7357
|
72 |
|
73 |
```
|
74 |
By class:
|
75 |
precision recall f1-score support
|
76 |
|
77 |
+
LOC 0.8789 0.8589 0.8688 4083
|
78 |
+
ORG 0.8390 0.7653 0.8005 3166
|
79 |
+
PER 0.8395 0.8169 0.8280 2741
|
80 |
+
DAT 0.8648 0.7957 0.8288 1150
|
81 |
+
MON 0.9758 0.9020 0.9374 357
|
82 |
+
TIM 0.8500 0.8193 0.8344 166
|
83 |
+
PCT 0.9615 0.9615 0.9615 156
|
84 |
+
|
85 |
+
micro avg 0.8616 0.8200 0.8403 11819
|
86 |
+
macro avg 0.8871 0.8456 0.8656 11819
|
87 |
+
weighted avg 0.8613 0.8200 0.8400 11819
|
88 |
+
samples avg 0.7357 0.7357 0.7357 11819
|
89 |
+
|
90 |
+
Loss: 0.06893542408943176
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
|
92 |
```
|