We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd2968 commit 7382f26Copy full SHA for 7382f26
common/sampling.h
@@ -12,7 +12,7 @@ typedef struct llama_sampling_params {
12
float top_p = 0.95f; // 1.0 = disabled
13
float tfs_z = 1.00f; // 1.0 = disabled
14
float typical_p = 1.00f; // 1.0 = disabled
15
- float temp = 0.80f; // 1.0 = disabled
+ float temp = 0.20f; // 1.0 = disabled
16
float repeat_penalty = 1.00f; // 1.0 = disabled
17
int32_t repeat_last_n = 64; // last n tokens to penalize (0 = disable penalty, -1 = context size)
18
float frequency_penalty = 0.00f; // 0.0 = disabled
0 commit comments