Skip to content

Using static vectors with text categorization model #9249

Discussion options

You must be logged in to vote

Hi!

I'm not sure if it's useful to you, but this SO answer also deals with the difference between static & dynamic word vectors.

To answer your specific questions:

Is it plausible not to see any improvement when adding static word vectors to a model?
If so, is my model somehow learning these word embeddings itself without the static vectors? Does this learning happen in the tok2vec component?

Yes, I think that's entirely plausible, and yes, it would be the tok2vec component that is already learning good vectors. You can sort of "jump start" this learning process by providing static vectors, but it might not help much in accuracy at the end of the training cycle. You might notice a quic…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jamesmcaul
Comment options

Answer selected by jamesmcaul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / textcat Feature: Text Classifier feat / vectors Feature: Word vectors and similarity
2 participants