Unverified Commit 0ede7626 authored by James E. Dobson's avatar James E. Dobson Committed by GitHub
Browse files

Fixed spelling error in T5 tokenizer warning message (s/thouroughly/t… (#28014)

Fixed spelling error in T5 tokenizer warning message (s/thouroughly/thoroughly)
parent bb1d0d0d
......@@ -191,7 +191,7 @@ class T5Tokenizer(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
......
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