Skip to content
Discussion options

You must be logged in to vote

See the architecture overview.

tok2vec is not directly related to word2vec - xxx2vec is a common naming scheme for models or systems since word2vec, even if they don't have much in common architecturally. tok2vec isn't exactly a single model either, it's just the name of the layer in spaCy that converts tokens into vectors. The default models are described on the architecture overview page.

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
docs Documentation and website feat / tok2vec Feature: Token-to-vector layer and pretraining
2 participants