"vscode:/vscode.git/clone" did not exist on "2167e366ba8cf6bc10023e1f10ffe74e698fc75a"
Unverified Commit cd21d8bc authored by Mohamed El-Geish's avatar Mohamed El-Geish Committed by GitHub
Browse files

Typo in warning message (#3219)

`T5Tokenizer` instead of `XLNetTokenizer`
parent 8d3e218e
......@@ -141,7 +141,7 @@ class T5Tokenizer(PreTrainedTokenizer):
import sentencepiece as spm
except ImportError:
logger.warning(
"You need to install SentencePiece to use XLNetTokenizer: https://github.com/google/sentencepiece"
"You need to install SentencePiece to use T5Tokenizer: https://github.com/google/sentencepiece"
"pip install sentencepiece"
)
raise
......
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