adorkin commited on
Commit
f11cd31
·
verified ·
1 Parent(s): 0c0e700

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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