gabrielaltay commited on
Commit
004aae5
1 Parent(s): dafe359

host data on hub (#3)

Browse files

- read data from hub (7c73bf479b215720d2c9df99be5fa49b5396f4ce)

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]