You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage of add_special_tokens in Generate is not replicated in Tokenize. This means that the tokenization result/count will be different if ADD_SPECIAL_TOKENS=False.
Let's make sure to add a unit test and integration test for it if applicable!
The text was updated successfully, but these errors were encountered:
The usage of
add_special_tokens
in Generate is not replicated in Tokenize. This means that the tokenization result/count will be different ifADD_SPECIAL_TOKENS=False
.Let's make sure to add a unit test and integration test for it if applicable!
The text was updated successfully, but these errors were encountered: