Problem when downloading image dataset

I am trying to download a dataset of image for further usage
but i only got some .arrow files after download by using load_dataset

and i searched for some solution that said use load_from_disk(path_to_the.arrow directory or pyarrow.ipc.RecordBatchStreamReader

neither of them are working

Can someone help?

this is the dataset i want to download

1 Like

The datasets library is good for using and organizing datasets from the model, but snapshot_download is better for just downloading.

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.