Spacy: what algorithm is used for word vectors?

The question is clear, just would like to know what algo is used: CBOW, Skipgram, SGNS, Glove? Thanks

Upvotes: 1

Views: 398

Answers (1)

polm23
polm23

Reputation: 15593

Vectors are included as part of a model, so there's no fixed algorithm, though in practice most use GloVe. You can check by looking at the model detail page, like this one for the medium sized English corpus.

Upvotes: 1

Related Questions