Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ Many inference libraries have the option to automatically prepend the BOS token
|
|
39 |
|
40 |
For sampler settings, I'd recommend starting with a simple:
|
41 |
```
|
42 |
-
temperature = 1.
|
43 |
min_p = 0.1
|
44 |
```
|
45 |
|
|
|
39 |
|
40 |
For sampler settings, I'd recommend starting with a simple:
|
41 |
```
|
42 |
+
temperature = 1.0
|
43 |
min_p = 0.1
|
44 |
```
|
45 |
|