jukofyork commited on
Commit
6914f43
1 Parent(s): 83d323c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 be used along with 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 control vectors 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
 
 
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