FeatureDP / download_weights.py
TianxingChen's picture
Upload folder using huggingface_hub
ef9e1c5 verified
raw
history blame
207 Bytes
from huggingface_hub import snapshot_download
import os
parent_dir = os.path.dirname(os.path.abspath(__file__))
snapshot_download(repo_id="TianxingChen/FeatureDP", local_dir=parent_dir, repo_type="dataset")