Steve Zeidner
Steve Zeidner
Any update to this issue. I've been facing this issue as well.
I'll second that having: > fastForwardInterval > rewindInterval able to be changed dynamically would be a really nice option. It looks like a PR was created a while back but...
> Btw, we have released some punctuation models, links are in https://alphacephei.com/vosk/models This is so great! I was curious...are there plans / is it even possible to release a small...
It looks like those punctuation models are for use with `recasepunc` (not Vosk), so you would have to use it as the checkpoint file. Something like: ``` python recasepunc.py predict...
I've run into this issue as well, but see a difference between the output of Whisper (python) vs Whisper.cpp. While there are some repeated words in the python version of...
@ggerganov Thanks for looking into this! I do seem to run into this issue on most podcasts I've tried, so an implementation of `temperature` as a potential fix would be...
Looks related to #172
I had to use transformers==4.22.1 to use the German model from Vosk and transformers==4.10.0 to use the French model from this github repo. Is there a list somewhere of all...
I am also curious what the status of this issue is. I just tried to create a SendGrid instance in Android and got: `java.lang.NoSuchFieldError: No static field INSTANCE of type...