Struct FTryllSamplingParams¶
ClassList > FTryllSamplingParams
#include <TryllModelInfo.h>
Public Attributes¶
| Type | Name |
|---|---|
| float | FrequencyPenalty = 0.0f |
| int32 | MaxTokens = 2048 |
| float | MinP = 0.05f |
| float | PresencePenalty = 0.0f |
| float | RepeatPenalty = 1.0f |
| int64 | Seed = 0 |
| float | Temperature = 0.7f |
| int32 | TopK = 0 |
| float | TopP = 1.0f |
Detailed Description¶
Recommended sampling parameters for a model, mirroring the server's default_sampling.
Public Attributes Documentation¶
variable FrequencyPenalty¶
variable MaxTokens¶
variable MinP¶
variable PresencePenalty¶
variable RepeatPenalty¶
variable Seed¶
variable Temperature¶
variable TopK¶
variable TopP¶
The documentation for this class was generated from the following file C:/_tryll/_monorepo3/tryll/clients/unreal/Source/TryllClient/Public/TryllModelInfo.h