sophosympatheia commited on
Commit
a97a3c5
·
verified ·
1 Parent(s): e4b4ee3

Update README.md

Browse files

Adjusting recommended sampler settings

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -29,7 +29,7 @@ Experiment with any and all of the settings below, but trust me on a few points:
29
  If you save the below settings as a .json file, you can import them directly into Silly Tavern.
30
  ```
31
  {
32
- "temp": 1.3,
33
  "temperature_last": true,
34
  "top_p": 1,
35
  "top_k": 0,
@@ -38,8 +38,8 @@ If you save the below settings as a .json file, you can import them directly int
38
  "epsilon_cutoff": 0,
39
  "eta_cutoff": 0,
40
  "typical_p": 1,
41
- "min_p": 0.2,
42
- "rep_pen": 1,
43
  "rep_pen_range": 0,
44
  "no_repeat_ngram_size": 0,
45
  "penalty_alpha": 0,
 
29
  If you save the below settings as a .json file, you can import them directly into Silly Tavern.
30
  ```
31
  {
32
+ "temp": 1.15,
33
  "temperature_last": true,
34
  "top_p": 1,
35
  "top_k": 0,
 
38
  "epsilon_cutoff": 0,
39
  "eta_cutoff": 0,
40
  "typical_p": 1,
41
+ "min_p": 0.75,
42
+ "rep_pen": 1.05,
43
  "rep_pen_range": 0,
44
  "no_repeat_ngram_size": 0,
45
  "penalty_alpha": 0,