Update README.md
Browse files
README.md
CHANGED
@@ -26,5 +26,7 @@ tags:
|
|
26 |
|
27 |
|
28 |
This is an uncensored version of [meta-llama/Llama-3.2-11B-Vision-Instruct](https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
29 |
-
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
|
|
|
|
30 |
|
|
|
26 |
|
27 |
|
28 |
This is an uncensored version of [meta-llama/Llama-3.2-11B-Vision-Instruct](https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
29 |
+
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
30 |
+
|
31 |
+
It was only the text part that was processed, not the image part.
|
32 |
|