Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
license_link: https://huggingface.co/huihui-ai/Qwen2.5-7B-Instruct-1M-abliterated/blob/main/LICENSE
|
4 |
-
language:
|
5 |
-
- en
|
6 |
-
pipeline_tag: text-generation
|
7 |
-
base_model: Qwen/Qwen2.5-7B-Instruct-1M
|
8 |
-
tags:
|
9 |
-
- chat
|
10 |
-
- abliterated
|
11 |
-
- uncensored
|
12 |
-
library_name: transformers
|
13 |
-
---
|
14 |
-
# huihui-ai/Qwen2.5-7B-Instruct-1M-abliterated
|
15 |
-
|
16 |
-
|
17 |
-
This is an uncensored version of [Qwen/Qwen2.5-7B-Instruct-1M](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct-1M) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
18 |
-
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
license_link: https://huggingface.co/huihui-ai/Qwen2.5-7B-Instruct-1M-abliterated/blob/main/LICENSE
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
base_model: Qwen/Qwen2.5-7B-Instruct-1M
|
8 |
+
tags:
|
9 |
+
- chat
|
10 |
+
- abliterated
|
11 |
+
- uncensored
|
12 |
+
library_name: transformers
|
13 |
+
---
|
14 |
+
# huihui-ai/Qwen2.5-7B-Instruct-1M-abliterated
|
15 |
+
|
16 |
+
|
17 |
+
This is an uncensored version of [Qwen/Qwen2.5-7B-Instruct-1M](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct-1M) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
18 |
+
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
19 |
+
|
20 |
+
## Use with ollama
|
21 |
+
|
22 |
+
You can use [huihui_ai/qwen2.5-1m-abliterated](https://ollama.com/huihui_ai/qwen2.5-1m-abliterated) directly
|
23 |
+
```
|
24 |
+
ollama run huihui_ai/qwen2.5-1m-abliterated
|
25 |
+
```
|