can't download dataset

#3
by aupuzikov - opened

Hi,
while using datasets v2.7.1 I've encountered problems with command

emotion_dataset = load_dataset("emotion")

and it's all ended up with

/usr/local/lib/python3.8/dist-packages/datasets/utils/file_utils.py in get_from_cache(url, cache_dir, force_download, proxies, etag_timeout, resume_download, user_agent, local_files_only, use_etag, max_retries, use_auth_token, ignore_url_params, download_desc)
528 )
529 elif response is not None and response.status_code == 404:
--> 530 raise FileNotFoundError(f"Couldn't find file at {url}")
531 _raise_if_offline_mode_is_enabled(f"Tried to reach {url}")
532 if head_error is not None:
FileNotFoundError: Couldn't find file at https://www.dropbox.com/s/1pzkadrvffbqw6o/train.txt?dl=1

looks like there is no such file, is it ok?

Hi @aupuzikov , thanks for reporting.

Apparently the data owner have deleted their their data files: please note that for this dataset we are not hosting the data at Hugging Face. We are just providing a loading script for the original data files hosted by the data creator.

We are contacting the authors of the dataset to ask them about their data files.

Issue opened in the data owners repository: https://github.com/dair-ai/emotion_dataset/issues/5

We have received an email from the author of the dataset: they will get it fixed as soon as possible.

Closed by #4.

albertvillanova changed discussion status to closed

Today, this issue seems unresolved. I am getting the same error. Any chance this is going to be resolved?

@Maddocent the issue is already fixed. You just need to update your datasets version to get the fix:

pip install -U datasets

data set not available today

Sign up or log in to comment