You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this Repository you will find 3 different NLP models trained on the English CoNLL-2003 dataset, which can tag the sentences into their respective POS tags, Syntactic chunk tags, and NER tags.
Successfully developed a Named Entity Recognition (NER) model on the CoNLL-2003 dataset using a Bidirectional LSTM with Attention mechanism to accurately identify entities such as persons, locations, organizations, and miscellaneous categories in English text.
Successfully developed a Named Entity Recognition (NER) model for German text using a Bidirectional LSTM with Attention on the Multilingual NER dataset, effectively identifying entities across multilingual corpora with contextual understanding.