Creative Writing Control Vectors
Collection
So you like happy endings? Look elsewhere!!! :D
•
12 items
•
Updated
NOTE: See creative-writing-control-vectors-v3.0 for the current main control-vector repo.
UPDATE: (06/07/24) Added a "show_dont_tell" control vector for each of the models.
'--control-vector-scaled'
option like this:
llama-cli --model <model name>.gguf [the rest of your CLI arguments...] \
--control-vector-scaled <model name>-dark.gguf 0.5 \
--control-vector-scaled <model name>-chaos.gguf 0.5 \
--control-vector-scaled <model name>-show_dont_tell.gguf 0.5
or:
llama-server --model <model name>.gguf [the rest of your CLI arguments...] \
--control-vector-scaled <model name>-dark.gguf 0.5 \
--control-vector-scaled <model name>-chaos.gguf 0.5 \
--control-vector-scaled <model name>-show_dont_tell.gguf 0.5
1.0
(to match the old creative-writing-control-vectors-BETA-v0.1
files... oops) - these have a default of 0.5
!--control-vector-scaled <model name>-XXX.gguf 0.5
to start off with and test the effect it has.0.0
or just don't include it on the command line.llama.cpp
from after 27/06/24
- the PR to use multiple control vectors together was only added on that date. Older versions of llama.cpp
will just silently load the first control vector (and none of the others) if the layer index of the final direction in each file does not match!!!