Why is my trained transformer model(en_core_web_trf) ineffective? #7942
-
I used flowing code to train the 'en_core_web_trf' model, but the consequence seems to be ineffective.
However, if I use the same codes to the 'en_core_web_lg' model, it seems to work fine and by testing it can show immediately the consequence I expect. The difference is only to replace 'en_core_web_trf' with 'en_core_web_lg'. Is there any other way to train the 'en_core_web_trf' model? How can I train transformer model(en_core_web_trf)? In addition, I don't know how to train models with training config file. Appreciate if anyone can help. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Sorry to hear you're having trouble. Can you clarify a few things?
If you actually only have three training examples, that's not enough to train any of the models meaningfully. |
Beta Was this translation helpful? Give feedback.
Sorry to hear you're having trouble. Can you clarify a few things?
If you actually only have three training examples, that's not enough to train any of the models meaningfully.