TunedModelTopP Property

Optional. For Nucleus sampling. Nucleus sampling considers the smallest set of tokens whose probability sum is at least TopP. This value specifies default to be the one used by the base model while creating the model.

Definition

Namespace: GenerativeAI.Types
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public double? TopP { get; set; }

Property Value

NullableDouble

See Also