Skip to content

Add custom Whisper models for transcription

kaixxx edited this page May 6, 2025 · 8 revisions

NoScribe comes with two preinstalled whisper models for transcription (precise/fast), both based on whisper V3 turbo. If you prefer to use the older whisper V2 model, or want to install a fine-tuned model specialized on a particular language, you can do that now (new in v0.6).

  • Custom models are installed in the user config directory. In noScribe, click on 'Model > Add AI model...' to open this folder, or navigate there manually:
  • Create a subfolder for each model. The name of the subfolder will show up as the name of the model in the noScribe user interface.
  • Only models in the "Faster Whisper" format will work. They are sometimes also called "CTranslate2"-models, which refers to the technical foundation faster whisper is build on.
  • Models in the original format from OpenAI (transformer based) can be converted.
  • Download all the files from the model (usually: config.json, model.bin, preprocessor_config.json, tokenizer.json, vocabulary.json) into the folder you created. The new model should show up automatically in the noScribe UI.

List of models:

The best place to find special models is huggingface. Search for "faster-whisper" and your language (or "whisper" only to find models that you can convert).

I am using this version of whisper V3 turbo as the "precise" model: https://huggingface.co/mobiuslabsgmbh/faster-whisper-large-v3-turbo

If you found a cool new model, please share it in this discussion: https://github.com/kaixxx/noScribe/discussions/132 (I might add it to the list above).

Clone this wiki locally