Skip to content

Commit 72f81e4

Browse files
committed
fixing PR requests
1 parent 1a78b7a commit 72f81e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-studio/concepts/evaluation-improvement-strategies.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Mitigating content risks and poor quality generations presented by large languag
2323

2424
## Model layer
2525

26-
At the model level, it's important to understand the models you'll be use and what fine-tuning steps might have been taken by the model developers to align the model towards its intended uses and to reduce the risk of potentially risky uses and outcomes. For example, we have collaborated with OpenAI on using techniques such as Reinforcement learning from human feedback (RLHF) and fine-tuning in the base models to build safety into the model itself, and you see safety built into the model to mitigate unwanted behaviors.
26+
At the model level, it's important to understand the models you'll use and what fine-tuning steps might have been taken by the model developers to align the model towards its intended uses and to reduce the risk of potentially risky uses and outcomes. For example, we have collaborated with OpenAI on using techniques such as Reinforcement learning from human feedback (RLHF) and fine-tuning in the base models to build safety into the model itself, and you see safety built into the model to mitigate unwanted behaviors.
2727

28-
Besides these enhancements, Azure AI Studio also offers model catalog that enables you to better understand each models capabilities before you even start building your AI applications. You can explore models from Azure OpenAI Service, Meta, etc., organized by collection and task. In the [model catalog](../how-to/model-catalog-overview.md), you can explore model cards to understand model capabilities and limitations, and any safety fine-tuning performed. You can further run sample inferences to see how a model's responds to typical prompts for a specific use case and experiment with sample inferences.
28+
Besides these enhancements, Azure AI Studio also offers a model catalog that enables you to better understand the capabilities of each model before you even start building your AI applications. You can explore models from Azure OpenAI Service, Meta, etc., organized by collection and task. In the [model catalog](../how-to/model-catalog-overview.md), you can explore model cards to understand model capabilities and limitations and any safety fine-tuning performed. You can further run sample inferences to see how a model responds to typical prompts for a specific use case and experiment with sample inferences.
2929

3030
The model catalog also provides model benchmarks to help users compare each model's accuracy using public datasets.
3131

@@ -60,17 +60,17 @@ Here's what a system message should look like. You must:
6060
Recommended System Message Framework:
6161

6262
- Define the model's profile, capabilities, and limitations for your scenario.
63-
- **Define the specific task(s)** you would like the model to complete. Describe who the end users will be, what inputs will be provided to the model, and what you expect the model to output.
64-
- **Define how the model should complete the task**, including any additional tools (like APIs, code, plug-ins) the model can use.
63+
- **Define the specific task(s)** you would like the model to complete. Describe who the end users are, what inputs are provided to the model, and what you expect the model to output.
64+
- **Define how the model should complete the task**, including any extra tools (like APIs, code, plug-ins) the model can use.
6565
- **Define the scope and limitations** of the model's performance by providing clear instructions.
6666
- **Define the posture and tone** the model should exhibit in its responses.
6767
- Define the model's output format.
6868
- **Define the language and syntax** of the output format. For example, if you want the output to be machine parse-able, you may want tot structure the output to be in JSON, XSON orXML.
6969
- **Define any styling or formatting** preferences for better user readability like bulleting or bolding certain parts of the response
7070
- Provide examples to demonstrate the intended behavior of the model
71-
- **Describe difficult use cases** where the prompt is ambiguous or complicated, to give the model additional visibility into how to approach such cases.
71+
- **Describe difficult use cases** where the prompt is ambiguous or complicated, to give the model more visibility into how to approach such cases.
7272
- **Show chain-of-thought** reasoning to better inform the model on the steps it should take to achieve the desired outcomes.
73-
- Provide additional behavioral guardrails
73+
- Provide more behavioral guardrails
7474
- **Define specific behaviors and safety mitigations** to mitigate risks that have been identified and prioritized for the scenario.
7575

7676
Here we outline a set of best practices instructions you can use to augment your task-based system message instructions to minimize different content risks:

0 commit comments

Comments
 (0)