Whisper icon indicating copy to clipboard operation
Whisper copied to clipboard

How can I download models for WhisperDesktop?

Open TickToTock opened this issue 1 year ago • 2 comments

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 1111 222

TickToTock avatar Apr 17 '23 16:04 TickToTock

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.

albino1 avatar Apr 17 '23 18:04 albino1

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.

What kind of BUG does the large.bin have?

Also, how do you use the finetuned models, anyone know?

KjeldsenDK avatar Apr 21 '23 09:04 KjeldsenDK