sophosympatheia commited on
Commit
1459418
1 Parent(s): 309f8e5

Update README.md

Browse files

Minor updates to sampler settings after more testing

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,7 +33,7 @@ Experiment with any and all of the settings below, but trust me on a few points:
33
  If you save the below settings as a .json file, you can import them directly into Silly Tavern.
34
  ```
35
  {
36
- "temp": 1.5,
37
  "temperature_last": true,
38
  "top_p": 1,
39
  "top_k": 0,
@@ -42,7 +42,7 @@ If you save the below settings as a .json file, you can import them directly int
42
  "epsilon_cutoff": 0,
43
  "eta_cutoff": 0,
44
  "typical_p": 1,
45
- "min_p": 0.45,
46
  "rep_pen": 1.15,
47
  "rep_pen_range": 0,
48
  "no_repeat_ngram_size": 0,
 
33
  If you save the below settings as a .json file, you can import them directly into Silly Tavern.
34
  ```
35
  {
36
+ "temp": 1.3,
37
  "temperature_last": true,
38
  "top_p": 1,
39
  "top_k": 0,
 
42
  "epsilon_cutoff": 0,
43
  "eta_cutoff": 0,
44
  "typical_p": 1,
45
+ "min_p": 0.40,
46
  "rep_pen": 1.15,
47
  "rep_pen_range": 0,
48
  "no_repeat_ngram_size": 0,