Spacy 3.2 floret : the model you're using has no word vectors loaded #10459
-
Im trying to compare our words vector trained in spacy 3.0 and the new floret vector. The problem is when I load the floret vectors trained in floret mode using the command in spacy 3.2 using the load function and try to calculate similarty for giving words I get an error telling me that the model doesn't contain any vectors. when I checked the meta.json file for the generated vectors I found that the keys in vectors are 0. Is that normal ? if yes, why can't i use the similarity function with the floret model ? the warning : Example of the meta.json of floret vectors |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The warning is incorrect and this should be fixed in the next release (v3.3.0) by #10394. You should still get a similarity score despite the warning, though. If you don't get a similarity score, can you provide a full example where it doesn't work? |
Beta Was this translation helpful? Give feedback.
The warning is incorrect and this should be fixed in the next release (v3.3.0) by #10394.
You should still get a similarity score despite the warning, though. If you don't get a similarity score, can you provide a full example where it doesn't work?