jukofyork commited on
Commit
44af010
1 Parent(s): f391632

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ llama-server --model <model name>.gguf [the rest of your CLI arguments...] \
28
 
29
  ### NOTE:
30
 
31
- - Use ***positive scale factors*** to make the model "***more dark***" or "***more chaotic***" or more "***show don't tell***".
32
  - I forgot to change the default scale factor for these to `1.0` (to match the old `creative-writing-control-vectors-BETA-v0.1` files... oops) - these have a default of `0.5`!
33
  - I suggest you use `--control-vector-scaled <model name>-XXX.gguf 0.5` for to start off with and test the effect.
34
  - You can use one or all of the files together. For traits you don't want: either set the scale factor to `0.0` or just don't include it on the command line.
 
28
 
29
  ### NOTE:
30
 
31
+ - Use ***positive scale factors*** to make the model "***more dark***" or "***more chaotic***" or "***more show don't tell***".
32
  - I forgot to change the default scale factor for these to `1.0` (to match the old `creative-writing-control-vectors-BETA-v0.1` files... oops) - these have a default of `0.5`!
33
  - I suggest you use `--control-vector-scaled <model name>-XXX.gguf 0.5` for to start off with and test the effect.
34
  - You can use one or all of the files together. For traits you don't want: either set the scale factor to `0.0` or just don't include it on the command line.