Jean-Baptiste
commited on
Commit
•
5a2a7df
1
Parent(s):
0456c35
Update README.md
Browse files
README.md
CHANGED
@@ -37,9 +37,9 @@ Train | Validation
|
|
37 |
-|-
|
38 |
17494 | 3250
|
39 |
|
40 |
-
## How to use
|
41 |
|
42 |
-
##### Load
|
43 |
|
44 |
```python
|
45 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
@@ -120,5 +120,5 @@ LOC|0.8727|0.6180|0.7236
|
|
120 |
|
121 |
|
122 |
|
123 |
-
|
124 |
https://medium.com/@jean-baptiste.polle/lstm-model-for-email-signature-detection-8e990384fefa
|
|
|
37 |
-|-
|
38 |
17494 | 3250
|
39 |
|
40 |
+
## How to use roberta-large-ner-english with HuggingFace
|
41 |
|
42 |
+
##### Load roberta-large-ner-english and its sub-word tokenizer :
|
43 |
|
44 |
```python
|
45 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
|
|
120 |
|
121 |
|
122 |
|
123 |
+
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:
|
124 |
https://medium.com/@jean-baptiste.polle/lstm-model-for-email-signature-detection-8e990384fefa
|