From 5a2a7df54726db277b3040ffa76a51d468996b20 Mon Sep 17 00:00:00 2001 From: JB Polle Date: Mon, 4 Apr 2022 01:12:34 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73be1dd..86de17f 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ Train | Validation -|- 17494 | 3250 -## How to use camembert-ner with HuggingFace +## How to use roberta-large-ner-english with HuggingFace -##### Load camembert-ner and its sub-word tokenizer : +##### Load roberta-large-ner-english and its sub-word tokenizer : ```python from transformers import AutoTokenizer, AutoModelForTokenClassification @@ -120,5 +120,5 @@ LOC|0.8727|0.6180|0.7236 -A short article on how I used the result of this model to train a LSTM model for signature detection in emails: +For those who could be interested, here is a short article on how I used the results 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