Change default repetitionPenalty to 1.2
This commit is contained in:
parent
fc46a21ab7
commit
754f8b5d69
|
@ -285,7 +285,6 @@ Let's! *I take a seat next to you* What should we do today? I'm up for anything.
|
|||
|
||||
::NOTE::`,
|
||||
temperature: 0.9,
|
||||
repetitionPenalty: 1.25,
|
||||
startSequence: '<s>',
|
||||
stopSequence: '###,User:,</s>,Current user prompt:',
|
||||
aggressiveStop: true,
|
||||
|
|
|
@ -116,7 +116,7 @@ const defaults:ChatSettings = {
|
|||
systemMessageStart: '',
|
||||
systemMessageEnd: '',
|
||||
leadPrompt: '',
|
||||
repetitionPenalty: 1,
|
||||
repetitionPenalty: 1.2,
|
||||
// useResponseAlteration: false,
|
||||
// responseAlterations: [],
|
||||
isDirty: false
|
||||
|
|
Loading…
Reference in New Issue