-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapter 2: load_dataset("emotion") show file not found #95
Comments
looks like the dataset has been renamed " the corresponding page in huggingface datasets seems to match up with the table contents in the book |
Thanks
Thanks @choyrim |
FileNotFoundError Traceback (most recent call last) |
|
Information
The problem arises in chapter 2
Describe the bug
emotions = load_dataset("emotion")
datasets/utils/file_utils.py:608, 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)
606 raise FileNotFoundError(f"Couldn't find file at {url}")
607 _raise_if_offline_mode_is_enabled(f"Tried to reach {url}")
--> 608 raise ConnectionError(f"Couldn't reach {url}")
610 # Try a second time
611 filename = hash_url_to_filename(cached_url, etag)
ConnectionError: Couldn't reach https://www.dropbox.com/s/1pzkadrvffbqw6o/train.txt?dl=1
To Reproduce
Steps to reproduce the behavior:
emotions = load_dataset("emotion")
Expected behavior
The text was updated successfully, but these errors were encountered: