You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/jisu/anaconda3/lib/python3.9/site-packages/huggingface_hub/hf_file_system.py", line 638, in get_file
http_get(
File "/home/jisu/anaconda3/lib/python3.9/site-packages/huggingface_hub/file_download.py", line 570, in http_get
raise EnvironmentError(
OSError: Consistency check failed: file should be of size 23215841838 but has size 10001900996 ((…)f5878d/realiad_raw/rolled_strip_base.zip).
We are sorry for the inconvenience. Please retry with `force_download=True`.
If the issue persists, please let us know by opening an issue on https://github.com/huggingface/huggingface_hub.
The code I used is
from datasets import load_dataset
# Real-IAD/Real-IAD 데이터셋 로드 및 다운로드
dataset = load_dataset("Real-IAD/Real-IAD", cache_dir="/SSD2/Datasets/RealIAD")
Hi !
I just tried to download Real-IAD.
But an error occurred constantly..
the error is..
The code I used is
I downloaded the data above amount.
Any solution??
thanks!
The text was updated successfully, but these errors were encountered: