MahmoudAshraf97 / whisper-diarization

Automatic Speech Recognition with Speaker Diarization based on OpenAI Whisper
BSD 2-Clause "Simplified" License
3.77k stars 331 forks source link

Support for Whisper large-v3-turbo model #238

Closed shivamtawari closed 1 month ago

shivamtawari commented 1 month ago

Hi @MahmoudAshraf97

I tried for whisper-large-v3-turbo model and it gave me this error:

Invalid model size 'large-v3-turbo', expected one of: tiny.en, tiny, base.en, base, small.en, small, medium.en, medium, large-v1, large-v2, large-v3, large, distil-large-v2, distil-medium.en, distil-small.en

I guess it's not supported yet. Can we expect the support for this model soon?

MahmoudAshraf97 commented 1 month ago

It is supported, use "deepdml/faster-whisper-large-v3-turbo-ct2" as the model name

shivamtawari commented 1 month ago

It's working, thanks a lot!