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
batch_sentences= ["Hello I'm a single sentence",
"And another sentence",
"And the very very last one"]
encoded_inputs=tokenizer(batch_sentences)
print(encoded_inputs)
The text was updated successfully, but these errors were encountered:
Reference Code: https://github.com/NirantK/Hinglish/blob/2798fda87b9b28fa1d7921203ed466c9fd23a28d/hinglishutils.py#L401-#L408
Recommended approach from Huggingface from here:
The text was updated successfully, but these errors were encountered: