munish0838 commited on
Commit
5adaf7f
·
verified ·
1 Parent(s): 0814f13

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
6
+ library_name: transformers
7
+ tags:
8
+ - abliterated
9
+ - uncensored
10
+
11
+ ---
12
+
13
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
14
+
15
+
16
+ # QuantFactory/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2-GGUF
17
+ This is quantized version of [huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2) created using llama.cpp
18
+
19
+ # Original Model Card
20
+
21
+
22
+ # huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2
23
+
24
+
25
+ This is an uncensored version of [deepseek-ai/DeepSeek-R1-Distill-Qwen-14B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
26
+ This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
27
+
28
+ **Important Note** This version is an improvement over the previous one [huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated).
29
+ This model solves [this problem](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated/discussions/1).
30
+
31
+ ## Use with ollama
32
+
33
+ You can use [huihui_ai/deepseek-r1-abliterated](https://ollama.com/huihui_ai/deepseek-r1-abliterated) directly
34
+ ```
35
+ ollama run huihui_ai/deepseek-r1-abliterated:14b
36
+ ```