Browse Source

fix: Top P description error (#624)

tags/0.3.11
Joel 2 years ago
parent
commit
f488d06b20
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/i18n/lang/common.zh.ts

+ 1
- 1
web/i18n/lang/common.zh.ts View File

@@ -43,7 +43,7 @@ const translation = {
'较高的 Temperature 设置将导致更多样和创造性的输出,而较低的 Temperature 将产生更保守的输出并且类似于训练数据。',
topP: '采样范围',
topPTip:
'Top P值越高,输出与训练文本越相似,Top P值越低,输出越有创意和变化。它可用于使输出更适合特定用例。',
'Top P值越低,输出与训练文本越相似,Top P值越高,输出越有创意和变化。它可用于使输出更适合特定用例。',
presencePenalty: '词汇控制',
presencePenaltyTip:
'Presence penalty 是根据新词是否出现在目前的文本中来对其进行惩罚。正值将降低模型谈论新话题的可能性。',

Loading…
Cancel
Save