Earlier quoted context omitted.
>~97% accuracy over hour-long conversations. I'm sure it's been an absolute godsend for law enforcement 97% accuracy means roughly three or four errors per minute of speech. That seems potentially extremely problematic for something like law enforcement use where decisions with significant impact on people's day and/or life might be made on the basis of "evidence".
One would think that the few crucial bits of information gleaned are listened to manually, and the machine translation is not the only thing the judge or a jury sees.
Whisper – open source speech recognition by OpenAI
101–110 of 508 posts
Re: Whisper – open source speech recognition by OpenAI
#102Re: Whisper – open source speech recognition by OpenAI
#103Anyone get it running on m1 mac? I keep getting `ModuleNotFoundError: No module named 'setuptools.command.build'`
Re: Whisper – open source speech recognition by OpenAI
#104No surprise that it appears to have successfully transcribed all the recordings of Harvard Sentences I could find. https://en.wikipedia.org/wiki/Harvard_sentences
Re: Whisper – open source speech recognition by OpenAI
#105Anyone get it running on m1 mac? I keep getting `ModuleNotFoundError: No module named 'setuptools.command.build'`
Re: Whisper – open source speech recognition by OpenAI
#106Earlier quoted context omitted.
It was already better. I edit a podcast and have > a decade of pro audio editing experience in the film industry, and I was already using a commercial AI transcription service to render the content to text and sometimes edit it as such (outputting edited audio). Existing (and affordable) offerings are so good that they can cope with shitty recordings off a phone speaker and maintain ~97% accuracy over hour-long conve…
>~97% accuracy over hour-long conversations. I'm sure it's been an absolute godsend for law enforcement 97% accuracy means roughly three or four errors per minute of speech. That seems potentially extremely problematic for something like law enforcement use where decisions with significant impact on people's day and/or life might be made on the basis of "evidence".
Re: Whisper – open source speech recognition by OpenAI
#107Re: Whisper – open source speech recognition by OpenAI
#108Earlier quoted context omitted.
Quoted post unavailable.
Seems like this is an urban legend. https://www.reddit.com/r/IsItBullshit/comments/2rztov/isitbu...
Re: Whisper – open source speech recognition by OpenAI
#109Earlier quoted context omitted.
This seems to not be true for McDonald: https://www.snopes.com/fact-check/mcdonalds-100-beef/
Quoted post unavailable.
Re: Whisper – open source speech recognition by OpenAI
#110The model output can be tweaked to produce audio embeddings (akin to BERT for text embeddings and CLIP for image embeddings), which can lead to some interesting applications as the previous two examples have demonstrated.
What do you mean exactly by audio embeddings?
Although the 30 second minimum input is a bit of a bummer since it may not allow much granularity in the resulting embeddings.