You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use context embeddings for words to perform word similarity tasks. Is there a way to get the context vectors for words using the fastText model file.
Thanks,
Aditya
The text was updated successfully, but these errors were encountered:
For word similarity tasks, essentially you could get vectors for each word, and then compare the similarity between their vectors. In that case, you can just load the model and get the vector by following the FAQ. If not, would you please give more detail to your question?
Hello,
I wanted to use context embeddings for words to perform word similarity tasks. Is there a way to get the context vectors for words using the fastText model file.
Thanks,
Aditya
The text was updated successfully, but these errors were encountered: