djagatiya commited on
Commit
070a412
1 Parent(s): 318bba2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -18,3 +18,30 @@ Check out [NER-System Repository](https://github.com/djagatiya/NER-System) for m
18
  - F1-Score: 85.53
19
 
20
  > check out this [eval.log](eval.log) file for evaluation metrics and classification report.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  - F1-Score: 85.53
19
 
20
  > check out this [eval.log](eval.log) file for evaluation metrics and classification report.
21
+
22
+ ```
23
+ precision recall f1-score support
24
+
25
+ CARDINAL 0.84 0.86 0.85 935
26
+ DATE 0.83 0.88 0.85 1602
27
+ EVENT 0.57 0.57 0.57 63
28
+ FAC 0.55 0.62 0.58 135
29
+ GPE 0.95 0.92 0.94 2240
30
+ LANGUAGE 0.82 0.64 0.72 22
31
+ LAW 0.50 0.50 0.50 40
32
+ LOC 0.55 0.72 0.62 179
33
+ MONEY 0.87 0.89 0.88 314
34
+ NORP 0.85 0.89 0.87 841
35
+ ORDINAL 0.81 0.88 0.84 195
36
+ ORG 0.81 0.83 0.82 1795
37
+ PERCENT 0.87 0.89 0.88 349
38
+ PERSON 0.93 0.93 0.93 1988
39
+ PRODUCT 0.55 0.55 0.55 76
40
+ QUANTITY 0.71 0.80 0.75 105
41
+ TIME 0.59 0.66 0.62 212
42
+ WORK_OF_ART 0.42 0.44 0.43 166
43
+
44
+ micro avg 0.85 0.86 0.86 11257
45
+ macro avg 0.72 0.75 0.73 11257
46
+ weighted avg 0.85 0.86 0.86 11257
47
+ ```