Open Prasad-178 opened 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.
Yes, we can put it into a transcription result.
https://github.com/ggerganov/whisper.cpp/blob/d24f981fb2fbf73ec7d72888c3129d1ed3f91916/examples/main/main.cpp#L548-L565
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.