Can't locate the error in my dataset

Hi,

This is because the author has just uploaded a zip file to the dataset repo: arnastofnun/test at main, hence one would need to unzip it locally. Here’s how to download the file:

from huggingface_hub import hf_hub_download

filepath = hf_hub_download(repo_id="arnastofnun/test", filename="igc_news1_eidfaxi.zip", repo_type="dataset")
1 Like