Skip to content

Commit bd0a1db

Browse files
Merge pull request #49795 from sherzyang/main
Update genAI module.
2 parents 4353d57 + 7b02054 commit bd0a1db

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+569
-491
lines changed

.openpublishing.redirection.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16074,6 +16074,31 @@
1607416074
"source_path_from_root": "/learn-pr/languages/python-if-elif-else/index.md",
1607516075
"redirect_url": "/training/modules/python-boolean-types"
1607616076
},
16077+
{
16078+
"source_path_from_root": "/learn-pr/wwl-data-ai/fundamentals-generative-ai/3-language models.yml",
16079+
"redirect_url": "https://learn.microsoft.com/training/modules/fundamentals-generative-ai/",
16080+
"redirect_document_id": false
16081+
},
16082+
{
16083+
"source_path_from_root": "/learn-pr/wwl-data-ai/fundamentals-generative-ai/4-azure-openai.yml",
16084+
"redirect_url": "https://learn.microsoft.com/training/modules/fundamentals-generative-ai/",
16085+
"redirect_document_id": false
16086+
},
16087+
{
16088+
"source_path_from_root": "/learn-pr/wwl-data-ai/fundamentals-generative-ai/5-copilots.yml",
16089+
"redirect_url": "https://learn.microsoft.com/training/modules/fundamentals-generative-ai/",
16090+
"redirect_document_id": false
16091+
},
16092+
{
16093+
"source_path_from_root": "/learn-pr/wwl-data-ai/fundamentals-generative-ai/5a-microsoft-copilot.yml",
16094+
"redirect_url": "https://learn.microsoft.com/training/modules/fundamentals-generative-ai/",
16095+
"redirect_document_id": false
16096+
},
16097+
{
16098+
"source_path_from_root": "/learn-pr/wwl-data-ai/fundamentals-generative-ai/6a-building-custom-copilots.yml",
16099+
"redirect_url": "https://learn.microsoft.com/training/modules/fundamentals-generative-ai/",
16100+
"redirect_document_id": false
16101+
},
1607716102
{
1607816103
"source_path_from_root": "/learn-pr/wwl-data-ai/get-started-openai/1-introduction.yml",
1607916104
"redirect_url": "https://learn.microsoft.com/training/modules/prepare-azure-ai-development/",
Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.fundamentals-generative-ai.introduction
3-
title: Introduction
4-
metadata:
5-
title: Introduction
6-
description: Introduction to generative AI applications with examples of what generative AI can do.
7-
author: sherzyang
8-
ms.author: sheryang
9-
ms.date: 11/26/2024
10-
ms.topic: unit
11-
ms.collection:
12-
- wwl-ai-copilot
13-
durationInMinutes: 1
14-
content: |
15-
[!include[](includes/1-introduction.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.fundamentals-generative-ai.introduction
3+
title: Introduction
4+
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: Introduction
8+
description: Introduction to generative AI concepts.
9+
author: sherzyang
10+
ms.author: sheryang
11+
ms.date: 03/21/2025
12+
ms.topic: unit
13+
ms.collection:
14+
- wwl-ai-copilot
15+
durationInMinutes: 1
16+
content: |
17+
[!include[](includes/1-introduction.md)]
18+
Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.fundamentals-generative-ai.what-is-generative-ai
3-
title: What is generative AI?
4-
metadata:
5-
title: What is generative AI?
6-
description: A summary of what generative AI is in the context of Artificial Intelligence, Machine Learning, Deep Learning, and Language Modeling.
7-
author: sherzyang
8-
ms.author: sheryang
9-
ms.date: 11/26/2024
10-
ms.topic: unit
11-
ms.collection:
12-
- wwl-ai-copilot
13-
durationInMinutes: 2
14-
content: |
15-
[!include[](includes/2-what-is-generative-ai.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.fundamentals-generative-ai.what-is-generative-ai
3+
title: What is generative AI?
4+
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: What is generative AI?
8+
description: A summary of what generative AI can do and how today's applications reflect its capabilities.
9+
author: sherzyang
10+
ms.author: sheryang
11+
ms.date: 03/21/2025
12+
ms.topic: unit
13+
ms.collection:
14+
- wwl-ai-copilot
15+
durationInMinutes: 3
16+
content: |
17+
[!include[](includes/2-what-is-generative-ai.md)]
18+

learn-pr/wwl-data-ai/fundamentals-generative-ai/3-language models.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.fundamentals-generative-ai.language-models
3+
title: How do language models work?
4+
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: How do language models work?
8+
description: Learn about some core concepts that shape language models. Explore the first deep learning techniques used for natural language processing (NLP).
9+
author: madiepev
10+
ms.author: madiepev
11+
ms.date: 11/26/2024
12+
ms.topic: unit
13+
ms.collection:
14+
- wwl-ai-copilot
15+
durationInMinutes: 8
16+
content: |
17+
[!include[](includes/3-language-models.md)]
18+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.fundamentals-generative-ai.transformers
3+
title: Understand how transformers advance language models
4+
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: Understand how transformers advance language models
8+
description: Learn about the transformer architecture used in deep learning techniques for generative AI.
9+
author: madiepev
10+
ms.author: madiepev
11+
ms.date: 07/25/2024
12+
ms.topic: unit
13+
ms.collection:
14+
- wwl-ai-copilot
15+
durationInMinutes: 10
16+
content: |
17+
[!include[](includes/3a-transformers.md)]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.fundamentals-generative-ai.use-language-models
3+
title: Understand differences in language models
4+
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
7+
title: Understand differences in language models
8+
description: Learn how large and small language models are part of the evolution of generative AI.
9+
author: madiepev
10+
ms.author: madiepev
11+
ms.date: 03/21/2025
12+
ms.topic: unit
13+
ms.collection:
14+
- wwl-ai-copilot
15+
durationInMinutes: 3
16+
content: |
17+
[!include[](includes/3b-use-language-models.md)]

learn-pr/wwl-data-ai/fundamentals-generative-ai/4-azure-openai.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

learn-pr/wwl-data-ai/fundamentals-generative-ai/5-copilots.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

learn-pr/wwl-data-ai/fundamentals-generative-ai/5a-microsoft-copilot.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)