-
I'm getting an error when trying to use the Irish language code This is a really basic question, but I couldn't find any official full language support list outside of the code in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The source code (which you consulted) is definitive. You could try searching for anyone who has finetuned the model for Irish. It's worth mentioning that Irish is also a low resource language so you might not be happy with the results compared to other languages where more training data is available. The issue with the Norwegian language code has been discussed here: #1250 |
Beta Was this translation helpful? Give feedback.
-
No, Whisper does not support Irish Gaelic language (ga). However, if you have some data, you may fine-tune the model for Gaelic, using a supported proxy language like English or Welsh (you need to do some testing here). You may even add Irish Gaelic (ga) to the tokenizer in more advanced settings. |
Beta Was this translation helpful? Give feedback.
The source code (which you consulted) is definitive. You could try searching for anyone who has finetuned the model for Irish.
It's worth mentioning that Irish is also a low resource language so you might not be happy with the results compared to other languages where more training data is available.
The issue with the Norwegian language code has been discussed here: #1250