Skip to content
Discussion options

You must be logged in to vote

Hey @polm, the issue is resolved.

Basically, in the training config file, it was taking factory tok2vec component (from scratch) and because of that, I was not getting embedding vector for tokens.
[components.tok2vec] factory = "tok2vec"

I then replaced it with en_web_core_md tok2vec component and it's working fine now:
[components.tok2vec] source = "en_web_core_md"

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@dhruvbhimani-2512
Comment options

Comment options

You must be logged in to vote
2 replies
@dhruvbhimani-2512
Comment options

@cliuxinxin
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by dhruvbhimani-2512
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / vectors Feature: Word vectors and similarity
3 participants