Hello there
I participated on the Whisper fine-tuning event hold last December. As result, I trained some models for Catalan language finetuned using Common Voice 11. Here are the models that we trained:
They score well in the WER evaluation produced by the script provided by HuggingFace.
However, when I evaluate these fine-tuned models with real audio, they perform worse than the original OpenAI models. These audio are 4 audio transcribed by humans from 1 to 5 minutes.
More details:
- As we know, HuggingFace library does not work well yet with Whisper for audios over 30 seconds
- We use https://github.com/ggerganov/whisper.cpp library which converts from HuggingFace models to its own format
- Their converter is solid since when you run the conversion from huggingface/openai you get the same results that with the openAI models
I tested quickly with the Spanish models and the fine tuned models also perform worse than the original OpenAI models.
From what I observed for the case of Catalan models, the fine-tuned models seem to quickly overfit.
Additionally I do not know if you also have seen this article: https://alphacephei.com/nsh/2023/01/15/whisper-finetuning.html from Nickolay Shmyrev.
My questions are :
- Has anybody been using the finetune models for real uses cases?
- Has anybody observed these problems?
Let me know if you need more details. Thanks in advance!
Hello there
I participated on the Whisper fine-tuning event hold last December. As result, I trained some models for Catalan language finetuned using Common Voice 11. Here are the models that we trained:
They score well in the WER evaluation produced by the script provided by HuggingFace.
However, when I evaluate these fine-tuned models with real audio, they perform worse than the original OpenAI models. These audio are 4 audio transcribed by humans from 1 to 5 minutes.
More details:
I tested quickly with the Spanish models and the fine tuned models also perform worse than the original OpenAI models.
From what I observed for the case of Catalan models, the fine-tuned models seem to quickly overfit.
Additionally I do not know if you also have seen this article: https://alphacephei.com/nsh/2023/01/15/whisper-finetuning.html from Nickolay Shmyrev.
My questions are :
Let me know if you need more details. Thanks in advance!