Fix some docs what layerdrop does (#23691)
* Fix some docs what layerdrop does * Update src/transformers/models/data2vec/configuration_data2vec_audio.py Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Fix more docs --------- Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
This commit is contained in:
@@ -2093,7 +2093,7 @@ class PreTrainedTokenizerBase(SpecialTokensMixin, PushToHubMixin):
|
||||
|
||||
If `True`, will save the tokenizer in legacy format. If the "slow" tokenizer doesn't exits, a value
|
||||
error is raised.
|
||||
filename_prefix: (`str`, *optional*):
|
||||
filename_prefix (`str`, *optional*):
|
||||
A prefix to add to the names of the files saved by the tokenizer.
|
||||
push_to_hub (`bool`, *optional*, defaults to `False`):
|
||||
Whether or not to push your model to the Hugging Face model hub after saving it. You can specify the
|
||||
|
||||
Reference in New Issue
Block a user