en_US:Kernel sampling threshold. Used to determine the randomness of the results. The higher the value, the stronger the randomness, that is, the higher the possibility of getting different answers to the same question.
-name:max_tokens
use_template:max_tokens
default:2048
min:1
max:8192
help:
zh_Hans:模型回答的tokens的最大长度。
en_US:模型回答的tokens的最大长度。
-name:top_k
label:
zh_Hans:取样数量
en_US:Top k
type:int
default:4
min:1
max:6
help:
zh_Hans:从 k 个候选中随机选择⼀个(⾮等概率)。
en_US:Randomly select one from k candidates (non-equal probability).