Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
Spanish
Size:
10K - 100K
License:
Update cantemist-ner.py
Browse files- cantemist-ner.py +1 -1
cantemist-ner.py
CHANGED
@@ -17,7 +17,7 @@ _DESCRIPTION = """\
|
|
17 |
https://temu.bsc.es/cantemist/
|
18 |
"""
|
19 |
|
20 |
-
_URL = "https://huggingface.co/datasets/PlanTL-GOB-ES/
|
21 |
# _URL = "./"
|
22 |
_TRAINING_FILE = "train.conll"
|
23 |
_DEV_FILE = "dev.conll"
|
|
|
17 |
https://temu.bsc.es/cantemist/
|
18 |
"""
|
19 |
|
20 |
+
_URL = "https://huggingface.co/datasets/PlanTL-GOB-ES/cantemist-ner/resolve/main/"
|
21 |
# _URL = "./"
|
22 |
_TRAINING_FILE = "train.conll"
|
23 |
_DEV_FILE = "dev.conll"
|