Skip to content

Commit 0fd3971

Browse files
authored
Remove unnecessary horizontal rules in documentation
1 parent 8664fb6 commit 0fd3971

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

articles/ai-foundry/how-to/fine-tune-serverless.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ Here are some of the tasks you can do on the **Models** tab:
204204
- 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.
205205
- Select **Refresh** to update the information on the page.
206206

207-
---
208207

209208
:::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":::
210209

@@ -488,18 +487,18 @@ except Exception as ex:
488487

489488
There are following set of parameters that are required to fine-tune your model. Each parameter is defined in the following:
490489

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.
496495

497496
The following parameters are optional:
498497

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.
503502

504503
```python
505504
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
602601

603602
Issues fine-tuning with unique network setups on the workspace and storage usually points to a networking setup issue.
604603

605-
---
606604

607605
### Cross region deployment
608606

0 commit comments

Comments
 (0)