This is a repository of
GGML quants for whisper-tamil-small (a Whisper finetune), for use with
whisper.cpp.
If you are looking for a program to run this model with, then I would recommend
EasyWhisper UI, as it is user-friendly, has a GUI, and will automate a lot of the hard stuff for you.
Disclaimer: During my testing of these quants, I found that the transcription length did not appear to match the length of the audio files, with a 55 second speech outputting 32 characters, and a nearly 7 minute speech outputting 3,000 characters (which looks big on the surface, but is not for 7 minutes). However, I do not understand Tamil, and it is possible that this is normal behaviour. If you would like to check this out, please view the
testing folder in this repository. Thank you.
Clicking on a link will download the corresponding quant instantly.
My guess is that your GPU might be too old to recognize them, considering that I have gotten the same error on my GTX 1080. If you would like to run them regardless, you can try switching to CPU inference.
The quantizer I was using was not specific about this, so I do not know about this either.
I used
whisper.cpp v1.7.6 on Windows x64, leveraging CUDA 12.4.0. For the F16 and F32 quants, I converted the original Hugging Face (H5) format model to a GGML using the
models/convert-h5-to-ggml.py script.
Open a new discussion in the community tab about this, and I will look into the issue.