ipapack_plus_meta / download.py
charsiu's picture
Upload download.py
4126553 verified
raw
history blame contribute delete
283 Bytes
from huggingface_hub import snapshot_download
while True:
try:
snapshot_download(repo_id="anyspeech/ipapack_plus_1", repo_type="dataset", local_dir="your_path",local_dir_use_symlinks=False,resume_download=False,max_workers=1)
break
except:
continue