Skip to content

Commit

Permalink
Fixed link to BC5CDR dataset (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
drAbreu authored Jan 17, 2024
1 parent 59310f2 commit c6c0cda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bigbio/hub/hub_repos/bc5cdr/bc5cdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
interactions in 1,500 PubMed articles.
"""

_HOMEPAGE = "http://www.biocreative.org/tasks/biocreative-v/track-3-cdr/"
_HOMEPAGE = "https://biocreative.bioinformatics.udel.edu/tasks/biocreative-v/track-3-cdr/"

_LICENSE = 'Public Domain Mark 1.0'

_URLs = {
"source": "http://www.biocreative.org/media/store/files/2016/CDR_Data.zip",
"bigbio_kb": "http://www.biocreative.org/media/store/files/2016/CDR_Data.zip",
"source": "https://github.com/JHnlp/BioCreative-V-CDR-Corpus/raw/master/CDR_Data.zip",
"bigbio_kb": "https://github.com/JHnlp/BioCreative-V-CDR-Corpus/raw/master/CDR_Data.zip",
}

_SUPPORTED_TASKS = [
Expand Down

0 comments on commit c6c0cda

Please sign in to comment.