SriramRokkam commited on
Commit
aead543
1 Parent(s): 33202ef

updated read me

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -2,9 +2,17 @@
2
  license: mit
3
  task_categories:
4
  - text-classification
 
5
  - question-answering
6
  language:
7
  - en
8
  size_categories:
9
- - 1K<n<10K
10
- ---
 
 
 
 
 
 
 
 
2
  license: mit
3
  task_categories:
4
  - text-classification
5
+ - Name Entity Recognisition
6
  - question-answering
7
  language:
8
  - en
9
  size_categories:
10
+ - 1K<n<50K
11
+ ---
12
+
13
+ # Dataset : Name Entity Recognition
14
+ The dataset used is a custom NER dataset provided in CSV format with columns:
15
+
16
+ sentence_id: Unique identifier for sentences.
17
+ words: The words in each sentence.
18
+ labels: The named entity labels corresponding to each word.