gabrielaltay commited on
Commit
7c73bf4
1 Parent(s): dafe359

read data from hub

Browse files
Files changed (1) hide show
  1. chia.py +2 -2
chia.py CHANGED
@@ -65,8 +65,8 @@ _HOMEPAGE = "https://github.com/WengLab-InformaticsResearch/CHIA"
65
  _LICENSE = 'Creative Commons Attribution 4.0 International'
66
 
67
  _URLS = {
68
- _DATASETNAME: "https://figshare.com/ndownloader/files/21728850",
69
- _DATASETNAME + "_wo_scope": "https://figshare.com/ndownloader/files/21728853",
70
  }
71
 
72
  _SUPPORTED_TASKS = [Tasks.NAMED_ENTITY_RECOGNITION, Tasks.RELATION_EXTRACTION]
 
65
  _LICENSE = 'Creative Commons Attribution 4.0 International'
66
 
67
  _URLS = {
68
+ _DATASETNAME: "data/chia_with_scope.zip",
69
+ _DATASETNAME + "_wo_scope": "data/chia_without_scope.zip",
70
  }
71
 
72
  _SUPPORTED_TASKS = [Tasks.NAMED_ENTITY_RECOGNITION, Tasks.RELATION_EXTRACTION]