Unable to access Hugging Face dataset directly or via mirror site.

#1
by JaneLiao - opened

Hello,

I'm having trouble downloading datasets from Hugging Face.

  1. I tried to download a dataset directly from the Hugging Face website on my server, but I'm encountering connection issues. The specific error I’m getting is:
    requests.exceptions.ConnectionError: Failed to establish a new connection: [Errno 101] Network is unreachable.
    2.As an alternative, I tried downloading the dataset from a mirror site (like hf-mirror.com), but I ran into SSL certificate validation errors. The specific error is:ERROR: no certificate subject alternative name matches requested host name ‘hf-mirror.com’. To connect to hf-mirror.com insecurely, use `--no-check-certificate'. I tried to use '--no-check-certificate', but still not work.

Before this, I had successfully downloaded several compressed files from the mirror site, but suddenly I can no longer access it. I hope to be able to successfully download the kohei0209/mls_hq_urgent_track1 dataset from Hugging Face, or find a reliable solution. Are there any other methods or suggestions that could help me resolve this download issue? I would greatly appreciate any help or guidance.

Thank you!

Jane Liao

Hi Jane Liao,

Thank you for reporting the issue.

The dataset can be downloaded at least on my side.
It may depend on from which country you're trying to download the dataset and unfortunately it is difficult to reproduce your issue.

Before this, I had successfully downloaded several compressed files from the mirror site, but suddenly I can no longer access it.

Does this mean you are not able to download any dataset now, or only this kohei0209/mls_hq_urgent_track1 dataset?

Sign up or log in to comment