Update README.md
Browse files
README.md
CHANGED
@@ -22,11 +22,10 @@ BF16 available [here](https://huggingface.co/h34v7/DXP-Zero-V1.0-24b-Small-Instr
|
|
22 |
|
23 |
### Recommended Settings
|
24 |
```
|
25 |
-
"temperature": 0.
|
26 |
"top_k": 40,
|
27 |
"top_p": 0.95,
|
28 |
"min_p": 0.05,
|
29 |
-
"repeat_last_n": 40,
|
30 |
"repeat_penalty": 1.2,
|
31 |
```
|
32 |
|
|
|
22 |
|
23 |
### Recommended Settings
|
24 |
```
|
25 |
+
"temperature": 0.8,
|
26 |
"top_k": 40,
|
27 |
"top_p": 0.95,
|
28 |
"min_p": 0.05,
|
|
|
29 |
"repeat_penalty": 1.2,
|
30 |
```
|
31 |
|