Gryphe commited on
Commit
5c25b18
·
verified ·
1 Parent(s): ed80679

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -45,8 +45,10 @@ About half of the roleplay dataset is in Markdown asterisk format, but the major
45
 
46
  Mistral really loves recommending unusual inference settings but I've been getting decent results with the settings below:
47
 
 
 
48
  ```
49
- "temperature": 0.8,
50
  "repetition_penalty": 1.05,
51
  "min_p": 0.05
52
  ```
 
45
 
46
  Mistral really loves recommending unusual inference settings but I've been getting decent results with the settings below:
47
 
48
+ Yes, the temperature is correct. This model creates diversity at the training level, so any additional increase will simply cost you coherence instead.
49
+
50
  ```
51
+ "temperature": 0.5,
52
  "repetition_penalty": 1.05,
53
  "min_p": 0.05
54
  ```