Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query regarding knowing the Confidence Score of the BERT model #70

Open
Vibhu1710 opened this issue Apr 27, 2022 · 0 comments
Open

Query regarding knowing the Confidence Score of the BERT model #70

Vibhu1710 opened this issue Apr 27, 2022 · 0 comments

Comments

@Vibhu1710
Copy link

I am using BERT model for performing my spell check. I wanted to know if there is any way, I can get the confidence score ( how much confident the model is make certain prediction) of my model.

Here is the code I am using :

import neuspell
from neuspell import BertChecker

checker = BertChecker()
checker.from_pretrained()

checker.correct("maillage check found ok 215km/a/c cooling on gril temp 53 card")

Thanks in advance..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant