Property DynamicTemperatureRange
- Namespace
- LMKit.TextGeneration.Sampling
- Assembly
- LM-Kit.NET.dll
DynamicTemperatureRange
Specifies the dynamic temperature strategy's intensity for decoding processes.
This property accepts a floating-point value ranging from 0 to 1, where 0 completely turns off dynamic temperature adjustments,
and 1 applies the maximum intensity of temperature coefficient adjustments for dynamic decoding strategies.
public float DynamicTemperatureRange { get; set; }
Property Value
- float
The default value is 0, which means that dynamic temperature is disabled.
Any value outside the [0, 1] range is clamped to the nearest valid value within this range.
Remarks
Dynamic temperature decoding strategy is described in the academic paper https://arxiv.org/abs/2309.02772