[MINOR:TYPO] (#25646)

[MINOR:TYPO] Update tokenization_auto.py
This commit is contained in:
Christopher Akiki 2023-08-22 09:54:44 +02:00 committed by GitHub
parent 6a314ea7cd
commit 88e51ba306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -574,7 +574,7 @@ class AutoTokenizer:
inputs (additional positional arguments, *optional*):
Will be passed along to the Tokenizer `__init__()` method.
config ([`PretrainedConfig`], *optional*)
The configuration object used to dertermine the tokenizer class to instantiate.
The configuration object used to determine the tokenizer class to instantiate.
cache_dir (`str` or `os.PathLike`, *optional*):
Path to a directory in which a downloaded pretrained model configuration should be cached if the
standard cache should not be used.