@Viktoriya-6922 Thanks for reaching out to us, when you mentioned train a custom model of Whisper, are you mentioning fine-tuning? Fine-tuning is retraining the base model with your data, so your data's size depends on how much you want to affect the base model. Therefore, no min input for the fine-tuning.
When we talk about fine tuning, we really mean supervised fine-tuning not continuous pre-training or Reinforcement Learning through Human Feedback (RLHF). Supervised fine-tuning refers to the process of retraining pre-trained models on specific datasets, typically to improve model performance on specific tasks or introduce information that wasn't well represented when the base model was originally trained.
At this moment, Azure OpenAI has no option for Whisper model, more information please check on the page here - https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#fine-tuning-models
Regards,
Yutong
-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.