Update README.md
Browse files
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.
|
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.
|
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:
|