Elizezen commited on
Commit
565c7b5
1 Parent(s): 48517d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -37,7 +37,10 @@ This model has the following characteristics:
37
  - It tends to be roundabout and verbose, sometimes providing excessive explanations in the narrative text, often resulting in a slower-paced development
38
  - It occasionally generates NSFW content in unexpected ways
39
  - Its output undoubtedly tends to be repetitive, especially when the initial prompt is sparse
40
- - If often fails to insert linebreaks between dialogues and monologues. This is expected to be fixed in later release of the series(hopefully)
 
 
 
41
 
42
  As a rule of thumb, I think it's suitable for situations where you have a relatively complete piece of writing and want help continuing it, or when writing collaboratively while manually correcting inconsistencies here and there.
43
  And for those who don't know, repetitiveness can be greatly reduced by using the DRY multiplier.
 
37
  - It tends to be roundabout and verbose, sometimes providing excessive explanations in the narrative text, often resulting in a slower-paced development
38
  - It occasionally generates NSFW content in unexpected ways
39
  - Its output undoubtedly tends to be repetitive, especially when the initial prompt is sparse
40
+ - If often fails to insert linebreaks between dialogues and monologues. This is expected to be fixed in later release of the series(hopefully). For now, if you can simply ban these tokens and it will fix the problem without any noticeable deterioration in quality.
41
+ ```
42
+ 1010,1032,1548,8620,114840,19397,19428,16850,42260,109315
43
+ ```
44
 
45
  As a rule of thumb, I think it's suitable for situations where you have a relatively complete piece of writing and want help continuing it, or when writing collaboratively while manually correcting inconsistencies here and there.
46
  And for those who don't know, repetitiveness can be greatly reduced by using the DRY multiplier.