Created
December 5, 2023 16:32
-
-
Save Vaibhavs10/b3f007e9a7f6144b008e6921bb7109b2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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