submit / upload.py
starriver030515's picture
Upload folder using huggingface_hub
7947354 verified
raw
history blame contribute delete
182 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="/Users/liuzheng/Desktop/submit",
repo_id="starriver030515/submit",
repo_type="dataset",
)