Skip to content
Discussion options

You must be logged in to vote

You cannot get confidence scores from the default models without training anything. The tagger is not a model that generates a meaningful confidence score, it isn't structured like that. It's like asking for feathers from a horse.

If you have access to OntoNotes you can train a spancat with the same data the NER models were trained with. If you do not have access to OntoNotes, you have another option, though I would not recommend it. You can use the pretrained models to annotate a lot of text and use those annotations as training data for a spancat model. For NER this might work acceptably if you use enough text. I don't think this would work well for POS.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by svlandeg
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 feat / spancat Feature: Span Categorizer
2 participants
Converted from issue

This discussion was converted from issue #9643 on November 09, 2021 04:22.