Jean-Baptiste
commited on
Commit
•
d0002b6
1
Parent(s):
3272069
Update README.md
Browse files
README.md
CHANGED
@@ -91,17 +91,19 @@ Global
|
|
91 |
By entity
|
92 |
```
|
93 |
'LOC': {'precision': 0.8905576596578294,
|
94 |
-
|
95 |
-
|
96 |
'MISC': {'precision': 0.8175627240143369,
|
97 |
-
|
98 |
-
|
99 |
'ORG': {'precision': 0.8099480326651819,
|
100 |
-
|
101 |
-
|
102 |
'PER': {'precision': 0.9372509960159362,
|
103 |
-
|
104 |
-
|
105 |
|
106 |
```
|
107 |
|
|
|
|
|
|
91 |
By entity
|
92 |
```
|
93 |
'LOC': {'precision': 0.8905576596578294,
|
94 |
+
'recall': 0.900554675118859,
|
95 |
+
'f1': 0.8955282684352223},
|
96 |
'MISC': {'precision': 0.8175627240143369,
|
97 |
+
'recall': 0.8117437722419929,
|
98 |
+
'f1': 0.8146428571428571},
|
99 |
'ORG': {'precision': 0.8099480326651819,
|
100 |
+
'recall': 0.8265151515151515,
|
101 |
+
'f1': 0.8181477315335584},
|
102 |
'PER': {'precision': 0.9372509960159362,
|
103 |
+
'recall': 0.959812321501428,
|
104 |
+
'f1': 0.9483975005039308}
|
105 |
|
106 |
```
|
107 |
|
108 |
+
A short article on how I used the result of this model to train a LSTM model for signature detection in emails:
|
109 |
+
https://medium.com/@jean-baptiste.polle/lstm-model-for-email-signature-detection-8e990384fefa
|