Rodrigo1771
commited on
Commit
•
8e7a99e
1
Parent(s):
eb6c2d3
Rename drugtemist-it-85-ner.py to drugtemist-it-word2vec-85-ner.py
Browse files
drugtemist-it-85-ner.py → drugtemist-it-word2vec-85-ner.py
RENAMED
@@ -12,7 +12,7 @@ _DESCRIPTION = """\
|
|
12 |
https://temu.bsc.es/multicardioner/
|
13 |
"""
|
14 |
|
15 |
-
_URL = "https://huggingface.co/datasets/Rodrigo1771/drugtemist-it-85-ner/resolve/main/"
|
16 |
_TRAINING_FILE = "train.conll"
|
17 |
_DEV_FILE = "dev.conll"
|
18 |
_TEST_FILE = "test.conll"
|
|
|
12 |
https://temu.bsc.es/multicardioner/
|
13 |
"""
|
14 |
|
15 |
+
_URL = "https://huggingface.co/datasets/Rodrigo1771/drugtemist-it-word2vec-85-ner/resolve/main/"
|
16 |
_TRAINING_FILE = "train.conll"
|
17 |
_DEV_FILE = "dev.conll"
|
18 |
_TEST_FILE = "test.conll"
|