How does the NER model work? #10513
Unanswered
jaskaran-td
asked this question in
Help: Model Advice
Replies: 1 comment 1 reply
-
The code is a little hard to follow, but the NER architecture is actually the same as the parser architecture. This article is relatively old now, but @honnibal wrote about how the an early version of the parser works here, which may help in understanding it. |
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.
-
i was going through the spacy library code from there i am not able to understand the ner model architecture . As we have tok2vec,lower and upper in ner i want to know the layer architecture of every model as we get in tensorflow.
Beta Was this translation helpful? Give feedback.
All reactions