Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ EstBERT_NER is a fine-tuned EstBERT model that can be used for Named Entity Reco
|
|
| 16 |
|
| 17 |
You can use this model with Transformers pipeline for NER. Post-processing of results may be necessary as the model occasionally tags subword tokens as entities.
|
| 18 |
|
| 19 |
-
```
|
| 20 |
from transformers import BertTokenizer, BertForTokenClassification
|
| 21 |
from transformers import pipeline
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
You can use this model with Transformers pipeline for NER. Post-processing of results may be necessary as the model occasionally tags subword tokens as entities.
|
| 18 |
|
| 19 |
+
```python
|
| 20 |
from transformers import BertTokenizer, BertForTokenClassification
|
| 21 |
from transformers import pipeline
|
| 22 |
|