File size: 199 Bytes
9b6e0d5 |
1 2 3 4 5 6 7 8 9 10 |
from huggingface_hub import HfApi
api = HfApi()
api.upload_large_folder(
folder_path=".", # your dataset folder
repo_id="nhatchung/_gr1_unified",
repo_type="dataset",
)
|