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

huihui-ai/EXAONE-3.5-7.8B-Instruct-abliterated

This is an uncensored version of LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct 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/exaone3.5-abliterated directly,

ollama run huihui_ai/exaone3.5-abliterated:7.8b
Downloads last month
404
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for huihui-ai/EXAONE-3.5-7.8B-Instruct-abliterated

Finetuned
(86)
this model
Quantizations
6 models

Collection including huihui-ai/EXAONE-3.5-7.8B-Instruct-abliterated