_gr1_unified / upload.py
nhatchung's picture
Add files using upload-large-folder tool
9b6e0d5 verified
raw
history blame contribute delete
199 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_large_folder(
folder_path=".", # your dataset folder
repo_id="nhatchung/_gr1_unified",
repo_type="dataset",
)