rv2307 commited on
Commit
84cf34f
·
verified ·
1 Parent(s): d35edd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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 fine tuning is like sub - word token prediciton. So the model may predict wrong entities for same word (different sub word). Use 'aggregation_strategy' to "max" when using transformer's pipeline.
 
 
 
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