Spacy models with different word2vec embeddings give the same scores #11425
Answered
by
polm
kmariael
asked this question in
Help: Other Questions
-
I am trying to improve the performance of my spacy NER model by implementing my pretrained vectors. I have created my own vectors with word2vec using different texts and I have saved them in .txt files. However I get the exact same scores and this doesn't seem right. Here are the steps I have been following for one file with custom pretrained embeddings:
Here are the steps for the other embeddings file:
Am I doing something wrong? Should I add something in the config file? |
Beta Was this translation helpful? Give feedback.
Answered by
polm
Sep 2, 2022
Replies: 1 comment
-
Answered here - sounds like use of word vectors wasn't enabled. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kmariael
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answered here - sounds like use of word vectors wasn't enabled.