Open sci-m-wang opened 4 months ago
Hi @sci-m-wang, sorry you're facing this issue :confused: The file you're trying to download actually exists and is indeed 6226B long. I noticed your huggingface_hub
version is far outdated (latest version being 0.23.4
). Could you update this dependency and retry? Asking because many bug fixes have been introduced since then.
As a side note, if your goal is to load this dataset, I would advice you to use the datasets
library directly (dataset = datasets.load_dataset("tyqiangz/multilingual-sentiments"
)
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
same_question
Facing same issue
Facing same issue
Facing same issue
Same issue with my k8s pods. Confirmed available storage.
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