IreNkweke commited on
Commit
227379c
·
verified ·
1 Parent(s): a1e74eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -52,15 +52,22 @@ It achieves the following results on the evaluation set:
52
 
53
  ## Model description
54
 
55
- More information needed
 
56
 
57
  ## Intended uses & limitations
58
 
59
- More information needed
 
 
 
 
 
 
60
 
61
  ## Training and evaluation data
62
 
63
- More information needed
64
 
65
  ## Training procedure
66
 
 
52
 
53
  ## Model description
54
 
55
+
56
+ bert-finetuned-ner is a fine-tuned BERT model aimed at performing Named Entity Recognition (NER) tasks. This model is particularly fine-tuned on the WNUT-17 dataset, which includes a variety of unusual and emerging named entities that are difficult for traditional NER systems to recognize
57
 
58
  ## Intended uses & limitations
59
 
60
+ Intended uses
61
+ Named Entity Recognition (NER) for identifying unusual and emerging entities
62
+ Use cases in social media text, conversational agents, and user-generated content where new and rare entities frequently appear
63
+
64
+ Limitations
65
+ The model may not perform well on datasets significantly different from WNUT-17
66
+ It might struggle with very domain-specific entities not covered during training
67
 
68
  ## Training and evaluation data
69
 
70
+ The model was trained and evaluated on the WNUT-17 dataset. This dataset is specifically designed to test models on their ability to recognize emerging and rare named entities in noisy text data.
71
 
72
  ## Training procedure
73