Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
jfries commited on
Commit
de5030c
·
verified ·
1 Parent(s): 24ca8c5

updated to mirror link of dataset

Browse files
Files changed (1) hide show
  1. 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://biocreative.bioinformatics.udel.edu/media/store/files/2017/ChemProt_Corpus.zip",
62
- "bigbio_kb": "https://biocreative.bioinformatics.udel.edu/media/store/files/2017/ChemProt_Corpus.zip",
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]