Update README.md
Browse files
README.md
CHANGED
|
@@ -20,6 +20,10 @@ Note that this is fairly experimental, so it might not turn out as well as expec
|
|
| 20 |
|
| 21 |
I recommend using these generation parameters: `temperature=1.0`, `top_k=64`, `top_p=0.95`.
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
## ✂️ Layerwise abliteration
|
| 24 |
|
| 25 |

|
|
@@ -29,8 +33,4 @@ In the original technique, a refusal direction is computed by comparing the resi
|
|
| 29 |
Here, the model was abliterated by computing a refusal direction based on hidden states (inspired by [Sumandora's repo](https://github.com/Sumandora/remove-refusals-with-transformers/)) for most layers (layer 3 to 45), independently.
|
| 30 |
This is combined with a refusal weight of 0.6 to upscale the importance of this refusal direction in each layer.
|
| 31 |
|
| 32 |
-
This created a very high acceptance rate (>90%) and still produced coherent outputs.
|
| 33 |
-
|
| 34 |
-
## ⚡️ Quantization
|
| 35 |
-
|
| 36 |
-
* **GGUF**: https://huggingface.co/mlabonne/gemma-3-12b-it-abliterated-GGUF
|
|
|
|
| 20 |
|
| 21 |
I recommend using these generation parameters: `temperature=1.0`, `top_k=64`, `top_p=0.95`.
|
| 22 |
|
| 23 |
+
## ⚡️ Quantization
|
| 24 |
+
|
| 25 |
+
* **GGUF**: https://huggingface.co/mlabonne/gemma-3-12b-it-abliterated-GGUF
|
| 26 |
+
|
| 27 |
## ✂️ Layerwise abliteration
|
| 28 |
|
| 29 |

|
|
|
|
| 33 |
Here, the model was abliterated by computing a refusal direction based on hidden states (inspired by [Sumandora's repo](https://github.com/Sumandora/remove-refusals-with-transformers/)) for most layers (layer 3 to 45), independently.
|
| 34 |
This is combined with a refusal weight of 0.6 to upscale the importance of this refusal direction in each layer.
|
| 35 |
|
| 36 |
+
This created a very high acceptance rate (>90%) and still produced coherent outputs.
|
|
|
|
|
|
|
|
|
|
|
|