Automatic Speech Recognition
Transformers
Safetensors
German
whisper
Eval Results
Inference Endpoints

Convert to .bin?

#4
by Artmart23 - opened

Hey, thanks for your work!
Is there an easy way to transform the safetensor file into .bin?
I want to use it with the FUTO keyboard but it accepts only .bin files.
Unfortunately, I´m a noob and an absolute noob for the terminal and Python :(

primeLine AI Services org

Just played a little bit around and didn't get it work with the keyboard you mentioned.
I definitely like the idea and let the issue open if someone else get it to work

Heya, looked into the code of FUTO Keyboard.
The code has a whole lot of GGML references, I guess the model needs to be converted into the GGML format.
You can accomplish this using whisper.cpp, but it seems to be rather finicky because the conversion scripts only seem to convert from .pt to .ggml.

So the way to go would probably be from safetensors->pt->gguf.

primeLine AI Services org
primeLine AI Services org

Okay, I can confirm that the model is working.

Sign up or log in to comment