Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
License:
Update fin.py
Browse files
fin.py
CHANGED
@@ -6,7 +6,7 @@ import datasets
|
|
6 |
logger = datasets.logging.get_logger(__name__)
|
7 |
_DESCRIPTION = """[FIN NER dataset](https://aclanthology.org/U15-1010.pdf)"""
|
8 |
_NAME = "fin"
|
9 |
-
_VERSION = "1.0.
|
10 |
_CITATION = """
|
11 |
@inproceedings{salinas-alvarado-etal-2015-domain,
|
12 |
title = "Domain Adaption of Named Entity Recognition to Support Credit Risk Assessment",
|
@@ -77,6 +77,5 @@ class Fin(datasets.GeneratorBasedBuilder):
|
|
77 |
),
|
78 |
supervised_keys=None,
|
79 |
homepage=_HOME_PAGE,
|
80 |
-
citation=_CITATION
|
81 |
-
|
82 |
-
)
|
|
|
6 |
logger = datasets.logging.get_logger(__name__)
|
7 |
_DESCRIPTION = """[FIN NER dataset](https://aclanthology.org/U15-1010.pdf)"""
|
8 |
_NAME = "fin"
|
9 |
+
_VERSION = "1.0.3"
|
10 |
_CITATION = """
|
11 |
@inproceedings{salinas-alvarado-etal-2015-domain,
|
12 |
title = "Domain Adaption of Named Entity Recognition to Support Credit Risk Assessment",
|
|
|
77 |
),
|
78 |
supervised_keys=None,
|
79 |
homepage=_HOME_PAGE,
|
80 |
+
citation=_CITATION
|
81 |
+
)
|
|