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'm in trouble with my sentence that i need to NER.
The predict() is predicting just a part of my sentence (128 tokens), and i not know how to slice my original sentence in parts of sentences before call predict() method, because just counting words will never a good solution (we dont know how bert will break the tokens)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm in trouble with my sentence that i need to NER.
The predict() is predicting just a part of my sentence (128 tokens), and i not know how to slice my original sentence in parts of sentences before call predict() method, because just counting words will never a good solution (we dont know how bert will break the tokens)
Beta Was this translation helpful? Give feedback.
All reactions