HZSDU's picture
Add files using upload-large-folder tool
475273d verified
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"
)