NER confidence on pre-trained spaCy models #9172
-
Hi Explosion! I'd like to be able to get NER confidence scores on the existing spaCy models. I know that this is possible when training my own models with the new Span Categoriser component, but if I don't have data and just want to use the vanilla models, is there a way to do this? If not, is this ever something that will be possible. In the meantime I realise one approach I can take is to run predictions using the vanilla models on some data, and use this as my training data to train a model with my own pipeline that includes the Span Categoriser. Does that make sense, is there another way? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, the NER component doesn't expose confidence scores.
It isn't something we're actively working on.
You can do that. Accuracy will degrade some, but if you have enough data it would usually be usable. |
Beta Was this translation helpful? Give feedback.
No, the NER component doesn't expose confidence scores.
It isn't something we're actively working on.
You can do that. Accuracy will degrade some, but if you have enough data it would usually be usable.