Difference between blank and pretrained models #5269
-
Hi guys! I am sorry that I'm writing here with such an easy question. I tried asking on Stack Overflow but didn't get any answer so I'll try my luck here. I am currently trying to train a text classifier using
and it gave me the following result:
Then I tried this (for the same text):
and the result was:
Not only are the results different (for example, lemma for 's is different) but there are also no POS tagging for most of words in blank model. So obviously I need a pretrained model for normalizing my data. But I still don't understand how it should be with my data classifier. Should I
or
Thanks in advance for your help! Your Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Let me answer this on SO: https://stackoverflow.com/q/60888020/461847 |
Beta Was this translation helpful? Give feedback.
Let me answer this on SO: https://stackoverflow.com/q/60888020/461847