sophosympatheia
commited on
Commit
•
aabf98b
1
Parent(s):
f0f6047
Update README.md
Browse filesUpdating sampler settings
README.md
CHANGED
@@ -35,7 +35,7 @@ Experiment with any and all of the settings below, but trust me on a few points:
|
|
35 |
If you save the below settings as a .json file, you can import them directly into Silly Tavern.
|
36 |
```
|
37 |
{
|
38 |
-
"temp": 1.
|
39 |
"temperature_last": true,
|
40 |
"top_p": 1,
|
41 |
"top_k": 0,
|
@@ -44,7 +44,7 @@ If you save the below settings as a .json file, you can import them directly int
|
|
44 |
"epsilon_cutoff": 0,
|
45 |
"eta_cutoff": 0,
|
46 |
"typical_p": 1,
|
47 |
-
"min_p": 0.
|
48 |
"rep_pen": 1.15,
|
49 |
"rep_pen_range": 0,
|
50 |
"no_repeat_ngram_size": 0,
|
|
|
35 |
If you save the below settings as a .json file, you can import them directly into Silly Tavern.
|
36 |
```
|
37 |
{
|
38 |
+
"temp": 1.15,
|
39 |
"temperature_last": true,
|
40 |
"top_p": 1,
|
41 |
"top_k": 0,
|
|
|
44 |
"epsilon_cutoff": 0,
|
45 |
"eta_cutoff": 0,
|
46 |
"typical_p": 1,
|
47 |
+
"min_p": 0.75,
|
48 |
"rep_pen": 1.15,
|
49 |
"rep_pen_range": 0,
|
50 |
"no_repeat_ngram_size": 0,
|