-
Notifications
You must be signed in to change notification settings - Fork 180
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
Using refine() or align() with transcribe_any() #419
Comments
|
Do I need to change the way I am loading the model in order to use |
It is less straight-forward than stable-ts/stable_whisper/alignment.py Lines 921 to 969 in 9fe1bf5
For align() :stable-ts/stable_whisper/alignment.py Lines 342 to 376 in 9fe1bf5
There are may be a few other lines in |
I am using the transcribe_any() method with MLX-Whisper on Mac and I was wondering if it is possible to use the refine() or align() when using transcribe_any with a custom model? If not, are there are any other methods of improving the timestamp accuracy that I am not currently using? It doesn't seem like there is but I thought i'd ask anyway.
My current code:
The text was updated successfully, but these errors were encountered: