Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
License:
wzkariampuzha
commited on
Commit
•
e614802
1
Parent(s):
9f91f66
Update EpiSet4NER-v2.py
Browse files- EpiSet4NER-v2.py +1 -1
EpiSet4NER-v2.py
CHANGED
@@ -59,7 +59,7 @@ class EpiSet(datasets.GeneratorBasedBuilder):
|
|
59 |
"""EpiSet4NER by GARD."""
|
60 |
|
61 |
BUILDER_CONFIGS = [
|
62 |
-
EpiSetConfig(name="EpiSet4NER", version=datasets.Version("4.0"), description="EpiSet4NER by NIH NCATS GARD"),
|
63 |
]
|
64 |
|
65 |
def _info(self):
|
|
|
59 |
"""EpiSet4NER by GARD."""
|
60 |
|
61 |
BUILDER_CONFIGS = [
|
62 |
+
EpiSetConfig(name="EpiSet4NER", version=datasets.Version("4.0.0"), description="EpiSet4NER by NIH NCATS GARD"),
|
63 |
]
|
64 |
|
65 |
def _info(self):
|