Skip to content

Commit 8a09fbd

Browse files
authored
Merge pull request #284968 from MicrosoftDocs/main
8/19/2024 AM Publish
2 parents 6de2ea1 + 99a6836 commit 8a09fbd

File tree

56 files changed

+399
-403
lines changed

Some content is hidden

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

56 files changed

+399
-403
lines changed

.openpublishing.redirection.sentinel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/sentinel/notebooks-troubleshoot.md",
5+
"redirect_url": "/azure/sentinel/notebooks-hunt",
6+
"redirect_document_id": true
7+
},
38
{
49
"source_path": "articles/sentinel/detect-threats-built-in.md#use-analytics-rule-templates",
510
"redirect_url": "/azure/sentinel/create-analytics-rule-from-template",

CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
/articles/mariadb @tynevi @thomps23
1616
/articles/mysql @tynevi @thomps23
1717
/articles/managed-instance-apache-cassandra @tynevi @thomps23
18+
/articles/virtual-machines @jasonwhowell @thomps23
19+
/articles/virtual-machines-scale-set @jasonwhowell @thomps23
20+
/articles/container-instances @jasonwhowell @thomps23
21+
/articles/service-fabric @jasonwhowell @thomps23

articles/ai-services/computer-vision/how-to/specify-detection-model.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,19 @@ You should be familiar with the concept of AI face detection. If you aren't, see
3737

3838
The different face detection models are optimized for different tasks. See the following table for an overview of the differences.
3939

40-
41-
| Model | Description | Performance notes | Attributes | Landmarks |
42-
|---------|------------|-------------------|-------------|--|
43-
|**detection_01** | Default choice for all face detection operations. | Not optimized for small, side-view, or blurry faces. | Returns main face attributes (head pose, glasses, and so on) if they're specified in the detect call. | Returns face landmarks if they're specified in the detect call. |
44-
|**detection_02** | Released in May 2019 and available optionally in all face detection operations. | Improved accuracy on small, side-view, and blurry faces. | Doesn't return face attributes. | Doesn't return face landmarks. |
45-
|**detection_03** | Released in February 2021 and available optionally in all face detection operations. | Further improved accuracy, including on smaller faces (64x64 pixels) and rotated face orientations. | Returns mask, blur, and head pose attributes if they're specified in the detect call. | Returns face landmarks if they're specified in the detect call. |
46-
40+
| Model | Description | Performance notes | Landmarks |
41+
|-------|-------------|-------------------|-----------|
42+
|**detection_01** | Default choice for all face detection operations. | Not optimized for small, side-view, or blurry faces. | Returns face landmarks if they're specified in the detect call. |
43+
|**detection_02** | Released in May 2019 and available optionally in all face detection operations. | Improved accuracy on small, side-view, and blurry faces. | Doesn't return face landmarks. |
44+
|**detection_03** | Released in February 2021 and available optionally in all face detection operations. | Further improved accuracy, including on smaller faces (64x64 pixels) and rotated face orientations. | Returns face landmarks if they're specified in the detect call. |
45+
46+
Attributes are a set of features that can optionally be detected if they're specified in the detect call:
47+
48+
| Model | accessories | blur | exposure | glasses | headPose | mask | noise | occlusion | qualityForRecognition |
49+
|-------|:-----------:|:----:|:--------:|:-------:|:--------:|:----:|:-----:|:---------:|:---------------------:|
50+
|**detection_01** | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ (for recognition_03 or 04) |
51+
|**detection_02** | | | | | | | | | |
52+
|**detection_03** | | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ (for recognition_03 or 04) |
4753

4854
The best way to compare the performances of the detection models is to use them on a sample dataset. We recommend calling the [Detect] API on a variety of images, especially images of many faces or of faces that are difficult to see, using each detection model. Pay attention to the number of faces that each model returns.
4955

articles/ai-services/computer-vision/whats-new.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ ms.author: pafarley
1818

1919
Learn what's new in Azure AI Vision. Check this page to stay up to date with new features, enhancements, fixes, and documentation updates.
2020

21+
## August 2024
22+
23+
### New detectable Face attributes
24+
25+
The glasses, occlusion, blur, and exposure attributes are available with the latest Detection 03 model. See [Specify a face detection model](./how-to/specify-detection-model.md) for more details.
26+
27+
## May 2024
28+
29+
### New Face SDK 1.0.0-beta.1 (breaking changes)
30+
31+
The Face SDK was rewritten in version 1.0.0-beta.1 to better meet the guidelines and design principles of Azure SDKs. C#, Python, Java, and JavaScript are the supported languages. Follow the [QuickStart](./quickstarts-sdk/identity-client-library.md) to get started.
32+
2133
## February 2024
2234

2335
#### Multimodal embeddings GA: new multi-language model

articles/ai-studio/how-to/deploy-models-cohere-command.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ zone_pivot_groups: azure-ai-model-catalog-samples-chat
1616

1717
# How to use Cohere Command chat models
1818

19+
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
20+
1921
In this article, you learn about Cohere Command chat models and how to use them.
2022
The Cohere family of models includes various models optimized for different use cases, including chat completions, embeddings, and rerank. Cohere models are optimized for various use cases that include reasoning, summarization, and question answering.
2123

articles/ai-studio/how-to/deploy-models-cohere-embed.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ zone_pivot_groups: azure-ai-model-catalog-samples-embeddings
1616

1717
# How to use Cohere Embed V3 models with Azure AI Studio
1818

19+
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
20+
1921
In this article, you learn about Cohere Embed V3 models and how to use them with Azure AI Studio.
2022
The Cohere family of models includes various models optimized for different use cases, including chat completions, embeddings, and rerank. Cohere models are optimized for various use cases that include reasoning, summarization, and question answering.
2123

articles/ai-studio/how-to/deploy-models-jais.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ zone_pivot_groups: azure-ai-model-catalog-samples-chat
1616

1717
# How to use Jais chat models
1818

19+
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
20+
1921
In this article, you learn about Jais chat models and how to use them.
2022
JAIS 30b Chat is an autoregressive bi-lingual LLM for **Arabic** & **English**. The tuned versions use supervised fine-tuning (SFT). The model is fine-tuned with both Arabic and English prompt-response pairs. The fine-tuning datasets included a wide range of instructional data across various domains. The model covers a wide range of common tasks including question answering, code generation, and reasoning over textual content. To enhance performance in Arabic, the Core42 team developed an in-house Arabic dataset and translated some open-source English instructions into Arabic.
2123

articles/ai-studio/how-to/deploy-models-jamba.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ zone_pivot_groups: azure-ai-model-catalog-samples-chat
1616

1717
# How to use Jamba-Instruct chat models
1818

19+
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
20+
1921
In this article, you learn about Jamba-Instruct chat models and how to use them.
2022
The Jamba-Instruct model is AI21's production-grade Mamba-based large language model (LLM) which uses AI21's hybrid Mamba-Transformer architecture. It's an instruction-tuned version of AI21's hybrid structured state space model (SSM) transformer Jamba model. The Jamba-Instruct model is built for reliable commercial use with respect to quality and performance.
2123

articles/ai-studio/how-to/deploy-models-llama.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ zone_pivot_groups: azure-ai-model-catalog-samples-chat
1616

1717
# How to use Meta Llama chat models
1818

19+
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
20+
1921
In this article, you learn about Meta Llama chat models and how to use them.
2022
Meta Llama 2 and 3 models and tools are a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. The model family also includes fine-tuned versions optimized for dialogue use cases with reinforcement learning from human feedback (RLHF).
2123

articles/ai-studio/how-to/deploy-models-mistral-nemo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ zone_pivot_groups: azure-ai-model-catalog-samples-chat
1616

1717
# How to use Mistral Nemo chat model
1818

19+
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
20+
1921
In this article, you learn about Mistral Nemo chat model and how to use them.
2022
Mistral AI offers two categories of models. Premium models including [Mistral Large and Mistral Small](deploy-models-mistral.md), available as serverless APIs with pay-as-you-go token-based billing. Open models including [Mistral Nemo](deploy-models-mistral-nemo.md), [Mixtral-8x7B-Instruct-v01, Mixtral-8x7B-v01, Mistral-7B-Instruct-v01, and Mistral-7B-v01](deploy-models-mistral-open.md); available to also download and run on self-hosted managed endpoints.
2123

0 commit comments

Comments
 (0)