You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/philanthropies/forging-voices-from-data/includes/3-build-and-train-custom-ai-dialogue-models.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Creating a custom dialogue system is about more than just picking a model — it’s about careful setup, thoughtful training, and ongoing improvement. In this lesson, you’ll walk through **five essential steps** for building and fine-tuning a functional AI-powered assistant using Azure OpenAI Studio. Each step builds technical skill while helping you shape AI behavior for your unique use case.
1
+
Creating a custom dialogue system is about more than just picking a model — it’s about careful setup, thoughtful training, and ongoing improvement. In this lesson, you walk through **five essential steps** for building and fine-tuning a functional AI-powered assistant using Azure OpenAI Studio. Each step builds technical skill while helping you shape AI behavior for your unique use case.
2
2
3
3
## Step 1: Set up your Azure OpenAI Studio account
4
4
@@ -24,13 +24,13 @@ With your setup complete, it’s time to build.
24
24
This dashboard gives you access to models, playgrounds, deployments, and prompt configurations.
25
25
26
26
2.**Start a new project**
27
-
Create a new deployment and select the right model (e.g., GPT-3 for general tasks or GPT-4 for more advanced dialogue).
27
+
Create a new deployment and select the right model (for example, GPT-3 for general tasks or GPT-4 for more advanced dialogue).
28
28
29
29
3.**Define your model’s purpose**
30
30
Clarify the assistant’s role:
31
31
Will it help users schedule meetings? Answer policy questions? Act as a digital concierge?
32
32
33
-
**Why it matters:** A clear scope will help you design focused data inputs and prompt strategies.
33
+
**Why it matters:** A clear scope helps you design focused data inputs and prompt strategies.
34
34
35
35
## Step 3: Train the model with custom data
36
36
@@ -53,7 +53,7 @@ Shape your assistant’s tone, style, and personality.
53
53
54
54
1.**Set a system prompt**
55
55
Provide instructions that guide all responses, like:
56
-
*“You are a friendly assistant who helps answer questions about university admissions.”*
56
+
*"You are a friendly assistant who helps answer questions about university admissions."*
57
57
58
58
2.**Manage context and memory**
59
59
Configure how the model handles follow-up questions. Use prompt chaining or summarized context to simulate conversation memory.
@@ -78,4 +78,4 @@ Great dialogue systems are built through continuous refinement.
78
78
79
79
**Why it matters:** Iteration is the key to long-term performance and reliability.
80
80
81
-
By following these five steps, you’ll move from **concept to custom-built AI assistant** — shaping not just what your system can do, but how well it connects with the people who use it.
81
+
By following these five steps, you move from **concept to custom-built AI assistant** — shaping not just what your system can do, but how well it connects with the people who use it.
0 commit comments