How does the accuracy compare to Whisper?
This uses SenseVoice under the hood, which claims to have better accuracy than Whisper. Not sure how accurate that statement is though, since I haven't seen a third party comparison, in this space it's very easy to toot your own horn. [0] https://github.com/FunAudioLLM/SenseVoice
Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
21–29 of 29 posts
Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#22> torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 43.71 GiB. GPU 0 has a total capacity of 24.00 GiB of which 20.74 GiB is free.
Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#23Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#24I use AWS Transcribe[1] primarily. It costs me $0.024 per minute of video and also provides timestamps. It's unclear to me without running the numbers if using this model I could do any better than that seeing as it needs a GPU to run.
With that said, I always love to see these things in the Open Source domain. Competition drives innovation.
Edit: Doing some math, with spot instances on EC2 or serverless GPU on some other platforms it could be relatively price competitive with AWS Transcribe if the performance is even slightly fast (2 hours of transcription per hour to break even). Of course the devops work for running your own model is higher.
Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#25How does the accuracy compare to Whisper?
Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#26OOMs even in quantized mode on a 3090. What's a better option for personal use? > torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 43.71 GiB. GPU 0 has a total capacity of 24.00 GiB of which 20.74 GiB is free.
Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#27This looks really nice. What I find interesting is that it seems to advertise itself for the transcription use case but if it is "lightning fast" I wonder if there are better uses cases for it. I use AWS Transcribe[1] primarily. It costs me $0.024 per minute of video and also provides timestamps. It's unclear to me without running the numbers if using this model I could do any better than that seeing as it needs a GP…
I want my babelfish!
Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#28How does the accuracy compare to Whisper?
This uses SenseVoice under the hood, which claims to have better accuracy than Whisper. Not sure how accurate that statement is though, since I haven't seen a third party comparison, in this space it's very easy to toot your own horn. [0] https://github.com/FunAudioLLM/SenseVoice