Trisert's picture
6fc3f236be4ccc50de297d613fcc7b5daf73cf893960b02595d77df9d6336ff4
2128862
raw
history blame
221 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
repo_id="Trisert/falcon-7b-instruct-sharded",
folder_path=".",
multi_commits=True,
multi_commits_verbose=True
)