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

WARNING: This model is broken and should not be used.

Experimental prune of Qwen3 Next 80B A3B from 512 experts to 256 experts, using HuiHui's abliterated version as a base.

In my testing the model performs well, but I welcome feedback.

Update after more testing: This model is a little bit stupid. Use with caution.

Downloads last month
7
Safetensors
Model size
42B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for blascotobasco/Qwen3-Next-256E-Abliterated-Instruct

Finetuned
(34)
this model
Finetunes
1 model
Quantizations
3 models