ZoneMaestro_code / upload_to_hf.py
kkkkiiii's picture
Add files using upload-large-folder tool
51bcf93 verified
raw
history blame contribute delete
217 Bytes
from huggingface_hub import login, upload_folder
# Login with your Hugging Face credentials
login()
# Push your dataset files
upload_folder(folder_path=".", repo_id="kkkkiiii/ZoneMaestro_code", repo_type="dataset")