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

About the no_speech_prob results returned by the faster_whisper #291

Open
giaoyyds opened this issue Nov 1, 2024 · 0 comments
Open

About the no_speech_prob results returned by the faster_whisper #291

giaoyyds opened this issue Nov 1, 2024 · 0 comments

Comments

@giaoyyds
Copy link

giaoyyds commented Nov 1, 2024

I created a py script that worked for me by following the logic of the server.py in the whisper_live, and there was a problem: when I called the transcriber.py to transcribe, the correct text was returned, but the no_speech_prob always returned 0, causing me to not be able to filter based on no_speech_prob.

Returned results :
[Segment(id=1, seek=429, start=0.0, end=3.12, text='お電話ありがとうございます', tokens=[50365, 6117, 20545, 11103, 40035, 50521], temperature=0.0, avg_logprob=-0.3460582277991555, compression_ratio=0.7924528301886793, no_speech_prob=0.0, words=None), Segment(id=2, seek=429, start=3.12, end=4.04, text='FPI', tokens=[50521, 37, 31701, 50567], temperature=0.0, avg_logprob=-0.3460582277991555, compression_ratio=0.7924528301886793, no_speech_prob=0.0, words=None)]

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

No branches or pull requests

1 participant