Delcos commited on
Commit
0259d2b
1 Parent(s): 0fad8e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -57,21 +57,21 @@ Always take the entire conversation into account when forming and writing a repl
57
  **Defaults:**
58
 
59
  ```
60
- temperature: 0.77
61
  top_p: 0.85
62
  top_k: 20
63
  repetition_penalty: 1.2
 
64
  ```
65
 
66
 
67
  **Better context but a little more repetitive in some cases:**
68
 
69
  ```
70
- temperature: 0.8
71
  top_p: 0.85
72
  top_k: 20
73
  repetition_penalty: 1.2
74
- guidance_scale: 1.25
75
  ```
76
 
77
  # Benchmarks:
 
57
  **Defaults:**
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
 
67
 
68
  **Better context but a little more repetitive in some cases:**
69
 
70
  ```
71
+ temperature: 0.77
72
  top_p: 0.85
73
  top_k: 20
74
  repetition_penalty: 1.2
 
75
  ```
76
 
77
  # Benchmarks: