Hi all, I seem to be having issues downloading community datasets in Datasets, I’ve seen in the docs that community datasets are marked as
unsafe
by default and we must inspect and opt-in to download the datasets, how can I do this?
For example, there is the dataset I’m wanting to download, ashraq/dhivehi-corpus
, if I try to download:
import datasets
dv = datasets.load_dataset('ashraq/dhivehi-corpus')
I return a FileNotFoundError
, which I assume to be because I haven’t opted in to using community datasets?
Thanks!
Edit: maybe this is because there is no dataset loading script?