Property LearningRate
- Namespace
- LMKit.TextGeneration.Sampling
- Assembly
- LM-Kit.NET.dll
LearningRate
Specifies the learning rate.
Use a floating-point value within the range [0 (more deterministic), 1 (more random)].
public float LearningRate { get; set; }
Property Value
- float
The default value is 0.1.