You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have fine-tuned whisper small via. transformers and I want to use with whisper.cpp. It has extra tokens added with tokenizer.add_tokens() and model.resize_token_embeddings() that are tags outputted alongside speech. Testing it on transformers shows that it works.
Currently generating the model with python models/convert-h5-to-ggml.py safetensors_export_dir ./whisper ./out_model and testing the ggml bin file on a test audio file produces illegible results.
Is there something I'm missing in this process or are additional tokens currently not supported?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have fine-tuned whisper small via. transformers and I want to use with whisper.cpp. It has extra tokens added with
tokenizer.add_tokens()andmodel.resize_token_embeddings()that are tags outputted alongside speech. Testing it on transformers shows that it works.Currently generating the model with
python models/convert-h5-to-ggml.py safetensors_export_dir ./whisper ./out_modeland testing the ggml bin file on a test audio file produces illegible results.Is there something I'm missing in this process or are additional tokens currently not supported?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions