Hacker News new | ask | show | jobs
by binarymax 1216 days ago
Yes, you need to fine-tune the model with your data. This might be easy or hard, depending on your experience level and complexity of the model and available tooling.

For this model specifically (https://github.com/openai/whisper) it would be a significant challenge for a newcomer. Luckily Huggingface has a blog post that will get you started: https://huggingface.co/blog/fine-tune-whisper

1 comments

Thank you. I do consider myself programming able but new to the ML ecosystem.