MirostatType
Namespace: LLama.Common
Type of "mirostat" sampling to use. https://github.com/basusourya/mirostat
1 |
|
Inheritance Object → ValueType → Enum → MirostatType
Implements IComparable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
Disable | 0 | Disable Mirostat sampling |
Mirostat | 1 | Original mirostat algorithm |
Mirostat2 | 2 | Mirostat 2.0 algorithm |