Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,44 @@ tags:
|
|
10 |
This model was converted to GGUF format from [`nkpz/Llama-3.1-Tulu-3.1-8B-Uncensored-DeLMAT`](https://huggingface.co/nkpz/Llama-3.1-Tulu-3.1-8B-Uncensored-DeLMAT) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
11 |
Refer to the [original model card](https://huggingface.co/nkpz/Llama-3.1-Tulu-3.1-8B-Uncensored-DeLMAT) for more details on the model.
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
## Use with llama.cpp
|
14 |
Install llama.cpp through brew (works on Mac and Linux)
|
15 |
|
|
|
10 |
This model was converted to GGUF format from [`nkpz/Llama-3.1-Tulu-3.1-8B-Uncensored-DeLMAT`](https://huggingface.co/nkpz/Llama-3.1-Tulu-3.1-8B-Uncensored-DeLMAT) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
11 |
Refer to the [original model card](https://huggingface.co/nkpz/Llama-3.1-Tulu-3.1-8B-Uncensored-DeLMAT) for more details on the model.
|
12 |
|
13 |
+
---
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
|
32 |
+
|
33 |
+
|
34 |
+
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
+
|
39 |
+
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
Decensored using a custom training script guided by activations,
|
44 |
+
similar to ablation/"abliteration" scripts but not exactly the same
|
45 |
+
approach.
|
46 |
+
|
47 |
+
|
48 |
+
The training script is released under the MIT license: https://github.com/nkpz/DeLMAT
|
49 |
+
|
50 |
+
---
|
51 |
## Use with llama.cpp
|
52 |
Install llama.cpp through brew (works on Mac and Linux)
|
53 |
|