Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ llama-server --model <model>.gguf [other CLI arguments] \
|
|
45 |
--control-vector mistral-large:123b-language__debias.gguf
|
46 |
```
|
47 |
|
48 |
-
This will apply the "language" de-bias control vector
|
49 |
|
50 |
You can apply multiple de-bias control vectors simultaneously like so:
|
51 |
|
|
|
45 |
--control-vector mistral-large:123b-language__debias.gguf
|
46 |
```
|
47 |
|
48 |
+
This will apply the "language" de-bias control vector to the `Mistral-Large-Instruct-2407` model.
|
49 |
|
50 |
You can apply multiple de-bias control vectors simultaneously like so:
|
51 |
|