ParasiticRogue commited on
Commit
77f1f21
β€’
1 Parent(s): 31df305

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -25,20 +25,32 @@ Big thanks to the original model creators, while special thanks goes to brucethe
25
  Universal Light from SillyTavern worked well enough during initial testing, but with the new smoothing factor out it's hard to say what works best anymore.
26
 
27
  Temperature @ 0.7
 
28
  Repetition Penalty @ 1.05
 
29
  Repetition Range @ 2048
 
30
  Smoothing Factor @ 0.3
 
31
  Everything else @ off
32
 
 
33
  Early Stopping βœ“
 
34
  Do Sample βœ“
 
35
  Add BOS Token = X
 
36
  Ban EOS Token = βœ“
 
37
  Skip Special Tokens = βœ“
 
38
  Temperature Last = X
39
 
 
40
  Custom Stopping Strings: "</s>"
41
 
 
42
  But for those who want more control using the system prompt, well...let's just say the length is going to be biblical in nature.
43
 
44
  ---
 
25
  Universal Light from SillyTavern worked well enough during initial testing, but with the new smoothing factor out it's hard to say what works best anymore.
26
 
27
  Temperature @ 0.7
28
+
29
  Repetition Penalty @ 1.05
30
+
31
  Repetition Range @ 2048
32
+
33
  Smoothing Factor @ 0.3
34
+
35
  Everything else @ off
36
 
37
+
38
  Early Stopping βœ“
39
+
40
  Do Sample βœ“
41
+
42
  Add BOS Token = X
43
+
44
  Ban EOS Token = βœ“
45
+
46
  Skip Special Tokens = βœ“
47
+
48
  Temperature Last = X
49
 
50
+
51
  Custom Stopping Strings: "</s>"
52
 
53
+
54
  But for those who want more control using the system prompt, well...let's just say the length is going to be biblical in nature.
55
 
56
  ---