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
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/fine-tune-serverless.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,6 @@ Here are some of the tasks you can do on the **Models** tab:
204
204
- In the Model name column, select the model’s name to view more information about the custom model. You can see the status of the fine-tuning job, training results, training events, and hyperparameters used in the job.
205
205
- Select **Refresh** to update the information on the page.
206
206
207
-
---
208
207
209
208
:::image type="content" source="../media/how-to/fine-tune/fine-tune-serverless/fine-tune-details.png" alt-text="Screenshot of the fine-tuning details dashboard." lightbox="../media/how-to/fine-tune/fine-tune-serverless/fine-tune-details.png":::
210
209
@@ -488,18 +487,18 @@ except Exception as ex:
488
487
489
488
There are following set of parameters that are required to fine-tune your model. Each parameter is defined in the following:
490
489
491
-
1. model: Base model to fine-tune.
492
-
1. training_data: Training data for fine-tuning the base model.
493
-
1. validation_data: Validation data for fine-tuning the base model.
494
-
1. task: Fine-tuning task to perform. eg. CHAT_COMPLETION for chat-completion fine-tuning jobs.
495
-
1. outputs: Output registered model name.
490
+
- model: Base model to fine-tune.
491
+
- training_data: Training data for fine-tuning the base model.
492
+
- validation_data: Validation data for fine-tuning the base model.
493
+
- task: Fine-tuning task to perform. eg. CHAT_COMPLETION for chat-completion fine-tuning jobs.
494
+
- outputs: Output registered model name.
496
495
497
496
The following parameters are optional:
498
497
499
-
1. hyperparameters: Parameters that control the fine-tuning behavior at run-time.
500
-
1. name: Fine-tuning job name
501
-
1. experiment_name: Experiment name for fin-tuning job.
502
-
1. display_name: Fine-tuning job display name.
498
+
- hyperparameters: Parameters that control the fine-tuning behavior at run-time.
499
+
- name: Fine-tuning job name
500
+
- experiment_name: Experiment name for fin-tuning job.
501
+
- display_name: Fine-tuning job display name.
503
502
504
503
```python
505
504
from azure.ai.ml.finetuning import FineTuningTaskType, create_finetuning_job
@@ -602,7 +601,6 @@ Customer-Managed Keys (CMKs) is **not** a supported enterprise scenario with Maa
602
601
603
602
Issues fine-tuning with unique network setups on the workspace and storage usually points to a networking setup issue.
0 commit comments