HuggingFacePromptExecutionSettings.TopLogProbs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An integer between 0 and 5 specifying the number of most likely tokens to return at each token position, each with an associated log probability. logprobs must be set to true if this parameter is used.
[System.Text.Json.Serialization.JsonPropertyName("top_logprobs")]
public int? TopLogProbs { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("top_logprobs")>]
member this.TopLogProbs : Nullable<int> with get, set
Public Property TopLogProbs As Nullable(Of Integer)
Property Value
- Attributes