-
Notifications
You must be signed in to change notification settings - Fork 658
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
OSError for Consistency check failed and the force_download=True
doesn't work.
#2372
Comments
Hi @sci-m-wang, sorry you're facing this issue 😕 The file you're trying to download actually exists and is indeed 6226B long. I noticed your As a side note, if your goal is to load this dataset, I would advice you to use the |
Actually, though I updated my huggingface_hub to 0.23.4, this issue still exists. I've downloaded this dataset manually, but the problem still needs to be fixed. |
same_question |
1 similar comment
same_question |
Facing same issue |
2 similar comments
Facing same issue |
Facing same issue |
Same issue with my k8s pods. Confirmed available storage. |
I am also facing the same issue. force_download=True did not work. Is there any workaround so far ?
|
Describe the bug
When I download the dataset "tyqiangz/multilingual-sentiments", I met the error that "OSError: Consistency check failed: file should be of size 0 but has size 6226 (multilingual-sentiments.py)." Thus, I follow the guide to add
force_download=True
in my code. The code:Then, the error appear again.
Reproduction
No response
Logs
No response
System info
The text was updated successfully, but these errors were encountered: