Method Disable
- Namespace
- LMKit.TextGeneration.Sampling
- Assembly
- LM-Kit.NET.dll
Disable()
Disables all repetition penalties by setting TokenCount to 0, RepeatPenalty to 1, and both FrequencyPenalty and PresencePenalty to 0.
public void Disable()
Disables all repetition penalties by setting TokenCount to 0, RepeatPenalty to 1, and both FrequencyPenalty and PresencePenalty to 0.
public void Disable()