How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated

This is an uncensored version of deepseek-ai/DeepSeek-R1-Distill-Llama-8B 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"?

Use with ollama

You can use huihui_ai/deepseek-r1-abliterated directly

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

Donation

Your donation helps us continue our further development and improvement, a cup of coffee can do it.
  • bitcoin:
  bc1qqnkhuchxw0zqjh2ku3lu4hq45hc6gy84uk70ge
Downloads last month
198
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated.

Model tree for huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated

Finetuned
(170)
this model
Finetunes
2 models
Merges
35 models
Quantizations
15 models

Spaces using huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated 16

Collection including huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated