OnnxRuntimeGenAIPromptExecutionSettings.TopP 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.
Top p probability to sample with
[System.Text.Json.Serialization.JsonPropertyName("top_p")]
public float? TopP { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("top_p")>]
member this.TopP : Nullable<single> with get, set
Public Property TopP As Nullable(Of Single)
Property Value
- Attributes