Is it possible to train a new label with 'en_core_web_trf' model #7526
Replies: 3 comments 4 replies
-
Training that works with the small model shouldn't give an error with the other models. Can you post the code you're using to train the model? |
Beta Was this translation helpful? Give feedback.
-
Is it a correct way approach or not? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi, the problem above is Note that training just Once you move beyond toy data, we'd also recommend using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Am able to train a new label to 'sm' model.
How ever, while I training 'md' / 'lg' / 'trf' models,
am getting error """site-packages\spacy_transformers\layers\listener.py, line 47, in verify_inputs raise ValueError""" at nlp.update()
Can I get suggestions here
Thanks
Beta Was this translation helpful? Give feedback.
All reactions