kaixxx / noScribe

Cutting edge AI technology for automated audio transcription. A nice GUI for OpenAIs Whisper and pyannote (speaker identification)
GNU General Public License v3.0
482 stars 99 forks source link

Impossible to add a fine-tuned custom model #107

Open mathieuromain08 opened 16 hours ago

mathieuromain08 commented 16 hours ago

Hello,

It would be great to be able to choose your own model, there are fine tune models for French, or other languages, for example that are much better than the basic Whisper ones. Perhaps to keep the “out of the box” aspect, three choices of models, fast, precise and custom?

Anyway, thanks for your work, absolutely incredible quality, I've been looking for this for a long time for my radio and interview work.

kaixxx commented 15 hours ago

I totally agree. We plan to implement a mechanism to add extra models. Which one would you recommend for french in particular? It would be nice to have a curated list of good working models.

Currently, you can try to add your custom model manually:

Lod3 commented 15 hours ago

It would be nice to have a curated list of good working models.

This might be a good excuse to setup a wiki part on this repo to have a matrix of good performing models per language.