Update README.md
Browse files
README.md
CHANGED
@@ -183,7 +183,7 @@ Personal recommendations are to use an [i1-Q4_K_M](https://www.reddit.com/r/Loca
|
|
183 |
num_ctx = 4096
|
184 |
repeat_penalty = 1.2
|
185 |
temperature = 0.85
|
186 |
-
top_k = 0
|
187 |
top_p = 1
|
188 |
```
|
189 |
|
|
|
183 |
num_ctx = 4096
|
184 |
repeat_penalty = 1.2
|
185 |
temperature = 0.85
|
186 |
+
top_k = 0 # Change to 40 if you're roleplaying
|
187 |
top_p = 1
|
188 |
```
|
189 |
|