Does it do diarization?
Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
11–20 of 29 posts
Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#12I’ve been building a production app on top of ASR and find the range of models kind of bewildering compared to LLMs and video. The commercial offerings seem to be custom or built on top of Whisper or maybe nvidia canary/parakeet and then you have stuff like speechbrain that seems to run on top of lots of different open models for different tasks. Sometimes it’s genuinely hard to tell what’s a foundation model and wha…
Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#13Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#14I’ve been building a production app on top of ASR and find the range of models kind of bewildering compared to LLMs and video. The commercial offerings seem to be custom or built on top of Whisper or maybe nvidia canary/parakeet and then you have stuff like speechbrain that seems to run on top of lots of different open models for different tasks. Sometimes it’s genuinely hard to tell what’s a foundation model and wha…
There’s just not a single one-size-fits-all model/pipeline. You choose the right one for the job, depending on whether you need streaming (i.e., low latency; words output right when they’re spoken), run on device (e.g. phone) or server, what languages/dialects, conversational or more “produced” like a news broadcast or podcast, etc. Best way is to benchmark with data in your target domain.
Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#15Earlier quoted context omitted.
We released a new SOTA ASR as open source just a couple of weeks ago. https://www.rev.com/blog/speech-to-text-technology/introduci... Take a look. We'll be open sourcing more models very soon!
> These models are accessible under a non-commercial license. That is not open source.
Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#16Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#17Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#18How does the accuracy compare to Whisper?
Re: Omni SenseVoice: High-Speed Speech Recognition with Words Timestamps
#19How 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
It feels dishonest to me.
[0] https://github.com/FunAudioLLM/SenseVoice?tab=readme-ov-file...