Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Kriyans
/
ner
like
1
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
xet
Community
4
Kriyans
commited on
Oct 9, 2023
Commit
f4f5e56
·
1 Parent(s):
afcf8e7
Update ner.py
Browse files
Files changed (1)
hide
show
ner.py
+0
-1
ner.py
CHANGED
Viewed
@@ -37,7 +37,6 @@ class indian_names(datasets.GeneratorBasedBuilder):
37
names=[
38
"O",
39
"B-corporation",
40
-
"I-corporation"
41
"B-person",
42
"I-person",
43
]
37
names=[
38
"O",
39
"B-corporation",
40
"B-person",
41
"I-person",
42
]