SwiftWhisper icon indicating copy to clipboard operation
SwiftWhisper copied to clipboard

Confidence value for segment?

Open 9SL9 opened this issue 2 years ago • 3 comments

Is it possible to get the confidence for an individual segment/word as part of the results?

Thanks

9SL9 avatar Jun 26 '23 03:06 9SL9

Confidence values are provided on a per-token basis from whisper.cpp. I hadn't planned on an API to interface on the token level, but it may be worth looking in to.

exPHAT avatar Jun 27 '23 19:06 exPHAT

That would be fantastic if it could be considered!

9SL9 avatar Jun 27 '23 22:06 9SL9

Confidence values are provided on a per-token basis from whisper.cpp. I hadn't planned on an API to interface on the token level, but it may be worth looking in to.

+1 for this. This would allow color highlighting based on that confidence. Which would make human review of transcribed text a million times faster and easier!

tidely avatar Jan 05 '24 12:01 tidely