Henk717 ve-forbryderne commited on
Commit
25ffa90
1 Parent(s): cb7ae02

Repetition Penalty

Browse files

Further repetition penalty testing has suggested 1.07 as the default value, this may change in the future.
Current testing suggests that 1.06 can be to eager to stay on dialogue, while 1.08 prevents proper dialogue from being generated.

(cherry picked from commit d6374a0aaccd17f396abc19357566c16a3bd0177)

Co-authored-by: ve-forbryderne <ve.forbryderne@gmail.com>

Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -23,6 +23,7 @@
23
  "use_cache": true,
24
  "rep_pen": 1.03,
25
  "max_length": 2048,
 
26
  "vocab_size": 50432,
27
  "welcome": "## Warning: This model has a very heavy NSFW bias and is not suitable for use by minors!\n\nYou are currently running story-writing model `Erebus, version 1 (20B).`\n\n This model is made by [Mr. Seeker](https://www.patreon.com/mrseeker) with help of ProudNoob and the KoboldAI team.\n\n### How to use this model\n\nErebus is designed to generate short stories and novels. Use the author's note to give it a certain genre to follow, use memory to give an overview of the story and use World Information to give specific details about the characters. To start off, give the AI an idea of what you are writing about by setting the scene. Give the AI around 10 sentences that make your story interesting to read. Introduce your character, describe the world, blow something up, or let the AI use its creative mind.",
28
  "antemplate": "[Genre: <|>]"
23
  "use_cache": true,
24
  "rep_pen": 1.03,
25
  "max_length": 2048,
26
+ "rep_pen": 1.07,
27
  "vocab_size": 50432,
28
  "welcome": "## Warning: This model has a very heavy NSFW bias and is not suitable for use by minors!\n\nYou are currently running story-writing model `Erebus, version 1 (20B).`\n\n This model is made by [Mr. Seeker](https://www.patreon.com/mrseeker) with help of ProudNoob and the KoboldAI team.\n\n### How to use this model\n\nErebus is designed to generate short stories and novels. Use the author's note to give it a certain genre to follow, use memory to give an overview of the story and use World Information to give specific details about the characters. To start off, give the AI an idea of what you are writing about by setting the scene. Give the AI around 10 sentences that make your story interesting to read. Introduce your character, describe the world, blow something up, or let the AI use its creative mind.",
29
  "antemplate": "[Genre: <|>]"