Baselight

NER Data

Named Entity Recognition Data

@kaggle.rajnathpatel_ner_data

Loading...
Loading...

About this Dataset

NER Data

Context

Mainly created to run the notebook for NER using Pretrained Language Models- https://www.kaggle.com/rajnathpatel/ner-using-pretrained-language-models

Content

The data has 3 columns, 1. Text, 2. Labels, 3. class- True if there is no annotation False otherwise

Acknowledgements

This is a processed version of- https://www.kaggle.com/abhinavwalia95/entity-annotated-corpus

Tables

Ner

@kaggle.rajnathpatel_ner_data.ner
  • 4.26 MB
  • 47959 rows
  • 2 columns
Loading...

CREATE TABLE ner (
  "text" VARCHAR,
  "labels" VARCHAR
);

Share link

Anyone who has the link will be able to view this.