--- language: en tags: - ner - pytorch license: mit --- # CNN for Named Entity Recognition This model is a CNN-based model for Named Entity Recognition (NER) built on top of a pre-trained transformer model. ## Model description The model uses a pre-trained transformer as a base and adds convolutional layers on top for NER tasks. ## Intended uses & limitations This model is intended for Named Entity Recognition tasks. It should be used on Yoruba text data.