T145 commited on
Commit
dd3d2bf
·
verified ·
1 Parent(s): dc1049f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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