Update spelling mistake (#27506)

thoroughly was misspelled thouroughly
This commit is contained in:
Phyzer 2023-11-15 16:50:45 +08:00 committed by GitHub
parent 72f531ab6b
commit 7ddb21b4db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class LlamaTokenizer(PreTrainedTokenizer):
f"You are using the default legacy behaviour of the {self.__class__}. This is"
" expected, and simply means that the `legacy` (previous) behavior will be used so nothing changes for you."
" If you want to use the new behaviour, set `legacy=False`. This should only be set if you understand what it"
" means, and thouroughly read the reason why this was added as explained in"
" means, and thoroughly read the reason why this was added as explained in"
" https://github.com/huggingface/transformers/pull/24565"
)
legacy = True