Triangle104 commited on
Commit
1891332
·
verified ·
1 Parent(s): 8e83cd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -10,6 +10,54 @@ tags:
10
  This model was converted to GGUF format from [`nkpz/DeepHermes-3-Llama-3-8B-Preview-Uncensored-DeLMAT`](https://huggingface.co/nkpz/DeepHermes-3-Llama-3-8B-Preview-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/DeepHermes-3-Llama-3-8B-Preview-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/DeepHermes-3-Llama-3-8B-Preview-Uncensored-DeLMAT`](https://huggingface.co/nkpz/DeepHermes-3-Llama-3-8B-Preview-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/DeepHermes-3-Llama-3-8B-Preview-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
+ This model is decensored using a technique I developed called DeLMAT:
44
+ Decensoring Language Models through Activation Tuning. It's similar to
45
+ the ablation / "abliteration" scripts that are out there, but works by
46
+ training a LoRA adapter and calculating a loss based on the distance
47
+ from the mean refusal activation and the distance between the mean
48
+ acceptance activation.
49
+
50
+
51
+ The training script is released under the MIT license:
52
+ https://github.com/nkpz/DeLMAT
53
+
54
+
55
+ Rather than simply attempting to cancel out the refusal direction,
56
+ DeLMAT guides the model toward an acceptance. In other words, instead of
57
+ simply forgetting how to refuse requests, it learns to emphatically accept requests.
58
+
59
+ ---
60
+
61
  ## Use with llama.cpp
62
  Install llama.cpp through brew (works on Mac and Linux)
63