Unable to load dataset

#2
by raptorkwok - opened

The code I used to load the dataset is:

from datasets import load_dataset
hkcancor_corpus = load_dataset('hkcancor')

It said Connection Error. The detailed error message:

ConnectionError: Couldn't reach http://compling.hss.ntu.edu.sg/hkcancor/data/hkcancor-utf8.zip (ConnectTimeout(MaxRetryError("HTTPConnectionPool(host='compling.hss.ntu.edu.sg', port=80): Max retries exceeded with url: /hkcancor/data/hkcancor-utf8.zip (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f3f3d77f130>, 'Connection to compling.hss.ntu.edu.sg timed out. (connect timeout=100)'))")))

Maybe unrelated to here, I used a mirror (?) Github site for the same file (https://github.com/fcbond/hkcancor), and with their dataset loading script, I encountered another problem, which is the duplicated key error.

Thanks for reporting @raptorkwok .

Apparently, there is an issue with the original data URL. We are trying to find a solution.

albertvillanova changed discussion status to closed

We have contacted the author of the dataset to ask if the data is hosted anywhere else.

In the meantime, we have updated the data URL to the one on GitHub: https://github.com/fcbond/hkcancor/raw/master/data/hkcancor-utf8.zip

Thanks for your swift help.

Sign up or log in to comment