Update README.md
Browse filesAdjusting recommended sampler settings
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.
|
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.
|
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,
|