anshgupta123's picture
Upload folder using huggingface_hub
74b57d2 verified
from huggingface_hub import login,logout, upload_folder
logout()
# (optional) Login with your Hugging Face credentials
login()
# Push your model files
upload_folder(folder_path=".", repo_id="anshgupta123/codet5-base-BugFix", repo_type="model")