albertvillanova HF staff commited on
Commit
18ad137
1 Parent(s): 535377b

Update URL to data file

Browse files
Files changed (1) hide show
  1. 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 = "https://huggingface.co/datasets/bigscience-biomedical/progene/resolve/main/crossvalidation_data.zip"
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