How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "jiangchengchengNLP/Llama-4-Scout-17B-16E-Instruct-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": "jiangchengchengNLP/Llama-4-Scout-17B-16E-Instruct-abliterated-v2",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/jiangchengchengNLP/Llama-4-Scout-17B-16E-Instruct-abliterated-v2
Quick Links

Thanks to Meta's llama4 work, this is arguably one of the best theater models, and thanks to Unsloth's lenient policy. This model is built on the unsloth/Llama-4-Scout-17B-16E-Instruct base.

💎 Llama-4-Scout-17B-16E-Instruct Instruct Abliterated

image/png

Llama-4-Scout-17B-16E-Instructd-abliterated-v2

This is an uncensored version of Llama-4-Scout-17B-16E-Instruct created with a new abliteration technique. See this article to know more about abliteration.

Not all LLama4 tested so far can be accepted, and its audit mechanism needs to be cracked thoroughly. This checkpoint has stronger unaudited capabilities than the first version, and all expert layers are eliminated to obtain stronger unaudited capabilities.

I recommend using these generation parameters: temperature=0.8, top_p=0.75.

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

Model tree for jiangchengchengNLP/Llama-4-Scout-17B-16E-Instruct-abliterated-v2

Finetuned
(38)
this model
Quantizations
4 models