gghfez commited on
Commit
7890efe
·
verified ·
1 Parent(s): b277d61

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - control-vector
7
+ - creative-writing
8
+ ---
9
+
10
+ ## gghfez/Writer-Large-2411-v2.1-control-vectors
11
+
12
+ Creative Writing control-vectors for [gghfez/Writer-Large-2411-v2.1](https://huggingface.co/gghfez/Writer-Large-2411-v2.1)
13
+
14
+ ## Usage example
15
+
16
+ ### llama.cpp
17
+ ```sh
18
+ llama-server --model Writer-Large-2411-v2.1-Q4_K.gguf [other CLI arguments] \
19
+ --control-vector Writer-Large-2411-v2.1-character_focus__debias.gguf \
20
+ --control-vector Writer-Large-2411-v2.1-character_focus__dialogue.gguf \
21
+ --control-vector <other vectors>
22
+
23
+ ```
24
+
25
+
26
+ Trained on 1xH100NVL using jukofyork's [control-vectors](https://github.com/jukofyork/control-vectors)
27
+
28
+ Based off Version v3.0 of [creative-writing-control-vectors-v3.0](https://huggingface.co/jukofyork/creative-writing-control-vectors-v3.0/).
29
+
30
+ See here for more info about control-vectors [creative-writing-control-vectors-v3.0](https://huggingface.co/jukofyork/creative-writing-control-vectors-v3.0/)