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/Mistral-Small-24B-Instruct-2501-abliterated"
# 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/Mistral-Small-24B-Instruct-2501-abliterated",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated
Quick Links

huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated

This is an uncensored version of mistralai/Mistral-Small-24B-Instruct-2501 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.

Use with ollama

You can use huihui_ai/mistral-small-abliterated directly

ollama run huihui_ai/mistral-small-abliterated
Downloads last month
1,012
Inference Providers NEW
Input a message to start chatting with huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated.

Model tree for huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated

Finetuned
(71)
this model
Finetunes
2 models
Merges
16 models
Quantizations
12 models

Spaces using huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated 21