NER Data
Named Entity Recognition Data
@kaggle.rajnathpatel_ner_data
Named Entity Recognition Data
@kaggle.rajnathpatel_ner_data
Mainly created to run the notebook for NER using Pretrained Language Models- https://www.kaggle.com/rajnathpatel/ner-using-pretrained-language-models
The data has 3 columns, 1. Text, 2. Labels, 3. class- True if there is no annotation False otherwise
This is a processed version of- https://www.kaggle.com/abhinavwalia95/entity-annotated-corpus
CREATE TABLE ner (
"text" VARCHAR,
"labels" VARCHAR
);Anyone who has the link will be able to view this.