Can I train a new NER model based on zh_core_web_trf #10571
-
We are using ner feature of the model of zh_core_web_trf, it performs good, can I continue to train this ner model to make it more accurate ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This config works fine for me, training process started without errors, but if it's approach way or not ?
|
Beta Was this translation helpful? Give feedback.
-
Yes, you can update a pre-trained model with your own custom data. You can read more in this FAQ. We also have a spaCy project that covers how to update the NER component in a pre-trained model. |
Beta Was this translation helpful? Give feedback.
Yes, you can update a pre-trained model with your own custom data. You can read more in this FAQ. We also have a spaCy project that covers how to update the NER component in a pre-trained model.