Update wikiner.py
Browse files- wikiner.py +2 -2
wikiner.py
CHANGED
@@ -23,8 +23,8 @@ _CITATION = """/something"""
|
|
23 |
_DESCRIPTION = """Dataset used to train a NER model"""
|
24 |
|
25 |
_URL = "https://github.com/NazaGara/betoNER/tree/main/data/wikiner/"
|
26 |
-
_TRAINING_FILE = "train.conllu"
|
27 |
-
|
28 |
|
29 |
class WikinerConfig(datasets.BuilderConfig):
|
30 |
"""BuilderConfig"""
|
|
|
23 |
_DESCRIPTION = """Dataset used to train a NER model"""
|
24 |
|
25 |
_URL = "https://github.com/NazaGara/betoNER/tree/main/data/wikiner/"
|
26 |
+
#_TRAINING_FILE = "train.conllu"
|
27 |
+
_TRAINING_FILE = "spaces.conllu"
|
28 |
|
29 |
class WikinerConfig(datasets.BuilderConfig):
|
30 |
"""BuilderConfig"""
|