Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
f488d06b
Unverified
Commit
f488d06b
authored
Jul 21, 2023
by
Joel
Committed by
GitHub
Jul 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Top P description error (#624)
parent
c00a19ce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
common.zh.ts
web/i18n/lang/common.zh.ts
+1
-1
No files found.
web/i18n/lang/common.zh.ts
View file @
f488d06b
...
...
@@ -43,7 +43,7 @@ const translation = {
'较高的 Temperature 设置将导致更多样和创造性的输出,而较低的 Temperature 将产生更保守的输出并且类似于训练数据。'
,
topP
:
'采样范围'
,
topPTip
:
'Top P值越
高,输出与训练文本越相似,Top P值越低
,输出越有创意和变化。它可用于使输出更适合特定用例。'
,
'Top P值越
低,输出与训练文本越相似,Top P值越高
,输出越有创意和变化。它可用于使输出更适合特定用例。'
,
presencePenalty
:
'词汇控制'
,
presencePenaltyTip
:
'Presence penalty 是根据新词是否出现在目前的文本中来对其进行惩罚。正值将降低模型谈论新话题的可能性。'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment