How can I do NER by bert?

I want to do NER by bert. I have found dataset - conll2003 in hugging face. But I don’t how to start to code.

Anyone can give me some tutorials or guidance to start the project.

Thanks a lot

Hi,

I have a notebook on fine-tuning BERT for NER: Transformers-Tutorials/BERT/Custom_Named_Entity_Recognition_with_BERT.ipynb at master · NielsRogge/Transformers-Tutorials · GitHub.

Besides that, refer to the token classification task page: What is Token Classification? - Hugging Face. At the bottom you can find links to the official notebooks and scripts.

I’m so grateful