Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,14 @@
|
|
1 |
---
|
2 |
base_model:
|
3 |
-
-
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- abliterated
|
7 |
- uncensored
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
This is an uncensored version of [deepseek-ai/DeepSeek-R1-Distill-Qwen-7B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
14 |
-
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
15 |
-
|
16 |
-
**Important Note** This version is an improvement over the previous one [huihui-ai/DeepSeek-R1-Distill-Qwen-7B-abliterated](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Qwen-7B-abliterated).
|
17 |
-
|
18 |
-
## Use with ollama
|
19 |
-
|
20 |
-
You can use [huihui_ai/deepseek-r1-abliterated](https://ollama.com/huihui_ai/deepseek-r1-abliterated) directly
|
21 |
-
```
|
22 |
-
ollama run huihui_ai/deepseek-r1-abliterated:7b
|
23 |
-
```
|
|
|
1 |
---
|
2 |
base_model:
|
3 |
+
- huihui-ai/DeepSeek-R1-Distill-Qwen-7B-abliterated-v2
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- abliterated
|
7 |
- uncensored
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
pipeline_tag: text-generation
|
11 |
---
|
12 |
|
13 |
+
Original Model : [huihui-ai/DeepSeek-R1-Distill-Qwen-7B-abliterated-v2](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Qwen-7B-abliterated-v2)
|
14 |
+
All quants are made using the imatrix option
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|