English NER
<!-- Provide a quick summary of what the model is/does. --> Fine-tuning bert-base-multilingual-cased on wikiann dataset to perform Named Entity Recognition (NER) for English.
Model Sources
<!-- Provide the basic links for the model. -->
- Project I was Inspired by: https://www.freecodecamp.org/news/getting-started-with-ner-models-using-huggingface/
- Tutorial I used as a Resource: https://huggingface.co/learn/nlp-course/chapter7/2?fw=pt
- Note that this model tends to classify some people as organizations, which is something to consider