Skip to content

Commit 9b71f1a

Browse files
authored
Merge pull request #120518 from ethanknights/chore/mistral-deployment-cleaning
Chore/mistral deployment cleaning
2 parents 18c251c + 578f1bd commit 9b71f1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can browse the Mistral family of models in the Model Catalog by filtering on
2323

2424
## Mistral Large
2525

26-
In this article, you learn how to use Azure AI Studio to deploy the Mistral Large model as a service with pay-as you go billing.
26+
In this article, you learn how to use Azure AI Studio to deploy the Mistral Large model as a service with pay-as-you-go billing.
2727

2828
Mistral Large is Mistral AI's most advanced Large Language Model (LLM). It can be used on any language-based task thanks to its state-of-the-art reasoning and knowledge capabilities.
2929

@@ -166,7 +166,7 @@ __Body__
166166

167167
#### Response schema
168168

169-
The response payload is a dictionary with the following fields.
169+
The response payload is a dictionary with the following fields:
170170

171171
| Key | Type | Description |
172172
|-----------|-----------|----------------------------------------------------------------------------|
@@ -181,7 +181,7 @@ The response payload is a dictionary with the following fields.
181181
> In the streaming mode, for each chunk of response, `finish_reason` is always `null`, except from the last one which is terminated by a payload `[DONE]`. In each `choices` object, the key for `messages` is changed by `delta`.
182182
183183

184-
The `choices` object is a dictionary with the following fields.
184+
The `choices` object is a dictionary with the following fields:
185185

186186
| Key | Type | Description |
187187
|---------|-----------|--------------|
@@ -191,7 +191,7 @@ The `choices` object is a dictionary with the following fields.
191191
| `logprobs` | `object` | The log probabilities of the generated tokens in the output text. |
192192

193193

194-
The `usage` object is a dictionary with the following fields.
194+
The `usage` object is a dictionary with the following fields:
195195

196196
| Key | Type | Value |
197197
|---------------------|-----------|-----------------------------------------------|
@@ -206,7 +206,7 @@ The `logprobs` object is a dictionary with the following fields:
206206
| `text_offsets` | `array` of `integers` | The position or index of each token in the completion output. |
207207
| `token_logprobs` | `array` of `float` | Selected `logprobs` from dictionary in `top_logprobs` array. |
208208
| `tokens` | `array` of `string` | Selected tokens. |
209-
| `top_logprobs` | `array` of `dictionary` | Array of dictionary. In each dictionary, the key is the token and the value is the prob. |
209+
| `top_logprobs` | `array` of `dictionary` | Array of dictionary. In each dictionary, the key is the token and the value is the probability. |
210210

211211
#### Example
212212

0 commit comments

Comments
 (0)