hamedkhaledi
commited on
Commit
•
d663c47
1
Parent(s):
3ee92ff
Update README.md
Browse files
README.md
CHANGED
@@ -66,27 +66,35 @@ 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 |
|
92 |
```
|
|
|
66 |
---
|
67 |
|
68 |
### Results
|
69 |
+
- F-score (micro) 0.9773
|
70 |
+
- F-score (macro) 0.9461
|
71 |
+
- Accuracy 0.9773
|
72 |
|
73 |
```
|
74 |
By class:
|
75 |
precision recall f1-score support
|
76 |
|
77 |
+
NOUN 0.9770 0.9849 0.9809 6420
|
78 |
+
ADP 0.9947 0.9916 0.9932 1909
|
79 |
+
ADJ 0.9342 0.9128 0.9234 1525
|
80 |
+
PUNCT 1.0000 1.0000 1.0000 1365
|
81 |
+
VERB 0.9840 0.9711 0.9775 1141
|
82 |
+
CCONJ 0.9912 0.9937 0.9925 794
|
83 |
+
AUX 0.9622 0.9799 0.9710 546
|
84 |
+
PRON 0.9751 0.9865 0.9808 517
|
85 |
+
SCONJ 0.9797 0.9757 0.9777 494
|
86 |
+
NUM 0.9948 1.0000 0.9974 385
|
87 |
+
ADV 0.9343 0.9033 0.9185 362
|
88 |
+
DET 0.9773 0.9711 0.9742 311
|
89 |
+
PART 0.9916 1.0000 0.9958 237
|
90 |
+
INTJ 0.8889 0.8000 0.8421 10
|
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 |
```
|