An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
Hello munkhtulga ,
Thank you for reaching out on Microsoft Q&A.
Thanks for sharing the screenshot. The error “Standard TrainingType is not supported” occurs because some base models (like gpt-4o-2024-08-06) don’t support Standard supervised fine-tuning in your region or subscription. The Fine-tuning UI automatically selects the training type supported by your model, so you won’t see an option to change it.
Supported Models for Standard Fine-Tuning:
gpt-35-turbo-1106
gpt-35-turbo-0125
gpt-4o-mini-2024-07-18
Options:
Use a supported base model.
Try Global (Preview) fine-tuning if available.
For other models, consider Reinforcement Fine-Tuning (RFT).
This is expected behavior, not a UI bug. For reference:
I hope this helps!
If the information is useful, please accept the answer and upvote it to assist other community members.