retarget-rerun / upload.py
ChaoyiPan's picture
Upload folder using huggingface_hub
e3b0701 verified
raw
history blame contribute delete
155 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path=".",
repo_id="ChaoyiPan/retarget-rerun",
repo_type="dataset"
)