-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Got error when load cnn_dailymail dataset #3830
Comments
Was able to reproduce the issue on Colab; full logs below.
|
Hi @jon-tow, thanks for reporting. And hi @dynamicwebpaige, thanks for your investigation. This issue was already reported and its root cause is a change in the Google Drive service. See: We have already fixed it. See: We are planning to make a patch release today (indeed, we were planning to do it last Friday). In the meantime, you can get this fix by installing our library from the GitHub master branch: pip install git+https://github.com/huggingface/datasets#egg=datasets Then, if you had previously tried to load the data and got the checksum error, you should force the redownload of the data (before the fix, you just downloaded and cached the virus scan warning page, instead of the data file): load_dataset("...", download_mode="force_redownload") CC: @lhoestq |
When using datasets.load_dataset method to load cnn_dailymail dataset, got error as below:
The code is to load dataset:
windows os:
google colab:
The text was updated successfully, but these errors were encountered: