Skip to content

Instantly share code, notes, and snippets.

@Vaibhavs10
Created December 5, 2023 16:32
Show Gist options
  • Save Vaibhavs10/b3f007e9a7f6144b008e6921bb7109b2 to your computer and use it in GitHub Desktop.
Save Vaibhavs10/b3f007e9a7f6144b008e6921bb7109b2 to your computer and use it in GitHub Desktop.
from huggingface_hub import HfApi
from huggingface_hub import logging
logging.set_verbosity_info()
api = HfApi()
api.upload_folder(folder_path="<FOLDER NAME>",
repo_id="<DATASET NAME>",
repo_type="dataset",
multi_commits=True,
multi_commits_verbose=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment