Commit
·
7c73bf4
1
Parent(s):
dafe359
read data from hub
Browse files
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: "
|
69 |
-
_DATASETNAME + "_wo_scope": "
|
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]
|