Brodski

Results 5 comments of Brodski

So not a perfect solution, but these configs seem to work pretty well. Based off of this issue, I changed `chunk_length_s` to 16 (https://github.com/Vaibhavs10/insanely-fast-whisper/issues/115 said a value < 30s will...

you need a server that has a GPU that supports CUDA. AWS ec2 g4dn instance is a start

I haven't had too much success with whisper-jax, but [faster-whisper](https://github.com/guillaumekln/faster-whisper) is workings better for me. Both for performance and for the issue you mentioned OP. I know this isnt the...

you might come across the problem on different audio files. IIRC it's a problem dues to silence or music (non words). It's a issue reported in other repos (faster-whisper issues...

follow up on this after ~4 months. I switched back to [faster-whisper](https://github.com/SYSTRAN/faster-whisper) b/c Insanely-Fast-Whisper doesnt work for my goals. Insanely-Fast-Whisper gets really confused with silence, giving me me weird hallucinations/repeated...