mybigday / whisper.rn

React Native binding of whisper.cpp.
MIT License
399 stars 25 forks source link

Support for --log-score during realtime transcription #272

Open Prasad-178 opened 1 week ago

Prasad-178 commented 1 week ago

Hey, I'm trying to identify token-level probability scores during real time transcription. Is this possible? In whisper.cpp this flag is available, and it gives a text file of token-level probabilities.

jhen0409 commented 1 week ago

Yes, we can put it into a transcription result.

https://github.com/ggerganov/whisper.cpp/blob/d24f981fb2fbf73ec7d72888c3129d1ed3f91916/examples/main/main.cpp#L548-L565