Unable to download datasets
#14
by brcoke - opened
After following the instructions on README for this package- I am unable to download any of the datasets using the dataset python pacakge. Instead I get this error:
Dataset scripts are no longer supported, but found hest.py
Both subsetting the datasets using the metadata csv in the MahmoodLab directory and downloading all of the available datasets.
Hi @brcoke , it seems that HF has deprecated custom dataset builders. As a quick fix, downgrade the datasets lib with pip install datasets<4.0.0 . We will think of a long-term fix.
guillaumejaume changed discussion status to closed
All working- thanks