Possible ORG misidentification #13438
Answered
by
danieldk
grabastart
asked this question in
Help: Model Advice
-
How to reproduce the behaviour
Your Environment
Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
danieldk
Apr 15, 2024
Replies: 1 comment 1 reply
-
The pretrained spaCy pipelines use probabilistic models trained on example sets. As a result, a model will make errors because:
Accuracy will never be 100% on unseen data. That said, there are several ways in which you can improve prediction:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The pretrained spaCy pipelines use probabilistic models trained on example sets. As a result, a model will make errors because:
Accuracy will never be 100% on unseen data. That said, there are several ways in which you can improve prediction:
en_core_web_sm
, for instance thelg
ortrf
models. These models are larger and generally have better prediction accuracy.