Why is the "trf" model more accurate in tems of prediction than the "lg" model while it is smaller in size than the latter? #8680
Locked
qingyun1988
started this conversation in
Language Support
Replies: 1 comment
-
Hi, The "trf" model is a transformer-based pipeline which has higher accuracy in general because transformers are generally more powerful than then the more simple "tok2vec"-based components in the sm/md/lg pipelines. You can find more details in the documentation. With respect to your other question, please refer to Paul's post and our request to please stop asking the same question over and over again. To avoid any further duplicate conversations, I will be locking this conversation and I urge you again to please stop reposting this. We cannot continue supporting you over this forum in this way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why is the "trf" model more accurate in terms of prediction than the "lg" model while it is smaller in size than the latter?
What is the difference between them?
And, Why is that the 'lg' model sometimes can be changed after training on it by using only a few(even one) examples while the 'trf' model can't be changed even using a lot of examples? After all, the 'trf' model is smaller than 'lg' one.
I wonder why this is. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions