Update URL to data file
Browse files- progene.py +1 -1
progene.py
CHANGED
@@ -62,7 +62,7 @@ _HOMEPAGE = "https://zenodo.org/record/3698568#.YlVHqdNBxeg"
|
|
62 |
_LICENSE = 'Creative Commons Attribution 4.0 International'
|
63 |
|
64 |
# using custom url: original distribution includes trained models (>25GB) and original dataset license allow for redistribution
|
65 |
-
_URLS = "
|
66 |
|
67 |
_SUPPORTED_TASKS = [Tasks.NAMED_ENTITY_RECOGNITION]
|
68 |
|
|
|
62 |
_LICENSE = 'Creative Commons Attribution 4.0 International'
|
63 |
|
64 |
# using custom url: original distribution includes trained models (>25GB) and original dataset license allow for redistribution
|
65 |
+
_URLS = "data/crossvalidation_data.zip"
|
66 |
|
67 |
_SUPPORTED_TASKS = [Tasks.NAMED_ENTITY_RECOGNITION]
|
68 |
|