Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
Kriyans
/
ner
like
0
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K<n<10K
License:
cc-by-4.0
Dataset card
Files
Files and versions
Community
4
Kriyans
commited on
Oct 9, 2023
Commit
b969b61
•
1 Parent(s):
f4f5e56
Update ner.py
Browse files
Files changed (1)
hide
show
ner.py
+1
-0
ner.py
CHANGED
Viewed
@@ -37,6 +37,7 @@ class indian_names(datasets.GeneratorBasedBuilder):
37
names=[
38
"O",
39
"B-corporation",
40
"B-person",
41
"I-person",
42
]
37
names=[
38
"O",
39
"B-corporation",
40
+
"I-corporation",
41
"B-person",
42
"I-person",
43
]