-
Hi, is it possible to train whisper with my our own dataset on our system? Or are we limited to use your models to use whisper for inference I did not find any hints on how to train the model on my own. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
see #64 |
Beta Was this translation helpful? Give feedback.
-
Check-out this blog for fine-tuning Whisper for multilingual ASR with Hugging Face Transformers: https://huggingface.co/blog/fine-tune-whisper It provides a step-by-step guide to fine-tuning, right from data preparation to evaluation 🤗 There'a Google Colab so you can also run it as a notebook 😉 |
Beta Was this translation helpful? Give feedback.
see #64