[WARNING] [W112] The model specified to use for initial vectors (./ner_obj) has no vectors. This is almost certainly a mistake. #10709
-
Hi!I am working on building an entity based sentiment analyzer with custom trained NER and Entity Linker components. I have a custom trained NER component added to my pipeline and i am training my entity linker component. Now, When I train my Entity Linker, It gives the following warning
This warning comes even even I add any other component to the pipeline with my custom trained component. Any way to resolve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hello, is your |
Beta Was this translation helpful? Give feedback.
Hello, is your
ner_obj
model using Transformer embeddings? If yes, the spaCy Transformers pipeline doesn't include word vectors. You can read a bit more about this here: #7643