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
I've only done a simple test but if you remove the whole line 65 from file tokenizer.py then the 's' at the end of was and his don't get stripped as it were. This line below: text = text.strip("<s>").strip("</s>")
The text was updated successfully, but these errors were encountered:
I've only done a simple test but if you remove the whole line 65 from file
tokenizer.py
then the 's' at the end of was and his don't get stripped as it were. This line below:text = text.strip("<s>").strip("</s>")
The text was updated successfully, but these errors were encountered: