Rename symptemist-8-ner.py to symptemist-8-word2vec-ner.py
Browse files
symptemist-8-ner.py → symptemist-8-word2vec-ner.py
RENAMED
@@ -15,7 +15,7 @@ _DESCRIPTION = """\
|
|
15 |
https://temu.bsc.es/symptemist/
|
16 |
"""
|
17 |
|
18 |
-
_URL = "https://huggingface.co/datasets/Rodrigo1771/symptemist-8-ner/resolve/main/"
|
19 |
_TRAINING_FILE = "train.conll"
|
20 |
_DEV_FILE = "dev.conll"
|
21 |
_TEST_FILE = "test.conll"
|
|
|
15 |
https://temu.bsc.es/symptemist/
|
16 |
"""
|
17 |
|
18 |
+
_URL = "https://huggingface.co/datasets/Rodrigo1771/symptemist-8-word2vec-ner/resolve/main/"
|
19 |
_TRAINING_FILE = "train.conll"
|
20 |
_DEV_FILE = "dev.conll"
|
21 |
_TEST_FILE = "test.conll"
|