You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
## Deepseek
|
|
|
|
|
+ temperature 调整生成的随机性,控制生成风格的严谨或随意
|
|
|
|
|
![[Pasted image 20250318095731.png]]
|
|
|
|
|
+ Top-K 限制候选词数量,使生成内容集中
|
|
|
|
|
+ Top-P 控制候选词累积概率,确保合理的候选词动态加入
|
|
|
|
|
+ Max_tokens 控制生成的回复中最多可以包含多少个标记(tokens),直接影响生成文本的长度
|