Casual-Autopsy commited on
Commit
d29e544
·
verified ·
1 Parent(s): 22f0bc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -33,7 +33,24 @@ Instruct format is the custom version of llama3 that VNTL uses, but you should b
33
  For SillyTavern use [these presets.](https://huggingface.co/Casual-Autopsy/Llama-3-VNTL-Yollisa-8B/tree/main/ST)
34
 
35
  ### Samplers
36
- No reccomended samplers yet. Stick with `temp: 0` or `top_k: 1` for now.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  ## Configuration
39
 
 
33
  For SillyTavern use [these presets.](https://huggingface.co/Casual-Autopsy/Llama-3-VNTL-Yollisa-8B/tree/main/ST)
34
 
35
  ### Samplers
36
+ ```yaml
37
+ top_k: 1
38
+ min_p: 0.15
39
+ rep_pen: 1.01
40
+ pres_pen: -0.05
41
+ rep_pen_range: 512
42
+
43
+ dyna_temp:
44
+ min: 0.7
45
+ max: 1.3
46
+ exp: 1.0
47
+
48
+ sampler_order:
49
+ - min_p
50
+ - temp
51
+ - penalties
52
+ - top_k
53
+ ```
54
 
55
  ## Configuration
56