How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "byroneverson/Mistral-Small-Instruct-2409-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": "byroneverson/Mistral-Small-Instruct-2409-abliterated",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/byroneverson/Mistral-Small-Instruct-2409-abliterated
Quick Links

Mistral-Small-Instruct-2409-abliterated

Now accepting abliteration requests. If you would like to see a model abliterated, follow me and leave me a message with model link.

Check out the jupyter notebook for details of how this model was abliterated.

Logo

Downloads last month
8,355
Safetensors
Model size
22B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for byroneverson/Mistral-Small-Instruct-2409-abliterated

Finetuned
(30)
this model
Merges
10 models
Quantizations
6 models

Space using byroneverson/Mistral-Small-Instruct-2409-abliterated 1