Skip to content

Commit c5a2154

Browse files
committed
acrolinx check
1 parent 2c7d1a3 commit c5a2154

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/ai-studio/how-to/deploy-models-gretel-navigator.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Gretel Navigator chat model with Azure AI Foundry.
55
ms.service: azure-ai-studio
66
manager: scottpolly
77
ms.topic: how-to
8-
ms.date: 01/08/2025
8+
ms.date: 01/13/2025
99
ms.reviewer: anupamawal
1010
reviewer: anupamawalaus
1111
ms.author: mopeakande
@@ -29,7 +29,7 @@ Gretel Navigator uses prompts, schema definitions, or seed examples to generate
2929

3030
## Gretel Navigator chat model
3131

32-
Unlike single large language model (single-LLM) approaches to data generation, Gretel Navigator employs a compound AI architecture specifically engineered for synthetic data, by combining top open-source small language models (SLMs) fine-tuned across more than ten industry domains. This purpose-built system creates diverse, domain-specific datasets at scales of hundreds to millions of examples. The system also preserves complex statistical relationships and offers increased speed and accuracy compared to manual data creation.
32+
Unlike single large language model (single-LLM) approaches to data generation, Gretel Navigator employs a compound AI architecture specifically engineered for synthetic data, by combining top open-source small language models (SLMs) fine-tuned across more than 10 industry domains. This purpose-built system creates diverse, domain-specific datasets at scales of hundreds to millions of examples. The system also preserves complex statistical relationships and offers increased speed and accuracy compared to manual data creation.
3333

3434
Top use cases:
3535

@@ -133,7 +133,7 @@ Model provider name: Gretel
133133
The following example shows how you can create a basic chat completions request to the model.
134134

135135
> [!TIP]
136-
> The additional `n` parameter indicates the number of records you want the model to return.
136+
> The extra `n` parameter indicates the number of records you want the model to return.
137137
138138
```python
139139
from azure.ai.inference.models import SystemMessage, UserMessage
@@ -147,7 +147,7 @@ response = client.complete(
147147
```
148148

149149
> [!NOTE]
150-
> gretel-navigator doesn't support system messages (`role="system"`).
150+
> Gretel-navigator doesn't support system messages (`role="system"`).
151151
152152
The response is as follows, where you can see the model's usage statistics:
153153

@@ -276,7 +276,7 @@ except HttpResponseError as ex:
276276

277277
## Gretel Navigator chat model
278278

279-
Unlike single large language model (single-LLM) approaches to data generation, Gretel Navigator employs a compound AI architecture specifically engineered for synthetic data, by combining top open-source small language models (SLMs) fine-tuned across more than ten industry domains. This purpose-built system creates diverse, domain-specific datasets at scales of hundreds to millions of examples. The system also preserves complex statistical relationships and offers increased speed and accuracy compared to manual data creation.
279+
Unlike single large language model (single-LLM) approaches to data generation, Gretel Navigator employs a compound AI architecture specifically engineered for synthetic data, by combining top open-source small language models (SLMs) fine-tuned across more than 10 industry domains. This purpose-built system creates diverse, domain-specific datasets at scales of hundreds to millions of examples. The system also preserves complex statistical relationships and offers increased speed and accuracy compared to manual data creation.
280280

281281
Top use cases:
282282

@@ -387,7 +387,7 @@ var response = await client.path("/chat/completions").post({
387387
```
388388

389389
> [!NOTE]
390-
> gretel-navigator doesn't support system messages (`role="system"`).
390+
> Gretel-navigator doesn't support system messages (`role="system"`).
391391

392392
The response is as follows, where you can see the model's usage statistics:
393393

@@ -580,7 +580,7 @@ catch (error) {
580580

581581
## Gretel Navigator chat model
582582

583-
Unlike single large language model (single-LLM) approaches to data generation, Gretel Navigator employs a compound AI architecture specifically engineered for synthetic data, by combining top open-source small language models (SLMs) fine-tuned across more than ten industry domains. This purpose-built system creates diverse, domain-specific datasets at scales of hundreds to millions of examples. The system also preserves complex statistical relationships and offers increased speed and accuracy compared to manual data creation.
583+
Unlike single large language model (single-LLM) approaches to data generation, Gretel Navigator employs a compound AI architecture specifically engineered for synthetic data, by combining top open-source small language models (SLMs) fine-tuned across more than 10 industry domains. This purpose-built system creates diverse, domain-specific datasets at scales of hundreds to millions of examples. The system also preserves complex statistical relationships and offers increased speed and accuracy compared to manual data creation.
584584

585585
Top use cases:
586586

@@ -709,7 +709,7 @@ Response<ChatCompletions> response = client.Complete(requestOptions);
709709
```
710710

711711
> [!NOTE]
712-
> gretel-navigator doesn't support system messages (`role="system"`).
712+
> Gretel-navigator doesn't support system messages (`role="system"`).
713713

714714
The response is as follows, where you can see the model's usage statistics:
715715

@@ -904,7 +904,7 @@ catch (RequestFailedException ex)
904904

905905
## Gretel Navigator chat model
906906

907-
Unlike single large language model (single-LLM) approaches to data generation, Gretel Navigator employs a compound AI architecture specifically engineered for synthetic data, by combining top open-source small language models (SLMs) fine-tuned across more than ten industry domains. This purpose-built system creates diverse, domain-specific datasets at scales of hundreds to millions of examples. The system also preserves complex statistical relationships and offers increased speed and accuracy compared to manual data creation.
907+
Unlike single large language model (single-LLM) approaches to data generation, Gretel Navigator employs a compound AI architecture specifically engineered for synthetic data, by combining top open-source small language models (SLMs) fine-tuned across more than 10 industry domains. This purpose-built system creates diverse, domain-specific datasets at scales of hundreds to millions of examples. The system also preserves complex statistical relationships and offers increased speed and accuracy compared to manual data creation.
908908

909909
Top use cases:
910910

@@ -982,7 +982,7 @@ The response is as follows:
982982
The following example shows how you can create a basic chat completions request to the model.
983983

984984
> [!TIP]
985-
> The additional `n` parameter indicates the number of records you want the model to return.
985+
> The extra `n` parameter indicates the number of records you want the model to return.
986986

987987
```json
988988
{
@@ -999,7 +999,7 @@ The following example shows how you can create a basic chat completions request
999999
```
10001000

10011001
> [!NOTE]
1002-
> gretel-navigator doesn't support system messages (`role="system"`).
1002+
> Gretel-navigator doesn't support system messages (`role="system"`).
10031003

10041004
The response is as follows, where you can see the model's usage statistics:
10051005

0 commit comments

Comments
 (0)