How does an NER model predicts an entity with OOV tokens ? #13123
-
Hello, I'm currently trying to implement an NER model for identifying 3 custom entities namely Serial Number, Product Name, Product Quantity. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In the built-in "tok2vec" architectures, the static vectors are not the only feature used, see e.g. |
Beta Was this translation helpful? Give feedback.
In the built-in "tok2vec" architectures, the static vectors are not the only feature used, see e.g.
MultiHashEmbed
: https://spacy.io/api/architectures#MultiHashEmbed