Tok2vec, OOV and static vectors...again #12696
Unanswered
python3Berg
asked this question in
Help: Model Advice
Replies: 1 comment
-
There are always context-sensitive vectors for all tokens with Domain-specific vectors are usually a good idea, if you can get them/train them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have long struggled with some of the subtleties of vectors, and from other discussions, suspect I am not alone. I am training several models on a very specific business domain that has a very large number of terms that I do not see in the en_core_web_lg vocab. I would love some clarity on best approaches to improved model results.
I know similar questions have been asked and answered, but I still don't get it. Thanks in advance for the help.
Beta Was this translation helpful? Give feedback.
All reactions