Skip to content

Commit

Permalink
Typo: prive -> private
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Dec 18, 2023
1 parent 657da5f commit b0e02ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentence_transformers/SentenceTransformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def save_to_hub(self,
:param repo_id: Repository name for your model in the Hub, including the user or organization.
:param token: An authentication token (See https://huggingface.co/settings/token)
:param private: Set to true, for hosting a prive model
:param private: Set to true, for hosting a private model
:param commit_message: Message to commit while pushing.
:param local_model_path: Path of the model locally. If set, this file path will be uploaded. Otherwise, the current model will be uploaded
:param exist_ok: If true, saving to an existing repository is OK. If false, saving only to a new repository is possible
Expand Down

0 comments on commit b0e02ee

Please sign in to comment.