Conversion to GGML for usage with whisper.cpp

#3
by Reknezd - opened

I want to use this fine-tuned model with whisper.cpp and therefore converted it to GGML with the following Python script:
https://github.com/ggerganov/whisper.cpp/blob/master/models/convert-h5-to-ggml.py

However, the GGML model generated in this way produces completely unusable results. This might be caused by a problem with the conversion, which is why I’m asking: has anyone had similar experiences converting this model and knows of a solution?

Sign up or log in to comment