Skip to content
Discussion options

You must be logged in to vote

If you're using spacy v3.2, you can get an incorrect W007 warning even if you have floret vectors, but if you're using v3.3+, this may mean that your vectors weren't initialized/loaded correctly. I hope you meant spacy.load(my_vector_folder) and not nlp(my_vector_folder)?

Be aware of the notes here about floret vectors: https://spacy.io/usage/v3-3#upgrading

It's hard to know what's going for sure without a concrete example including the model vectors. Just to make sure something didn't go wrong on import (although I think you should get an error with spacy init vectors --mode floret if the format was incorrect), double-check that nlp.vocab.vectors.mode is 'floret'?

I tried out some simple…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / vectors Feature: Word vectors and similarity
2 participants