whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Large model failed on a small sample (42 seconds)

Open RYucel opened this issue 2 years ago • 1 comments
trafficstars

I just received an error on windows 10 machine with yesterday's binary file (actions section: whisper-bin-x64) first time for large model after trying to transcript this wav file: https://filetransfer.io/data-package/xiPWRU2L#link main -m ggml-model-whisper-large.bin -t 4 -otxt -f cvdt.wav -l tr

It's around 40 seconds length but large model failed most btw all models I tried (small, medium, large). It just found first 0-3 seconds and last 1 second part. Between these sections not transcribed, while smaller models did much better. What could be the reason for this strange result for Large model?

RYucel avatar Nov 28 '22 12:11 RYucel

This is similar to #68 I have fixed it in the sampling-fixes branch, but I want to do some more testing before merging it to `master.

ggerganov avatar Nov 28 '22 17:11 ggerganov

Should be fixed on master

ggerganov avatar Dec 04 '22 07:12 ggerganov