Whisper
Whisper copied to clipboard
How can I download models for WhisperDesktop?
It says 'On the first screen it will ask you to download a model.' but it didn't.
The models I've downloaded from whisper openai were ended with .pt. And this WhisperDesktop request models with .bin ending.
Could anyone help.
Thank you
Here you go:
https://huggingface.co/ggerganov/whisper.cpp/tree/main
I would recommend against using ggml-large.bin
as it's currently bugged, instead if you want to try the large just use ggml-large-v1.bin
.
Here you go:
https://huggingface.co/ggerganov/whisper.cpp/tree/main
I would recommend against using
ggml-large.bin
as it's currently bugged, instead if you want to try the large just useggml-large-v1.bin
.
What kind of BUG does the large.bin have?
Also, how do you use the finetuned models, anyone know?