Skip to content

Commit 931f3f6

Browse files
authored
Merge pull request #49681 from GraemeMalcolm/main
Updates to model catalog and other content
2 parents d3f8d95 + 56f4acb commit 931f3f6

File tree

13 files changed

+192
-130
lines changed

13 files changed

+192
-130
lines changed

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Introduction
88
description: "Introduction to configuring the deployment of a language model using the Azure AI Foundry portal."
9-
ms.date: 03/14/2025
9+
ms.date: 03/26/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/2-select-model.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.explore-models-copilot-ai-studio.select-model
3-
title: Explore the language models in the model catalog
3+
title: Explore the model catalog
44
metadata:
55
adobe-target: true
66
prefetch-feature-rollout: true
7-
title: Explore the language models in the model catalog
8-
description: "Learn how to navigate the model catalog and to select a language model."
9-
ms.date: 03/14/2025
7+
title: Explore the model catalog
8+
description: "Learn how to browse and search the model catalog and to select a language model."
9+
ms.date: 03/26/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/3-deploy-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Deploy a model to an endpoint
88
description: "Deploy and test a language model in the Azure AI Foundry portal."
9-
ms.date: 03/14/2025
9+
ms.date: 03/26/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/4-improve-model.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.explore-models-copilot-ai-studio.improve-model
3-
title: Improve the performance of a language model
3+
title: Optimize model performance
44
metadata:
55
adobe-target: true
66
prefetch-feature-rollout: true
7-
title: Improve the performance of a language model
7+
title: Optimize model performance
88
description: "Explore the various strategies to improve the model's performance"
9-
ms.date: 03/14/2025
9+
ms.date: 03/26/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/5-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Exercise - Explore, deploy, and chat with language models
88
description: "Exercise - Explore, deploy, and chat with language models in the Azure AI Foundry portal."
9-
ms.date: 03/14/2025
9+
ms.date: 03/26/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/6-knowledge-check.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,25 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Knowledge check
88
description: "Knowledge check about configuring language models."
9-
ms.date: 03/14/2025
9+
ms.date: 03/26/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit
1313
durationInMinutes: 3
1414
content: |
1515
quiz:
1616
questions:
17+
- content: "Where can you test a deployed model in the Azure AI Foundry portal?"
18+
choices:
19+
- content: "Chat playground"
20+
isCorrect: true
21+
explanation: "Correct. The chat playground is designed for interactive testing and experimentation with deployed models, allowing you to explore how the model responds in real-time."
22+
- content: "Sandbox"
23+
isCorrect: false
24+
explanation: "Incorrect. A sandbox is typically a safe environment for testing code changes, but it isn't designed for testing deployed language models."
25+
- content: "Development toolbox"
26+
isCorrect: false
27+
explanation: "Incorrect. The development toolbox can contain various tools for development purposes, but it isn't the place where you would test a deployed model."
1728
- content: "You want to specify the tone, format, and content for each interaction with your model in the playground. What should you use to customize the model response?"
1829
choices:
1930
- content: "Benchmarks"
@@ -25,26 +36,15 @@ quiz:
2536
- content: "System message"
2637
isCorrect: true
2738
explanation: "Correct. System messages are used to customize the model's responses by specifying the tone, format, and content for each interaction."
28-
- content: "What pattern can you use to ground prompts?"
39+
- content: "What deployment options for an OpenAI model incur no cost for deployment and charge for inferencing based on token-based billing?"
2940
choices:
30-
- content: "Metadata Optimized Prompt (MOP)"
41+
- content: "Only Azure OpenAI Service"
3142
isCorrect: false
32-
explanation: "Incorrect. MOP isn't a recognized pattern for grounding prompts."
33-
- content: "Retrieval Augmented Generation (RAG)"
34-
isCorrect: true
35-
explanation: "Correct. RAG involves using a retrieval-based approach to provide relevant information to the model, which can help ground the prompts in specific knowledge or data."
36-
- content: "Data Understanding Support Text (DUST)"
43+
explanation: "Incorrect. Azure OpenAI Service is not the only option for the required deployment criteria."
44+
- content: "Only managed compute"
3745
isCorrect: false
38-
explanation: "Incorrect. DUST isn't a recognized pattern for grounding prompts."
39-
- content: "Where can you test a deployed model in the Azure AI Foundry portal?"
40-
choices:
41-
- content: "Chat playground"
46+
explanation: "Incorrect. Managed compute is charged per-minute."
47+
- content: "Either Azure OpenAI Service or Azure AI Model Inferencing Service"
4248
isCorrect: true
43-
explanation: "Correct. The chat playground is designed for interactive testing and experimentation with deployed models, allowing you to explore how the model responds in real-time."
44-
- content: "Sandbox"
45-
isCorrect: false
46-
explanation: "Incorrect. A sandbox is typically a safe environment for testing code changes, but it isn't designed for testing deployed language models."
47-
- content: "Development toolbox"
48-
isCorrect: false
49-
explanation: "Incorrect. The development toolbox can contain various tools for development purposes, but it isn't the place where you would test a deployed model."
49+
explanation: "Correct. You can deploy OpenAI mdoels to either Azure OpenAI Service or Azure AI Model Inferencing Service."
5050

