Skip to content

This model uses Bidirectional Encoder Representations from Transformers (BERT), a transformer architecture, to apply named entity recognition task (NER) on CONLL-2003 dataset, loaded from HuggingFace.

Notifications You must be signed in to change notification settings

ayush1rai/conll-NER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Named Entity Recognition

This BERT model aims to accurately perform Named Entity Recognition (NER) task, using the CONLL-2003 dataset from HuggingFace, and achieves this using basic deep learning and natural language processing practices and the power of PyTorch.

The BERT model used (which stands for Bidirectional Encoder Representations from Transformers), is based on the popular transformer architecture, and is highly suited for multiple natural language tasks.

About

This model uses Bidirectional Encoder Representations from Transformers (BERT), a transformer architecture, to apply named entity recognition task (NER) on CONLL-2003 dataset, loaded from HuggingFace.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published