We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d7f4d commit 578f1bdCopy full SHA for 578f1bd
articles/ai-studio/how-to/deploy-models-mistral.md
@@ -206,7 +206,7 @@ The `logprobs` object is a dictionary with the following fields:
206
| `text_offsets` | `array` of `integers` | The position or index of each token in the completion output. |
207
| `token_logprobs` | `array` of `float` | Selected `logprobs` from dictionary in `top_logprobs` array. |
208
| `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. |
+| `top_logprobs` | `array` of `dictionary` | Array of dictionary. In each dictionary, the key is the token and the value is the probability. |
210
211
#### Example
212
0 commit comments