asahi417 commited on
Commit
7747df0
1 Parent(s): f321f04

Update fin.py

Browse files
Files changed (1) hide show
  1. fin.py +3 -4
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.2"
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
- label2id=_LABEL2ID
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
+ )