Saik0s / Whisperboard

The open-source iOS app that's making quality voice transcription more accessible on mobile devices.
GNU General Public License v3.0
715 stars 73 forks source link

update to whisper v3 #22

Closed rawwerks closed 10 months ago

rawwerks commented 11 months ago

openai pushed v3 a few hours ago: https://github.com/openai/whisper

coder543 commented 11 months ago

I am curious how well large-v3 works for other people… I did a quick test earlier using the reference implementation from OpenAI, and I found the results to be worse than large-v2… the new model had a tendency to repeat the same multi-second transcript several times in the output, with each one being a fraction of a second. It was kind of weird. I definitely need to test it more, and it would be great to have it as an option in the app.

rawwerks commented 11 months ago

I was seeing this before too: https://github.com/Saik0s/Whisperboard/issues/17

@Saik0s - is this app still an active project for you?

Saik0s commented 11 months ago

Yes, I am planning to update it this week and will try to include version 3 in the update.