AuriAetherwiing
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -33,9 +33,10 @@ base_model:
|
|
33 |
<p>Prompt format is ChatML.</p><br>
|
34 |
<h3>Recommended sampler values:</h3>
|
35 |
<ul>
|
36 |
-
<li>Temperature:
|
37 |
-
<li>
|
38 |
-
<li>Min-P: 0.
|
|
|
39 |
<li>Repetition Penalty: 1.03</li>
|
40 |
</ul>
|
41 |
<p>Temperature lower than 1 is still recommended, but this version seems to perform ok with higher temp and Min-P. Problems with Min-P sampling seem to be finally solved.<p>
|
|
|
33 |
<p>Prompt format is ChatML.</p><br>
|
34 |
<h3>Recommended sampler values:</h3>
|
35 |
<ul>
|
36 |
+
<li>Temperature: 1</li>
|
37 |
+
<li>Typical-P: 0.9</li>
|
38 |
+
<li>Min-P: 0.05</li>
|
39 |
+
<li>Top-A: 0.2</li>
|
40 |
<li>Repetition Penalty: 1.03</li>
|
41 |
</ul>
|
42 |
<p>Temperature lower than 1 is still recommended, but this version seems to perform ok with higher temp and Min-P. Problems with Min-P sampling seem to be finally solved.<p>
|