Share via


HuggingFacePromptExecutionSettings.DoSample Property

Definition

(Optional: True). Bool. Whether or not to use sampling, use greedy decoding otherwise.

[System.Text.Json.Serialization.JsonPropertyName("do_sample")]
public bool? DoSample { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("do_sample")>]
member this.DoSample : Nullable<bool> with get, set
Public Property DoSample As Nullable(Of Boolean)

Property Value

Attributes

Applies to