updated to mirror link of dataset
Browse files- chemprot.py +2 -2
chemprot.py
CHANGED
@@ -58,8 +58,8 @@ _HOMEPAGE = "https://biocreative.bioinformatics.udel.edu/tasks/biocreative-vi/tr
|
|
58 |
_LICENSE = 'Public Domain Mark 1.0'
|
59 |
|
60 |
_URLs = {
|
61 |
-
"source": "https://
|
62 |
-
"bigbio_kb": "https://
|
63 |
}
|
64 |
|
65 |
_SUPPORTED_TASKS = [Tasks.RELATION_EXTRACTION, Tasks.NAMED_ENTITY_RECOGNITION]
|
|
|
58 |
_LICENSE = 'Public Domain Mark 1.0'
|
59 |
|
60 |
_URLs = {
|
61 |
+
"source": "https://huggingface.co/datasets/bigbio/chemprot/resolve/main/ChemProt_Corpus.zip",
|
62 |
+
"bigbio_kb": "https://huggingface.co/datasets/bigbio/chemprot/resolve/main/ChemProt_Corpus.zip",
|
63 |
}
|
64 |
|
65 |
_SUPPORTED_TASKS = [Tasks.RELATION_EXTRACTION, Tasks.NAMED_ENTITY_RECOGNITION]
|