-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Shorter segments? #15
Comments
There is no option that can effectively prevent this. The parameter Do you get a different output with openai/whisper? If yes, it would be great if you can provide a way to reproduce the output. |
There's been discussions in openai/whisper where you could skew the model to output shorter segments by tweaking Is something similar with the codebase in faster-whisper? |
I just saw the addition of |
@guillaumekln from my testing, I've also had great results using the Tbh, I don't know what CTranslate2 does to the underlying model, and if such capabilities are lost because the model was transformed. |
At this time we did not implement any features or parameters that are not available in the reference implementation from openai/whisper. So currently there are no easy ways for users to tweak Regarding word-level timestamps, I'm following this development in the openai/whisper repo. If it is merged, I will look to support it here as well. Also, you can ignore my comment regarding |
I just merged the word-level timestamps branch so the segments can now be as short as you want. |
hi @guillaumekln do you mind explaining what you mean by "I just merged the word-level timestamps branch so the segments can now be as short as you want."? How do we control their length now? And why a couple of months after this reply you said here #452 (comment) that "There is no option to control the segment length."? |
Would it be possible to produce shorter segments? (some are way too long)
The text was updated successfully, but these errors were encountered: