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 bpe still returns the javascript native function instead of token ids though, as tokenizer.encodings['toString'] is set to the function for some reason
will fail. This is because
tokenizer.bpe('toString')
returns the javascript functiontoString()
instead of an actual string representing the token.The text was updated successfully, but these errors were encountered: