Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,9 @@ tags:
|
|
11 |
|
12 |
This repo contains pre-generated control vectors in [GGUF](https://github.com/ggerganov/ggml/blob/master/docs/gguf.md) format for use with [llama.cpp](https://github.com/ggerganov/llama.cpp):
|
13 |
|
14 |
-
- **INPORTANT**: These **new control vectors** must
|
15 |
- The code used to generate these can now be found at [github.com/jukofyork/control-vectors](https://github.com/jukofyork/control-vectors).
|
16 |
-
- All
|
17 |
|
18 |
Control vectors allow fine-tuned control over language model outputs, enabling more precise and targeted text generation.
|
19 |
|
|
|
11 |
|
12 |
This repo contains pre-generated control vectors in [GGUF](https://github.com/ggerganov/ggml/blob/master/docs/gguf.md) format for use with [llama.cpp](https://github.com/ggerganov/llama.cpp):
|
13 |
|
14 |
+
- **INPORTANT**: These **new control vectors** must their **respective de-bias control vector**.
|
15 |
- The code used to generate these can now be found at [github.com/jukofyork/control-vectors](https://github.com/jukofyork/control-vectors).
|
16 |
+
- All were generated with `'--num_prompt_samples'` set to the model's hidden state dimension.
|
17 |
|
18 |
Control vectors allow fine-tuned control over language model outputs, enabling more precise and targeted text generation.
|
19 |
|