File size: 207 Bytes
ef9e1c5
 
 
 
 
1
2
3
4
5
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")