How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2
Quick Links

huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2

This is an uncensored version of deepseek-ai/DeepSeek-R1-Distill-Qwen-14B created with abliteration (see remove-refusals-with-transformers to know more about it).
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.

If "<think>" does not appear or refuses to respond, you can first provide an example to guide, and then ask your question.
For instance:

  How many 'r' characters are there in the word "strawberry"?

Important Note This version is an improvement over the previous one huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated. This model solves this problem.

Use with ollama

You can use huihui_ai/deepseek-r1-abliterated directly

ollama run huihui_ai/deepseek-r1-abliterated:14b

Donation

Your donation helps us continue our further development and improvement, a cup of coffee can do it.
  • bitcoin:
  bc1qqnkhuchxw0zqjh2ku3lu4hq45hc6gy84uk70ge
Downloads last month
710
Safetensors
Model size
15B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2

Finetuned
(86)
this model
Adapters
1 model
Finetunes
1 model
Merges
22 models
Quantizations
21 models

Spaces using huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2 15

Collection including huihui-ai/DeepSeek-R1-Distill-Qwen-14B-abliterated-v2