Delcos commited on
Commit
460e2f5
1 Parent(s): bbdcbdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -43,10 +43,24 @@ Always take the entire conversation into account when forming and writing a repl
43
  ```
44
 
45
  #### Recommended Settings
 
 
46
  ```
47
  temperature: 0.77
48
  top_p: 0.85
49
  top_k: 20
50
  repetition_penalty: 1.2
51
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  ```
 
43
  ```
44
 
45
  #### Recommended Settings
46
+
47
+ Defaults:
48
  ```
49
  temperature: 0.77
50
  top_p: 0.85
51
  top_k: 20
52
  repetition_penalty: 1.2
53
 
54
+ ```
55
+
56
+ Better context but a little more repetitive in some cases:
57
+
58
+ ```
59
+
60
+ temperature: 0.8
61
+ top_p: 0.85
62
+ top_k: 20
63
+ repetition_penalty: 1.2
64
+ guidance_scale: 1.25
65
+
66
  ```