Pentium95 commited on
Commit
275fd72
·
verified ·
1 Parent(s): ae1d65e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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.9,
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