Unexpected behavior in masked prediction #118
-
Hi, I was trying to make some masked prediction with "bert-base-arabertv2", but looks like there's some unexpected behavior. I'm getting a lot of '+' sign in the prediction: Is this common and i should remove it? Or that's mean the model need to be fine tuned? |
Beta Was this translation helpful? Give feedback.
Answered by
WissamAntoun
Jun 28, 2021
Replies: 1 comment 6 replies
-
Are you pre-processing the sentence (doing pre-segmentation) before you give it to the model? |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
kwcckw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you pre-processing the sentence (doing pre-segmentation) before you give it to the model?