AuriAetherwiing commited on
Commit
7e03cc1
1 Parent(s): cf7ecc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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: 0.87</li>
37
- <li>Top-P: 0.81</li>
38
- <li>Min-P: 0.0025</li>
 
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>