Skip to content

Commit 578f1bd

Browse files
authored
Update deploy-models-mistral.md
prob >probability based on earlier doc
1 parent 40d7f4d commit 578f1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)