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: articles/ai-studio/how-to/deploy-models-gretel-navigator.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to use Gretel Navigator chat model with Azure AI Foundry.
5
5
ms.service: azure-ai-studio
6
6
manager: scottpolly
7
7
ms.topic: how-to
8
-
ms.date: 01/08/2025
8
+
ms.date: 01/13/2025
9
9
ms.reviewer: anupamawal
10
10
reviewer: anupamawalaus
11
11
ms.author: mopeakande
@@ -29,7 +29,7 @@ Gretel Navigator uses prompts, schema definitions, or seed examples to generate
29
29
30
30
## Gretel Navigator chat model
31
31
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.
33
33
34
34
Top use cases:
35
35
@@ -133,7 +133,7 @@ Model provider name: Gretel
133
133
The following example shows how you can create a basic chat completions request to the model.
134
134
135
135
> [!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.
137
137
138
138
```python
139
139
from azure.ai.inference.models import SystemMessage, UserMessage
@@ -147,7 +147,7 @@ response = client.complete(
147
147
```
148
148
149
149
> [!NOTE]
150
-
> gretel-navigator doesn't support system messages (`role="system"`).
150
+
> Gretel-navigator doesn't support system messages (`role="system"`).
151
151
152
152
The response is as follows, where you can see the model's usage statistics:
153
153
@@ -276,7 +276,7 @@ except HttpResponseError as ex:
276
276
277
277
## Gretel Navigator chat model
278
278
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.
280
280
281
281
Top use cases:
282
282
@@ -387,7 +387,7 @@ var response = await client.path("/chat/completions").post({
387
387
```
388
388
389
389
> [!NOTE]
390
-
>gretel-navigator doesn't support system messages (`role="system"`).
390
+
>Gretel-navigator doesn't support system messages (`role="system"`).
391
391
392
392
The response isas follows, where you can see the model's usage statistics:
393
393
@@ -580,7 +580,7 @@ catch (error) {
580
580
581
581
## Gretel Navigator chat model
582
582
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.
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.
908
908
909
909
Top use cases:
910
910
@@ -982,7 +982,7 @@ The response is as follows:
982
982
The following example shows how you can create a basic chat completions request to the model.
983
983
984
984
> [!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.
986
986
987
987
```json
988
988
{
@@ -999,7 +999,7 @@ The following example shows how you can create a basic chat completions request
999
999
```
1000
1000
1001
1001
> [!NOTE]
1002
-
>gretel-navigator doesn't support system messages (`role="system"`).
1002
+
>Gretel-navigator doesn't support system messages (`role="system"`).
1003
1003
1004
1004
The response isas follows, where you can see the model's usage statistics:
0 commit comments