ahmetoner / whisper-asr-webservice

OpenAI Whisper ASR Webservice API
https://ahmetoner.github.io/whisper-asr-webservice
MIT License
1.86k stars 332 forks source link

Whisper-Large-V3 Support #161

Closed blundercode closed 7 months ago

blundercode commented 8 months ago

https://github.com/openai/whisper

Whisper-Large-v3 dropped today, any chance we could get support, very excited to test this out!

I am praying this cuts down hallucinations.

Thanks for the repo love it!

ahmetoner commented 8 months ago

please see https://github.com/ahmetoner/whisper-asr-webservice/pull/160

blundercode commented 8 months ago

please see #160

Wow so fast! Our hero!

Have you played around with it are you impressed?

ahmetoner commented 8 months ago

New release v1.2.3 is out for openai/whisper@v20231106.

Also, I was attempting to publish the faster-whisper model converter as well, but it appears that the feature_size has changed from 80 to 128 for the large-v3 model (source). Let's wait for @guillaumekln to update it first, and then we can proceed with the new release for faster-whisper.

@blundercode I could't find time to play around, please share your first impressions when you have it.

WeberJulian commented 7 months ago

Hey @ahmetoner, faster-whisper@0.10.0 just dropped with large-v3 support. Would it be possible for you to update this repo please?

ahmetoner commented 7 months ago

They haven't released a new version on PyPI yet. I will update the repository whenever they publish on PyPI. Please refer to https://github.com/SYSTRAN/faster-whisper/issues/581 for more information.

ayancey commented 7 months ago

They haven't released a new version on PyPI yet. I will update the repository whenever they publish on PyPI. Please refer to SYSTRAN/faster-whisper#581 for more information.

I'm sure you're aware, but the new version landed on pypi.

ahmetoner commented 7 months ago

Please see v1.2.4

blundercode commented 7 months ago

I have come across some issues with the v3. Am I doing something wrong?

made a new issue for reference here https://github.com/ahmetoner/whisper-asr-webservice/issues/172

I really appreciate all the fast updates!