-
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
Fix Google Drive URL to avoid Virus scan warning #3787
Conversation
Thanks for this @albertvillanova! |
Once this PR merged into master and until our next 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") |
Thanks, that solved a bunch of problems we had downstream! |
This PR fixes, in the datasets library instead of in every specific dataset, the issue of downloading the Virus scan warning page instead of the actual data file for Google Drive URLs.
Fix #3786, fix #3784.