"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "1a1893e5d820ea811cc329326595e7fba108e1ea"
Unverified Commit 4b86e446 authored by Christopher Akiki's avatar Christopher Akiki Committed by GitHub
Browse files

Update modeling_tf_utils.py (#20076)

parent d68c4602
...@@ -2818,7 +2818,7 @@ class TFPreTrainedModel(tf.keras.Model, TFModelUtilsMixin, TFGenerationMixin, Pu ...@@ -2818,7 +2818,7 @@ class TFPreTrainedModel(tf.keras.Model, TFModelUtilsMixin, TFGenerationMixin, Pu
commit_message (`str`, *optional*): commit_message (`str`, *optional*):
Message to commit while pushing. Will default to `"Upload model"`. Message to commit while pushing. Will default to `"Upload model"`.
private (`bool`, *optional*): private (`bool`, *optional*):
Whether or not the repository created should be private (requires a paying subscription). Whether or not the repository created should be private.
use_auth_token (`bool` or `str`, *optional*): use_auth_token (`bool` or `str`, *optional*):
The token to use as HTTP bearer authorization for remote files. If `True`, will use the token generated The token to use as HTTP bearer authorization for remote files. If `True`, will use the token generated
when running `huggingface-cli login` (stored in `~/.huggingface`). Will default to `True` if `repo_url` when running `huggingface-cli login` (stored in `~/.huggingface`). Will default to `True` if `repo_url`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment