"tests/vscode:/vscode.git/clone" did not exist on "a1a34657d41627b21dddf2bf9cc55941329a60b6"
Unverified Commit 7db1ad63 authored by amyeroberts's avatar amyeroberts Committed by GitHub
Browse files

Fix AutoTokenizer docstring typo (#26117)

Fix docstring typo
parent b4773273
......@@ -783,7 +783,7 @@ class AutoTokenizer:
The configuration corresponding to the model to register.
slow_tokenizer_class ([`PretrainedTokenizer`], *optional*):
The slow tokenizer to register.
slow_tokenizer_class ([`PretrainedTokenizerFast`], *optional*):
fast_tokenizer_class ([`PretrainedTokenizerFast`], *optional*):
The fast tokenizer to register.
"""
if slow_tokenizer_class is None and fast_tokenizer_class is None:
......
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