hamedkhaledi commited on
Commit
d663c47
1 Parent(s): 3ee92ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -17
README.md CHANGED
@@ -66,27 +66,35 @@ This yields the following output:
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
  ```
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
  ```