faster whisper
#1
by
nerya
- opened
Hey, can I use the model with faster-whisper out of the box? or is there anything need to be done in order to make it compatible?
Faster whisper model: https://huggingface.co/ivrit-ai/faster-whisper-v2-d3-e3
How to use:
model = faster_whisper.WhisperModel('ivrit-ai/faster-whisper-v2-d3-e3')
and you're done!
Great, thank you very much