How to merge two trained model into one model? #12997
sigit-purnomo
started this conversation in
Help: Best practices
Replies: 1 comment 1 reply
-
The standard way we do this is using the spaCy You can then call |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have trained a POS Tagging and Dependency model using the spaCy project template and made the model into a package. I have also trained a model for NER (only the NER component) using a different corpus/dataset and made it into a package.
I have read this thread, but there are many ways. What's the best practice to merge both models into one package?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions