jukofyork commited on
Commit
ffafff0
1 Parent(s): e0072e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -32,8 +32,8 @@ llama-cli --model <model name>.gguf --control-vector-scaled <model name>-dark.gg
32
  **NOTE:**
33
 
34
  - Use ***positive scale factors*** to make the model "***more dark***" or "***more chaotic***".
35
- - I suggest you use `--control-vector-scaled <model name>-dark.gguf 0.5` and `--control-vector-scaled <model name>-chaos.gguf 0.5` to start and then test the effect.
36
- - The `--control-vector-scaled <model name>-chaos.gguf` in general seems less effective than `--control-vector-scaled <model name>-dark.gguf`.
37
- Some models like `command-r:35b` and `command-r-plus:104b` need lower scale factors, whereas `miqu-1:70b` seems to need (much) higher scale factors to stamp out redemption arcs.
38
- - You can use one control vector file alone if you want, or alternatively set the scale factor to `0.0` for any traits you don't want to use.
39
  - You can use the same "`--control-vector-scaled`" command line arguments for "`llama-server`" as in the above "`llama-cli`" examples.
 
32
  **NOTE:**
33
 
34
  - Use ***positive scale factors*** to make the model "***more dark***" or "***more chaotic***".
35
+ - I suggest you use `--control-vector-scaled 0.5` and `--control-vector-scaled 0.5` to start and then test the effect.
36
+ - The "chaos" control vectors generally seems less effective than the "dark" control vectors.
37
+ - Some models like `command-r:35b` and `command-r-plus:104b` need lower scale factors, whereas `miqu-1:70b` seems to need (much) higher scale factors to stamp out pesky redemption arcs.
38
+ - You can use one control vector file alone if you want, or alternatively set the scale factor to `0.0` for traits you don't want to use.
39
  - You can use the same "`--control-vector-scaled`" command line arguments for "`llama-server`" as in the above "`llama-cli`" examples.