From d0002b604e795eeb2bd48afeee84534ac9287ee0 Mon Sep 17 00:00:00 2001 From: JB Polle Date: Sat, 25 Sep 2021 17:04:14 +0000 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8cd416f..3d5e894 100644 --- a/README.md +++ b/README.md @@ -91,17 +91,19 @@ Global By entity ``` 'LOC': {'precision': 0.8905576596578294, -\t\t'recall': 0.900554675118859, -\t\t'f1': 0.8955282684352223}, + 'recall': 0.900554675118859, + 'f1': 0.8955282684352223}, 'MISC': {'precision': 0.8175627240143369, -\t\t 'recall': 0.8117437722419929, -\t\t 'f1': 0.8146428571428571}, + 'recall': 0.8117437722419929, + 'f1': 0.8146428571428571}, 'ORG': {'precision': 0.8099480326651819, -\t\t'recall': 0.8265151515151515, -\t\t'f1': 0.8181477315335584}, + 'recall': 0.8265151515151515, + 'f1': 0.8181477315335584}, 'PER': {'precision': 0.9372509960159362, -\t\t'recall': 0.959812321501428, -\t\t'f1': 0.9483975005039308} + 'recall': 0.959812321501428, + 'f1': 0.9483975005039308} ``` +A short article on how I used the result of this model to train a LSTM model for signature detection in emails: +https://medium.com/@jean-baptiste.polle/lstm-model-for-email-signature-detection-8e990384fefa