Hi Irina Sopas,
Thanks for clarifying
You're not trying to upload your own training files, but instead you want to fine-tune a model using Microsoft/Azure-provided datasets or models — essentially hoping to use some pre-loaded data or already fine-tuned base in Azure OpenAI.
Here’s the key thing:
Azure OpenAI Does Not Provide Built-In Datasets for Fine-Tuning
Azure does not include public datasets or example files by default for fine-tuning. You always need to upload your own data — even if it's small sample data.
They provide pretrained models (like gpt-35-turbo, gpt-4, davinci-002, etc.), but they are not fine-tuned on domain-specific tasks unless you do it yourself.
So, what are your options?
Option1: Use a Pretrained Model As-Is (No Fine-Tuning Needed)
If you don’t have data to fine-tune and just want to use GPT-style capabilities for:
· Q&A
· Chatbots
· Summarization
· Classification
You can simply deploy a base model (like gpt-35-turbo) and use prompt engineering instead of fine-tuning.
Option2: Use Sample Training Files (Microsoft-Style)
You can simulate a small dataset for fine-tuning.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.
Thank you!