Skip to content

Commit 0212f16

Browse files
committed
Fix type, rename fine-tuning-test.md.
1 parent a91b8de commit 0212f16

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

articles/ai-services/openai/how-to/deployment-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ You can use the following policy to disable access to any Azure OpenAI deploymen
156156
157157
**SKU name in code:** `Developer`
158158

159-
Fine-tuned models support a Developer deployment specifically designed to support custom model evaluation. It offers no data residency guarantees nor does it offer an SLA. To learn more about using the Developer deployment type, see the [fine-tuning guide](./fine-tuning-test.md).
159+
Fine-tuned models support a Developer deployment specifically designed to support custom model evaluation. It offers no data residency guarantees nor does it offer an SLA. To learn more about using the Developer deployment type, see the [fine-tuning guide](./fine-tune-test.md).
160160

161161
## Deploy models
162162

articles/ai-services/openai/how-to/fine-tuning-test.md renamed to articles/ai-services/openai/how-to/fine-tune-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: davevoutila
1313

1414
# Deploy a fine-tuned model for testing (Preview)
1515

16-
After you've fine-tuned a model, you may want to test its quality via the Chat Completions api or the [Evaluations](./evaluations.md) service.
16+
After you've fine-tuned a model, you may want to test its quality via the Chat Completions API or the [Evaluations](./evaluations.md) service.
1717

1818
A Developer Tier deployment allows you to deploy your new model without the hourly hosting fee incurred by Standard or Global deployments. The only charges incurred are per-token. Consult the [pricing page](https://aka.ms/aoaipricing) for the most up-to-date pricing.
1919

articles/ai-services/openai/includes/fine-tuning-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ Look for your loss to decrease over time, and your accuracy to increase. If you
274274

275275
## Deploy a fine-tuned model
276276

277-
Once you're satisified with the metrics from your fine-tuning job, or you just want to move onto inference, you must deploy the model.
277+
Once you're satisfied with the metrics from your fine-tuning job, or you just want to move onto inference, you must deploy the model.
278278

279-
If you're deploying for further validation, consider deploying for [testing](../how-to/fine-tuning-test.md?tabs=python) using a Developer deployment.
279+
If you're deploying for further validation, consider deploying for [testing](../how-to/fine-tune-test.md?tabs=python) using a Developer deployment.
280280

281281
If you're ready to deploy for production or have particular data residency needs, follow our [deployment guide](../how-to/fine-tuning-deploy.md?tabs=python).
282282

articles/ai-services/openai/includes/fine-tuning-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ Look for your loss to decrease over time, and your accuracy to increase. If you
223223

224224
## Deploy a fine-tuned model
225225

226-
Once you're satisified with the metrics from your fine-tuning job, or you just want to move onto inference, you must deploy the model.
226+
Once you're satisfied with the metrics from your fine-tuning job, or you just want to move onto inference, you must deploy the model.
227227

228-
If you're deploying for further validation, consider deploying for [testing](../how-to/fine-tuning-test.md?tabs=rest) using a Developer deployment.
228+
If you're deploying for further validation, consider deploying for [testing](../how-to/fine-tune-test.md?tabs=rest) using a Developer deployment.
229229

230230
If you're ready to deploy for production or have particular data residency needs, follow our [deployment guide](../how-to/fine-tuning-deploy.md?tabs=rest).
231231

articles/ai-services/openai/includes/fine-tuning-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Look for your loss to decrease over time, and your accuracy to increase. If you
213213

214214
Once you're satisified with the metrics from your fine-tuning job, or you just want to move onto inference, you must deploy the model.
215215

216-
If you're deploying for further validation, consider deploying for [testing](../how-to/fine-tuning-test.md?tabs=portal) using a Developer deployment.
216+
If you're deploying for further validation, consider deploying for [testing](../how-to/fine-tune-test.md?tabs=portal) using a Developer deployment.
217217

218218
If you're ready to deploy for production or have particular data residency needs, follow our [deployment guide](../how-to/fine-tuning-deploy.md?tabs=portal).
219219

articles/ai-services/openai/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ items:
180180
href: ./how-to/fine-tuning.md
181181
displayName: finetuning, fine-tuning
182182
- name: Deploy for testing
183-
href: ./how-to/fine-tuning-test.md
183+
href: ./how-to/fine-tune-test.md
184184
displayName: finetuning, fine-tuning
185185
- name: Deploy your fine-tuned model
186186
href: ./how-to/fine-tuning-deploy.md

0 commit comments

Comments
 (0)