Docs: add kwargs type to fix formatting (#24733)

This commit is contained in:
Joao Gante
2023-07-11 16:21:29 +01:00
committed by GitHub
parent 5739726fcc
commit 2642d8d04b
30 changed files with 38 additions and 45 deletions

View File

@@ -2133,7 +2133,7 @@ class PreTrainedTokenizerBase(SpecialTokensMixin, PushToHubMixin):
Whether or not to push your model to the Hugging Face model hub after saving it. You can specify the
repository you want to push to with `repo_id` (will default to the name of `save_directory` in your
namespace).
kwargs:
kwargs (`Dict[str, Any]`, *optional*):
Additional key word arguments passed along to the [`~utils.PushToHubMixin.push_to_hub`] method.
Returns: