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
Hi,
In the sequence tagger implementation, the confidence scores are associated to the max of scores matrix . Isn't it more accurate to use the decoding process over the scores matrix to get the confidence score for each token?
Actually, I noticed in the results that the tags associated to the confidence scores are different from the ones in the all_tags matrix. Is it the expected way to compute the confidence scores ?