Joining multiple pre-trained SpaCy models into one #7597
aleksandar-devedzic
started this conversation in
Help: Best practices
Replies: 1 comment 1 reply
-
There is no simple way to combine models like that. Theoretically you could make an ensemble but I think you'd need to make a new pipeline component like that. That said, I am very surprised you find the German model does better on English text than English. What kind of documents are you using it on, and for what task? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is it possible to join multiple pre trained SpaCy models into one.
For example, I have data on German and English language, but for some reason, when I test German model ("de_dep_news_trf") on English documents, it performs better than English model ("en_core_web_trf") on English documents.
Is is possible to join multiple models, for example:
Is there a way to combine multiple models like this (or in some other way) in order to increase their performance?
Beta Was this translation helpful? Give feedback.
All reactions