Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 01-module-01.md #86

Open
wants to merge 1 commit into
base: prod
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions instructions/01-module-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,26 @@ Before using the studio, you need to associate an Azure AI services resource wit
- **Region**: *Choose any available region*.
- **Name**: *Enter a unique name*.
- **Pricing tier**: Free F0

<img src ="https://github.com/CloudLabs-MOC/AI-900-AIFundamentals/assets/95687117/89f14445-985c-40d8-837c-8a70cb9d991f">

1. Select **Review + Create** and review the configuration. Then select **Create**. The screen will indicate when the deployment is complete.

*Congrats! You've just created, or provisioned, an Azure AI services resource. The one you provisioned in particular is a single-service Content Safety service resource.*

1. When the deployment is complete, open up a new tab and return to the [Content Safety Studio](https://contentsafety.cognitive.azure.com?azure-portal=true).

2. Select the **Settings** icon on the top right of the screen again. This time you should see that your newly created resource has been added to the list.
2. Select the **Settings** icon on the top right of the screen again. This time you should see that your newly created resource has been added to the list.

<img src ="https://github.com/CloudLabs-MOC/AI-900-AIFundamentals/assets/95687117/38a0bca4-a3b4-465b-ac00-0880757d39eb">

3. On the Content Safety Studio's Settings page, select the Azure AI service resource you just created and click **Use resource** on the bottom of the screen. You will be taken back to the studio home page. Now you can begin using the studio with your newly created resource.
4. On the Content Safety Studio's Settings page, select the Azure AI service resource you just created and click **Use resource** on the bottom of the screen. You will be taken back to the studio home page. Now you can begin using the studio with your newly created resource.

## Try out text moderation in the Content Safety Studio

1. On the Content Safety Studio home page, under *Run moderation tests*, navigate to the **Moderate text content** box and click **Try it out**.
<img src ="https://github.com/CloudLabs-MOC/AI-900-AIFundamentals/assets/95687117/83ec5ed9-e3c5-4f67-ab6c-d3f70775f781">

2. Under run a simple test, click **Safe Content**. Notice that text is displayed in the box below.
3. Click **Run test**. Running a test calls the Content Safety Service's deep learning model. The deep learning model has already been trained to recognize un-safe content.
4. In the *Results* panel, inspect the results. There are four severity levels from safe to high, and four types of harmful content. Does the Content Safety AI service consider this sample to be acceptable or not? What's important to note is that the results are within a confidence interval. A well-trained model, like one of Azure AI's out-of-the-box models, can return results that have a high probability of matching what a human would label the result. Each time you run a test, you call the model again.
Expand Down