HZSDU's picture
Add files using upload-large-folder tool
475273d verified
Raw
History Blame Contribute Delete
202 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_large_folder(
folder_path=r"D:\learn_torch\Exploration_Platform",
repo_id="HZSDU/Exploration_Platform",
repo_type="model"
)