How can i test whisper small cv11 model

#1
by nboulet - opened

Hello ,

How can i test this model bofenghuang/whisper-small-cv11-french ? i try to download pytorch_model.bin and use it with https://github.com/ggerganov/whisper.cpp but the file seems to be not compatible :

whisper_model_load: invalid model data (bad magic)
whisper_init_no_state: failed to load model

[1] 95190 segmentation fault ./stream -m ../models/small_fr_bofenghuang.bin

there is a way to use it with whisper.cpp ?

Hi @nboulet ,

The pytorch_model.bin is in the format of Huggingface. You can convert it to OpenAI's format using this script.

Hi Bofenghuang,

Thanks for your answer, can i download this script from other place ? i do not have access to
BR

Sorry It was the wrong link. Just update it!

Sign up or log in to comment