Can I train Whisper in my language ? #276
-
I tried using Whisper for my native language Gujarati but result was not good. I am new to AI so want to know can I contribute to this project by generating training data ? |
Beta Was this translation helpful? Give feedback.
Answered by
sanchit-gandhi
Nov 4, 2022
Replies: 1 comment 14 replies
-
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 😉 Feel free to share your training set-up and results, happy to help! |
Beta Was this translation helpful? Give feedback.
14 replies
Answer selected by
jongwook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 😉
Feel free to share your training set-up and results, happy to help!