Skip to content

Commit 5d97afd

Browse files
authored
Merge branch 'main' into patch-35
2 parents e596153 + d0359ae commit 5d97afd

26 files changed

+2755
-82
lines changed

articles/ai-services/openai/api-version-deprecation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ ms.custom:
1616

1717
This article is to help you understand the support lifecycle for the Azure OpenAI API previews. New preview APIs target a monthly release cadence. Whenever possible we recommend using either the latest GA, or preview API releases.
1818

19+
1920
> [!NOTE]
20-
> The `2023-06-01-preview` API and the `2023-10-01-preview` API remain supported at this time.
21+
> New API response objects may be added to the API response without version changes. We recommend you only parse the response objects you require.
2122
2223
## Latest preview API releases
2324

articles/ai-services/openai/concepts/fine-tuning-considerations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Here’s an example: A customer wanted to use GPT-3.5-Turbo to turn natural lang
6666
**If you are ready for fine-tuning you:**
6767

6868
- Have clear examples on how you have approached the challenges in alternate approaches and what’s been tested as possible resolutions to improve performance.
69-
- You've identified shortcomings using a base model, such as inconsistent performance on edge cases, inability to fit enough few shot prompts in the context window to steer the model, high latency, etc.
69+
- Identified shortcomings using a base model, such as inconsistent performance on edge cases, inability to fit enough few shot prompts in the context window to steer the model, high latency, etc.
7070

71-
**Common signs you might not be ready for fine-tuning yet:**
71+
**Common signs you might not be ready for fine-tuning include:**
7272

7373
- Insufficient knowledge from the model or data source.
7474
- Inability to find the right data to serve the model.
@@ -86,9 +86,9 @@ Another important point is even with high quality data if your data isn't in the
8686

8787
**If you are ready for fine-tuning you:**
8888

89-
- Have identified a dataset for fine-tuning.
90-
- The dataset is in the appropriate format for training.
91-
- Some level of curation has been employed to ensure dataset quality.
89+
- Identified a dataset for fine-tuning.
90+
- Formatted the dataset appropriately for training.
91+
- Curated the dataset to ensure quality.
9292

9393
**Common signs you might not be ready for fine-tuning yet:**
9494

@@ -103,4 +103,4 @@ There isn’t a single right answer to this question, but you should have clearl
103103

104104
- Watch the [Azure AI Show episode: "To fine-tune or not to fine-tune, that is the question"](https://www.youtube.com/watch?v=0Jo-z-MFxJs)
105105
- Learn more about [Azure OpenAI fine-tuning](../how-to/fine-tuning.md)
106-
- Explore our [fine-tuning tutorial](../tutorials/fine-tune.md)
106+
- Explore our [fine-tuning tutorial](../tutorials/fine-tune.md)

articles/ai-services/openai/how-to/evaluations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Azure OpenAI evaluation enables developers to create evaluation runs to test aga
2222

2323
### Regional availability
2424

25+
- East US2
2526
- North Central US
2627
- Sweden Central
2728
- Switzerland West

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ In contrast to few-shot learning, fine tuning improves the model by training on
2626

2727
We use LoRA, or low rank approximation, to fine-tune models in a way that reduces their complexity without significantly affecting their performance. This method works by approximating the original high-rank matrix with a lower rank one, thus only fine-tuning a smaller subset of *important* parameters during the supervised training phase, making the model more manageable and efficient. For users, this makes training faster and more affordable than other techniques.
2828

29-
> [!NOTE]
30-
> Azure OpenAI currently only supports text-to-text fine-tuning for all supported models including GPT-4o mini.
31-
3229
::: zone pivot="programming-language-studio"
3330

3431
[!INCLUDE [Azure OpenAI Studio fine-tuning](../includes/fine-tuning-unified.md)]

articles/ai-services/openai/how-to/realtime-audio.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,5 @@ An example `session.update` that configures several aspects of the session, incl
161161
## Related content
162162

163163
* Try the [real-time audio quickstart](../realtime-audio-quickstart.md)
164+
* See the [Realtime API reference](../realtime-audio-reference.md)
164165
* Learn more about Azure OpenAI [quotas and limits](../quotas-limits.md)

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ author: mrbullwinkle
1111
ms.author: mbullwin
1212
---
1313

14-
There are two unique fine-tuning experiences in Azure AI Foundry portal. Both allow you to fine-tune Azure OpenAI models, but only the Hub/Project view supports fine-tuning non Azure OpenAI models. If you are only using the Azure OpenAI fine-tuning experience which is available anytime you select a resource in a region where fine-tuning is supported.
14+
There are two unique fine-tuning experiences in the Azure AI Foundry portal:
15+
16+
* [Hub/Project view](https://ai.azure.com) - supports fine-tuning models from multiple providers including Azure OpenAI, Meta Llama, Microsoft Phi, etc.
17+
* [Azure OpenAI centric view](https://oai.azure.com) - only supports fine-tuning Azure OpenAI models, but has support for additional features like the [Weights & Biases (W&B) preview integration](../how-to/weights-and-biases-integration.md).
18+
19+
If you are only fine-tuning Azure OpenAI models, we recommend the Azure OpenAI centric fine-tuning experience which is available by navigating to [https://oai.azure.com](https://oai.azure.com).
1520

1621
# [Azure OpenAI](#tab/azure-openai)
1722

articles/ai-services/openai/realtime-audio-quickstart.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,5 @@ You can run the sample code locally on your machine by following these steps. Re
128128
## Related content
129129
130130
* Learn more about [How to use the Realtime API](./how-to/realtime-audio.md)
131+
* See the [Realtime API reference](./realtime-audio-reference.md)
131132
* Learn more about Azure OpenAI [quotas and limits](quotas-limits.md)

0 commit comments

Comments
 (0)