Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,10 @@ This model is electra-small finetuned for NER prediction task. The model current
|
|
37 |
|
38 |
## Uses
|
39 |
|
40 |
-
This model
|
|
|
|
|
|
|
41 |
|
42 |
|
43 |
### Out-of-Scope Use
|
|
|
37 |
|
38 |
## Uses
|
39 |
|
40 |
+
This model uses tokenizer that is from distilbert family. So the model may predict wrong entities for same word (different sub word). Use 'aggregation_strategy' to "max" when using transformer's pipeline.
|
41 |
+
for example 'ashwin ::"
|
42 |
+
ash" => Person
|
43 |
+
win => Location
|
44 |
|
45 |
|
46 |
### Out-of-Scope Use
|