Skip to content
Discussion options

You must be logged in to vote

if I don't have data and just want to use the vanilla models, is there a way to do this?

No, the NER component doesn't expose confidence scores.

If not, is this ever something that will be possible.

It isn't something we're actively working on.

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?

You can do that. Accuracy will degrade some, but if you have enough data it would usually be usable.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@polm
Comment options

Answer selected by ivyleavedtoadflax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / ner Feature: Named Entity Recognizer
2 participants