Is there a way to use fine-tuned whisper models? #369
Answered
by
atiorh
hongbo-miao
asked this question in
Q&A
-
|
Currently I know I can use models listing at https://huggingface.co/argmaxinc/whisperkit-coreml/tree/main let pipeline = try await WhisperKit(WhisperKitConfig(model: "openai_whisper-tiny.en"))Is there a way to use a fine-tuned Whisper model, especially if it is hosted on a private Hugging Face repository? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
atiorh
Oct 19, 2025
Replies: 2 comments
-
|
Yes! https://github.com/argmaxinc/whisperkittools?tab=readme-ov-file#-model-generation-apple |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hongbo-miao
-
|
If you run into any issues or have more questions, the team can support you on our Discord. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! https://github.com/argmaxinc/whisperkittools?tab=readme-ov-file#-model-generation-apple