Problems integreating components : [W113] Sourced component 'ner' may not work as expected: source vectors are not identical to current pipeline vectors. #11003
Answered
by
polm
Alvaro8gb
asked this question in
Help: Coding & Implementations
-
I have trained a nlp pipeline with ner component and I want to integrate it with es_core_news_lg. But they said that the vectors are diferents. How can I only change the component of ner in one pretrained spacy's model. Working in spacy v3.3.
|
Beta Was this translation helpful? Give feedback.
Answered by
polm
Jun 22, 2022
Replies: 1 comment 1 reply
-
If you change Note your Markdown formatting didn't work, please see the Github Markdown guide. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Alvaro8gb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you change
vectors
in[paths]
toes_core_news_lg
and train your model again, your model will be trained with the same word vectors as the other model, and should work.Note your Markdown formatting didn't work, please see the Github Markdown guide.