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
Right now the tokenizer decode method supports only a single instance at a time. I think it would be good to have batch_decode function and also support skip_special_tokens and clean_up_tokenization_spaces as in huggingface.
The text was updated successfully, but these errors were encountered:
Right now the tokenizer decode method supports only a single instance at a time. I think it would be good to have
batch_decode
function and also supportskip_special_tokens
andclean_up_tokenization_spaces
as in huggingface.The text was updated successfully, but these errors were encountered: