entity_vector_length mismatching for the entity linker training #11628
Unanswered
manxing-du
asked this question in
Help: Coding & Implementations
Replies: 1 comment 1 reply
-
Just a note - I moved this to Discussions because it looks more like a question than a bug report. I don't think any of our pretrained models have vectors with size 64, but note that's just a placeholder value - the intent is that you change it to match the vectors you're actually using. It's not a recommendation or requirement that you use vectors with size 64. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the config file, the entity_vector_length is 64, but the vectors from the "en_core_web_lg" or "en_core_web_md" are with dimension 300. Could we find any pre-trained model which provides the 64 dimension entity embeddings ?
Beta Was this translation helpful? Give feedback.
All reactions