You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fine-tuning customizes a pretrained AI model with additional training on a specific task or dataset to improve performance, add new skills, or enhance accuracy. The result is a new, optimized GenAI model based on the provided examples.
- Reduce false positives as tailored models are less likely to produce inaccurate or irrelevant responses
@@ -67,14 +68,16 @@ Turning natural language into a query language is just one use case where you ca
67
68
If you identify cost as your primary motivator, proceed with caution. Fine-tuning might reduce costs for certain use cases by shortening prompts or allowing you to use a smaller model. But there might be a higher upfront cost to training, and you have to pay for hosting your own custom model.
68
69
69
70
### Steps to fine-tune a model
71
+
70
72
Here are the general steps to fine-tune a model:
71
-
1. Based on your use case, choose a model that supports your task
72
-
2. Prepare and upload training data
73
-
3. (Optional) Prepare and upload validation data
74
-
4. (Optional) Configure task parameters
75
-
5. Train your model.
76
-
6. Once completed, review metrics and evaluate model. If the results don't meet your benchmark, then go back to step 2.
77
-
7. Use your fine-tuned model
73
+
74
+
1. Choose a model that supports your task.
75
+
1. Prepare and upload training data.
76
+
1. (Optional) Prepare and upload validation data.
77
+
1. (Optional) Configure task parameters.
78
+
1. Train your model.
79
+
1. Once completed, review metrics and evaluate model. If the results don't meet your benchmark, then go back to step 2.
80
+
1. Use your fine-tuned model.
78
81
79
82
It's important to call out that fine-tuning is heavily dependent on the quality of data that you can provide. It's best practice to provide hundreds, if not thousands, of training examples to be successful and get your desired results.
80
83
@@ -89,7 +92,6 @@ For more information on fine-tuning using a managed compute (preview), see [Fine
89
92
90
93
For details about Azure OpenAI models that are available for fine-tuning, see the [Azure OpenAI Service models documentation](../../ai-services/openai/concepts/models.md#fine-tuning-models) or the [Azure OpenAI models table](#fine-tuning-azure-openai-models) later in this guide.
91
94
92
-
93
95
For the Azure OpenAI Service models that you can fine tune, supported regions for fine-tuning include North Central US, Sweden Central, and more.
0 commit comments