djagatiya commited on
Commit
84dd6f5
1 Parent(s): 052ea5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -28,4 +28,32 @@ Check out [NER-System Repository](https://github.com/djagatiya/NER-System) for m
28
 
29
  - Precision: 89.53
30
  - Recall: 91.00
31
- - F1-Score: 90.26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  - Precision: 89.53
30
  - Recall: 91.00
31
+ - F1-Score: 90.26
32
+
33
+ ```
34
+ precision recall f1-score support
35
+
36
+ CARDINAL 0.86 0.87 0.86 935
37
+ DATE 0.85 0.89 0.87 1602
38
+ EVENT 0.65 0.78 0.71 63
39
+ FAC 0.74 0.80 0.77 135
40
+ GPE 0.97 0.96 0.96 2240
41
+ LANGUAGE 0.83 0.68 0.75 22
42
+ LAW 0.71 0.68 0.69 40
43
+ LOC 0.74 0.77 0.76 179
44
+ MONEY 0.88 0.90 0.89 314
45
+ NORP 0.94 0.97 0.95 841
46
+ ORDINAL 0.79 0.87 0.83 195
47
+ ORG 0.92 0.92 0.92 1795
48
+ PERCENT 0.92 0.92 0.92 349
49
+ PERSON 0.95 0.95 0.95 1988
50
+ PRODUCT 0.65 0.76 0.70 76
51
+ QUANTITY 0.77 0.82 0.80 105
52
+ TIME 0.62 0.65 0.63 212
53
+ WORK_OF_ART 0.64 0.69 0.66 166
54
+
55
+ micro avg 0.90 0.91 0.90 11257
56
+ macro avg 0.80 0.83 0.81 11257
57
+ weighted avg 0.90 0.91 0.90 11257
58
+ ```
59
+