Error upon donwloading the dataset

#2
by JRhin - opened

It seems there is an error when downloading the dataset using the load_dataset method from the datasets library.

immagine

code to replicate the bug with datasets==4.5.0:

from datasets import load_dataset

load_dataset('frgfm/imagenette')

Sign up or log in to comment