You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For most NER models I was able to extract the probabilities of the prediction (ConfidenceScores). I noticed Roberta and Albert are missing the setIncludeAllConfidenceScores function in johnsnowlabs > 5. Is there a way to still extract the ConfidenceScores maybe I missed it in the documentation.
@franz101 the method setIncludeAllConfidenceScores is not available on every annotator, in particular, the XYZ-For-Token-Classification based annotators do not support this feature yet.
Any NerDL, MedicalNerDL, FinanceNerDL, LegalNerDL architecture based models currently support setIncludeAllConfidenceScores
I will talk with @maziyarpanahi to get it on the roadmap or find workarounds
For most NER models I was able to extract the probabilities of the prediction (ConfidenceScores). I noticed Roberta and Albert are missing the
setIncludeAllConfidenceScores
function in johnsnowlabs > 5. Is there a way to still extract the ConfidenceScores maybe I missed it in the documentation.How to reproduce:
The text was updated successfully, but these errors were encountered: