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