Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-32B-Instruct/blob/main/LICENSE
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
base_model: Qwen/Qwen2.5-32B-Instruct
|
8 |
+
tags:
|
9 |
+
- chat
|
10 |
+
library_name: transformers
|
11 |
+
---
|
12 |
+
Abliterated version of [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct), utilizing code from [refusal_direction](https://github.com/andyrdt/refusal_direction).
|
13 |
+
|
14 |
+
For more information about the Abliterated technique, refer to [this article](https://huggingface.co/blog/mlabonne/abliteration) and check out [@FailSpy](https://huggingface.co/failspy).
|
15 |
+
|
16 |
+
[GGUF](https://huggingface.co/zetasepic/Qwen2.5-32B-Instruct-abliterated-v2-GGUF)
|
17 |
+
|
18 |
+
## Try to remove admonition and moral appeal
|