Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stas00 authored and fabiocapsouza committed Nov 15, 2020
1 parent becabff commit 7f17334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/tokenization_utils_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@ def _from_pretrained(cls, pretrained_model_name_or_path, *init_inputs, **kwargs)
added_tokens = tokenizer.sanitize_special_tokens()
if added_tokens:
logger.warning(
"Special tokens have been added in the vocabulary, make sure the associated word emebedding are fine-tuned or trained."
"Special tokens have been added in the vocabulary, make sure the associated word embedding are fine-tuned or trained."
)

return tokenizer
Expand Down

0 comments on commit 7f17334

Please sign in to comment.