ner_dataset.csv / README.md
SriramRokkam's picture
updated read me
aead543 verified
metadata
license: mit
task_categories:
  - text-classification
  - Name Entity Recognisition
  - question-answering
language:
  - en
size_categories:
  - 1K<n<50K

Dataset : Name Entity Recognition

The dataset used is a custom NER dataset provided in CSV format with columns:

sentence_id: Unique identifier for sentences. words: The words in each sentence. labels: The named entity labels corresponding to each word.