learn-pr/wwl-data-ai/explore-models-azure-ai-studio/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: "Summary of configuring language models."
9-
ms.date: 03/14/2025
9+
ms.date: 03/26/2025
1010
author: madiepev
1111
ms.author: madiepev
1212
ms.topic: unit
Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
Foundation models, such as GPT-4, are state-of-the-art natural language processing models designed to understand, generate, and interact with human language. To understand the significance of foundation models, it's essential to explore their origins, which stem from advancements in the field of natural language processing.
1+
Generative AI applications are built on *language models*. The development process usually starts with an exploration and comparison of available *foundation* models to find the one that best suits the particular needs of your application. After selecting a suitable model, you deploy it to an endpoint where it can be consumed by a client application or AI agent.
22

3-
## Understand natural language processing
4-
5-
Natural language processing (NLP) is a type of artificial intelligence (AI) that focuses on understanding, interpreting, and generating human language. Some common NLP use cases are:
3+
Foundation models, such as the GPT family of models, are state-of-the-art language models designed to understand, generate, and interact with natural language. Some common use cases for models are:
64

75
- **Speech-to-text and text-to-speech conversion**. For example, generate subtitles for videos.
86
- **Machine translation**. For example, translate text from English to Japanese.
@@ -12,16 +10,11 @@ Natural language processing (NLP) is a type of artificial intelligence (AI) that
1210
- **Question answering**. For example, provide answers to questions like "What is the capital of France?"
1311
- **Reasoning**. For example, solve a mathematical problem.
1412

15-
> [!Note]
16-
> In this module, you focus on exploring foundation models used for question answering. The foundation models you explore can be used for chat applications in which you use a language model to generate a response to a user's question.
17-
18-
### Understand the importance of the Transformer architecture
19-
20-
The latest breakthrough in **Natural Language Processing** (**NLP**) is owed to the development of the **Transformer** architecture.
21-
22-
Transformers were introduced in the [*Attention is all you need* paper by Vaswani, et al. from 2017](https://arxiv.org/abs/1706.03762?azure-portal=true). The Transformer architecture provided two innovations to NLP that resulted in the emergence of foundation models:
13+
In this module, you focus on exploring foundation models used for question answering. The foundation models you explore can be used for chat applications in which you use a language model to generate a response to a user's question.
2314

24-
- Instead of processing words sequentially, Transformers process each word independently and in parallel by using **attention**.
25-
- Next to the semantic similarity between words, Transformers use **positional encoding** to include the information about the position of a word in a sentence.
15+
> [!NOTE]
16+
> The latest breakthrough in generative AI models is owed to the development of the **Transformer** architecture. Transformers were introduced in the [*Attention is all you need* paper by Vaswani, et al. from 2017](https://arxiv.org/abs/1706.03762?azure-portal=true). The Transformer architecture provided two innovations to NLP that resulted in the emergence of foundation models:
17+
>
18+
> - Instead of processing words sequentially, Transformers process each word independently and in parallel by using **attention**.
19+
> - Next to the semantic similarity between words, Transformers use **positional encoding** to include the information about the position of a word in a sentence.
2620
27-
Foundation models designed for NLP use cases are often referred to as **Large Language Models** (**LLMs**) or language models. In this module, you explore the available language models, how to select a model for your use case, and how to use a language model with the Azure AI Foundry portal. You focus on language models that help you to develop generative AI apps that serve as chat applications that do question answering, answering questions to your users.

0 commit comments

Comments
 (0)